From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 20:12:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 147A91065673 for ; Sun, 6 Feb 2011 20:12:36 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6CC8FC08 for ; Sun, 6 Feb 2011 20:12:35 +0000 (UTC) Received: by fxm16 with SMTP id 16so4361372fxm.13 for ; Sun, 06 Feb 2011 12:12:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UzdcvQefTEOr51SnLJ6MAQiNPWyg9unKaqjQaw1lcbs=; b=VC4AfLeRCyx3rOXkDamMLmdtjq1FJp98Tw+TLeMVTG8XU+HxeqjfsrcWIlMvgXxSiu mnbF2iBMZnxoY7gBfRVIpmOfiQtFmWToRdyXuFtnM/Y+/GQtS++nTvYuC7+b45ApaWNg u8o9fnjyPC2mg/1sI33wB0MOPs79YY5pgCwgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Xpxqste4Q5AlrMzmOLfbFXCN8oYhN6m59kvob8G6EilEcH2D2+2C5aE6wRqZY8dcxr XuLT69XBDJofBglVoZAKfZQe6E6eUWft0Iwb5wCmq4rRCAaeLDFMA4c3vKd1eVBJFBWo 5m6zFBi2ah6fAirMX7+j2JvOvYkvt/WagaGz0= MIME-Version: 1.0 Received: by 10.223.86.135 with SMTP id s7mr13948859fal.70.1297016462892; Sun, 06 Feb 2011 10:21:02 -0800 (PST) Received: by 10.223.114.4 with HTTP; Sun, 6 Feb 2011 10:21:02 -0800 (PST) In-Reply-To: <4D4EE410.7010608@webtent.org> References: <4D4ED4BB.5090704@webtent.org> <20110206172037.GA31301@hape.internal> <4D4EE410.7010608@webtent.org> Date: Sun, 6 Feb 2011 12:21:02 -0600 Message-ID: From: Adam Vande More To: Robert Fitzpatrick Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: kern.crit messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 20:12:36 -0000 On Sun, Feb 6, 2011 at 12:10 PM, Robert Fitzpatrick wrote: > Thanks. Can someone confirm these steps as the best way to attempt to > get back to a 8.1 kernel I originally installed... > > 1. update my tag line to 8_1 > 2. update my source tree > For step 3, you can something like "make buildkernel && make installkernel" but you may not have to do that if the /boot/kernel.old is a match your currect userland as mentioned previously. simply move it /boot/kernel after you have tested it. -- Adam Vande More