similar to: [Bug 10163] New: rsync -X is ineffective when setting owner/group

Displaying 20 results from an estimated 1000 matches similar to: "[Bug 10163] New: rsync -X is ineffective when setting owner/group"

2009 Aug 19
1
CAP_FOWNER=ep for asterisk
Hello, I need CAP_FOWNER=ep for the asterisk process, i set it with setcap on the file /usr/sbin/asterisk, it's there when i look on it with getcap, but after starting and loocking with getpcaps there's only cap_net_admin+ep set. So how exactly do I set CAP_FOWNER? Do I have to patch and recompile or is there another solution I did not see yet? thanks, best -- Raimund Sacherer
2013 Nov 28
3
[Bug 10295] New: do_lchown() after set_xattr() causes xattrs to be dropped on Linux 3.10.20.
https://bugzilla.samba.org/show_bug.cgi?id=10295 Summary: do_lchown() after set_xattr() causes xattrs to be dropped on Linux 3.10.20. Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at
2014 Feb 27
0
Re: [libvirt] LXC, user namespaces and systemd
On Thu, Feb 27, 2014 at 3:07 PM, Dariusz Michaluk <d.michaluk@samsung.com> wrote: > On 26.02.2014 17:59, Stephan Sachse wrote: >>> >>> # chown -R foo:foo /var/lib/libvirt/filesystems/mycontainer >> >> you must "shift" the uids for the container 0 -> 666, 1 -> 667, 2 -> >> 668. there is a tool for this: uidmapshift > > I
2004 Jan 26
1
patch for linux capabilities
I was wondering if it might be possible for an rsync developer to look over the attached patch (tested on Linux 2.4.24 against the rsync-2.6.0 release), and offer suggestions on how I could improve it. Basically I want to use Linux finer grained capabilities to retain only CAP_SYS_CHROOT & CAP_DAC_READ_SEARCH when rsync drops root privs. That way I can take whole system backups as a (mostly)
2010 Oct 13
0
Internet links ineffective in Windows applications!
Hello, Using some Windows applications with WINE on Puppy/Toutou LINUX 4.31, I noticed that links created in the pages of my Outliners (TreeDBNotes, KeyNotes) are ineffective. Idem for links to websites in the help menus of any Windows applications. What's going wrong and what could be done to solve this problem? Thank you! Regards.
2006 Dec 19
2
umask 007 ineffective with newly created Maildir message
This is for Dovecot 1.0.rc15 from Debian Backports on 3.1 Stable, x86; Filesystems are local reiserfs; IMAPs client is KMail 1.9.5 Non-default settings in dovecot.conf: protocols = imaps ssl_cert_file = /etc/dovecot/mail.cert.pem ssl_key_file = /etc/dovecot/mail.key.pem mail_location = maildir:/var/mail/ambrosia.plus.com/%n mail_extra_groups = mail first_valid_uid = 1000
2018 Mar 14
0
Comparison of huge files ineffective?
Your observation would be right if you are using --checksum which you shouldn't be. Otherwise, unless you are using --whole-file rsync will use its differential algorithm to compare the files. If you are using --progress you will see it step through the file at a faster speed than the network is capable of. If there is no difference then rsync will go very fast to 100% then do any metadata
2018 Mar 14
0
Comparison of huge files ineffective?
Do not use --checksum. It has an extremely limited use case. Normally it is much slower than simply re-copying everything. --checksum means checksum every file on both ends (even files that only exist on one end) before doing anything else even if doing so causes a timeout failure. --checksum is the only part of rsync stupid enough to leave one end idle potentially for hours. On 03/14/2018
2018 Apr 03
1
Ineffective code after loop unrolling with -O3, ok with -Os
Hi all, I found some issues during my testing of "loop unrolling" capabilities of LLVM's opt. Seems like LLVM generates slower code with -O3 since it wrongly decides to unroll a simple loop. With option -Os, no loop unrolling, the output looks well. Code:
2011 Mar 04
0
ANNOUNCE: cifs-utils release 4.9 available for download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The last release (4.8.1) was back in January. Things have been pretty quiet but we've had a few bugs fixed since then, so it's probably time for another release. Not a lot of major changes with this one -- mostly just bugfixes. The main changes since 4.8.1 are: * Some distros (namely Fedora) are moving to having /etc/mtab be a symlink to
2018 Mar 14
2
Comparison of huge files ineffective?
Kevin Korb via rsync <rsync at lists.samba.org> (Mi 14 Mär 2018 14:52:55 CET): > Your observation would be right if you are using --checksum which you > shouldn't be. Otherwise, unless you are using --whole-file rsync will > use its differential algorithm to compare the files. If you are using > --progress you will see it step through the file at a faster speed than Ok,
2018 Mar 14
2
Comparison of huge files ineffective?
Hi, how does rsync work if it compares two very huge files on two distinct hosts (rsync uses a networked connection, via SSH)? Some observation seems to indicate, that rsync first reads (and checksums?) the remote (destination) side, then, if finished, it reads (and checksums?) the local (source) side and then starts transferring the delta if done with the comparison of these two files on both
2008 Jun 12
1
Rsync compression problem - sometimes ineffective?
Running rsync 2.6.9-1.el4.rf on CentOS 4.4 client and remote server. Backing up user data from 2 different clients using following: su - $HOSTID -c 'rsync -azr --timeout=600 --log-file=$DEBUGFILE --log-file-format="%o %f %b %l %i" --stats --delete --bwlimit=$BANDWDT --rsh="ssh -P ____" $STAGE $TARGET:$TARGETDIR' Using "bytes sent"/"literal data"
2005 Sep 28
3
A Couple Of Issues (APOP Causes Auth SIGSEGV, Umask Setting Ineffective)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm very happy with Dovecot and wish the best for its continued development. It's a true testament to brilliant componentised design and Unix philosophy. Configuration made easy because of the way the file is parsed and a single point of startup make it ridiculously straightforward (and lovely) to administer. But of course, we all
2006 Jun 15
3
SIP codec preference order ineffective
Hi, I set a preference order of the codecs to my sip.conf [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls of not registered phones disallow = all allow = g729 allow = g723 allow = alaw allow = ulaw Connected a 'Sipura SPA' sip phone to asterisk with g729 as its preferred codec. Problem: asterisk cannot make
2005 Nov 10
2
"dos filemode" parameter ineffective?
According to the smb.conf man page, the "dos filemode" parameter will allow a user who is not the owner of a file to affect permissions changes on a file or folder provided he has write access to that object. This does not appear to be the case. Users with write access via user or group ACEs receive an "Access denied" error when attempting to make ACL changes via windows,
2013 Feb 27
2
temp seems ineffective in SANN (optim)
I am trying to control the behavior of the SANN method in optim (R 2.14.1) via control$temp. In my toy tests it works; in my real use, it doesn't. As far as I can tell my code with different temp values is loaded; I even traced into the function that calls optim and verified temp had the value I had set. Could the fact that I have NaN's coming back from the objective function be a
2012 Sep 25
2
[Bug 9211] New: Inconsistency between man page and help
https://bugzilla.samba.org/show_bug.cgi?id=9211 Summary: Inconsistency between man page and help Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: mluscon at redhat.com
2013 Mar 01
1
[Bug 9693] New: New --time-format option
https://bugzilla.samba.org/show_bug.cgi?id=9693 Summary: New --time-format option Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: mluscon at redhat.com QAContact:
2014 Feb 27
2
Re: [libvirt] LXC, user namespaces and systemd
On 26.02.2014 17:59, Stephan Sachse wrote: >> # chown -R foo:foo /var/lib/libvirt/filesystems/mycontainer > > you must "shift" the uids for the container 0 -> 666, 1 -> 667, 2 -> > 668. there is a tool for this: uidmapshift I prepared two containers, the first I used chown, in the second uidmapshift, here is the results. ./uidmapshift -r