Re: fstab weirdness / UPDATING

2001-04-05 Thread Szilveszter Adam
Hello, On Wed, Apr 04, 2001 at 10:49:22PM -0700, Alfred Perlstein wrote: I've had that problem on one box also -- when the boot occurs, my /var partition is not fsck'd. It's the second pass-two file system, which means that it *should* be checked :-). I suspect a nit in the recent fsck

Panic I got: mutex sx backing lock recursed at ../../kern/kern_condvar.c:198

2001-04-05 Thread Richard Todd
I'm running -CURRENT on a dual PII/400 box with 128M of RAM. The kernel I'm running was built from sources current as of last night (i.e. around 9PM CDT Apr 3). Just now, while listening to streaming audio with xmms, the machine crashed. It's done that a couple times before, with recent-ish

Re: *HEADS UP* libposix1e is integrated into libc

2001-04-05 Thread John Hay
On Wed, Apr 04, 2001 at 07:23:18PM +0200, Thomas Moestl wrote: src/lib/libposix1e was repocopied to src/lib/libc/posix1e, and I'll start to commit the necessary patches now and will then activate the build. World may be broken during a short interval due to the switch. You will also

subscription

2001-04-05 Thread
subscribe freebsd-current subscribe cvs-all Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: *HEADS UP* libposix1e is integrated into libc

2001-04-05 Thread Ruslan Ermilov
On Thu, Apr 05, 2001 at 09:33:24AM +0200, John Hay wrote: On Wed, Apr 04, 2001 at 07:23:18PM +0200, Thomas Moestl wrote: src/lib/libposix1e was repocopied to src/lib/libc/posix1e, and I'll start to commit the necessary patches now and will then activate the build. World may be

Re: newbus driver code

2001-04-05 Thread Julian Elischer
try teh sample driver in /usr/share/exaples/drivers/make_device_driver.sh it's been updated recently, and commented with useful comments. (-current only) On Wed, 4 Apr 2001, j mckitrick wrote: Could someone point me to a device that is well-written, follows newbus, and would be a good

Re: Panic I got: mutex sx backing lock recursed at ../../kern/kern_condvar.c:198

2001-04-05 Thread Bruce Evans
On Thu, 5 Apr 2001, Richard Todd wrote: I'm running -CURRENT on a dual PII/400 box with 128M of RAM. The kernel I'm running was built from sources current as of last night (i.e. around 9PM CDT Apr 3). Just now, while listening to streaming audio with xmms, the machine crashed. It's done

Re: newbus driver code

