Re: Rsync 2.6.9pre3 released

2006-10-27 Thread Wayne Davison
On Fri, Oct 27, 2006 at 03:38:58PM +0200, Paul Slootman wrote: > I noted that the bug reported in > https://bugzilla.samba.org/show_bug.cgi?id=4079 wasn't listed as being > fixed in NEWS, although the patch seems to be applied. Thanks. I sometimes miss mentioning changes. I'll need to make a pas

Re: Storing ownership / device nodes without root

2006-10-27 Thread Wayne Davison
On Fri, Oct 27, 2006 at 01:37:45PM +0200, Wesley W. Terpstra wrote: > ... fake-super is never sent from the client...? That code is just to prevent mischief from someone that might tweak their client to send the option to a daemon. > Your chmod change broke symlinks. do_chmod needs to see if the

Re: How to keep owner on destination file

2006-10-27 Thread Janning Vygen
Am Donnerstag, 26. Oktober 2006 17:36 schrieb Wayne Davison: > On Thu, Oct 26, 2006 at 12:14:11PM +0200, Janning Vygen wrote: > > I run rsync as root to get the permission to overwrite those files: > > > > # rsync bar/ foo/ > > You'd need to use --inplace to avoid changing the current owner.

Re: Rsync 2.6.9pre3 released

2006-10-27 Thread Paul Slootman
On Thu 26 Oct 2006, Wayne Davison wrote: > I've just released rsync 2.6.9pre3. This should be the last version > before the final 2.6.9 release, and I don't foresee any significant > changes between it and the final release. > > Please test this out and email the rsync mailing list with any > qu

Re: Storing ownership / device nodes without root

2006-10-27 Thread Wesley W. Terpstra
On Oct 27, 2006, at 9:46 AM, Wayne Davison wrote: http://rsync.samba.org/ftp/unpacked/rsync/patches/fake-super.diff Does any of my patch remain?? ;-) I don't understand the logic of clientserver.c: if (lp_fake_super(i)) am_root = -1; else if (am_root < 0) /* Trea

Log file help needed

2006-10-27 Thread David Cuthill
Thanks Wayne, the formatting works just fine now. I had assumed that this was on by default. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Storing ownership / device nodes without root

2006-10-27 Thread Wayne Davison
On Fri, Oct 27, 2006 at 03:55:09AM +0200, Wesley W. Terpstra wrote: > There are a couple bits I think belong in xattrs.patch instead. > Specifically, storing EAs before ACLs in rsync.c and including the > removexattr method. I agree. I've added those bits to the xattr.diff. At some point the x