From owner-freebsd-questions@FreeBSD.ORG Mon May 9 16:52:18 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 E3DBC1065670 for ; Mon, 9 May 2011 16:52:18 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [IPv6:2001:470:28:38a::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD398FC15 for ; Mon, 9 May 2011 16:52:18 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id E2A161CC77; Mon, 9 May 2011 19:52:16 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net E2A161CC77 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1304959937; bh=zyr/vx5sgSmrA4jIzbdEQFt6c/0B8BkBTdR5kUC1rrk=; h=Message-ID:From:To:Cc:References:In-Reply-To:Subject:Date: MIME-Version:Content-Type:Content-Transfer-Encoding; b=krmZrzf8Msq1v8sTg0HotISCxcyNOIrtDxrAU4/+hrzq2H3R4hY775iZF4aGIXDth 9Ao7zCGMQeiFNgj1jLaE+iVHkHH0Qr3+kyl23xBTr+0N7LUymcSibKnB5eDSvht6s9 fhkzV8P7GEPdo2ESn2OYd8G2TrIs822TL7Dde/g8= X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by www.liukuma.net (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id V8Is9WzlcAaW; Mon, 9 May 2011 19:52:12 +0300 (EEST) Received: from rivendell (a91-155-174-194.elisa-laajakaista.fi [91.155.174.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id 633531CC73; Mon, 9 May 2011 19:52:12 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 633531CC73 Message-ID: From: "Reko Turja" To: "Robert Fitzpatrick" References: <4DC7E405.9050403@webtent.org> <5ED8D7FBA88F4D8ABA343BFE57440BC9@rivendell> <4DC8179C.3070805@webtent.org> In-Reply-To: <4DC8179C.3070805@webtent.org> Date: Mon, 9 May 2011 19:52:19 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 Cc: freebsd-questions@freebsd.org Subject: Re: Kernel errors after upgrade from 8.1 to 8.2 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: Mon, 09 May 2011 16:52:19 -0000 > mx3# mergemaster -p > > *** Creating the temporary root environment in /var/tmp/temproot > *** /var/tmp/temproot ready for use > *** Creating and populating directory structure in=20 > /var/tmp/temproot > > cp: /usr/src/etc/master.passwd: No such file or directory > > *** FATAL ERROR: Cannot copy files to the temproot environment > > So, I just need to get all the source and then rebuild as you=20 > mentioned? > > --Robert Yes, grab the whole source tree - kernel upgrades by just compiling=20 the kernel itself are usually okay, if done within same release, when=20 upgrading, the userland needs to be built with the new kernel. The correct process for upgrading from source is described in: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html -Reko=20