Displaying 1 result from an estimated 1 matches for "islay".
Did you mean:
islam
2006 Aug 07
4
ZFS/UFS/TMPFS and extended attributes inconsistent behaviour
...y what
is expected by some users.
The problem on UFS appears to be related to failed attempts to create
attributes when the file isn''t owned by that user, and then after a
chown of the file to that user it still fails (even after an umount and
remount of the filesystem).
For example:
islay:pts/4$ pwd
/var/tmp/testdir
islay:pts/4$ id -a
uid=35661(darrenm) gid=10(staff) groups=10(staff)
islay:pts/4$ ls -ld .
drwxr-xr-x 2 darrenm staff 512 Aug 7 15:33 ./
islay:pts/4$ touch test1
islay:pts/4$ ls -l /tmp/attrdata
-rw-r--r-- 1 darrenm staff 5 Aug 7 14:50 /tmp/attrda...