Re: Failed to load linux.ko during boot

2001-04-09 Thread Sakari Jalovaara
I wrote: > Hmm, "man sh" promises that [ if ! ... ] should work, but ... Shell bug?! > > (Apr 6 vintage current). This was already fixed by Brian yesterday. To make linux.ko loading (and quite likely other stuff as well) work: re-sup and recompile, /bin/sh in particular. ++sakari To Unsubscr

Re: Failed to load linux.ko during boot

2001-04-09 Thread Sakari Jalovaara
I was wondering about this too. /etc/rc does this: if ! kldstat -v | grep -E 'linux(aout|elf)' > /dev/null; then kldload linux > /dev/null 2>&1 fi Works better for me if I add parens to the "if ! ..." bit: if ! ( kldstat -v | grep -E 'linux(aout|elf)' >

Re: make buildworld fails after cvsup

2000-12-31 Thread Sakari Jalovaara
I wrote: > [CIRCLEQs and ex / vi crashing] Scratch that, Brian Feldman already fixed it. Re-sup and compile. ++sja To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message