Date: Wed, 12 Sep 2001 10:35:06 -0500 From: mikea <mikea@mikea.ath.cx> To: freebsd-stable@FreeBSD.ORG Subject: Re: libcrypt.so.2 Message-ID: <20010912103506.A71081@mikea.ath.cx> In-Reply-To: <01091221194000.00563@nick.duranium.home>; from nickm@kabelfoon.nl on Wed, Sep 12, 2001 at 09:19:40PM %2B0200 References: <01091221194000.00563@nick.duranium.home>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010912103506.A71081>