search for: sys_acl_delete_def_file

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

2011 Dec 18
1
Beginner help: Excluding directories by pattern
.../Volumes/Windows\ rsync\rsync" and if there's a good way to shorten that, I'd love to know. Incidentally, I get a LOT of error messages: Kleiman-ibook:Windows TM michael$ head -5 /tmp/rlog.txt 2011/12/17 19:34:37 [10315] receiving file list 2011/12/17 19:34:39 [10315] rsync: set_acl: sys_acl_delete_def_file(Documents and Settings): Attribute not found (93) 2011/12/17 19:34:39 [10315] rsync: set_acl: sys_acl_delete_def_file(Documents and Settings/Administrator.LEILA-DELL): Attribute not found (93) 2011/12/17 19:34:39 [10315] rsync: set_acl: sys_acl_delete_def_file(Documents and Settings/Administrator.L...
2016 Jun 23
2
Operation not supported (95)
...migrating i686 installation of ArchLinux to x86_64, all filesystem was rsynced to a new location. Maybe this somehow relates to the problem that has appeared after migrating and that did not happen before: during backuping the system, rsync reports the following error message: rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) The full log is as follows: [root at kw al]# /usr/bin/rsync --update -DHAErlptgo --relative --delete-during --verbose --itemize-changes /var/log/journal /mnt/backup/rootdir/ sending incremental file list rsync: set_acl: sys_acl_delete_def_file...
2016 Jun 23
3
Operation not supported (95)
...allation of ArchLinux to x86_64, all filesystem was rsynced to a new location. Maybe this somehow relates to the problem that has appeared after migrating and that did not happen before: during backuping the system, rsync reports the following error message: > > > > rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) > > > > The full log is as follows: > > > > [root at kw al]# /usr/bin/rsync --update -DHAErlptgo --relative --delete-during --verbose --itemize-changes /var/log/journal /mnt/backup/rootdir/ > > sending incremental...
2016 Jun 23
0
Operation not supported (95)
...i686 installation of ArchLinux to x86_64, all filesystem was rsynced to a new location. Maybe this somehow relates to the problem that has appeared after migrating and that did not happen before: during backuping the system, rsync reports the following error message: > > rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95) > > The full log is as follows: > > [root at kw al]# /usr/bin/rsync --update -DHAErlptgo --relative --delete-during --verbose --itemize-changes /var/log/journal /mnt/backup/rootdir/ > sending incremental file list > rsync: se...
2011 Apr 05
1
Getting errors with 3.0.8
...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 (xfer#2, to-check=1054/1057) ENDING (snippet from end of run): -Holly/Ann/-Documents/ -Holly/Ann/-Documents/ann_02.tgz 427261952...
2018 Feb 15
4
ACL not set from Microsoft
...e:exclude = *.tmp *.temp ~$* *.~?? *.o *.obj *.swp *~ .~lock.*         recycle:exclude_dir = .recycle ?SharedObjects         full_audit:prefix = %u|%I|%m|%S         full_audit:success = mkdir rmdir rename read write unlink chown readlink link mknod fset_nt_acl sys_acl_set_file sys_acl_set_fd sys_acl_delete_def_file pwrite open         full_audit:failure = connect         full_audit:facility = LOCAL4         full_audit:priority = NOTICE / / / Can anyone explain this behaviour? Thanks in advance. Matteo
2012 Jun 09
2
[patch] NFSv4/ZFS ACLs
This is a PoC patch for NFSv4/ZFS ACLs. The objective of the patch is that rsync --acls support NFSv4/ZFS ACLs without requiring a new command line option NFSv4 ACLs can't be represented using POSIX draft ACLs, if an NFSv4 ACL is present a separate POSIX draft ACL will not be present and there are new APIs to access NFSv4 ACLs. So we need to distinguish between NFSv4 ACLs and POSIX ACLs in
2001 Sep 19
2
--with-acl-support
Dear Andrew Tridgell, i cant compile the 2.2.1-9 package --with-acl-support, beacuse HAVE_SYS_ACL_H has wrong settings somewhere. i cant fix the bug, i just comment out the #ifdef HAVE_SYS_ACL_H line in the source/include/includes.h for a (i hope) good compilation. i use acl 1.1.2 from sgi, and the latest debian woody packages. Regards. Imre Szollosi mailto:szollosi@elme.hu
2002 Nov 23
1
2.2.7 compile error using --with-acl-support on debian
...kind of symbol include/vfs.h:126: previous declaration of `sys_acl_set_file' include/proto.h:228: parse error before `acl_t' include/proto.h:228: `sys_acl_set_fd' redeclared as different kind of symbol include/vfs.h:127: previous declaration of `sys_acl_set_fd' include/proto.h:229: `sys_acl_delete_def_file' redeclared as different kind of symbol include/vfs.h:128: previous declaration of `sys_acl_delete_def_file' include/proto.h:230: `sys_acl_free_text' redeclared as different kind of symbol include/vfs.h:130: previous declaration of `sys_acl_free_text' include/proto.h:231: parse erro...
2004 Feb 17
0
VFS module programmieren
..._acl_to_text */ NULL, /* sys_acl_init */ NULL, /* sys_acl_create_entry */ NULL, /* sys_acl_set_tag_type */ NULL, /* sys_acl_set_qualifier */ NULL, /* sys_acl_set_permset */ NULL, /* sys_acl_valid */ NULL, /* sys_acl_set_file */ NULL, /* sys_acl_set_fd */ NULL, /* sys_acl_delete_def_file */ NULL, /* sys_acl_get_perm */ NULL, /* sys_acl_free_text */ NULL, /* sys_acl_free_acl */ NULL /* sys_acl_free_qualifier */ }; -> static vfs_op_tuple example_op_tuples[] = { {SMB_VFS_OP(example_connect), SMB_VFS_OP_CONNECT, SMB_VFS_LAYER_TRANSPARENT}, {SMB_VFS_OP(example_...
2003 Dec 01
0
No subject
...cribe> List-Archive: http://lists.samba.org/pipermail/samba/ Hi !! After my last cvs checkout, samba didn't compile correctly with acl-support and xfs. The error was: Linking bin/smbd smbd/posix_acls.o: In function `set_nt_acl': smbd/posix_acls.o(.text+0x3690): undefined reference to `sys_acl_delete_def_file' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 After I applied the following to the xfs-section in sysacls.c everything worked well. diff -ur source/lib/sysacls.c source/lib/sysacls.c @@ -1299,6 +1299,13 @@ return 0; } +int sys_acl_delete_def_file(const char *na...