From owner-freebsd-current Fri Sep 8 4:39:51 2000 Delivered-To: freebsd-current@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 97CF337B422 for ; Fri, 8 Sep 2000 04:39:47 -0700 (PDT) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13XMVU-00038y-00 for current@freebsd.org; Fri, 08 Sep 2000 13:39:44 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id NAA08911 for ; Fri, 8 Sep 2000 13:39:44 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 8672; Fri Sep 8 13:38:33 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13XMUK-00007R-00 for current@FreeBSD.org; Fri, 08 Sep 2000 13:38:32 +0200 From: Sheldon Hearn To: current@freebsd.org Subject: Re: HEADS UP: linux module breaks current In-reply-to: Your message of "Thu, 07 Sep 2000 16:04:11 +0200." <684.968335451@axl.fw.uunet.co.za> Date: Fri, 08 Sep 2000 13:38:32 +0200 Message-ID: <460.968413112@axl.fw.uunet.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message