search for: config_ext4_fs_secur

Displaying 20 results from an estimated 45 matches for "config_ext4_fs_secur".

2015 Oct 04
4
Question Wiki Kernel support
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_US...
2016 Sep 25
3
Domain Member Server: Domain Users cannot access shares
...why. *Step 1: Filesystem support* We need the filesystem to support "user and system xattr name spaces" and have ACL and XATTR support. Per the wiki ext4 "uses all the required options by default" so editing the entry in fstab is not required. My kernel must also have "CONFIG_EXT4_FS_SECURITY=y" and "CONFIG_EXT4_FS_POSIX_ACL=y" enabled. *The RAID array's filesystem:* /dev/md0: UUID="593d0107-cea3-42f5-a451-8b548a1df6f0" TYPE="*ext4*" *The RAID array's fstab entry:* /dev/md0 /mnt/md0 ext4 defaults 0 0 *My kernel config:* ~$ cat "/boot...
2018 Sep 07
2
"missing security tab" and related ACL issues
...d but # getfacl /mnt/MSA2040/smb/IT getfacl: Removing leading '/' from absolute path names # file: mnt/MSA2040/smb/IT # owner: ittner # group: dom�nen-benutzer user::rwx group::rwx other::r-x - From the old kernel config I see these flags unset: # CONFIG_EXT4_FS_POSIX_ACL is not set # CONFIG_EXT4_FS_SECURITY is not set So I prepared a new kernel with these 2 flags enabled and will reboot at 2:30pm ... We'll see! Any other issues I might miss here?
2015 Oct 04
0
Question Wiki Kernel support
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_EXT...
2016 Sep 25
0
Domain Member Server: Domain Users cannot access shares
...m support* > > We need the filesystem to support "user and system xattr name spaces" > and have ACL and XATTR support. Per the wiki ext4 "uses all the > required options by default" so editing the entry in fstab is not > required. My kernel must also have "CONFIG_EXT4_FS_SECURITY=y" and > "CONFIG_EXT4_FS_POSIX_ACL=y" enabled. > > *The RAID array's filesystem:* > /dev/md0: UUID="593d0107-cea3-42f5-a451-8b548a1df6f0" TYPE="*ext4*" > > *The RAID array's fstab entry:* > /dev/md0 /mnt/md0 ext4 defaults 0 0 >...
2012 Jun 19
4
FW: samba4 on debian squeeze
...ror code (1) > >? >but >? >cat /boot/config-3.2.0-0.bpo.2-amd64 |egrep "EXT4|EXT3"|egrep >"ACL|ATTR|SECURITY" >CONFIG_EXT3_FS_XATTR=y >CONFIG_EXT3_FS_POSIX_ACL=y >CONFIG_EXT3_FS_SECURITY=y >CONFIG_EXT4_FS_XATTR=y >CONFIG_EXT4_FS_POSIX_ACL=y >CONFIG_EXT4_FS_SECURITY=y > >? >?cat /etc/fstab ># <file system> <mount point>?? <type>? <options>?????? <dump>? <pass> >proc??????????? /proc?????????? proc??? defaults??????? 0?????? 0 >UUID=5bced605-b939-478b-acd8-2ac65c2b9983 /?????????????? ext4? >?? acl,use...
2016 Sep 25
1
Domain Member Server: Domain Users cannot access shares
...; > We need the filesystem to support "user and system xattr name spaces" > > and have ACL and XATTR support. Per the wiki ext4 "uses all the > > required options by default" so editing the entry in fstab is not > > required. My kernel must also have "CONFIG_EXT4_FS_SECURITY=y" and > > "CONFIG_EXT4_FS_POSIX_ACL=y" enabled. > > > > *The RAID array's filesystem:* > > /dev/md0: UUID="593d0107-cea3-42f5-a451-8b548a1df6f0" TYPE="*ext4*" > > > > *The RAID array's fstab entry:* > > /dev/md...
2016 Sep 23
2
Domain Member Server: Domain Users cannot access shares
Mediawiki is throwing an error at this moment but I followed that page when I set up the shares and triple checked everything when I last reset ACLs. JS On Sep 23, 2016 2:51 AM, "Rowland Penny via samba" <samba at lists.samba.org> wrote: > On Thu, 22 Sep 2016 19:23:05 -0400 > Jason Secord via samba <samba at lists.samba.org> wrote: > > > *Another reply that
2018 Sep 07
2
"missing security tab" and related ACL issues
...e: mnt/MSA2040/smb/IT >> # owner: ittner >> # group: dom�nen-benutzer >> user::rwx >> group::rwx >> other::r-x >> >> - >> >> From the old kernel config I see these flags unset: >> >> # CONFIG_EXT4_FS_POSIX_ACL is not set >> # CONFIG_EXT4_FS_SECURITY is not set >> >> So I prepared a new kernel with these 2 flags enabled and will reboot >> at 2:30pm ... We'll see! >> >> Any other issues I might miss here? >> >> > > Apart from the fact getattr works on an EA and getfacl works on > extende...
2018 Sep 07
0
"missing security tab" and related ACL issues
...#39;/' from absolute path names > # file: mnt/MSA2040/smb/IT > # owner: ittner > # group: dom�nen-benutzer > user::rwx > group::rwx > other::r-x > > - > > From the old kernel config I see these flags unset: > > # CONFIG_EXT4_FS_POSIX_ACL is not set > # CONFIG_EXT4_FS_SECURITY is not set > > So I prepared a new kernel with these 2 flags enabled and will reboot > at 2:30pm ... We'll see! > > Any other issues I might miss here? > > Apart from the fact getattr works on an EA and getfacl works on extended ACL's i.e. different things ? ;-)...
2014 Jul 08
0
Fwd: archlinux samba provision error
...is mounted with the correct options. On 07/07/14 21:40, Marc Muehlfeld wrote: > Hello, > > can you please check > https://wiki.samba.org/index.php/OS_Requirements > >> 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 > > > > > Am 07.07.2014 20:39, schrieb shadrock uhuru: >> which gives me the following error output :- >> >> ERROR(<class 'samba.provision.ProvisioningError'>): Provision failed - >> ProvisioningError: &gt...
2014 Jul 07
1
archlinux samba provision error
Hi everyone archlinux Release: 2014.06.01 using the information on https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller to install my Active Directory Domain Controller :- samba-tool domain provision --use-rfc2307 --interactive --use-xattrs=yes Realm [LOCALDOMAIN]: SAT.CO.UK Domain [SAT]: Server Role (dc, member, standalone) [dc]: DNS backend (SAMBA_INTERNAL,
2018 Sep 07
0
"missing security tab" and related ACL issues
...;> # group: dom�nen-benutzer > >> user::rwx > >> group::rwx > >> other::r-x > >> > >> - > >> > >> From the old kernel config I see these flags unset: > >> > >> # CONFIG_EXT4_FS_POSIX_ACL is not set > >> # CONFIG_EXT4_FS_SECURITY is not set > >> > >> So I prepared a new kernel with these 2 flags enabled and will > >> reboot at 2:30pm ... We'll see! > >> > >> Any other issues I might miss here? > >> > >> > > > > Apart from the fact getattr wor...
2009 Sep 23
0
jbd/kjournald oops on 2.6.30.1
...ng storage: h/w RAID. - ext*/jbd config values: CONFIG_EXT3_FS=y CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set CONFIG_EXT4_FS=y # CONFIG_EXT4DEV_COMPAT is not set CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=y # CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y =================== Let me know if you need any more details. Reproducing this (or finding a good test t...
2011 Jul 09
10
Kernel Modules
...XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_XATTR=y # CONFIG_EXT4_FS_POSIX_ACL is not set # CONFIG_EXT4_FS_SECURITY is not set # CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=y # CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set CONFIG_JFS_FS=y # CONFIG_JFS_POSIX_ACL is not set # CONFIG_JFS_SECURITY is not set # CONFIG_JFS_DEBUG is not set #...
2010 Jun 25
1
[SPAM] The Infamous "Device 0 (vif) could not be connected. Hotplug scripts not working."
...FT_FIND is not set # # File systems # # CONFIG_EXT2_FS is not set CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=y CONFIG_EXT4_USE_FOR_EXT23=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=y # CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS i...
2013 Dec 14
1
Crash on stable kernel 3.13.0-rc3 [NV05]
...CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set CONFIG_EXT4_FS=m # CONFIG_EXT4_FS_POSIX_ACL is not set # CONFIG_EXT4_FS_SECURITY is not set # CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y CONFIG_JBD2=m # CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set # CONFIG_BTRFS_FS is not set # CO...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
...FIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=m CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=m # CONFIG_EXT4DEV_COMPAT is not set CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_JBD=m # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=m # CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=m CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set CONFIG_REISERFS_FS_XATTR=y CONFIG_REISERFS_FS_POSIX_ACL=y CONFIG_REISERFS_FS_SECURITY=y CON...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
...FIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=m CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=m # CONFIG_EXT4DEV_COMPAT is not set CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_JBD=m # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=m # CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=m CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set CONFIG_REISERFS_FS_XATTR=y CONFIG_REISERFS_FS_POSIX_ACL=y CONFIG_REISERFS_FS_SECURITY=y CON...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
...FIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=m CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=m # CONFIG_EXT4DEV_COMPAT is not set CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_JBD=m # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=m # CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=m CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set CONFIG_REISERFS_FS_XATTR=y CONFIG_REISERFS_FS_POSIX_ACL=y CONFIG_REISERFS_FS_SECURITY=y CON...