From owner-freebsd-stable@FreeBSD.ORG Thu Nov 25 04:15:30 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 7769716A4CE for ; Thu, 25 Nov 2004 04:15:30 +0000 (GMT) Received: from mail.frombach.com (frombach.com [208.179.193.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A81943D5C for ; Thu, 25 Nov 2004 04:15:30 +0000 (GMT) (envelope-from zoltan@frombach.com) Received: (qmail 84501 invoked by uid 0); 25 Nov 2004 04:15:34 -0000 Received: from 24.24.201.219 by www.frombach.com (envelope-from , uid 0) with qmail-scanner-1.24 (clamscan: 0.80. spamassassin: 3.0.1. Clear:RC:1(24.24.201.219):. Processed in 0.36576 secs); 25 Nov 2004 04:15:34 -0000 Received: from unknown (HELO p4) (zoltan@frombach.com@24.24.201.219) by frombach.com with SMTP; 25 Nov 2004 04:15:33 -0000 Message-ID: <000201c4d2a5$65e9bb70$e001a8c0@p4> From: "Zoltan Frombach" To: Date: Wed, 24 Nov 2004 20:15:29 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 cc: rbgarga@gmail.com Subject: Re: Error on installworld from 5.2.1 to 5.3-p1 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, 25 Nov 2004 04:15:30 -0000 > I did this > > cvsuped RELENG_5_3 > make my KERNEL config > make buildworld > make buildkernel > make installkernel > shutdown now (At this time the machine was locked) > I rebooted the machine and enter in single mode with kernel 5.2.1 > mergemaster -p > make installworld Well, this is not quiet right. You should have done: cvsuped RELENG_5_3 mergemaster -p (you must do this here!!) make my KERNEL config make buildworld make buildkernel make installkernel shutdown -r now (I always use the -r flag to restart) mergemaster (don't use -p option here!!) make installworld shutdown -r now (restart again) Zoltan