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 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) /*

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

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. This

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: 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 pass

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 06:28:19 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv27101 Modified Files: xattrs.diff Log Message: Set the xattrs prior to setting the ACLs. Revisions: xattrs.diff 1.38 = 1.39

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 07:22:21 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv19891 Added Files: fake-super.diff Log Message: My verison of Wesley W. Terpstra's --fake-super patch. Revisions: fake-super.diff NONE = 1.1

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 07:43:28 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv7511/patches Modified Files: fake-super.diff Log Message: - Fixed a bug I introduced into the daemon's fake super handling. - Make sure that the client can't send

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 08:24:58 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv17788 Modified Files: fake-super.diff Log Message: Split the major minor device numbers. Revisions: fake-super.diff 1.2 = 1.3

CVS update: rsync

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 17:29:09 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3766 Modified Files: NEWS Log Message: Mention the fix for bug #4079. Revisions: NEWS1.430 = 1.431

CVS update: rsync

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 17:51:21 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25811 Modified Files: tweak_manpage_dashes Log Message: Don't put backslashes before the dashes in -- . Revisions: tweak_manpage_dashes1.1 = 1.2

CVS update: rsync

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 17:51:41 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26191 Modified Files: rsync.1 rsyncd.conf.5 Log Message: Rengerated. Revisions: rsync.1 1.399 = 1.400

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 21:11:42 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv15026 Modified Files: xattrs.diff Log Message: Added sys_fgetxattr(). Revisions: xattrs.diff 1.39 = 1.40

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 22:07:04 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv9356 Modified Files: xattrs.diff Log Message: Fixed a problem with the new fgetxattr() stubs. Revisions: xattrs.diff 1.40 = 1.41

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 22:10:55 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv12536 Modified Files: fake-super.diff Log Message: Changed the way the fake xattr-stat data gets read. The do_stat() functions are no longer modified, but instead

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Fri Oct 27 23:50:29 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv18901/patches Modified Files: fake-super.diff Log Message: One more fix to get the consistent-chmod value right. Revisions: fake-super.diff 1.6 = 1.7

CVS update: rsync/patches

2006-10-27 Thread Wayne Davison
Date: Sat Oct 28 00:20:00 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv20728 Modified Files: xattrs.diff fake-super.diff Log Message: Changed the unique_prefix and upre_len vars into defines. Revisions: xattrs.diff 1.41 =