Re: 4.6.2-p23 and [tcp bad cksum]

2003-10-03 Thread Igor Sysoev
On Thu, 2 Oct 2003, Will Froning wrote: Which is which? The 2 boxes that didn't work, one had a Fiber EM and the other had a copper BGE running at 100 full (Dell 1650 and 2550 respectively) The 4.9-pre is a Fiber EM (dell 2600). Which one was causing large amount of checksum errors?

settimeofday within jail

2003-10-03 Thread Colin Percival
Ok, this is a wierd question: How hard would it be to allow jails to have local clocks which could be manipulated within those jails? The reason I'm asking is this: As those of you who attended my BSDCon talk will know, FreeBSD Update plays games with the clock (specifically, it sets the

total hang when cu -l /dev/cuaa0

2003-10-03 Thread C. Kukulies
I have disabled the SIO on my ASUS P4SX board because I have a PCI modem card inserted. But the modem card or the sio on it doesn't seem to be detected by the kernel. Instead I see two sios (sio0 and sio1) which are flagged as possibly disabled (?) - why are they seen when I disabled them in the

Re: settimeofday within jail

2003-10-03 Thread Julian Elischer
it'd be good for testing the 2038 bug :-) On Fri, 3 Oct 2003, Colin Percival wrote: Ok, this is a wierd question: How hard would it be to allow jails to have local clocks which could be manipulated within those jails? The reason I'm asking is this: As those of you who attended my

Re: settimeofday within jail

2003-10-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Colin Percival writes: Ok, this is a wierd question: How hard would it be to allow jails to have local clocks which could be manipulated within those jails? Not hard. How hard would it be to keep track of all the weird options we can think off for jails: much.

Re: total hang when cu -l /dev/cuaa0

2003-10-03 Thread Bernd Walter
On Fri, Oct 03, 2003 at 08:21:28PM +0200, C. Kukulies wrote: I have disabled the SIO on my ASUS P4SX board because I have a PCI modem card inserted. But the modem card or the sio on it doesn't seem to be detected by the kernel. Instead I see two sios (sio0 and sio1) which are flagged as

Re: total hang when cu -l /dev/cuaa0

2003-10-03 Thread Christoph P. Kukulies
On Fri, Oct 03, 2003 at 10:15:08PM +0200, Bernd Walter wrote: On Fri, Oct 03, 2003 at 08:21:28PM +0200, C. Kukulies wrote: I have disabled the SIO on my ASUS P4SX board because I have a PCI modem card inserted. But the modem card or the sio on it doesn't seem to be detected by the

Re: total hang when cu -l /dev/cuaa0

2003-10-03 Thread Bernd Walter
On Fri, Oct 03, 2003 at 11:23:34PM +0200, Christoph P. Kukulies wrote: On Fri, Oct 03, 2003 at 10:15:08PM +0200, Bernd Walter wrote: On Fri, Oct 03, 2003 at 08:21:28PM +0200, C. Kukulies wrote: I have disabled the SIO on my ASUS P4SX board because I have a PCI modem card inserted.

Re: total hang when cu -l /dev/cuaa0

2003-10-03 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bernd Walter [EMAIL PROTECTED] writes: : You need a different driver for your PCI one - e.g. puc. actually, puc still uses sio/uart. puc just manages the bus resources. : The modem coild also be something proprietary for which there is no : driver

agp broken for ali... this is the patch, PLEASE import it :)

2003-10-03 Thread Andrea Cocito
Hallo, I sent a temporary patch a while ago, no answer. So sorry for the report but *please* fix this: this makes non-bootable several laptops and industrial systems. On some ALI chipsets the agp bus returns an aperture size of zero, and the kernel panics. The way it is handled for *any* agp bus

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

Is socket buffer locking as questionable as it seems?

2003-10-03 Thread Brian Fundakowski Feldman
I keep getting these panics on my SMP box (no backtrace or DDB or crash dump of course, because panic() == hang to FreeBSD these days): panic: receive: m == 0 so-so_rcv.sb_cc == 52 From what I can tell, all sorts of socket-related calls are MP-safe and yet never even come close to locking the