2001-04-05 Thread j mckitrick
On Thu, Apr 05, 2001 at 03:32:23AM -0700, Julian Elischer wrote: | try teh sample driver in /usr/share/exaples/drivers/make_device_driver.sh Perfect! Just what I was looking for. Thanks. jm -- --- Jonathon McKitrick -- [EMAIL

selwakeup()

2001-04-05 Thread Garrett Wollman
On Thu, 05 Apr 2001 01:39:35 -0500, Richard Todd [EMAIL PROTECTED] said: If I'm reading this backtrace right, the thread handling the sound hardware called selwakeup() (frame #19). This called pfind() (frame #18), which tries to lock allproc. selwakeup() shouldn't need to call pfind().

RE: selwakeup()

2001-04-05 Thread John Baldwin
On 05-Apr-01 Garrett Wollman wrote: On Thu, 05 Apr 2001 01:39:35 -0500, Richard Todd [EMAIL PROTECTED] said: If I'm reading this backtrace right, the thread handling the sound hardware called selwakeup() (frame #19). This called pfind() (frame #18), which tries to lock allproc.

Some telnet argument cleanup

2001-04-05 Thread Nick Sayer
Since the change was made to telnet to have it attempt autologin and encryption by default, there are some problems with argument handling for telnet. 1. in crypto/telnet/telnet/main.c: case 'l': autologin = 1; if(autologin == 0)

Re: pppoe, userland ppp

2001-04-05 Thread Nick Sayer
Leif Neland wrote: I'd like to try pppoe to connect to poptop (on a linuxbox). The port is forbidden; I should use ng_pppoe. You're mixing apples and oranges. poptop is for pptp, not pppoe. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the

Re: Call for review... PR 25577

2001-04-05 Thread Brooks Davis
On Mon, Apr 02, 2001 at 12:28:38PM -0700, Doug Ambrisko wrote: Well I can't see that since it's not an array and the values come from iterating through Cisco's API and a direct query for the transmit key. Look at ancontrol for the ugly secret details! I'm pretty sure I've also managed to

Re: Call for review... PR 25577

2001-04-05 Thread Doug Ambrisko
Brooks Davis writes: | On Mon, Apr 02, 2001 at 12:28:38PM -0700, Doug Ambrisko wrote: | Well I can't see that since it's not an array and the values come | from iterating through Cisco's API and a direct query for the | transmit key. Look at ancontrol for the ugly secret details! | | I'm

Failed to load linux.ko during boot

2001-04-05 Thread Morten Skriver
Hi, I upgraded my -Current today and after doing this, it has stopped to load linux.ko into the kernel even though I have linux_enable="YES" in my rc.conf If I manually do a kldload linux.ko it loads the module without any problems. Do you have any suggestion why, it doesn't load the module

Re: Failed to load linux.ko during boot

2001-04-05 Thread Morten Skriver
On Thu, Apr 05, 2001 at 11:16:48PM +0200, Morten Skriver wrote: I upgraded my -Current today and after doing this, it has stopped to load linux.ko into the kernel even though I have linux_enable="YES" in my rc.conf I forgot to tell, that I recive the following error message if I use the

Re: Call for review... PR 25577

2001-04-05 Thread Bruce A. Mah
If memory serves me right, Doug Ambrisko wrote: Brooks Davis writes: | On Mon, Apr 02, 2001 at 12:28:38PM -0700, Doug Ambrisko wrote: | Well I can't see that since it's not an array and the values come | from iterating through Cisco's API and a direct query for the | transmit key. Look

Re: Failed to load linux.ko during boot

2001-04-05 Thread Doug White
On Thu, 5 Apr 2001, Morten Skriver wrote: On Thu, Apr 05, 2001 at 11:16:48PM +0200, Morten Skriver wrote: I upgraded my -Current today and after doing this, it has stopped to load linux.ko into the kernel even though I have linux_enable="YES" in my rc.conf I forgot to tell, that I

Re: Failed to load linux.ko during boot

2001-04-05 Thread David O'Brien
On Thu, Apr 05, 2001 at 11:30:21PM +0200, Morten Skriver wrote: [morten@mosk-pc]:/usr/home/morten$ linux kldload: can't load linux: Operation not permitted ELF binary type "3" not known. Abort trap You did not `brandelf' your /compat/linux/sbin/ldconfig. Did you install this from

RE: selwakeup()

2001-04-05 Thread John Baldwin
On 05-Apr-01 John Baldwin wrote: On 05-Apr-01 Garrett Wollman wrote: On Thu, 05 Apr 2001 01:39:35 -0500, Richard Todd [EMAIL PROTECTED] said: If I'm reading this backtrace right, the thread handling the sound hardware called selwakeup() (frame #19). This called pfind() (frame #18),

Re: Failed to load linux.ko during boot

2001-04-05 Thread Morten Skriver
On Thu, Apr 05, 2001 at 02:41:54PM -0700, David O'Brien wrote: On Thu, Apr 05, 2001 at 11:30:21PM +0200, Morten Skriver wrote: [morten@mosk-pc]:/usr/home/morten$ linux kldload: can't load linux: Operation not permitted ELF binary type "3" not known. Abort trap You did not

RE: selwakeup()

2001-04-05 Thread Garrett Wollman
On Thu, 05 Apr 2001 14:41:29 -0700 (PDT), John Baldwin [EMAIL PROTECTED] said: As a safety check we should probably zero the pid right before zfree()'ing a proc in wait() however, so that a stale pointer to a free'd process doesn't have a valid pid if we do this. Should not be necessary.

No Subject

2001-04-05 Thread Michael Capps
unsubscribe freebsd-current end To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: selwakeup()

2001-04-05 Thread John Baldwin
On 05-Apr-01 Garrett Wollman wrote: On Thu, 05 Apr 2001 14:41:29 -0700 (PDT), John Baldwin [EMAIL PROTECTED] said: As a safety check we should probably zero the pid right before zfree()'ing a proc in wait() however, so that a stale pointer to a free'd process doesn't have a valid pid if

Possible Nvidia drivers of XF86

2001-04-05 Thread D.
I was talking with some fellows who seemed rather confident that if a FBSD developer would port the rather small NVIDIA_kernel to FBSD that Nvidia would make their driver available for XF86 on FBSD. I'm personally not familiar with FBSD development, still with linux, but would love to switch

Re: pppoe, userland ppp

2001-04-05 Thread Leif Neland
I'd like to try pppoe to connect to poptop (on a linuxbox). The port is forbidden; I should use ng_pppoe. You're mixing apples and oranges. poptop is for pptp, not pppoe. Ahh! While mixing apples and oranges can make a nice juice, it doesn't work for vpn. Using pptpclient instead is