Re: Nvidia driver

2003-10-03 Thread Mike Hunter
On Oct 02, Daniel O'Connor wrote: My wife's computer did this. In the end I turned down all the knobs I could find (mostly AGP speed stuff). It still dies when trying OpenGL though. hw.nvidia.agp.card.rates: 2x 1x hw.nvidia.agp.card.fw: not supported hw.nvidia.agp.card.sba: supported

Re: Problem upgrading 4.8 to 5.1

2003-10-03 Thread Alexander Portnoy
On Thu, 02 Oct 2003 23:08:53 +0200 John Angelmo [EMAIL PROTECTED] wrote: OK I'm trying to upgrade from 4.8 (pre 4.9) to 5.1 (using the 5_1 tag with cvsup) The problem I get is this: cc -fpic -DPIC -O -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libpthread/../libc/include

Re: scsi-cd + GEOM

2003-10-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Dan Nelson writes: Seems like it does, if there is a disc present or the tray is open there is no delay only with tray closed and no disc inserted. Maybe this is only an issue with this drive model or at least my drive... No, it happens to me too. It looks

Re: scsi-cd + GEOM

2003-10-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Poul-Henning Kamp writes: In message [EMAIL PROTECTED], Dan Nelson writes: Can you try this patch ? Oops! ignore the scsi_da.c patch! Index: scsi_da.c === RCS file:

Re: /bin/sh terminated abnormally

2003-10-03 Thread Dag-Erling Smørgrav
Kris Kennaway [EMAIL PROTECTED] writes: Yes, since you have run installworld you have now installed a 5.x /bin/sh binary, which cannot run on the 4.x kernel you are running. He *hasn't* run installworld; installworld would have installed the new loader. DES -- Dag-Erling Smørgrav - [EMAIL

Re: Nvidia driver

2003-10-03 Thread Daniel O'Connor
On Friday 03 October 2003 16:34, Mike Hunter wrote: How do you turn those down? /boot/loader.conf? I tried saying hw.nvidia.card.rates=2x 1x but that didn't seem to do anything (I have a feeling that putting that in /boot/loader.conf makes no sense...please consider this a desperate cry for

file system (UFS2) consistancy after -current crash?

2003-10-03 Thread Aaron Wohl
After crashes recently ive been geting softupdate inconsistancies. Directories in which a file has recently been renamed have neither the old file nor the new file. fsck -y recovers the inode and drops it in lost in found. I was under the impression that atomic rename() synced all the way to

HP ProLiant DL360G3 rebuttal... ;-)

2003-10-03 Thread Bauer Andreas
Hi, I read your article about the fan control in a DL380G3. We have the same problem. We ran at full speed from cold boot. Installed is the latest bios, but the fans don't slow down. Cooling is proper in the server room. The call is open at HP...but they are so slow with the reaction. :-( BR

Re: scsi-cd + GEOM

2003-10-03 Thread Sascha Holzleiter
On Fri, 2003-10-03 at 10:30, Poul-Henning Kamp wrote: Can you try this patch ? You may get some weird console messages, but as far as I can tell they're not important. There may be a way to say to CAM I do expect to get an error so don't whine, but I'm not sure how that is done. I 've

Re: Improvements to fsck performance in -current ...?

2003-10-03 Thread Tim Kientzle
Terry Lambert wrote: Unfortunately, IDE disks do not permit disconnected writes, due to a bug in the original IDE implementation, Therefore IDE disks almost universally lie to the driver any time write caching is enabled on an IDE drive. I understand that SATA has fixed a number of problems

Re: Improvements to fsck performance in -current ...?

2003-10-03 Thread Jens Rehsack
Don Lewis wrote: On 2 Oct, Terry Lambert wrote: [...] Actually, write caching is not so much the problem, as the disk reporting that the write has completed before the contents of the transaction saved in the write cache have actually been committed to stable storage. Unfortunately, IDE disks do

Re: NFS corruption on p4 machines (please test)

2003-10-03 Thread Lars Eggert
Kris, Kris Kennaway wrote: For some months now I have been experiencing NFS corruption on the three machines in the dosirak.kr package cluster - these are SMP pentium 4 machines that run -CURRENT. Setting DISABLE_PSE and DISABLE_PG_G does not fix these problems. I am able to easily reproduce

Re: Improvements to fsck performance in -current ...?

