On Fri, 26 Mar 2004 01:13:06 -0600
"Kevin Greenidge" <[EMAIL PROTECTED]> 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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to