Bug#638822: smb.conf: acl related options need mount flags in fstab (acl, user_xattr)

2014-09-14 Thread Petter Reinholdtsen
[Petter Reinholdtsen] I tested a modified version of patch, and it did not work as expected. I fixed the typo in the recipe, but only the user_xattr option showed up in the fstab. the acl option was missing. I have no idea what can be done to fix this. I had a closer look, and I believe the

Bug#638822: smb.conf: acl related options need mount flags in fstab (acl, user_xattr)

2014-09-14 Thread Petter Reinholdtsen
[Petter Reinholdtsen] This make me believe the proper fix is for us to add both options in our recipes, and then check if the package providing the /lib/partman/mountoptions/ext4 should be extended to list acl. I filed URL: http://bugs.debian.org/761501 about this, and it is claimed there

Bug#638822: smb.conf: acl related options need mount flags in fstab (acl, user_xattr)

2014-09-06 Thread Petter Reinholdtsen
I tested a modified version of patch, and it did not work as expected. I fixed the typo in the recipe, but only the user_xattr option showed up in the fstab. the acl option was missing. I have no idea what can be done to fix this. The patch I tried is attached. -- Happy hacking Petter

Bug#638822: smb.conf: acl related options need mount flags in fstab (acl, user_xattr)

2014-08-30 Thread Petter Reinholdtsen
[Mike Gabriel] that require tweaking of /etc/fstab for samba related mount points (add acl and user_xattr option for ext3 file systems): I had a look at the partman automatic partitioning documentation, and believe this patch should solve it. Can you test it and let me know if it solve the

Bug#638822: smb.conf: acl related options need mount flags in fstab (acl, user_xattr)

2011-08-22 Thread Mike Gabriel
Package: debian-edu-config Version: SVN-r73892 Severity: minor The smb.conf file uses some options ... # NTFS ACL handling acl map full control = true acl group control = yes map acl inherit = yes map read only = Permissions dos filemode = no max xmit = 65535 nt acl support = yes that require