From owner-freebsd-current@FreeBSD.ORG Thu Feb 12 06:15:24 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 68AE216A528; Thu, 12 Feb 2004 06:15:24 -0800 (PST) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2AF343D3F; Thu, 12 Feb 2004 06:15:12 -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 i1CEEbeL080311; Thu, 12 Feb 2004 15:14:37 +0100 (CET) (envelope-from wjw@withagen.nl) Message-ID: <0a0b01c3f172$990c9410$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> Date: Thu, 12 Feb 2004 15:14:58 +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:15:24 -0000 From: "Dag-Erling Smørgrav" > "Willem Jan Withagen" writes: > > So that suggests running an install(1) calling the kernel, but the kernel > > is not recent enough to have that call onboard. > > So that could mean a 5.2_install trying to run on a 5.1 kernel?? > > There are two issues. First, 5.2's install(1) uses a system call that > doesn't exist in 5.1. Second, 5.1's install(1) uses a system call > that does not exist in 5.2 unless you compiled your kernel with the > COMPAT_FREEBSD4 option. This is explained in UPDATING, which I assume > you have read at least three times by now. This confirms that I'm understanding somewhat more now what is what about that in UPDATING. So since my buildserver is running current (although an old one: FreeBSD 5.2-CURRENT #25: Mon Dec 22) it builds, when building 5.1, the installation toolset to be used on 5.2. And those tools cannot be used on 5.1 due to the missing systemcall. So what I/it would need then, is to build 5.1 compatible installtools on a 5.2 running system??? For the time being I'll start packing, counting my beans, reading UPDATINGS, ski down some slope. And refigure the issue after I get back. Thanx for all the patience Des, --WjW