Displaying 15 results from an estimated 15 matches for "acl_type_access".
rsync: [generator] set_acl: sys_acl_set_file(dev/kvm, ACL_TYPE_ACCESS): Operation not supported (95)
2023 Jun 28
1
rsync: [generator] set_acl: sys_acl_set_file(dev/kvm, ACL_TYPE_ACCESS): Operation not supported (95)
...,
I'm trying to copy every file which belongs to my Ubuntu 23.04 installation
(stored on an ext4 fs to a ZFS storage disk. The command that I've used is :
# rsync -avxHAX * /mnt/zroot2/zroot2/OS/Linux/EVO
sending incremental file list
rsync: [generator] set_acl: sys_acl_set_file(dev/kvm, ACL_TYPE_ACCESS):
Operation not supported (95)
rsync: [generator] set_acl: sys_acl_set_file(dev/rfkill, ACL_TYPE_ACCESS):
Operation not supported (95)
rsync: [generator] set_acl: sys_acl_set_file(dev/dri/card0,
ACL_TYPE_ACCESS): Operation not supported (95)
rsync: [generator] set_acl: sys_acl_set_file(dev/dri/rend...
2010 Dec 14
7
DO NOT REPLY [Bug 7865] New: files or dirs with more than 16 ACLs are not rsynced correctly
...CC: reinhard.lubos at comlineag.de
Platform: HP-UX 11iv3 (11.31) on ia64 with vxfs/JFS and ACLs
when trying to rsync files or dirs with more than 16 ACLs we get errors in the
rsync-server logfile (used flags: -axA)
2010/12/08 09:40:06 [21974] rsync: get_acl: sys_acl_get_file(rsynctest/abc/123,
ACL_TYPE_ACCESS): Invalid argument (22)
2010/12/08 09:41:00 [23863] rsync on patdb/rsynctest from xy123 (10.190.81.189)
After changing INITIAL_ACL_SIZE to 128 (in both lines) in lib/sysacls.c the
binary is able to rsync our ACL-topscorer with 115 ACLs.
Maybe, someone can get the dynamic things using ACL_GET afte...
2017 Nov 03
3
sysvol replcation rsync error
...ication_workaround
>>
>> between two DC
>>
>> but rsync shows some errors like this
>> rsync: set_acl:
>> sys_acl_set_file(apam-ad.apam.it/Policies/{D725AAC4-27E8-46AC-918D-55B560988386}/Machine/Applications/{031B2C75-D832-429B-B4C4-226BAA665E3A}.aas,
>> ACL_TYPE_ACCESS): Argument list too long (7)
>>
>> DC1 rsync version 3.0.6 protocol version 30
>> DC2 rsync version 3.0.9 protocol version 30
>>
>> do someone knows a way to avoid this error ?
>>
>> thank you
>>
>> giuseppe
>>
>
2015 Apr 24
5
Strange GPO rights samba 4.2.1
...-log-file /var/log/sysvol-sync.log --delete-after -f"+ */" -f"- *"? /home/samba/sysvol root at dc2:/home/samba? &&? /usr/bin/unison
?
im getting these errors:?
?
rsync: set_acl: sys_acl_set_file(sysvol/internal.domain.tld/Policies/{B9C07E8F-54C3-4FA0-8C39-E357E068D393}, ACL_TYPE_ACCESS): Invalid argument (22)
sysvol/internal.domain.tld/Policies/{B9C07E8F-54C3-4FA0-8C39-E357E068D393}/Machine/
rsync: set_acl: sys_acl_set_file(sysvol/internal.domain.tld/Policies/{B9C07E8F-54C3-4FA0-8C39-E357E068D393}/Machine, ACL_TYPE_ACCESS): Invalid argument (22)
sysvol/internal.domain.tld/Policie...
2016 Feb 10
1
Osync error for sysvol directory : rsync: set_acl: sys_acl_set_file Invalid argument (22)
Hello,
I got many errors on files when synchronizing the sysvol directory
between 2 AD DC with osync :
...
rsync: set_acl:
sys_acl_set_file(ariane.intra/Policies/{2487894F-DA69-4CE1-82A9-D9B4EFE5D32E}/Adm,
ACL_TYPE_ACCESS): Invalid argument (22)
rsync: set_acl:
sys_acl_set_file(ariane.intra/Policies/{2487894F-DA69-4CE1-82A9-D9B4EFE5D32E}/Adm/admfiles.ini,
ACL_TYPE_ACCESS): Invalid argument (22)
rsync: set_acl:
sys_acl_set_file(ariane.intra/Policies/{2487894F-DA69-4CE1-82A9-D9B4EFE5D32E}/Adm/conf.adm,
ACL_TYPE_AC...
2017 Nov 03
5
sysvol replcation rsync error
...bed in
https://wiki.samba.org/index.php/Rsync_based_SysVol_replication_workaround
between two DC
but rsync shows some errors like this
rsync: set_acl:
sys_acl_set_file(apam-ad.apam.it/Policies/{D725AAC4-27E8-46AC-918D-55B560988386}/Machine/Applications/{031B2C75-D832-429B-B4C4-226BAA665E3A}.aas,
ACL_TYPE_ACCESS): Argument list too long (7)
DC1 rsync version 3.0.6 protocol version 30
DC2 rsync version 3.0.9 protocol version 30
do someone knows a way to avoid this error ?
thank you
giuseppe
2015 Apr 24
0
Strange GPO rights samba 4.2.1
...f"+ */" -f"- *" /home/samba/sysvol
>root at dc2:/home/samba && /usr/bin/unison
>>
>> im getting these errors:
>>
>> rsync: set_acl:
>sys_acl_set_file(sysvol/internal.domain.tld/Policies/{B9C07E8F-
>54C3-4FA0-8C39-E357E068D393}, ACL_TYPE_ACCESS): Invalid argument (22)
>>
>sysvol/internal.domain.tld/Policies/{B9C07E8F-54C3-4FA0-8C39-E3
>57E068D393}/Machine/
>> rsync: set_acl:
>sys_acl_set_file(sysvol/internal.domain.tld/Policies/{B9C07E8F-
>54C3-4FA0-8C39-E357E068D393}/Machine, ACL_TYPE_ACCESS):
>Invalid argum...
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
2015 Feb 18
0
Preserve ACLs Changing Group. File Cannot Be Opened on Destination
...#39; /cygdrive/x
D is the drive on the remote computer I am currently using, X is its mirror on another remote computer.
When RSYNC'ing I get the following for the files that will not open, after it shows the file transfers:
rsync: set_acl: sys_acl_set_file(claus.a/.rsync commands.txt.1BY2xz, ACL_TYPE_ACCESS): Invalid argument (22)
rsync: set_acl: sys_acl_set_file(claus.a/.test.txt.CA1No2, ACL_TYPE_ACCESS): Invalid argument (22)
On the source machine, the ACLs for files that open and don't open once RSYNC'd are identical.
# owner: claus.a (or Administrators in some cases, but files with both...
2010 Dec 23
1
DO NOT REPLY [Bug 7884] New: Workaround for ACL problem with ZFS under FreeBSD
...AContact: rsync-qa at samba.org
When running on ZFS or UFS with NFSv4 ACL support enabled, "rsync -A" fails due
to acl_get_file(3)
returning EINVAL. EINVAL is caused by improper use of this routine - rsync
doesn't bother to check
if POSIX.1e ACLs are supported, and blindly requests ACL_TYPE_ACCESS, which is
invalid for files
with NFSv4 ACLs.
Patch below makes rsync properly recognize EINVAL as lack of support for the
requested ACL type.
--- acls.c.orig 2010-12-23 10:45:21.344757361 +0100
+++ acls.c 2010-12-23 10:44:33.000000000 +0100
@@ -1082,6 +1082,10 @@ int default_perms_for_dir(co...
2005 Mar 25
1
[PATCH] kfree() NULL pointer cleanups - no need to check - fs/ext3/
...ue);
if (!IS_ERR(acl)) {
switch(type) {
@@ -267,8 +266,7 @@ ext3_set_acl(handle_t *handle, struct in
error = ext3_xattr_set_handle(handle, inode, name_index, "",
value, size, 0);
- if (value)
- kfree(value);
+ kfree(value);
if (!error) {
switch(type) {
case ACL_TYPE_ACCESS:
--- linux-2.6.12-rc1-mm3-orig/fs/ext3/super.c 2005-03-25 15:28:59.000000000 +0100
+++ linux-2.6.12-rc1-mm3/fs/ext3/super.c 2005-03-25 22:42:53.000000000 +0100
@@ -395,10 +395,8 @@ static void ext3_put_super (struct super
percpu_counter_destroy(&sbi->s_dirs_counter);
brelse(sbi->s_sbh...
2020 May 09
1
rsync replication acl error
...h) with the root user and password-less logins.
When I run the command below from the 4.10 DC I get acl errors as shown below.
rsync -XAavz --delete-after --rsh='ssh' [192.168.8.65]:/var/db/samba4/sysvol
/var/db/samba4
receiving file list ... done
rsync: set_acl: sys_acl_set_file(sysvol, ACL_TYPE_ACCESS): Invalid argument (22)
. . . many more errors.
On DC1 I see this:
getfacl /var/db/samba4/sysvol/brockley-2016.harte-lyne.ca
# file: /var/db/samba4/sysvol/brockley-2016.harte-lyne.ca
# owner: root
# group: BUILTIN\administrators
user::rwx
user:root:rwx
user:BUILTIN\administrators:rwx
user:BUILTIN\...
2017 Nov 03
0
sysvol replcation rsync error
...und
> > between two DC
> >
> > but rsync shows some errors like this
> > rsync: set_acl:
> >
> sys_acl_set_file(apam-ad.apam.it/Policies/{D725AAC4-27E8-46AC-
> 918D-55B560988386}/Machine/Applications/{031B2C75-D832-429B-B4
> C4-226BAA665E3A}.aas,
> > ACL_TYPE_ACCESS): Argument list too long (7)
> >
> > DC1 rsync version 3.0.6 protocol version 30
> > DC2 rsync version 3.0.9 protocol version 30
> >
> > do someone knows a way to avoid this error ?
> >
> > thank you
> >
> > giuseppe
> >
>
>...
2009 Jul 27
2
DO NOT REPLY [Bug 6576] New: generate_files lists non-existent files
https://bugzilla.samba.org/show_bug.cgi?id=6576
Summary: generate_files lists non-existent files
Product: rsync
Version: 3.0.6
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: stlman at poczta.fm
2013 Oct 15
4
[PATCH] Btrfs: fix incorrect inode acl reset
...n(+), 1 deletion(-)
diff --git a/fs/btrfs/acl.c b/fs/btrfs/acl.c
index e15d2b0..0890c83 100644
--- a/fs/btrfs/acl.c
+++ b/fs/btrfs/acl.c
@@ -229,7 +229,7 @@ int btrfs_init_acl(struct btrfs_trans_handle *trans,
if (ret > 0) {
/* we need an acl */
ret = btrfs_set_acl(trans, inode, acl, ACL_TYPE_ACCESS);
- } else {
+ } else if (ret < 0) {
cache_no_acl(inode);
}
} else {
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.htm...