installworld chflags failures

Scot Hetzel swhetzel at gmail.com
Mon Nov 3 07:31:43 PST 2008


On 11/3/08, Randy Bush <randy at psg.com> wrote:
> i386, fresh cvsup
>
>  FreeBSD  7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #14: Sun Nov  2 12:13:46
>  GMT 2008     root at 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 at 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


More information about the freebsd-stable mailing list