newfs panics

2000-01-06 Thread Kun Limfjordsporter
Moin moin... I'm not sure where is the best list to send this, since I've seen it under both -current and -stable, so you'll have to do. Has anyone seen panics like panic: vinvalbuf: dirty bufs mp_lock = 0001; cpuid = 0; lapic.id = 01 I get this regularly when newfs'ing a disk

Re: Natd with Pmtu Discovery

2000-01-06 Thread Jim Flowers
OK. I followed this a little further. The problem is that the natd read of the interface mtu precedes the skip routine that modifies it. Unfortunately, when the skip routine modifies the interface mtu it does not send a message to the socket as it does when the address is changed so the

Re: VIPW user accounts

2000-01-06 Thread Sheldon Hearn
On Thu, 06 Jan 2000 09:41:21 CST, "Aaron Sonntag" wrote: I usually edit VIPW by hand. I have set up mail only accounts using /usr/bin/passwd shell. Along the same lines how do I go about setting up the following accounts: ftp only ftp and mail only I've written

major device number for pcfclock

2000-01-06 Thread Sascha Schumann
Hi, I'd like to see the new pcfclock driver be included into FreeBSD, so I need an official major device number. Shall I simply take the highest used number (139), increase it, and send you a tarball, including the driver and the patches against conf/files, conf/majors,

Re: AIO was Re: Kernel threads

2000-01-06 Thread Christopher Sedore
On Thu, 6 Jan 2000, Arjan de Vet wrote: Jordan K. Hubbard wrote: This is very interesting data and I was just wondering about the actual state of functionality in our AIO code just the other day, oddly enough. Does anyone have a PR# for the mentioned patches? kern/12053 A Dec 16

Re: syscons: SC_MOUSE_CHAR value rationale

2000-01-06 Thread Kelly Yancey
On Thu, 6 Jan 2000, Cejka Rudolf wrote: Marcin Cieslak wrote (2000/01/05): Is there any _particular_ reason why this is #define'd to (0xd0) in /sys/dev/syscons/syscons.c? From syscons.c,v - 1998/02/11 (author: yokota): - another new option: SC_MOUSE_CHAR Define the first character

Question on mapping PCI interrupts... (or rather, not...)

2000-01-06 Thread Brian McGovern
I'm running in to a PCI interface question. I have a board that I can select whether it will run in Interrupt or "Polled mode" (ie - no interrupt assigned). It appears that when I have it in interrupt mode, the IRQ (cfg-intline) is set to a relatively valid (0-15) setting. When it is in polled

Help, I'm stuck! Weird network/routing question.

2000-01-06 Thread John Ioannidis
Here is the setup: Hosts alice and bob, running 3.4-STABLE, xl interfaces. on alice: # ifconfig xl1 10.1.1.1 up netmask 255.255.255.255 # netstat -r -n ... 10.1.1.1/32link#2 UC 00 xl1 ... # ping 10.1.1.1 (yes, it pings fine) # netstat -r -n ...

Re: Help, I'm stuck! Weird network/routing question.

2000-01-06 Thread John Ioannidis
John, you say that you can't have a shorter subnet mask? As it is you've specified all of the bits to be the subnetid, thus leaving The addresses were picked as examples, of course. /ji To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the

Re: Help, I'm stuck! Weird network/routing question.

2000-01-06 Thread James E. Housley
John Ioannidis wrote: Here is the setup: Hosts alice and bob, running 3.4-STABLE, xl interfaces. on alice: # ifconfig xl1 10.1.1.1 up netmask 255.255.255.255 # netstat -r -n That is your problem, I think. try netmask of 255.255.255.0 Jim -- James E. Housley "The box said 'Requires

Re: Help, I'm stuck! Weird network/routing question.

2000-01-06 Thread Omachonu Ogali
Your netmask is probably causing problems. Try 255.0.0.0. Omachonu Ogali Intranova Networking Group On Thu, 6 Jan 2000, John Ioannidis wrote: Here is the setup: Hosts alice and bob, running 3.4-STABLE, xl interfaces. on alice: # ifconfig xl1 10.1.1.1 up netmask 255.255.255.255 #

Re: Possible optimization in VM?

2000-01-06 Thread Matthew Dillon
(repeating, Brett sent his original posting to freebsd.com instead of freebsd.org!) :As I read this, a question immediately occurred to me. I can understand why :C1 exists; when the child modifies pages, one must create COW copies for it :that are distinct from the parent's. But why