On Thu, 07 Sep 2000 16:04:11 +0200, Sheldon Hearn wrote:
> Just a warning to anyone wanting to try out SMPng -- make sure that you
> hdon't have ``linux_enable="YES"'' in /etc/rc.conf.
>
> I got a kernel trap when /etc/rc tried to load the linux module. I
> haven't had time to get a panic and backtrace to Marcel, but I thought
> I'd send this warning for now.
I'd like to feed back that this was pilot error. Although I had
up-to-date modules in /boot/kernel, I still had stale modules in
/modules.
The bottom line? Be sure to remove your /modules when you upgrade. If
you want to keep your old modules around to support an old kernel, do
this:
if [ ! -d /boot/kernel.old ]; then
mv /modules /boot/kernel.old
chflags noschg /kernel
mv /kernel /boot/kernel.old/kernel.ko
chflags noschg /boot/kernel.old/kernel.ko
fi
The linuxulator is working just fine for me under the new SMPng. :-)
Ciao,
Sheldon.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message