From owner-freebsd-stable@FreeBSD.ORG Thu Oct 7 06:37:32 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1546C16A4CE for ; Thu, 7 Oct 2004 06:37:32 +0000 (GMT) Received: from mail1.woosh.co.nz (mail1.woosh.co.nz [202.74.207.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1654B43D1F for ; Thu, 7 Oct 2004 06:37:31 +0000 (GMT) (envelope-from james@pole.net.nz) Received: from [192.168.1.253] (202-74-193-68.ue.woosh.co.nz [202.74.193.68]) by woosh.co.nz; Thu, 7 Oct 2004 19:37:27 +1300 In-Reply-To: <1097124983.4164cc7713dd5@www.whootis.net> References: <1097124983.4164cc7713dd5@www.whootis.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5808C278-182B-11D9-BABE-000D93341F5C@pole.net.nz> Content-Transfer-Encoding: 7bit From: James Pole Date: Thu, 7 Oct 2004 19:37:22 +1300 To: lists@whootis.com X-Mailer: Apple Mail (2.619) cc: stable@freebsd.org Subject: Re: kernel help X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 06:37:32 -0000 Heya, To remove the old kernel just delete /kernel and rename /kernel.old to /kernel. But note that you need to build the whole world (cd /usr/src/ && make buildworld && make installworld) before the kernel will be in sync with the rest of the system. If the kernel version is not in sync with the version of the 'world' (ie the user-land applications such as SSH, etc) then problems can occur. The FreeBSD manual has more information on the correct prodecure for upgrading a FreeBSD box. Regards, James On 7/10/2004, at 5:56 PM, lists@whootis.com wrote: > So tonight I walked through compiling my kernel from 4.9-STABLE to > 4.10-STABLE. > Compiling it went really well and all looked good until I reboot. > When I > rebooted All seemed to go ok for a bit... but then commands started to > hang and > disconnecting from SSH would leave my SSH session hung. I reboot back > into my > kernel.old and most everything is relatively happy again. > > But now my question. How do I make this the default kernel again? I > obviously > don't want to use the new kernel because it has problems. Can someone > help me > with this? > > For reference sake I only used the GENERIC config and the only like I > added to > it was the options line to add user quotas. > > THanks > Geoff Sweet > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org" >