Error During "Make Installworld"

Chris Pressey cpressey at catseye.mine.nu
Thu Mar 25 23:36:38 PST 2004


On Fri, 26 Mar 2004 01:13:06 -0600
"Kevin Greenidge" <kaging at 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


More information about the freebsd-questions mailing list