Hi I reproduced this error: > [2013-05-08 14:59:52.442458] W > [client-rpc-fops.c:1755:client3_3_xattrop_cbk] 0-gfs33-client-0: remote > operation failed: Undefined error: 0. Path: (null) (--) > [2013-05-08 14:59:52.475153] W > [client-rpc-fops.c:1755:client3_3_xattrop_cbk] 0-gfs33-client-1: remote > operation failed: Undefined error: 0. Path: (null) (--) > [2013-05-08 16:05:17.096920] W > [client-rpc-fops.c:1994:client3_3_setattr_cbk] 0-gfs33-client-0: remote > operation failed: No such file or directory > [2013-05-08 16:05:17.097871] W > [client-rpc-fops.c:1755:client3_3_xattrop_cbk] 0-gfs33-client-0: remote > operation failed: Undefined error: 0. Path: (null) (--) > [2013-05-08 16:05:17.131096] W > [client-rpc-fops.c:1755:client3_3_xattrop_cbk] 0-gfs33-client-1: remote > operation failed: Undefined error: 0. Path: (null) (--) Here is what I did: mkdir -p /gfs34/manu/netbsd chown -R manu:manu /gfs34/manu su manu cd /gfs/manu/netbsd wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/source/sets/src.tgz wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/source/sets/syssrc.tgz wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/source/sets/sharesrc.tgz wget ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-6.0/source/sets/gnusrc.tgz tar -xzf src.tgz & tar -xzf gnusrc.tgz & tar -xzf syssrc.tgz & tar -xzf sharesrc.tgz & [Once completed] mv usr usr.old tar -xzf src.tgz & tar -xzf gnusrc.tgz & tar -xzf syssrc.tgz & tar -xzf sharesrc.tgz & I suspect it is triggered by unpacking at the same path as before. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@xxxxxxxxxx