From owner-freebsd-stable Tue Dec 30 10:04:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11043 for stable-outgoing; Tue, 30 Dec 1997 10:04:57 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA11035 for ; Tue, 30 Dec 1997 10:04:52 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.com [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.73 #1) id 0xn61s-0003wY-00; Tue, 30 Dec 1997 10:04:37 -0800 Date: Tue, 30 Dec 1997 10:04:35 -0800 (PST) From: Tom To: The Hermit Hacker cc: Wut!? , freebsd-stable@freebsd.org Subject: Re: Nov 21st stable kernel panicking... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Dec 1997, The Hermit Hacker wrote: > On Tue, 30 Dec 1997, Wut!? wrote: > > > Hrmm.. Did you update your whole etc. dir when you did a CVSUP or > > whatever you did.. I used to have those problems and when I got the > > updated RC and rc.conf etc, mine worked fine. I don't know, give it a try :) > > This could very well be where I screwed up :( I just rebuild and > installed a new kernel...am doing a make world right now to go alone with > it. Does anyone have a "clean" method of updating /etc, or do you just go > through one file at a time and decide what needs to be updated and what > doesn't? :( Do an entire make world is important, updating /etc/ isn't. After all, the /etc/rc* stuff is just shell scripts. I have 2.2.5 boxes running with /etc/rc* from 2.1. However these shell scripts don't work so well, if bins that mess with the kernel aren't updated. Tom