2003-10-03 Thread Bill Moran
Jens Rehsack wrote: Don Lewis wrote: On 2 Oct, Terry Lambert wrote: [...] Actually, write caching is not so much the problem, as the disk reporting that the write has completed before the contents of the transaction saved in the write cache have actually been committed to stable storage.

Re: NFS corruption on p4 machines (please test)

2003-10-03 Thread Lars Eggert
Lars Eggert wrote: Kris Kennaway wrote: Just mount something rw via loopback nfs, and run 'fsx foo' on the nfs filesystem for a few minutes. I just ran an fsx cycle on my desktop machine over a TCP mount, and it seemed to work fine: I should have mentioned that this is a Pentium 4 Xeon SMP machine

Re: Improvements to fsck performance in -current ...?

2003-10-03 Thread Jens Rehsack
Bill Moran wrote: [...] To me, this means: a) if you want reliable, don't use IDE with WC Reducable of 'don't use IDE' :-) b) if you want reliable and fast, don't use IDE, period, use SCSI. If you look at the recent postings, SCSI didn't help you out everytime. I use the fileserver in current

Re: NFS corruption on p4 machines (please test)

2003-10-03 Thread Kris Kennaway
On Fri, Oct 03, 2003 at 10:10:20AM -0700, Lars Eggert wrote: Kris, Kris Kennaway wrote: For some months now I have been experiencing NFS corruption on the three machines in the dosirak.kr package cluster - these are SMP pentium 4 machines that run -CURRENT. Setting DISABLE_PSE and

freeing preloads

2003-10-03 Thread Andrew Reisse
Is it possible to free memory associated with preload_search_by_type? The reason for this is that SEBSD uses the bootloader to read a large policy file at startup, but it is converted into a different format for use, and the original is not needed after parsing.

lots of exclusive sleep mutex

2003-10-03 Thread Clive Lin
Hi, I've seen lots of messages on rescent -CURRENT malloc() of 16 with the following non-sleepable locks held: exclusive sleep mutex g_xdown r = 0 (0xe044eca8) locked @ /usr/src/sys/geom/geom_io.c:351 malloc() of 16 with the following non-sleepable locks held: exclusive sleep mutex g_xdown

HEADS UP: can't find kernel source tree error when building the kernel.

2003-10-03 Thread Ruslan Ermilov
On Fri, Oct 03, 2003 at 12:28:42PM -0500, Jacques A. Vidrine wrote: On Fri, Oct 03, 2003 at 07:57:51PM +0300, Clau wrote: hello, i just downloaded via cvsup the latest kernel for freebsd 5.1. i had a problem with it, more exactly when i did a make depend it stopped at some place, and

Panic w/ sources of yesterday

2003-10-03 Thread Robin P. Blanchard
#0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 No locals. #1 0xc04c79d9 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:372 No locals. #2 0xc04c7d07 in panic () at /usr/src/sys/kern/kern_shutdown.c:550 td = (struct thread *) 0xc160d850 bootopt = 256

Re: HEADS UP: can't find kernel source tree error when building the kernel.

2003-10-03 Thread Jacques A. Vidrine
On Fri, Oct 03, 2003 at 09:02:19PM +0300, Ruslan Ermilov wrote: Maybe now it will be more obvious why I thought that upgrade_checks should always be done, for all standard src/Makefile targets. Currently, you either need to upgrade your /usr/bin/make binary manually, or to use this command

Re: NFS corruption on p4 machines (please test)

2003-10-03 Thread Lars Eggert
Kris Kennaway wrote: On Fri, Oct 03, 2003 at 10:10:20AM -0700, Lars Eggert wrote: Kris, Kris Kennaway wrote: For some months now I have been experiencing NFS corruption on the three machines in the dosirak.kr package cluster - these are SMP pentium 4 machines that run -CURRENT. Setting

RE: Panic w/ sources of yesterday

2003-10-03 Thread John Baldwin
On 03-Oct-2003 Robin P. Blanchard wrote: No locals. #12 0xc05a6796 in _vm_map_lock (map=0x0, file=0x0, line=0) at /usr/src/sys/vm/vm_map.c:352 No locals. #13 0xc05a5a7a in kmem_malloc (map=0xc0c2f0b0, size=4096, flags=257) at /usr/src/sys/vm/vm_kern.c:328 offset = 731 i

Re: HEADS UP: can't find kernel source tree error when building the kernel.

