Date: Fri, 26 Mar 2004 02:01:37 -0600 From: "Kevin Greenidge" <kaging@access4less.net> To: <freebsd-questions@freebsd.org> Subject: RE: Error During "Make Installworld" Message-ID: <000501c41308$93f639b0$0a01a8c0@something> In-Reply-To: <20040325234223.1f1bfa75.cpressey@catseye.mine.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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" <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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c41308$93f639b0$0a01a8c0>