Date: Mon, 3 Nov 2008 09:31:43 -0600 From: "Scot Hetzel" <swhetzel@gmail.com> To: "Randy Bush" <randy@psg.com> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: installworld chflags failures Message-ID: <790a9fff0811030731g1638ea48q96dd1783a4a9ce59@mail.gmail.com> In-Reply-To: <490E9E2F.2010403@psg.com> References: <490E9E2F.2010403@psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/3/08, Randy Bush <randy@psg.com> wrote: > i386, fresh cvsup > > FreeBSD 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #14: Sun Nov 2 12:13:46 > GMT 2008 root@psg.com:/usr/obj/usr/src/sys/PSG i386 > > single luser mode over serial console > > :/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 > > this is new and different, and i am worried. no clue in UPDATING. no > clue in head. > ZFS currently doesn't support chflags(2): FreeBSD hp010.hetzel.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Oct 27 22:02:16 CDT 2008 root@hp010.hetzel.org:/usr/obj/usr/src/8x-zfs/sys/DV8135NR amd64 hp010# touch t ; chflags arch t chflags: t: Operation not supported hp010# touch t ; chflags opaque t chflags: t: Operation not supported hp010# touch t ; chflags nodump t chflags: t: Operation not supported hp010# touch t ; chflags sappnd t chflags: t: Operation not supported hp010# touch t ; chflags schg t chflags: t: Operation not supported hp010# touch t ; chflags sunlnk t chflags: t: Operation not supported hp010# touch t ; chflags uappnd t chflags: t: Operation not supported hp010# touch t ; chflags uchg t chflags: t: Operation not supported hp010# touch t ; chflags uunlnk t chflags: t: Operation not supported hp010# rm t Even though http://wiki.freebsd.org/ZFS tells says that chflags(2) support is done. (see http://perforce.freebsd.org/changeView.cgi?CH=147105), it hasn't been merged from perforce to -CURRENT. Scot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0811030731g1638ea48q96dd1783a4a9ce59>