similar to: Operation not supported (95)

Displaying 20 results from an estimated 900 matches similar to: "Operation not supported (95)"

2016 Jun 23
3
Operation not supported (95)
On Thu, Jun 23, 2016 at 04:27:10PM -0400, Kevin Korb wrote: > If the filesystem doesn't support ACLs then don't use -A. > I did some search about this error before asking this question, and in other case unsupported ACLs were indeed the cause. But btrfs supports ACLs: [root at kw al]# getfacl /mnt/backup/rootdir/var/log/journal/remote getfacl: Removing leading '/' from
2016 Jun 23
0
Operation not supported (95)
If the filesystem doesn't support ACLs then don't use -A. Also, why is there samba between rsync and btrfs? On 06/23/2016 04:14 PM, Albert Berger wrote: > Greetings! > > During 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
2011 Dec 18
1
Beginner help: Excluding directories by pattern
I apologize in advance for asking a beginner question, but I really could not figure this from the manual page. I want to copy some files with rsync, and not copy others. The stuff that I do not want to copy looks like this: System Volume Information/_restore*/RP* WINDOWS/Prefetch/* Documents and Settings/leila/Local Settings/Application Data/Google/Chrome/Application/*/Installer/chrome.7z
2011 Apr 05
1
Getting errors with 3.0.8
Hello! I've been trying 3.0.8 on OS X 10.6.7 today and have been getting some errors. The command I'm using is: /usr/local/bin/rsync -aNHAXx --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:
2023 Jun 28
1
rsync: [generator] set_acl: sys_acl_set_file(dev/kvm, ACL_TYPE_ACCESS): Operation not supported (95)
Hello rsync users, 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:
2016 Jun 18
2
/root is wrongly copied during update
For backuping system folders on ArchLinux I use the following command per folder: rsync --update -DHAErlptgo --relative --delete-during $dir $backupdir The problem is that every file in /root folder and its subfolders is copied each time when this command is run. In all other folders only new or modified files are copied. The files and the folder itself have the following attributes: [root at
2017 Nov 03
3
sysvol replcation rsync error
Hello, 1) fs acl support I use XFS I did the tests ( https://wiki.samba.org/index.php/File_System_Support ) and no errors [root at dc1ucp ~]# setfattr -n user.test -v test test.txt [root at dc1ucp ~]# setfattr -n security.test -v test2 test.txt [root at dc1ucp ~]# getfattr -d test.txt # file: test.txt user.test="test" [root at dc1ucp ~]# getfattr -n security.test -d test.txt # file:
2015 Apr 24
5
Strange GPO rights samba 4.2.1
Hai, ? Im having a strange thing with sernet samba 4.2.1 on debian wheezy. ? I installed 2 dc.s with my scripts. ? i did setup the sysvol replication and now im seeing the following when i create new policies. ? The default GPO's drwxrwx---+ 4 root????????? BUILTIN\administrators 4096 Apr 24 10:17 {31B2F340-016D-11D2-945F-00C04FB984F9} drwxrwx---+ 4 root????????? BUILTIN\administrators
2019 Mar 10
3
sieve vacation to an alias group
On 3/10/19 9:07 AM, Yassine Chaouche via dovecot wrote: > > On 3/9/19 12:41 PM, Monis Monther via dovecot wrote: > >> Hi, >> >> We have an alias group named xyz at example.com >> <mailto:xyz at example.com>, this alias group has 3 actual users >> a at example.com <mailto:a at example.com>, b at example.com >> <mailto:b at
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
2019 Mar 10
2
sieve vacation to an alias group
I am curious to know how did you define the filter on an alias in the first place ? is it a filter defined globaly in dovecot ? I don't see how it can be defined in any individual mailbox. Can you show the dovecot/sieve configuration to achieve this ? Yassine. On 3/10/19 11:40 AM, Monis Monther via dovecot wrote: > Hi Yassine, > > Thanks for the effort, unfortunately, we cannot
2017 Nov 03
5
sysvol replcation rsync error
Hello , ( samba 4.6.9 - centos 6 DC1 centos DC2 ) I tried to sync sysvol as described 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,
2014 Apr 21
2
GPO Create error
I have a domain that I upgraded from a Samba 3/LDAP set up about a year ago. I haven't done anything too interesting with it and it's generally been working OK. I attempted to create a new GPO for my domain. From a Win 7 client I get an error "This security ID may not be assigned as the owner of this object". Thinking this was an issue with sysvol acls, I ran "samba-tool
2007 Jul 09
2
rsync and copying ACL
Hi ! I am trying to use rsync to copy ACL between two Windows hosts. First, I try locally on a Windows hosting an AD. If I use rsync 3, I get this (I get the same thing with latest snapshot): -bash-3.2$ ./rsync-HEAD-20070703-1547GMT/rsync.exe -aAv copieA/ copieB sending incremental file list recv_acl_access: value out of range: ff rsync error: error in rsync protocol data stream (code 12) at
2008 Feb 19
1
two errors with 3.0.0pre9
On MacOS X 10.4.11 PPC /usr/local/bin/rsync --version rsync version 3.0.0pre9 protocol version 30.PR16 Copyright (C) 1996-2007 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv
2009 May 14
2
rsync 3.0.6 ACLs under MacOS 10.4
Have a functional rsync 3.0.6 server but am having troubles preserving permissions from source to destination. On server, rsyncd.conf looks like this (modules are defined but not listed below): cat /etc/rsyncd.conf secrets file = /etc/rsyncd.secrets read only = no list = yes uid = root gid = wheel On client am using -ApXrvvhog option and here are some errors am getting: rsync: pack_smb_acl
2020 May 09
1
rsync replication acl error
I am trying to replicate a samba-4.3 DC [192.168.8.65] to a newly joined samba-4.10 DC. I am using rsync as described in the samba wiki, excepting that I am using a remote shell (ssh) 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
2011 Apr 03
3
Download the repo DAG of CentOS 5.5
hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already did with OS, Update, and Extras packages. I want to do with DAG repository. I tried but I don't know much about scripts. Thanks Fidel
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
2023 Jan 12
0
Samba-tool Error creating new GPO
There's a bug open against opensuse of an error occurring when creating a gpo via samba-tool. This only happens against a Samba addc (not Windows), and I can't reproduce it in the samba test environment (against master for 4.17.4). The original bug is here: https://bugzilla.opensuse.org/show_bug.cgi?id=1206475 > samba-tool gpo create "Global Message2" -U Administrator