Hey, I refer to https://wiki.samba.org/index.php/Operating_system_requirements/File_system_support#ext4 Wiki suggests: Ensure that your kernel has the following options enabled: CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_SECURITY=y CONFIG_EXT4_FS_POSIX_ACL=y My debian 8.2 installation was installed from netinstall CD, all updates applied. All my filesystems are ext4 and xattr and acl are not set, as they are default for ext4. 19:06:17 # more /boot/config-3.16.0-4-amd64 | grep CONFIG_EXT4 CONFIG_EXT4_FS=m CONFIG_EXT4_USE_FOR_EXT23=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_DEBUG is not set After install of package attr tests with setfattr and getfattr succeed. Do I still need CONFIG_EXT4_FS_XATTR=y ? If yes, how do I enable that in the kernel? kind regards, birgit
Am 04.10.2015 um 19:20 schrieb oeh univie edv lists:> Ensure that your kernel has the following options enabled: > CONFIG_EXT4_FS_XATTR=y > > After install of package attr tests with setfattr and getfattr succeed. > > Do I still need CONFIG_EXT4_FS_XATTR=y ? If yes, how do I enable that in > the kernel?no any distribution kernel supports xattr out-of-the-box for years and i am pretty sure you even can't diable it these days, hence it's not visible as option -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20151004/75fc959f/signature.sig>
On 04/10/15 18:20, oeh univie edv lists wrote:> Hey, > > I refer to > https://wiki.samba.org/index.php/Operating_system_requirements/File_system_support#ext4 > > Wiki suggests: > Ensure that your kernel has the following options enabled: > CONFIG_EXT4_FS_XATTR=y > CONFIG_EXT4_FS_SECURITY=y > CONFIG_EXT4_FS_POSIX_ACL=y > > My debian 8.2 installation was installed from netinstall CD, all updates > applied. All my filesystems are ext4 and xattr and acl are not set, as > they are default for ext4. > > 19:06:17 # more /boot/config-3.16.0-4-amd64 | grep CONFIG_EXT4 > CONFIG_EXT4_FS=m > CONFIG_EXT4_USE_FOR_EXT23=y > CONFIG_EXT4_FS_POSIX_ACL=y > CONFIG_EXT4_FS_SECURITY=y > # CONFIG_EXT4_DEBUG is not set > > After install of package attr tests with setfattr and getfattr succeed. > > Do I still need CONFIG_EXT4_FS_XATTR=y ? If yes, how do I enable that in > the kernel? > > kind regards, birgit >It would seem that 'CONFIG_EXT4_FS_XATTR' is now one of the kernel defaults, see here: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=939da1084458246d2e29dd921c2012c177000e96 Rowland
thanx! Reindl Harald <h.reindl at thelounge.net> schreibt:> > >Am 04.10.2015 um 19:20 schrieb oeh univie edv lists: >> Ensure that your kernel has the following options enabled: >> CONFIG_EXT4_FS_XATTR=y >> >> After install of package attr tests with setfattr and getfattr succeed. >> >> Do I still need CONFIG_EXT4_FS_XATTR=y ? If yes, how do I enable that in >> the kernel? > >no > >any distribution kernel supports xattr out-of-the-box for years and i am >pretty sure you even can't diable it these days, hence it's not visible >as option > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/samba
good to know where to look those things up... my google research was less successful.... thanx again! Rowland Penny <rowlandpenny241155 at gmail.com> schreibt:>On 04/10/15 18:20, oeh univie edv lists wrote: >> Hey, >> >> I refer to >> >https://wiki.samba.org/index.php/Operating_system_requirements/File_system_support#ext4 >> >> Wiki suggests: >> Ensure that your kernel has the following options enabled: >> CONFIG_EXT4_FS_XATTR=y >> CONFIG_EXT4_FS_SECURITY=y >> CONFIG_EXT4_FS_POSIX_ACL=y >> >> My debian 8.2 installation was installed from netinstall CD, all updates >> applied. All my filesystems are ext4 and xattr and acl are not set, as >> they are default for ext4. >> >> 19:06:17 # more /boot/config-3.16.0-4-amd64 | grep CONFIG_EXT4 >> CONFIG_EXT4_FS=m >> CONFIG_EXT4_USE_FOR_EXT23=y >> CONFIG_EXT4_FS_POSIX_ACL=y >> CONFIG_EXT4_FS_SECURITY=y >> # CONFIG_EXT4_DEBUG is not set >> >> After install of package attr tests with setfattr and getfattr succeed. >> >> Do I still need CONFIG_EXT4_FS_XATTR=y ? If yes, how do I enable that in >> the kernel? >> >> kind regards, birgit >> > >It would seem that 'CONFIG_EXT4_FS_XATTR' is now one of the kernel >defaults, see here: > >http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=939da1084458246d2e29dd921c2012c177000e96 > >Rowland > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/samba