2003-10-03 Thread Marcel Moolenaar
On Fri, Oct 03, 2003 at 09:02:19PM +0300, Ruslan Ermilov wrote: How are you building the kernel? Are you using `make buildworld' first and then `make buildkernel' (or `make kernel')? Maybe now it will be more obvious why I thought that upgrade_checks should always be done, for all

GEOM BDE stats / questions about crypto transformations

2003-10-03 Thread Mike Tancsa
We are looking at doing some offsite backup at a generally physically secure location. Still we are not that trusting of our data living off site. So GEOM BDE seems to be a good fit to further reduce the risk. The hardware we have is a 2.2 Celeron as well as a HiFn card to assist with 3des

Re: GEOM BDE stats / questions about crypto transformations

2003-10-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Mike Tancsa writes: However, overall the CPU is lower when running with the hifn card defined in the kernel. It makes a large difference in CPU usage when scp'ing a file across using 3des. Perhaps when the new Soekris card which does AES comes out, these numbers

usb keyboard not working in single user mode

2003-10-03 Thread Ken McKittrick
Hello I've got 5.1-current running on an IBM BladeCenter HS20. This thing has a USB KVM built-in. It's working in multi-user mode. Problem is when I boot to single user, can't do anything. I'm looking for a way to fire up the usbd in single user mode. So far I've tried: Loading usbd.ko,

Re: HEADS UP: can't find kernel source tree error when building the kernel.

2003-10-03 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Marcel Moolenaar [EMAIL PROTECTED] writes: : The Marcel approved way of doing this would be: : 1. fix make(1), : 2. Wait a month (or so) or until after the next release, whichever :comes first, : 3. Change kmod.mk. Agreed. I just arbitrarily decided

Re: TEST PLEASE: if_tun patch

