that's a weird one. doesn't really look like our problem...
rob
Murali Vilayannur wrote:
Matt,
[EMAIL PROTECTED] pvfs2]# cp testfile /root/testfile2
cp: setting attributes for UH?H?: Operation not supported
coreutils on Mandrake/mandriva version coreutils-5.2.1-8mdk
does the following when you copy the file from pvfs2 to else where..
llistxattr("/mnt/pvfs2/testfile", 0x7fffffa5d100, 512) = 57
lgetxattr("/mnt/pvfs2/testfile", "system.pvfs2.metafile_dist", 0x0, 0) =
56
lgetxattr("/mnt/pvfs2/testfile", "system.pvfs2.metafile_dist",
"\x0d\x00\x00\x00simple_stripe\x00_\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00",
56) = 56
lsetxattr("/tmp/testfile", "system.pvfs2.metafile_dist",
"\x0d\x00\x00\x00simple_stripe\x00_\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00",
56, 0) = -1 EOPNOTSUPP (Operation not supported)
lgetxattr("/mnt/pvfs2/testfile", "system.pvfs2.datafile_handles", 0x0, 0)
= 96
lgetxattr("/mnt/pvfs2/testfile", "system.pvfs2.datafile_handles",
"\xe5\xc4N\xec\x00\x00\x00\x00\xf8\xff\xff\xff\x00\x00\x00\x00'vb'\x00\x00\x00\x00:\xb1\x13;\x00\x00\x00\x00M\xec\xc4N\x00\x00\x00\x00`'vb\x00\x00\x00\x00sb'v\x00\x00\x00\x00\x86\x9d\xd8\x89\x00\x00\x00\x00\x99\xd8\x89\x9d\x00\x00\x00\x00\xac\x13;\xb1\x00\x00\x00\x00\xbfN\xec\xc4\x00\x00\x00\x00\xd2\x89\x9d\xd8\x00\x00\x00",
96) = 96
lsetxattr("/tmp/testfile", "system.pvfs2.datafile_handles",
"\xe5\xc4N\xec\x00\x00\x00\x00\xf8\xff\xff\xff\x00\x00\x00\x00'vb'\x00\x00\x00\x00:\xb1\x13;\x00\x00\x00\x00M\xec\xc4N\x00\x00\x00\x00`'vb\x00\x00\x00\x00sb'v\x00\x00\x00\x00\x86\x9d\xd8\x89\x00\x00\x00\x00\x99\xd8\x89\x9d\x00\x00\x00\x00\xac\x13;\xb1\x00\x00\x00\x00\xbfN\xec\xc4\x00\x00\x00\x00\xd2\x89\x9d\xd8\x00\x00\x00",
96, 0) = -1 EOPNOTSUPP (Operation not supported)
the last one indicating the reason for the operation not being supported
error since it attempts to set extended attributes as well.. i wonder why
we dont see this on FC/debian...
Anyways if you do
cp --attributes=- /mnt/pvfs2/testfile /whatever
you could silence this error/warning..
Thanks,
Murali
_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users