Displaying 20 results from an estimated 6000 matches similar to: "setfacl:operation not supported"
2010 Jan 12
1
FW: setfacl:operation not supported
Hello,
I am using red hat 2.4.20-8 with samba 2.2.7a. i have to enable acl with samba.whether acl is enabled bydefault in samba if not,then how we have to do ????
thankyou
_________________________________________________________________
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop
2010 Jan 18
2
how to use m4_pattern_allow
hello
what is "m4_pattern_allow" ??
how to use it ??
I am installing patch of acl-2.2.49.tar.gz but it gives me error stating --
"line 1650 :AC_CONFIG_MACRO:m4"
line 1650 : use m4_pattern_allow"
thankx
_________________________________________________________________
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop
2011 Aug 30
1
setfacl <dir> : operation not supported , using glusterfs 3.2.2
Dear gluster team,
I have installed glusterfs on my servers for the storage.
Machine: x86_64-redhat-linux
I have created volumes with rdma protocol for infiniband. I have mount with
acl option on server and client. When I run setfacl for glusterfs mount
point it works fine but when i do it for nfs mount it says.
setfacl <dir> : operation not supported.
The logs created in server are as
2007 Aug 06
1
setfacl(1) - Can FreeBSD's ACLs contain groups from NT/AD domains ?
Hi all,
I have "FreeBSD 7.0-CURRENT #1: Wed Jul 25" authenticating successfully against
active directory via samba's winbindd(8). I need to manage samba shares via
FreeBSD ACLs and CIFS ACLs. From my reading of setfacl(1) I should be able to
set group permissions using the syntax of DOMAIN\group-name. For example:
#setfacl -d -m g:"MYDOMAIN\mygroupname":rwx test
2010 Jan 19
2
subfolder level restriction
hello
I have three users u1 ,u2 and u3
I have a share named "mrt" and it has two subfolder "mrt1" and "mrt2".
what i have to do is that when u1 logs in mrt
it should view all the contents inside mrt (including contents of its subfolderand all)
and when u2 logs into mrt it should view mrt1 and restrict mrt2 and in same way when u3 logs into mrt ,it could access mrt2
2014 Dec 19
1
setfacl: Option -m: Invalid argument near character 3
On 19/12/14 01:33, Rich Webb wrote:
> Please is there anyone who has an answer on why this might be happening?
> Do I need some sort of sssd support or winbind or something? In the
> wiki about setting up acl's it doesn't say anything about any other
> requirements, only that you have to have acl support and xattr support
> in your filesystem which I do.
>
> I'm
2014 Dec 18
2
setfacl: Option -m: Invalid argument near character 3
Hi,
I have a Samba 4 AD DC running for which I now want to create a file
share on it and control permissions through windows. I provisioned the
domain with this command:
samba-tool domain provision --use-rfc2307 --interactive
--function-level=2008_R2 --use-ntvfs
My share definition in my smb.conf is as follows:
[Shared]
comment = Shared Files
path =
2010 May 18
3
[PATCH] btrfs: should add a permission check for setfacl
On btrfs, do the following
------------------
# su user1
# cd btrfs-part/
# touch aaa
# getfacl aaa
# file: aaa
# owner: user1
# group: user1
user::rw-
group::rw-
other::r--
# su user2
# cd btrfs-part/
# setfacl -m u::rwx aaa
# getfacl aaa
# file: aaa
# owner: user1
# group: user1
user::rwx <- successed to setfacl
group::rw-
other::r--
------------------
but we
2014 Dec 19
3
setfacl: Option -m: Invalid argument near character 3
On 19/12/14 13:40, Rich Webb wrote:
> Running CentOS 6.6
> Using the Sernet Enterprise packages - sernet-samba-ad.
>
> Just tried:
>
> getent group "Domain Users"
> getent group DOMAIN\\Domain\ Users
>
> and neither command returned any entries.
>
> Rich
>
> -----Original Message-----
> From: samba-bounces at lists.samba.org
>
2014 Dec 19
2
setfacl: Option -m: Invalid argument near character 3
What's the content of your /etc/nsswitch.conf?
Am 19. Dezember 2014 14:22:56 MEZ, schrieb Rich Webb <rwebb at zylatech.com>:
>Matt,
>
>Thanks for the reply. I'm not trying to add the "users" group. I'm
>trying to add the "Domain Users" group. That is the reason for the \
>in
>front of the space. It's translated as a literal. I think
2015 Mar 20
1
Centos 6: setfacl: .: Argument list too long
On 20.03.2015 02:14, muiz wrote:
> Dear all,
>
>
> I have a Centos 6 (64bit) server used for samba and ACL control.
> There has a folder which a lot of user can access, when I add a new user's ACL, but failed, do you know how to resolve this problem?
use xargs like in:
|find . -name "*.pdf" -print0 | xargs -0 RUNACOMMAND
robert
|
>
>
> [root at s1
2007 Sep 24
3
CallerID problem Asterisk 1.4.2
When receiving inbound calls from a Vonage Softphone extension, I'm unable
to view/maniupulate calledid data. but it shows up in the CDR records and on
called handsets.. any ideas?
exten => asda,n,NoOp(callerID is ${CALLERID})
exten => asda,n,NoOp(CallerID is ${CALLERIDNAME})
exten => asda,n,NoOp(CallerID is ${CALLERIDNUM})
-- Executing [asd at pstn-in:2]
2015 Mar 23
3
Centos 6: setfacl: .: Argument list too long
muiz wrote:
> Dear all,
>
>
> I have a Centos 6 (64bit) server used for samba and ACL control.
> There has a folder which a lot of user can access, when I add a new user's ACL, but failed, do you know how to resolve this problem?
>
>
> [root at s1 abc]# getfacl /abc
> # file: abc
> # owner: root
> # group: root
> user::rwx
> user:user01:---
>
2010 Aug 20
2
Determining the length of unique items in a vector
Dear all, let suppose I have following vector:
> dat1 <- c(rep("asd", 5), rep("xyz", 12), rep("erd", 17))
> dat1 <- dat1[sample(1:length(dat1), length(dat1), replace=F)]
> dat1
[1] "erd" "xyz" "erd" "asd" "asd" "erd" "xyz" "asd" "erd" "erd"
2014 Dec 19
3
setfacl: Option -m: Invalid argument near character 3
On 19/12/14 13:22, Rich Webb wrote:
> Matt,
>
> Thanks for the reply. I'm not trying to add the "users" group. I'm
> trying to add the "Domain Users" group. That is the reason for the \ in
> front of the space. It's translated as a literal. I think I could also
> put quotes around it and not have to use the \ and the space.
>
> The
2010 Nov 03
7
getting error with setfacl
Hello,
I have joined the Linux server (Suse 11.2) to the Windows domain (win2003) and users can login to the server using their window's domain credentials. Also can view all of the domain groups using 'wbinfo -g', however when I try to set the acls on a local dir' I get the follow error;
#setfacl -m g:DOMAIN\\groupname:r /tmp/testacl
setfacl: Option -m: Invalid argument near
2015 Mar 24
1
Centos 6: setfacl: .: Argument list too long
Hi,
How many user's you have assigned on that directory?
--Regards
Ashishkumar S. Yadav
On Tue, Mar 24, 2015 at 5:30 AM, muiz <muiz at 163.com> wrote:
> Hi, James,
> The file system is xfs (/dev/mapper/centos-home xfs 1891292900
> 1556745108 334547792 83% /home)
>
>
> Thanks and best regards,
> Muiz
>
> At 2015-03-23 19:36:02, "James
2005 Mar 16
1
RE: Fwd: [Cooker] Re: Configure Xen in Mandrake 10.2 cooker
> PDC20265: IDE controller at PCI slot 0000:00:11.0
> PCI: Found IRQ 10 for device 0000:00:11.0
> PDC20265: chipset revision 2
> PDC20265: 100% native mode on irq 10
> PDC20265: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary
> PCI Mode.
> ide2: BM-DMA at 0x8000-0x8007, BIOS settings: hde:DMA, hdf:pio
> ide3: BM-DMA at 0x8008-0x800f, BIOS settings: hdg:pio,
2011 Jan 10
1
Using combn
Dear list,
I want to apply the "table" function to every pair of variables in df
and the return should be a list.
setwd(123)
asd <- data.frame(a1=sample(1:4, 20, replace=TRUE),
a2=sample(1:4, 20, replace=TRUE),
a3=sample(1:4, 20, replace=TRUE),
a4=sample(1:4, 20, replace=TRUE))
with(asd, table(a1, a2))
with(asd, table(a1,
2014 Dec 19
3
setfacl: Option -m: Invalid argument near character 3
Im did not follow the complete thread, but you can check the following.
smb.conf
## map id's outside to domain to tdb files.
idmap config *:backend = tdb
idmap config *:range = 50001-80000
## map ids from the domain the range may not overlap !
idmap config DOMAIN:backend = ad
idmap config DOMAIN:schema_mode = rfc2307
idmap config DOMAIN:range = 10000-40000
winbind