From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 26 22:40:30 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8157D16A41C for ; Sun, 26 Jun 2005 22:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB5843D55 for ; Sun, 26 Jun 2005 22:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5QMePWS018468 for ; Sun, 26 Jun 2005 22:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5QMePrU018467; Sun, 26 Jun 2005 22:40:25 GMT (envelope-from gnats) Date: Sun, 26 Jun 2005 22:40:25 GMT Message-Id: <200506262240.j5QMePrU018467@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: SA Cc: Subject: Re: misc/82591: Installworld fails on libcrypt install X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: SA List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 22:40:30 -0000 The following reply was made to PR misc/82591; it has been noted by GNATS. From: SA To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: misc/82591: Installworld fails on libcrypt install Date: Mon, 27 Jun 2005 00:34:26 +0200 No, you're correct Giorgos. Please close this "non-bug"; it's not a bug but rather a mistake on my part. On 6/24/05, Giorgos Keramidas wrote: > On 2005-06-23 21:40, Santi Alonso wrote: > > Having done a cvsup on June 23rd around 12:00 UTC, I proceeded to > > buildworld, buildkernel, installkernel, mergemaster -p, installworld. > > Installworld fails on trying to rename a libcrypt file. It sets the > > permissions to 444 just before attempting the rename: > > ---[output]-------- > > .. > > install -s -o root -g wheel -m 444 -fschg -S libcrypt.so.2 /lib > > install: rename: /lib/INS@oKku to /lib/libcrypt.so.2: Operation not per= mitted > > *** Error code 71 > > ---[/output]------- >=20 > You're not trying to run "make installworld" in multiuser mode, with an > elevated kern.securelevel, right? (Just making sure, I apologise in > advance if you already know & have taken care of this.) >=20 >