HEADS UP: New ZFS in the tree.
Thomas Sparrevohn
Thomas.Sparrevohn at btinternet.com
Tue Nov 18 13:27:29 PST 2008
On Monday 17 November 2008 20:55:26 Pawel Jakub Dawidek wrote:
> Hi.
>
> So ZFS was updated from version 6 to 13. Be very careful when updating
> your system if you use ZFS. The number of changes is huge and my
> regression tests and manual tests I did only cover part of the entire
> functionality.
>
> More info here:
>
> http://svn.freebsd.org/viewvc/base?view=revision&revision=185029
>
> Enjoy.
>
I little note
- chflags(2)
Not all the flags are supported. This still needs work.
Gives me the unexpected result
--------------------------------------------------------------
>>> Installing everything
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> share/info (install)
install -o root -g wheel -m 444 dir-tmpl /home/sandbox/release.amd64/usr/share/info/dir
===> lib (install)
===> lib/csu/amd64 (install)
install -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /home/sandbox/release.amd64/usr/lib
===> lib/libc (install)
install -C -o root -g wheel -m 444 libc.a /home/sandbox/release.amd64/usr/lib
install -C -o root -g wheel -m 444 libc_p.a /home/sandbox/release.amd64/usr/lib
install -s -o root -g wheel -m 444 -fschg -S libc.so.7 /home/sandbox/release.amd64/lib
install: /home/sandbox/release.amd64/lib/libc.so.7: chflags: Invalid argument
*** Error code 71
Stop in /usr/src/lib/libc.
*** Error code 1
Stop in /usr/src/lib.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
More information about the freebsd-current
mailing list