search for: acl_type_default

Displaying 8 results from an estimated 8 matches for "acl_type_default".

2015 Oct 07
1
[Bug 11545] New: -A (preserve ACLs) with --link-dest=DIR fails when DIR has a directory with the same file's name
...o [/code] Versions 3.1.0, 3.1.1 and 3.1.2pre1 are affected: [code] famzah at vbox:~/rsync-link-bug$ ~/a/rsync/rsync-HEAD-20150824-1905GMT/rsync -a -A --link-dest "$TESTDIR/backup.1" "$TESTDIR/data" "$TESTDIR/backup.0" rsync: get_acl: sys_acl_get_file(data/file.txt, ACL_TYPE_DEFAULT): Permission denied (13) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2pre1] famzah at vbox:~/rsync-link-bug$ ~/a/rsync/rsync-3.1.1/rsync -a -A --link-dest "$TESTDIR/backup.1" "$TESTDIR/data" "$TESTDIR/backu...
2009 Jun 21
0
Rsync stops in the middle of a large transfer
...ping any contents from this failed directory *** rsync: recv_generator: mkdir "/home/thomas/.gvfs/drobo on droboshare/Thomasm1530/home/backup.0/.local/share/Trash/files/Dropbox/Photos" failed: Input/output error (5) default_perms_for_dir: sys_acl_get_file(.local/share/Trash/files/Dropbox, ACL_TYPE_DEFAULT): Input/output error, falling back on umask *** Skipping any contents from this failed directory *** rsync: recv_generator: mkdir "/home/thomas/.gvfs/drobo on droboshare/Thomasm1530/home/backup.0/.local/share/Trash/files/Dropbox/Linux Loop/themetest1-drpbx/style" failed: Input/output erro...
2020 Nov 18
0
Strange behavior after upgrading to rsync 3.2.3
....) I just recently upgraded to rsync 3.2.3 Now, I get error messages on every copy. For example, $ rsync -rltv --delete rsync://anoncvs.netbsd.org/cvsroot/CVSROOT \ /$LOCALDIR/ results in these error messages: receiving incremental file list default_perms_for_dir: sys_acl_get_file(., ACL_TYPE_DEFAULT): Operation not supported, falling back on umask default_perms_for_dir: sys_acl_get_file(CVSROOT, ACL_TYPE_DEFAULT):Operation not supported, falling back on umask Running the same command on another directory (the actual NetBSD repo) results in a lot more of the same error messages. New installa...
2008 Oct 17
3
[PATCH 0/3] ocfs2: add security EA and ACL support v3
Hi, These three patches fix the problems in the version two. And them base on the Tao's patches: ocfs2/xattr: xattr improvement The first patch fix some problem in xattr code. The second patch add security EA support. The third patch add ACL support. Best regards, tiger
2016 Jan 13
0
[Bug 11671] New: --files-from= with nonexistant files and --delete-missing-args complains about vanished source files
...reate files.txt with "foo/bar". (Make sure "foo/" doesn't exist.) 2. Run: rsync --delete-missing-args -v --files-from=files.txt . remote-host: Output: building file list ... file has vanished: "/home/vegard/foo" done default_perms_for_dir: sys_acl_get_file(foo, ACL_TYPE_DEFAULT): No such file or directory, falling back on umask sent 30 bytes received 129 bytes 45.43 bytes/sec total size is 0 speedup is 0.00 rsync warning: some files vanished before they could be transferred (code 24) at main.c(1183) [sender=3.1.0] Expected behaviour: With --delete-missing-args I wou...
2001 Dec 18
1
Question about default ACL
Hello samba guys and XFS guys, I am now using Linux-2.4.5-1.0.1_XFS and Samba 2.2.2. Try to create a samba share on a XFS volume, for example, we create a directory named 'public', and set its default acl on 'public' as 'u::rwx,g::rw-,o::r--,m::rwx', . Under Linux box, try to create a file named 'file_linux' under directory 'public', On Samba client (Win2K)
2012 Nov 23
14
extended attributes wiredness
Hi, I am using kernel 3.7-rc6. I have written a test application for extended attributes and have for some folders a wired behaviour: #include <stdio.h> #include <string.h> #include <attr/xattr.h> char attrs[1024]; ssize_t attrslen; int i; char value[1024]; ssize_t valuelen; int main(int argc, char *argv[]) { if (argc != 2) { fprintf(stderr, "Syntax: testxattr
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel