Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2008 16:18:47 +0900
From:      Randy Bush <randy@psg.com>
To:        Jeremy Chadwick <koitsu@FreeBSD.org>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: installworld chflags failures
Message-ID:  <490EA5D7.3020307@psg.com>
In-Reply-To: <20081103070403.GA13649@icarus.home.lan>
References:  <490E9E2F.2010403@psg.com> <20081103065306.GA13398@icarus.home.lan> <490EA171.8050600@psg.com> <20081103070403.GA13649@icarus.home.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
> Did you reboot into single-user, or did you simply drop from
> multi-user into single-user by killing init?

rebooted and was in out of band on serial console

> And what does "sysctl kern.securelevel" show you while in single-user
> mode?

doh.  i shoulda looked, eh?

<the idiot reboots>

Enter full pathname of shell or RETURN for /bin/sh:
id: not found
grep: not found
:/> sysctl kern.securelevel
kern.securelevel: -1
:/> /etc/rc.d/hostid start
Setting hostuuid: 6b70e4ac-874d-11dc-873e-003048293754.
Setting hostid: 0x5ef5842d.
:/> /etc/rc.d/zfs start
:/> sysctl kern.securelevel
kern.securelevel: -1
:/> cd /usr/src
:/usr/src> bash
:/usr/src# time make installworld 2>&1 > installworld.log
install: /usr/lib/libkse.so.3: chflags: Operation not supported
install: /usr/lib/librt.so.1: chflags: Operation not supported
chflags: /usr/bin/chpass: Operation not supported
install: /usr/bin/login: chflags: Operation not supported
install: /usr/bin/opieinfo: chflags: Operation not supported
install: /usr/bin/opiepasswd: chflags: Operation not supported
chflags: /usr/bin/passwd: Operation not supported
install: /usr/bin/rlogin: chflags: Operation not supported
install: /usr/bin/rsh: chflags: Operation not supported
install: /usr/bin/su: chflags: Operation not supported
install: /usr/bin/crontab: chflags: Operation not supported
install: /usr/sbin/sliplogin: chflags: Operation not supported

real    2m7.290s
user    0m30.610s
sys     0m40.766s
:/usr/src# sysctl kern.securelevel
kern.securelevel: -1





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?490EA5D7.3020307>