I had the same problem, and it turned out to be caused by my kernel not having CONFIG_TMPFS_POSIX_ACL set. I compile my own kernels (it looks like you do the same, but I may be wrong), and I somehow missed that one. Check it by doing
$ zcat /proc/config.gz | grep _ACL CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_XFS_POSIX_ACL=y CONFIG_FS_POSIX_ACL=y CONFIG_GENERIC_ACL=y CONFIG_TMPFS_POSIX_ACL=y # CONFIG_NFS_V3_ACL is not set # CONFIG_NFSD_V3_ACL is not set CONFIG_CIFS_ACL=y See /usr/share/doc/libsane/NEWS.Debian.gz and Debian bug # 623119. .....Ron -- Ron Murray (r...@rjmx.net) http://www.rjmx.net/~ron GPG Public Key Fingerprint: 0ED0 C1D1 615C FCCE 7424 9B27 31D8 AED5 AF6D 0D4A -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org