From owner-freebsd-current@FreeBSD.ORG Thu Feb 12 06:44:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFFAD16A4CE; Thu, 12 Feb 2004 06:44:16 -0800 (PST) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2373243D1D; Thu, 12 Feb 2004 06:44:16 -0800 (PST) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.9) with SMTP id i1CEhfeL080980; Thu, 12 Feb 2004 15:43:41 +0100 (CET) (envelope-from wjw@withagen.nl) Message-ID: <0a2901c3f176$a8654570$471b3dd4@dual> From: "Willem Jan Withagen" To: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <07b801c3f0c5$50b88780$471b3dd4@dual><20040211181705.GC69282@xor.obsecurity.org><20040211221605.GF52347@FreeBSD.org.ua><087f01c3f14d$3ba3c430$471b3dd4@dual><20040212105510.GB63369@FreeBSD.org.ua><08f601c3f15a$086540f0$471b3dd4@dual> <095e01c3f169$43382940$471b3dd4@dual> <09a701c3f16f$36bdfb30$471b3dd4@dual> <0a0b01c3f172$990c9410$471b3dd4@dual> Date: Thu, 12 Feb 2004 15:44:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: current@freebsd.org Subject: Re: Upgrading world from 5.0-dp1 to 5.1-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 14:44:16 -0000 From: "Dag-Erling Smørgrav" > I didn't realize you were building and installing on different > systems. Try adding 'INSTALLFLAGS=-p' to /etc/make.conf on the > client (or running 'make installkernel INSTALLFLAGS=-p') No, the idea is: There's this box in a corner which build on a "regular"basis: 4-STABLE for some production servers (haven't tried upgrading those) 5-RELEASE for my fileserver and firewall 5-CURRENT for not critical boxes 5.1 as an intermediate when I following some migrations since my COMPAQ ML370 does not always like CURRENT I export /usr/obj, /usr/src{4,4,51,52} to the same mounts on the system I want to upgrade. And normally I can just follow the regular process, where I get to single mode via multi-user mode, so all IP stuff is loaded and started. I only seriously ran into the discussed catch when I installed a fresh system (for some NFS performance tests) with an old 5.0-DP1 release and wanted to upgrade that to 5.1 or 5.2. I tried your suggestion(-p), but it still gives 'signal 12' But perhaps my system is too botched right now. Doing it the 'hard' way works: cd /usr/obj/usr/src51/src/sys/sys/GENERIC make install --WjW