From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 00:01:48 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 6412516A4CE for ; Fri, 26 Mar 2004 00:01:48 -0800 (PST) Received: from smtp3.ispsnet.net (smtp3.ispsnet.net [64.63.240.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC8AA43D2F for ; Fri, 26 Mar 2004 00:01:47 -0800 (PST) (envelope-from kaging@access4less.net) Received: from something (unverified [64.63.206.50]) by smtp3.ispsnet.net (Joe 1) with ESMTP id 10942825 for ; Fri, 26 Mar 2004 02:50:02 -0500 From: "Kevin Greenidge" To: Date: Fri, 26 Mar 2004 02:01:37 -0600 Message-ID: <000501c41308$93f639b0$0a01a8c0@something> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <20040325234223.1f1bfa75.cpressey@catseye.mine.nu> 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 08:01:48 -0000 -----Original Message----- From: Chris Pressey [mailto:cpressey@catseye.mine.nu] Sent: Friday, March 26, 2004 1:42 AM To: Kevin Greenidge Cc: freebsd-questions@freebsd.org Subject: Re: Error During "Make Installworld" 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 chflags noschg /sbin/init command worked perfectly. This is what I had set: -r-x------ 1 root wheel - 280656 Mar 14 18:59 /sbin/init