From owner-freebsd-stable Wed Sep 12 8:35:10 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mikea.ath.cx (okc-65-26-223-53.mmcable.com [65.26.223.53]) by hub.freebsd.org (Postfix) with ESMTP id 9DA5637B40E for ; Wed, 12 Sep 2001 08:35:07 -0700 (PDT) Received: (from mikea@localhost) by mikea.ath.cx (8.11.6/8.11.1) id f8CFZ7Y71169 for freebsd-stable@FreeBSD.ORG; Wed, 12 Sep 2001 10:35:07 -0500 (CDT) (envelope-from mikea) Date: Wed, 12 Sep 2001 10:35:06 -0500 From: mikea To: freebsd-stable@FreeBSD.ORG Subject: Re: libcrypt.so.2 Message-ID: <20010912103506.A71081@mikea.ath.cx> References: <01091221194000.00563@nick.duranium.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01091221194000.00563@nick.duranium.home>; from nickm@kabelfoon.nl on Wed, Sep 12, 2001 at 09:19:40PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 12, 2001 at 09:19:40PM +0200, Nick Martens wrote: > When I try ro make installworld the following error occurs: > > install: /usr/lib/libcrypt.so.2: Operation not permitted > *** error code 71 > > I think it has something to do with: > ls -lo /usr/lib/libcrypt.so.2 > -r--r--r-- 1 root wheel schg 28588 sep 10 16:03 /usr/lib/libcrypt.so.2 > > how can i solve this ????? If your securelevel is set above 1 (or is it zero?), you need to change the setting in rc.conf. The variables and their defaults are: > kern_securelevel_enable="NO" # kernel security level (see init(8)) > kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure You will have to reboot to actually run at the lower securelevel. -- Mike Andrews mikea@mikea.ath.cx Tired old sysadmin since 1964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message