From owner-freebsd-questions Tue Apr 24 16: 7:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.eecis.udel.edu (louie.udel.edu [128.175.2.33]) by hub.freebsd.org (Postfix) with SMTP id 392ED37B422 for ; Tue, 24 Apr 2001 16:07:48 -0700 (PDT) (envelope-from tobin@mail.eecis.udel.edu) Received: from ren.eecis.udel.edu by mail.eecis.udel.edu id aa13545; 24 Apr 2001 19:07 EDT Date: Tue, 24 Apr 2001 19:07:24 -0400 (EDT) From: "Elliot L. Tobin" X-X-Sender: To: Wayne Pascoe Cc: freebsd-questions@freebsd.org MMDF-Warning: Parse error in original version of preceding line at mail.eecis.udel.edu Subject: Re: Problems with make installworld In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This did not fix my problem. I am still receiving the same error, even with the following lines in my /etc/rc.conf kern_securelevel="0" kern_securelevel_enable="NO" Any more ideas? I'm baffled because my upgrade from 4.2 to 4.3-REL went smoothly. I'm not sure what, if anything, I am doing differently. Thanks for any help you can offer, EllioT ------------------------------------------------------> Elliot L. Tobin - UD/CS '02 Univ. of Delaware - Computer Science, Economics -----------------------------------------------------> On 23 Apr 2001, Wayne Pascoe wrote: ->"Elliot L. Tobin" writes: -> ->> I cvs'up to 4.3-REL from 4.3-RC.. I successfully ran make buildworld and ->> make buildkernel.. When I run make installword, I get rm: libcrypt.so.2: ->> Operation Not Permitted ->> *** Error Code 1 ->> ->> Stop in /usr/src/lib/libcrypt. ->> ->> Any advice on fixing this? Thanks.. -> ->You are probably running securelevel 1. In this state, not even root ->has permission to overwrite certain files. -> ->Change ->kern_securelevel="1" ->kern_securelevel_enable="YES" ->in /etc/rc.conf -> ->to ->kern_securelevel="0" ->kern_securelevel_enable="NO" -> ->reboot and try again. -> ->-- ->- Wayne Pascoe ->E-mail: wayne.pascoe@realtime.co.uk ->Phone : +44 (0) 20 7544 4668 ->Mobile: +44 (0) 788 431 1675 -> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message