From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 24 04:30:24 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 D99E016A41C for ; Fri, 24 Jun 2005 04:30:24 +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 C2A3A43D1F for ; Fri, 24 Jun 2005 04:30:24 +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 j5O4UOZK007785 for ; Fri, 24 Jun 2005 04:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5O4UOcq007784; Fri, 24 Jun 2005 04:30:24 GMT (envelope-from gnats) Date: Fri, 24 Jun 2005 04:30:24 GMT Message-Id: <200506240430.j5O4UOcq007784@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas 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: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 04:30:25 -0000 The following reply was made to PR misc/82591; it has been noted by GNATS. From: Giorgos Keramidas To: Santi Alonso Cc: bug-followup@freebsd.org Subject: Re: misc/82591: Installworld fails on libcrypt install Date: Fri, 24 Jun 2005 07:23:53 +0300 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 permitted > *** Error code 71 > ---[/output]------- 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.)