search for: mmgetacl

Displaying 5 results from an estimated 5 matches for "mmgetacl".

Did you mean: getacl
2012 Dec 05
0
[Bug 9466] New: GPFS ACLs are not copied by rsync when copying between two GPFS filesystems
...mes rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. - To test if it has worked, first copy a file/folder which has ALCs present using the "stock" rsync: # mmgetacl /gpfs1/testfolder1/ #NFSv4 ACL #owner:root #group:root user:12345:rwxc:allow:FileInherit:DirInherit (X)READ/LIST (X)WRITE/CREATE (X)MKDIR (X)SYNCHRONIZE (X)READ_ACL (X)READ_ATTR (X)READ_NAMED (X)DELETE (X)DELETE_CHILD (X)CHOWN (X)EXEC/SEARCH (X)WRITE_ACL (X)WRITE_ATTR (X)WRITE_NAMED group:1...
2016 Jul 06
1
"No previous versions" - GPFS 3.5 and shadow_copy2
...vice.c:1138(close_cnum) x.x.x.x (ipv4:x.x.x.x:51298) closed connection to service IPC$ That's a sample log excerpt from when I increased log level to 10 on a dev machine in the same cluster. I cannot list permissions at all on the .snapshots folder, is this normal? [root at server ict]# mmgetacl -k nfs4 .snapshots/ .snapshots/: Operation not permitted There have been no changes made to our smb.conf recently, so we're extremely baffled why this should have suddenly broken. Can someone please have a look at the smb.conf to see if any glaring mistakes are present, or suggest how I can...
2013 Feb 18
1
ACL problem with Samba > 3.4.x on GPFS
When a file is created with samba 3.5.x or 3.6.x, it is created effective read-only: ~ # getfacl Microsoft\ Word-Dokument\ \(neu\).docx # file: Microsoft\040Word-Dokument\040(neu).docx # owner: root # group: 11816 user::rwx user:11582:rwx #effective:r-- group::rwx #effective:r-- mask::r-- other::--- The ACL-settings for the parent directory are ok: ~ # getfacl . #
2016 Jul 05
1
GPFS AFM Export Problem
Hi All, I'm having a frustrating time exporting a GPFS Independent Writer AFM fileset through Samba. Native GPFS directories exported through Samba seem to work properly, but when creating an export which points to an AFM IW fileset, I get "Access Denied" errors when trying to create files from an SMB client and even more unusual "Failed to enumerate objects in the container:
2013 Jan 31
2
ACLs on a directory on GPFS
Hello, I am using the vfs_gpfs samba module to map ACLs through samba. It works fine on files, but directory ACLs are ignored. Ex: getfacl /sb/share/myplace/ file: sb/share/myplace/ owner: root group: root user::rwx user:afrankel:rwx group::--- mask::rwx other::--- When I try to access this folder in Windows, I get permission denied. The same permissions on a files, I can open it / modify it