installworld chflags failures

Randy Bush randy at psg.com
Sun Nov 2 23:18:50 PST 2008


> 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




More information about the freebsd-stable mailing list