2003-10-03 Thread Pawel Malachowski
On Tue, Sep 30, 2003 at 03:17:05PM -0700, Brooks Davis wrote: It looks strange to have `ifconfig create' vlan interface on tap, while tap uses different semantics and can disappear after closing it? With ef it is even worse, pseudo-devices are created while ef is starting, so ef module

Re: can't compile kernel without bpf

2003-10-03 Thread Dan Lukes
Ivan Doleal wrote: As for kernel compilation (wireless does need bpf), this was it! The new 802.11 layer (device wlan) and some WiFi device drivers (ath and wi) uses the bpfattach2() function call. The bpfattach2() implementation has no stub counterpart in non-bpf section of net/bpf.c, so the

Re: file system (UFS2) consistancy after -current crash? (fwd)

2003-10-03 Thread Kirk McKusick
Date: Fri, 03 Oct 2003 05:03:34 -0600 From: Aaron Wohl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: file system (UFS2) consistancy after -current crash? After crashes recently ive been geting softupdate inconsistancies. Directories in which a

[security-advisories@freebsd.org: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-03:17.procfs]

2003-10-03 Thread Barney Wolff
I'm finally motivated to ask, why don't security advisories contain the equivalent revs for -head? Surely I can't be the only person following -current who doesn't build every day. This notable omission has been true of every security advisory I can remember, and I've never understood it. If

Re: [security-advisories@freebsd.org: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-03:17.procfs]

2003-10-03 Thread Will Andrews
On Fri, Oct 03, 2003 at 09:45:27PM -0400, Barney Wolff wrote: I'm finally motivated to ask, why don't security advisories contain the equivalent revs for -head? Surely I can't be the only person following -current who doesn't build every day. Simply because the SO does not support -CURRENT.

Re: [security-advisories@freebsd.org: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-03:17.procfs]

2003-10-03 Thread Barney Wolff
On Fri, Oct 03, 2003 at 06:54:04PM -0700, Will Andrews wrote: On Fri, Oct 03, 2003 at 09:45:27PM -0400, Barney Wolff wrote: I'm finally motivated to ask, why don't security advisories contain the equivalent revs for -head? Surely I can't be the only person following -current who doesn't

Re: Improvements to fsck performance in -current ...?

2003-10-03 Thread Marcin Dalecki
Bill Moran wrote: Jens Rehsack wrote: Don Lewis wrote: On 2 Oct, Terry Lambert wrote: [...] Actually, write caching is not so much the problem, as the disk reporting that the write has completed before the contents of the transaction saved in the write cache have actually been committed to

Re: [security-advisories@freebsd.org: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-03:17.procfs]

2003-10-03 Thread Will Andrews
On Fri, Oct 03, 2003 at 10:10:41PM -0400, Barney Wolff wrote: Does this mean that the situation can ever arise where a security bug is corrected in the advisory's announced releases but not in -current? Or, can we assume that as of the time of the security announcement the vulnerability has

Re: [security-advisories@freebsd.org: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-03:17.procfs]

2003-10-03 Thread Steve Kargl
On Fri, Oct 03, 2003 at 10:10:41PM -0400, Barney Wolff wrote: Does this mean that the situation can ever arise where a security bug is corrected in the advisory's announced releases but not in -current? No. Well, at least not to date. Or, can we assume that as of the time of the security

Re: [security-advisories@freebsd.org: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-03:17.procfs]

2003-10-03 Thread Barney Wolff
On Fri, Oct 03, 2003 at 07:17:50PM -0700, Will Andrews wrote: ... The rule is that changes are always committed to -CURRENT first, unless they do not apply. This rule is rarely broken in FreeBSD, and certainly never broken for security issues. That's of course expected and appreciated.

Q) Does em0 work under HTT?

2003-10-03 Thread Yamada Ken Takeshi
Hi! Does em{0,1} work under Hyperthreding enabled? em0, seemingly is not working under my environment; FreeBSD 5.1-CURRENT #15: Sat Oct 4 09:46:38 JST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TYD3 Preloaded elf kernel /boot/kernel/kernel at 0xc0aae000. Preloaded elf module

Re: [security-advisories@freebsd.org: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-03:17.procfs]

2003-10-03 Thread Steve Kargl
On Fri, Oct 03, 2003 at 10:48:53PM -0400, Barney Wolff wrote: On Fri, Oct 03, 2003 at 07:17:50PM -0700, Will Andrews wrote: ... The rule is that changes are always committed to -CURRENT first, unless they do not apply. This rule is rarely broken in FreeBSD, and certainly never broken

can't find kernel source tree error when building the kernel.

2003-10-03 Thread Clau
hello, i just downloaded via cvsup the latest kernel for freebsd 5.1. i had a problem with it, more exactly when i did a make depend it stopped at some place, and gave me this error: can't find kernel source tree i fixed this by modifying this piece of code from /usr/src/sys/conf/kmod.mk (it

Re: can't find kernel source tree error when building the kernel.

2003-10-03 Thread Max Laier
Hello Clau, C i removed the last / from /kern/ and now it seems it can find the C directory. C i don't know if this is a general problem, or it is just in the case of C my system. Same here. Setting SYSDIR helped for now. But the last commit message to kmod.mk: Revert rev. 1.86, I've fixed

Re: can't find kernel source tree error when building the kernel.

2003-10-03 Thread Jacques A. Vidrine
On Fri, Oct 03, 2003 at 07:57:51PM +0300, Clau wrote: hello, i just downloaded via cvsup the latest kernel for freebsd 5.1. i had a problem with it, more exactly when i did a make depend it stopped at some place, and gave me this error: can't find kernel source tree i fixed this by

Re: can't find kernel source tree error when building the kernel.

2003-10-03 Thread Clau
Jacques A. Vidrine wrote: On Fri, Oct 03, 2003 at 07:57:51PM +0300, Clau wrote: hello, i just downloaded via cvsup the latest kernel for freebsd 5.1. i had a problem with it, more exactly when i did a make depend it stopped at some place, and gave me this error: can't find kernel source

HEADSUP: routing table locking changes committed

2003-10-03 Thread Sam Leffler
I just committed a large set of changes to lock routing table entries. I've been running with these changes for several months w/o ill effects but as always beware. You will see some LOR's that I expect will go away with forthcoming work from Andre Oppermann. If not they'll get fixed before

Re: Q) Does em0 work under HTT?

2003-10-03 Thread dave
At 09:51 PM 10/3/2003, you wrote: Hi! Does em{0,1} work under Hyperthreding enabled? em0, seemingly is not working under my environment; FreeBSD 5.1-CURRENT #15: Sat Oct 4 09:46:38 JST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TYD3 Preloaded elf kernel /boot/kernel/kernel at 0xc0aae000.

Re: Q) Does em0 work under HTT?

2003-10-03 Thread Yamada Ken Takeshi
From: dave [EMAIL PROTECTED] This is an MSI 875P Neo MB. Do you have it enabled in the bios? dave Yes, I enable HTT in the bios because without enabling it, freebsd-current does not recognize HTT. I mean that; with bios HTT disables; /sys/i386/i386/identcpu.c (cpu_procinfo