RE: Error During "Make Installworld"
-Original Message- From: Chris Pressey [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 1:42 AM To: Kevin Greenidge Cc: [EMAIL PROTECTED] Subject: Re: Error During "Make Installworld" 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 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 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Error During "Make Installworld"
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]"
Error During "Make Installworld"
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. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"