search for: sys_acl_get_info

Displaying 11 results from an estimated 11 matches for "sys_acl_get_info".

2010 Apr 08
6
Mac OS X "rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0)"
I am a developer on the LBackup project. An LBackup user recently posted a question to the mailing list asking about the following error. > "rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0)" Link to thread : <http://www.mail-archive.com/lbackup-discussion at lists.connect.homeunix.com/msg00040.html> My understanding of this error is that when copying files via the network from a source system to the local system there is no local user matching the...
2011 Apr 05
1
Getting errors with 3.0.8
...--protect-args --fileflags --force-change --progress /Users/davidallie/Documents/ /Volumes/david.allie/Documents/ The target Documents folder is on an iDisk mounted as david.allie . The errors are happening at the beginning and end. BEGINNING: sending incremental file list rsync: unpack_smb_acl: sys_acl_get_info(): Invalid argument (22) ./ rsync: unpack_smb_acl: sys_acl_get_info(): Invalid argument (22) rsync: set_acl: sys_acl_delete_def_file(.): Operation not supported (45) .DS_Store 21508 100% 0.00kB/s 0:00:00 (xfer#1, to-check=1055/1057) .localized 0 100% 0.00kB/s 0:00:00 (...
2010 Dec 28
4
MacOS and Extended Attributes
I'm just starting with rsync(). I grabbed the 3.0.7 source and built it on Mac OS X.6.5 (./configure and ./make reported no problems.) When I try running with -X or -A, I get the following error messages: rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) A quick look at the buglist didn't reveal anything to me, so I don't know if this is a known problem. (If so I apologize, and ask if there's a workaround.) Not using -X or -A does work as expect...
2008 Feb 19
1
two errors with 3.0.0pre9
...rs/a \ /BACKUPS/albook.local/Users/a/ /Volumes/volume2/gbackupcomplete/ albook.local-Users-a (don't ask me why the two --exclude) I get these two error messages (maybe more): Documents/arte/materiale/swisseduc.ch/www.swisseduc.ch/glaciers/alps/fieschergletscher/icons/ rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) Documents/arte/materiale/swisseduc.ch/www.swisseduc.ch/glaciers/alps/gornergletscher/ Documents/temp/ rsync: set_acl: sys_acl_set_file(Documents/temp/foo, SMB_ACL_TYPE_ACCESS): Operation not supported (45) the source volume was set to support ACLs, the target (and com...
2014 Nov 15
1
rsync stalls at .sparsebundle directories on OS X‏‏
...rsync/" --exclude=".Trashes/" --exclude=".Spotlight-V100" --exclude=".fseventsd/" --exclude=".DocumentRevisions-V100/" --exclude=".TemporaryItems/" /Volumes/data/ /Volumes/backup/ I'm also seeing 32 lines of of "rsync: unpack_smb_acl: sys_acl_get_info(): Undefined error: 0 (0)" errors directly after "sending incremental file list". Any clues would be very welcome. [1] https://en.wikipedia.org/wiki/Sparse_image#Sparse_bundle_disk_images
2014 Jun 06
0
[Bug 10649] New: --acls does not honor --numeric-ids on OS X
...> https://bugzilla.samba.org/attachment.cgi?id=10007 Bash Script that reproduces the error +++ This bug was initially created as a clone of Bug #8020 +++ Although --number-ids is specified, when rsync is unable to resolve ACL entries to a user or group on OS X, we get an error: unpack_smb_acl: sys_acl_get_info(): Undefined error: 0 (0) And an exit status of 23. With --numeric-ids, we should not require lookup of user/group. This is the same issue as Bug #8020. That bug was fixed, but not for OS X. An old version of a patch for OS X exists here: http://help.bombich.com/discussions/questions/2248-warn...
2009 Aug 31
1
unpack_smb_acl unknown error
Hi, Since upgrading to Snow Leopard, my backup script throws an error msg : rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) This happened both with 3.0.5 and 3.0.6 that I just installed. Can someone tell me what it means ? I have no clue on what/where to look for. Thanks Alain Content
2014 May 30
1
OS X and rsync: unpack_smb_acl errors and --numeric-ids
First of all. Thank you rsync developers and maintainers for all of your work. It is awesome. I love rsync. I can't thank you enough. So this has been brought up before: https://lists.samba.org/archive/rsync/2010-April/024941.html We are getting this error: stderr: rsync: unpack_smb_acl: sys_acl_get_info(): Undefined error: 0 (0) due to ACL entries that can not be resolved by name at the time when rsync attempted to resolve them. This results in an exit status of 23. The reason the ACL entry can not be resolved by name could be that a network directory service like LDAP or Active Directory is ha...
2017 Apr 10
3
error allocating core memory buffers (code 22) at util2.c(106) [sender=3.1.2]
Hi: I'm in the middle of recoverying from a tactical error copying around an Mac OS X 10.10.5 Time Machine backup (turns out Apple's instructions aren't great...), and I had rsync running for the past 6 hours repairing permissions/acls on 1.5 TB of data (not copying the data), and then it just died in the middle with: .L....og.... 2015-03-11-094807/platinum-bar2/usr/local/mysql
2010 Aug 29
2
OSX 10.6.4 error with -R option
...ain.m /Users/astrid/Desktop/rrr /Users/astrid/Desktop/rrr/Users/astrid/ empty! Oddly, it works fine from a clone of this system (cloned a few weeks ago) and on OSX 10.5. Any thoughts appreciated. Thanks, Rob Here are the first few lines from running dtruss on rsync rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1044) [sender=3.0.7] PID/THRD SYSCALL(args) = return 609/0x11a0: sigaction(0x1E, 0xBFFFF5A0, 0x0) = 0 0 609/0x11a0: sigaction(0x1F, 0xBFFFF5A0, 0x0) = 0 0 609/0x11a...
2010 Apr 21
8
DO NOT REPLY [Bug 7382] New: Fails to copy with ACL issue if src user is unknown (OSX 10.6 only)
...Jun 4 2009 DIR-UNKNOWN-USER 0: FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000893 allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown,file_inherit,directory_inherit rsync -aA DIR-UNKNOWN-USER DIRB rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1040) [sender=3.0.5] ls -lde DIRB ls: DB: No such file or directory --- OSX 10.6.3 cp works fine ---- /bin/cp -ap DIR-UNKNOWN-USER DIRB ls -lde DB drwx-wx-wx+ 3 2195 staff 1...