From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 23:36:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D78A16A4CE for ; Thu, 25 Mar 2004 23:36:38 -0800 (PST) Received: from priv-edtnes40.telusplanet.net (outbound05.telus.net [199.185.220.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id B75D343D2D for ; Thu, 25 Mar 2004 23:36:37 -0800 (PST) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([154.5.85.228]) by priv-edtnes40.telusplanet.netSMTP <20040326073637.TYEH16505.priv-edtnes40.telusplanet.net@catseye.biscuit.boo>; Fri, 26 Mar 2004 00:36:37 -0700 Date: Thu, 25 Mar 2004 23:42:23 -0800 From: Chris Pressey To: "Kevin Greenidge" Message-Id: <20040325234223.1f1bfa75.cpressey@catseye.mine.nu> In-Reply-To: <000001c41301$cd4a7340$0a01a8c0@something> References: <000001c41301$cd4a7340$0a01a8c0@something> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Error During "Make Installworld" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 07:36:38 -0000 On Fri, 26 Mar 2004 01:13:06 -0600 "Kevin Greenidge" wrote: > I am using FreeBSD 4.9. Does anyone know what can be causing this? Here > is the error below: > > install: rename: /sbin/init to /sbin/init.bak: Operation not permitted > *** Error code 71 > > Stop in /usr/src/sbin/init. Hi Kevin, Does your /sbin/init have the immutable flag set? Try ls -lo /sbin/init to find out. If it does, and you want to remove it, try chflags noschg /sbin/init -Chris