Re: Time entries in rsync log

2006-07-03 Thread Wayne Davison
On Mon, Jul 03, 2006 at 01:09:35PM +0300, Mark, Oren wrote: > The first entry in the correct time and second is strange. This usually indicates that you have "use chroot = yes" and your C library doesn't remember the timezone prior to the chroot() occurring. The code in CVS (which will go into 2.6

Re: Time entries in rsync log

2006-07-03 Thread Julian Pace Ross
This happened to me too (2.6.3) Have never looked into it deeply, but I did notice that this happens with the hour value only. I have since changed to 2.6.8 but I cant remember whether this kept happenning or not. Mark, Oren wrote: Hi,   I get strange time entries

Time entries in rsync log

2006-07-03 Thread Mark, Oren
Hi,   I get strange time entries in the rsync log, For example:   2006/07/02 14:56:12 [20054] rsync to upload/aspen/nhm from plxc6266.pdx.intel.com (10.25.26.90) 2006/07/02 11:56:22 [20054] wrote 28 bytes  read 3582404 bytes  total size 32030720   The first entry in the correct time

Linux rsync server

2006-07-03 Thread Mark, Oren
Hi All,   I am trying to characterize Linux machine running OS Sles9 as rsync server. The purpose of this server is to run rsync commands over SSH using daemon or interactively. There could be hundreds of rsync jobs running simultaneously on the server.   Do you have any suggestions