similar to: delete of stat xattr failed

Displaying 20 results from an estimated 9000 matches similar to: "delete of stat xattr failed"

2008 Mar 21
3
rsync hanging at "generate_files phase=1"
Hello all, I am experiencing a (consistent, reproducible) condition whereby rsync is hanging indefinitely at the following stage : generate_files phase=1 The condition does not occur if --dry-run is specified - only when the run is "for real". Finally, i can scp the files without problems, so it is not a general connection issue, nor is it a problem with permissions (everything is
2010 Feb 05
1
gluster and system options for logging
Hi all, I'm currently in the process of testing a Gluster 3.0.0 setup (4 nodes, 2 servers, 2 clients, client-side replication), and have run into the occasional hiccup (and at least one big crash). Unfortunately, the logged remnants of these incidents leave something to be desired, and as anyone who's tried to track down a crash knows, the more log data you have, the better. Thus,
2010 Sep 29
4
puppet error on cron w/ "complex" timing
Hello, cron { foo: command => "/bin/date > /tmp/foo", user => root, minute => ''2,7,12,17,22,27,32,37,42,47,52,57'' } Which when parsed by puppetd produces : err: Could not run Puppet configuration client: Parameter minute failed: 2,7,12,17,22,27,32,37,42,47,52,57 is not a valid minute at foo.pp:## I agree that it''s an awkward minute
2008 Jul 21
1
1.3.10 compile failure on FC9 w/ Gluster-patched Fuse
Hello all, I am attempting to compile Gluster 1.3.10 on a newly-installed Fedora Core 9 machine, without success. The only non-stock package on the otherwise vanilla system is the Gluster version of Fuse. ----------------------- # rpm -qa | grep fuse fuse-devel-2.7.3glfs10-1.i386 fuse-2.7.3glfs10-1.i386 fuse-libs-2.7.3glfs10-1.i386 # rpmbuild -ta glusterfs-1.3.10.tar.gz (..snip..) make[5]:
2010 Nov 18
4
best way to ensure (yum) package repository freshness ?
Hello, I have run into problems in the past where a package has been added to our yum repository, and a (new) class has been pushed to install that package, but puppet fails because the yum db on the target machine is too stale, and thus isn''t aware of the existence of the new package. My question is this : what have other Puppet admins done in order to ensure that a target machine
2009 Jan 14
4
locks feature not loading ? (2.0.0rc1)
Hi all, I upgraded from 1.4.0rc3 to 2.0.0rc1 in my test environment, and while the upgrade itself went smoothly, i appear to be having problems with the (posix-)locks feature. :( The feature is clearly declared in the server config file, and according to the DEBUG-level logs, it is loaded successfully at runtime ; however, when Gluster attempts to lock an object (for the purposes of AFR
2010 Oct 22
2
problem w/ puppet & augeus : xinetd.d/rsync server_args value
Hello, I would like to have the following line (among others) in my /etc/xinetd.d/rsync file : server_args = --daemon --address=<ipaddress_eth0> --log-file=/var/log/rsyncd.log To this end, i am using the camptocamp rsyncd module available from git. Everything works except this line. I thought it was, perhaps, a questions of spaces (this has been discussed on the list before),
2006 Mar 13
0
XATTR and extra meta data sync between nodes
Hallo, Does Rsync support XATTR sync between nodes? Using setfattr -n user.line -v 100 <File Name> setfattr -n user.creator -v ?Rakesh Kumar Bhatia? <File Name> will create extended attribute for different files. I used rsync -av <source> <destination> to copy the files. extended attributes are missing in the destination path. Can use the command
2008 Dec 04
4
DO NOT REPLY [Bug 5939] New: rsync: delete of stat xattr failed for ... (in backup): Operation not permitted (1)
https://bugzilla.samba.org/show_bug.cgi?id=5939 Summary: rsync: delete of stat xattr failed for ... (in backup): Operation not permitted (1) Product: rsync Version: 3.0.4 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2008 Dec 10
1
use rsync 3.0.4
Hello Friends, We are using rsync 2.6 and planning to switch to rsync 3.0.4 latest version. Could anyone tell me how would I get latest rsync version executable for unix different platform like sparc, i86 and linux? Also how would I know what are the changes made in rsync2.6 to rsync3.0.4? Thanks in advanced, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
2008 Nov 28
2
Backing up from fat32 to ext3
Hi, I have a problem backing up my music collection, that is stored on a fat32 formated hard drive to my ext3 formated backup drive (ext3 to ext3 works like a charm :) ). The problem is, that rsync always transfers all of the files and not only the one that were changed/added. I know of the limitations fat32 has but I can't find the correct options to run the backup. Thanks Thomas
2010 Apr 16
1
snmp
Hello, Is there a way to monitor a gluster platform server via snmp? Bryan McGuire Senior Network Engineer NewNet 66 918.231.8063 bmcguire at newnet66.org -------------- next part --------------
2007 Nov 15
2
2.6.9 w/ acl, xattr, and fake-super support?
Hello, As i cannot get 3.0.0pre5 to work in my environment (throwing crazy errors which i've posted previously), i would like to revert to 2.6.9 . Of course, the reason i tried to use v3 in the first place was for the acl, xattr, and fake-super options - which, evidently, can be enabled under 2.6.9, as per the following sources: http://lists.samba.org/archive/rsync/2007-February/017218.html
2015 Apr 16
0
rsync --delete
problem is he's trying to rsync into the target dir and have the side effect of delete. so an empty dir would necessarily need to be in the target of course and thus created there, triggering the quota block. he tried to avoid this by using device files then 'blocking all device files' but i think rsync figures out first there's nothing to do, so it just stops and doesnt do the
2017 Apr 07
1
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
Exit code 2 is "Protocol incompatibility". Also, sounds like what you really want is --files-from On 04/07/2017 10:01 AM, Axel Kittenberger via rsync wrote: > With this two options on a very live system you may need to take into > account this bug as well I reported a while ago: > > https://bugzilla.samba.org/show_bug.cgi?id=12569 > > Due to this I'm currently
2007 Jan 27
1
rsync: recv_generator and stat errors
Sorry, my question was whether or not this issue has been resolved. Thanks Hello, I am having problems with rsync: recv_generator: mkdir "dirname" No such file or directory (2) stat dirname No such file or directory Which is the same problem reported in the link below: http://www.mail-archive.com/rsync@lists.samba.org/msg16446.html rsync
2008 Feb 13
2
rsync help needed
Dear All, I want to exclude some files from the backup server. I got this option --delete-excluded but i want to only exclude those files which are older than one month from the current date and does not exist on server how can i achieve this with the help of rsync. Please help me i will be grateful to you. -- Regards Piyush Joshi 9415414376 -------------- next part --------------
2010 May 11
1
question about gluster 3.0.4 and gluster-fuse (latest) on 2 centos 5.4 servers
Hello, I am running 2 servers with CentoS 5.4 32 bit with 1 GB memory and 2 Xeon 3,4 Ghz cpu's. Both are server and client. Gluster 3.0.4 source is used and the latest fuse from glusterfs. I put the Qmail maildir on the gluster mount. I notices that IMAP connections are really slow and see a lot of gluster load whenever I receive a mail or send an email. This is my glusterfsd.vol on both
2008 Oct 31
3
Problem with xlator
?Hi, I have the next scenario: ############################################################################# SERVER SIDE? (64 bit architecture) ?############################################################################# Two Storage Machines with: HARDWARE DELL PE2900 III Intel Quad Core Xeon E5420 2,5Ghz, 2x6Mb cache, Bus 1333FSB RAM 4 GB FB 667Mhz (2x2Gb) 8 HDD 1 TB,
2018 Dec 30
0
Aw: Re: rsync remote raw block device with --inplace
It was broucht up before indeed: https://lists.samba.org/archive/rsync/2012-June/027680.html On 12/30/18 9:50 PM, devzero--- via rsync wrote: >> There have been addons to rsync in the past to do that but rsync really >> isn't the correct tool for the job. > why not correct tool ? > > if rsync can greatly keep two large files in sync between source and destination >