Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2001 11:20:38 -0700
From:      Kent Stewart <kstewart@urx.com>
To:        "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc:        stable@FreeBSD.ORG
Subject:   Re: installworld failure
Message-ID:  <3ADF2C76.6A77BAC@urx.com>
References:  <021c01c0c8fb$16320fe0$931576d8@inethouston.net>

next in thread | previous in thread | raw e-mail | index | archive | help


"David W. Chapman Jr." wrote:
> 
> I installed 4.2-release and cvsuped last night to 4.3-rc
> the makeworld goes alright, but the installworld gives me this error
> 
> I'm sure its probably due to a faulty 4.2-release installation.
> 
> install: /usr/lib/libscrypt.so.2: Operation not permitted
> *** Error code 71

Not from experience. It is a user error resulting from trying to change code
protected by kern_securelevel. You have to be in single user mode or set one
of the following

kern_securelevel_enable="NO"    # kernel security level (see init(8)), 
kern_securelevel="-1"   # range: -1..3 ; `-1' is the most insecure

Kent

> 
> Any ideas?
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:kbstew99@hotmail.com
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/

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?3ADF2C76.6A77BAC>