From owner-freebsd-stable@FreeBSD.ORG Thu Mar 2 08:03:15 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 1E98316A420 for ; Thu, 2 Mar 2006 08:03:15 +0000 (GMT) (envelope-from dindin@dindin.ru) Received: from mail.kgts.ru (kgts.ru [217.30.252.242]) by mx1.FreeBSD.org (Postfix) with SMTP id 0324043D48 for ; Thu, 2 Mar 2006 08:03:13 +0000 (GMT) (envelope-from dindin@dindin.ru) Received: (qmail 16750 invoked from network); 2 Mar 2006 08:03:08 -0000 Received: from unknown (HELO terra.sardin.dindin.ru) (83.69.110.209) by kgts.ru with SMTP; 2 Mar 2006 08:03:07 -0000 Received: from [192.168.1.20] (laptop.sardin.dindin.ru [192.168.1.20]) by terra.sardin.dindin.ru (8.13.1/8.13.1) with ESMTP id k22838Zq012522 for ; Thu, 2 Mar 2006 11:03:10 +0300 (MSK) (envelope-from dindin@dindin.ru) Message-ID: <4406A6B3.1080007@dindin.ru> Date: Thu, 02 Mar 2006 11:02:59 +0300 From: =?KOI8-R?Q?=E4=C5=CE=C9=D3_=E2=C1=D2=CF=D7?= User-Agent: Thunderbird 1.5 (X11/20060224) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20060302070206.EB0C316A457@hub.freebsd.org> In-Reply-To: <20060302070206.EB0C316A457@hub.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: Remote Installworld X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 08:03:15 -0000 > Date: Wed, 1 Mar 2006 23:35:31 -0000 > From: "Nick" > Subject: Remote Installworld > To: freebsd-stable@freebsd.org > Message-ID: <20060302053531.E5E5DC34D@www.tehmatix.net> > Content-Type: text/plain; charset="iso-8859-1"; > > > I'm currently administering a machine about 1500mi from me with nobody > local to the machine to assist me. Anyways, my only access to this > machine is via SSH, no remote serial console or anything. > When I try to do a "make installworld" I end up with > install: rename: /lib/INS@aTxk to /lib/libcrypt.so.3: Operation not > permitted > very shortly thereafter. I cannot boot into single user mode because > I am far, far away from the machine. What can I do to finish the > installworld? > Thanks > Nick > ________________________________________________ > VHCS Webmail > > > ------------------------------ It's probably because there schg flag set for this file. Try to # chflags noschg /lib/libcrypt.so if your securelevel allows it. Afterward try installworld one more time. Best regards, Denis Barov.