Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2004 23:42:23 -0800
From:      Chris Pressey <cpressey@catseye.mine.nu>
To:        "Kevin Greenidge" <kaging@access4less.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Error During "Make Installworld"
Message-ID:  <20040325234223.1f1bfa75.cpressey@catseye.mine.nu>
In-Reply-To: <000001c41301$cd4a7340$0a01a8c0@something>
References:  <000001c41301$cd4a7340$0a01a8c0@something>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 26 Mar 2004 01:13:06 -0600
"Kevin Greenidge" <kaging@access4less.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040325234223.1f1bfa75.cpressey>