search for: config_ext3_fs_xattr

Displaying 20 results from an estimated 56 matches for "config_ext3_fs_xattr".

Did you mean: config_ext2_fs_xattr
2005 Dec 02
1
[PATCH] ext3 doc: user_xattr and acl options are not on by default
Documentation/ext3.txt suggests that the "user_xattr" and "acl" mount options are on by default. This doesn't seem to be the case, as the kernel deduces the default mount options from the filesystem superblock, and mke2fs does not appear to write any default mount options there. This error was spotted by Jacques de Mer. Signed-off-by: Daniel Drake <dsd at
2005 Jan 21
1
More help on ACL problem please...anyone...anyone...Bueller?
...el: linux-2.6.5-1.358 Kernel supports ACL: [root@atlas configs]# grep FS_SECURITY kernel-2.6.5-i686-smp.config CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS_SECURITY=y CONFIG_XFS_SECURITY=y CONFIG_DEVPTS_FS_SECURITY=y [root@atlas configs]# grep XATTR kernel-2.6.5-i686-smp.config CONFIG_EXT2_FS_XATTR=y CONFIG_EXT3_FS_XATTR=y CONFIG_DEVPTS_FS_XATTR=y Have extended attributes set in /etc/fstab is as follows: /dev/Goliath/root / ext3 acl,user_xattr 1 1 I have a directory called Planning with ACL permissions assigned via the setfacl command: drwxrwx---+ 2 root AVMAX+Planning...
2011 Jun 05
0
Trouble installing SWAT on a Samba 4 Alpha 13 build onUbuntu Server
...he rights of user and grou By Daniel Muller. But YOU CAN'T change the permission if your sistem NOT SUPPORT both the "user" and "system" xattr namespaces. You can view if your kernel suport this doing this (Example on Debian Squeeze): #cat /boot/config-`uname -r` | grep CONFIG_EXT3_FS_XATTR #cat /boot/config-`uname -r` | grep CONFIG_EXT3_FS_SECURITY You should see: CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_SECURITY=y If not : You should recompile your kernel with that options to "YES" If yes: You should mount your filesystem with the option "user_xattr&quot...
2012 Jun 19
4
FW: samba4 on debian squeeze
...t;????????????????????????????????????? Errors were encountered >while processing: >?samba4 >E: Sub-process /usr/bin/dpkg returned an error 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> >pr...
2005 Jan 24
1
RE More help on ACL problemplease...anyone...anyone...Bueller?
...el: linux-2.6.5-1.358 Kernel supports ACL: [root@atlas configs]# grep FS_SECURITY kernel-2.6.5-i686-smp.config CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS_SECURITY=y CONFIG_XFS_SECURITY=y CONFIG_DEVPTS_FS_SECURITY=y [root@atlas configs]# grep XATTR kernel-2.6.5-i686-smp.config CONFIG_EXT2_FS_XATTR=y CONFIG_EXT3_FS_XATTR=y CONFIG_DEVPTS_FS_XATTR=y Have extended attributes set in /etc/fstab is as follows: /dev/Goliath/root / ext3 acl,user_xattr 1 1 I have a directory called Planning with ACL permissions assigned via the setfacl command: drwxrwx---+ 2 root AVMAX+Planning...
2014 Jun 10
0
Troubleshooting Samba 4 make test errors due to failure to set uid
...all" step, but I'd like some reassurance before I commit more time that this install will be stable. My configuration: Samba release number: 4.1 stable (from "v4-1-stable" Git branch) OS: Ubuntu Server 12.04.04 LTS Kernel version: 3.5.0-51-generic The kernel was built with the CONFIG_EXT3_FS_XATTR, CONFIG_EXT3_FS_SECURITY, and CONFIG_EXT3_FS_POSIX_ACL options all set to 'y'. Thanks for any guidance, Dan C. Wlodarski PhD candidate Bioinformatics Research Group Wright State University -- A systems analyst, an electrical engineer and a computer scientist are traveling in a car...
2005 Jan 18
1
Samba and ACL's
Hey All, I am trying to get Samba to work with winbind and ACL's on Fedora Core 2. So far so good as far as getting winbind to work with Samba but I am having trouble getting Samba to recognize ACL's. I am wondering if there is a command I can run to determine if my Samba install is ACL capable... Any ideas? Cheers, Travis
2009 Sep 23
0
jbd/kjournald oops on 2.6.30.1
...ails: ================ - 64-bit, 2 quad-core (total 8 cores) Xeon, 48GB RAM - Stock 2.6.30.1 kernel, *no* modules - ext3 file-system (data=ordered mode) used over encrypted (dmcrypt) disks. - underlying 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...
2011 Jul 09
10
Kernel Modules
...trfs partition. It essentially says ''unrecognized filesystem''. What could be missing? # File systems # CONFIG_EXT2_FS=y CONFIG_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=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_...
2005 Jan 25
2
ACL not working
Hi I want to set Security to single file, but I keep getting access denied, I can change the Permissions that is alreday displayed, but I can add any user or group, after redaing the samba how to it seems I need POSIX ACL, but the book didn't mention anything about how to use POSIX ACL, Trying to set it from windows doesn't work, can anyone point me to document about POSIX ACL ? BTW
2013 Mar 11
5
samba4 AD DC as file server?
hi: I want to setup a small samba4 server with AD and file server function. I know that samba4 AD DC has no netbios browsing support. are there other missing functions, like winbindd or something else? and if I install two samba4 instance, one to "/usr/local/samba"(for file server), one to "/usr/local/samba-ad"(for AD DC). and give them two seprate ip to bind. will it
2005 Apr 12
0
Syslinux on USB initrd problem
...USB_TEST is not set # # USB ATM/DSL drivers # # # USB Gadget Support # # CONFIG_USB_GADGET is not set # # MMC/SD Card support # # CONFIG_MMC is not set # # InfiniBand support # # CONFIG_INFINIBAND is not set # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # # XFS support # # CONFIG_XFS_FS is not set CONFIG_MINIX_FS=y # CONFIG_ROMFS_FS is not set # CONFI...
2005 Apr 13
0
Sv: Syslinux on USB initrd problem
...USB_TEST is not set # # USB ATM/DSL drivers # # # USB Gadget Support # # CONFIG_USB_GADGET is not set # # MMC/SD Card support # # CONFIG_MMC is not set # # InfiniBand support # # CONFIG_INFINIBAND is not set # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # # XFS support # # CONFIG_XFS_FS is not set CONFIG_MINIX_FS=y # CONFIG_ROMFS_FS is not set # CONFI...
2005 Apr 13
1
Sv: Re: Sv: Re: Sv: Syslinux on USB initrd problem
...support >># >># CONFIG_MMC is not set >> >># >># InfiniBand support >># >># CONFIG_INFINIBAND is not set >> >># >># File systems >># >>CONFIG_EXT2_FS=y >># CONFIG_EXT2_FS_XATTR is not set >>CONFIG_EXT3_FS=y >>CONFIG_EXT3_FS_XATTR=y >># CONFIG_EXT3_FS_POSIX_ACL is not set >># CONFIG_EXT3_FS_SECURITY is not set >>CONFIG_JBD=y >># CONFIG_JBD_DEBUG is not set >>CONFIG_FS_MBCACHE=y >># CONFIG_REISERFS_FS is not set >># CONFIG_JFS_FS is not set >> >># >># XFS support &gt...
2005 Dec 15
3
VIA sata + Xen 3.0 boot lockup problems
Hello! I`m trying to boot a via sata machine with xen 3.0 with no sucess. It just freezes at this point: ********* ACPI: PCI Interrupt 0000:00:0f.0[B] -> Link [LNKB] -> GSI 10 (level,low) -> IRQ 10 sata_via (0000:00:0f.0): routed to hard irq line 10 ata1: SATA max UDMA/133 cmd 0xEFE0 ctl 0xEFAE bmdma 0xEF90 irq 10 ata2: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEFAA bmdma 0xEF98 irq 10 ata1:
2009 Jan 16
0
[PATCH 1/1] ia64, xen: fixes configs and add default config for ia64 xen domU
...y +CONFIG_XEN_SCRUB_PAGES=y +CONFIG_XENFS=y +CONFIG_XEN_COMPAT_XENFS=y +# CONFIG_STAGING is not set +# CONFIG_MSPEC is not set + +# +# File systems +# +CONFIG_EXT2_FS=y +CONFIG_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=y +CONFIG_EXT3_FS_XATTR=y +CONFIG_EXT3_FS_POSIX_ACL=y +CONFIG_EXT3_FS_SECURITY=y +# CONFIG_EXT4_FS is not set +CONFIG_JBD=y +CONFIG_FS_MBCACHE=y +CONFIG_REISERFS_FS=y +# 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_...
2009 Jan 16
0
[PATCH 1/1] ia64, xen: fixes configs and add default config for ia64 xen domU
...y +CONFIG_XEN_SCRUB_PAGES=y +CONFIG_XENFS=y +CONFIG_XEN_COMPAT_XENFS=y +# CONFIG_STAGING is not set +# CONFIG_MSPEC is not set + +# +# File systems +# +CONFIG_EXT2_FS=y +CONFIG_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=y +CONFIG_EXT3_FS_XATTR=y +CONFIG_EXT3_FS_POSIX_ACL=y +CONFIG_EXT3_FS_SECURITY=y +# CONFIG_EXT4_FS is not set +CONFIG_JBD=y +CONFIG_FS_MBCACHE=y +CONFIG_REISERFS_FS=y +# 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_...
2007 Apr 18
2
problem with paravirt part of series
I tried booting the paravirt patches on a real machine to see what would happen. It had worked OK under qemu, so I thought it would be worth it. It seems to boot OK, though perhaps fairly slowly, but once it hits usermode it gets into trouble. When starting udevd, the startup script runs MAKEDEV, which seems to get stuck in an infinite loop in userspace. It eventually gets past that part
2007 Aug 10
1
[Lguest] error rebooting lguest
...XDISPLAY is not set # CONFIG_VIRTUALIZATION is not set # # Userspace I/O # # CONFIG_UIO is not set CONFIG_LGUEST=m CONFIG_LGUEST_GUEST=y CONFIG_LGUEST_NET=y CONFIG_LGUEST_BLOCK=y # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set # CONFIG_EXT4DEV_FS is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=y # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set CONFIG_REISERFS_FS_XATTR=y # CONF...
2007 Aug 10
1
[Lguest] error rebooting lguest
...XDISPLAY is not set # CONFIG_VIRTUALIZATION is not set # # Userspace I/O # # CONFIG_UIO is not set CONFIG_LGUEST=m CONFIG_LGUEST_GUEST=y CONFIG_LGUEST_NET=y CONFIG_LGUEST_BLOCK=y # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set # CONFIG_EXT4DEV_FS is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=y # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set CONFIG_REISERFS_FS_XATTR=y # CONF...