using rsync 3.0.0 CVS version

2007-01-20 Thread Shai
Hi, I've wanted to start working with this CVS version cuz the new "incremental-recursion algorithm" is just what I need. But ran into a problem... When I start the rsync, either with the rsync protocol or rsh, i found that it'll start doing the rsync and just halt after a few hundred MBs or eve

Re: CVS rsync hangs during local copy

2007-01-20 Thread Wayne Davison
On Sat, Jan 20, 2007 at 07:24:39PM -0500, Matt McCutchen wrote: > The new log and straces are at: > http://www.kepreon.com/~matt/private/rsync-hanging/ What would be helpful would be to attach a debugger to the generator when it is stalled (and perhaps the receiver too) and ask for a function back

Re: problem with the delete option

2007-01-20 Thread Manuel Kissoyan
Thanx Matt, i did, in fact i did -vvv but there are nothing useful is why is driving me crazy, i was trying to find the problem from a month or so now, any other idea? Thank you! - Original Message - From: "Matt McCutchen" <[EMAIL PROTECTED]> To: "Manuel Kissoyan" <[EMAIL PROTE

Re: strange file sizes in log

2007-01-20 Thread Matt McCutchen
On 1/9/07, Wayne Davison <[EMAIL PROTECTED]> wrote: I'm going to check-in a change that moves the maintenance of the total-size count so that this won't happen. That change affected the context of one of the hunks in acls.diff, causing patch(1) to apply the hunk in the wrong place, causing a co

Re: problem with the delete option

2007-01-20 Thread Matt McCutchen
On 1/20/07, Manuel Kissoyan <[EMAIL PROTECTED]> wrote: im trying to backup a cpanel server and made a list in the file with the directories and files to be backed up and also another file with the excluded dir/file list. For some reason when an account is deleted from the server then when rsync i

Re: CVS rsync hangs during local copy

2007-01-20 Thread Matt McCutchen
On 1/20/07, Wayne Davison <[EMAIL PROTECTED]> wrote: Attached is the current fix that I checked in to CVS. Thanks! Whatever you changed fixed the hanging for my original command. However, I am still getting hanging with the command below, which is a modified version of the command I use via rs

problem with the delete option

2007-01-20 Thread Manuel Kissoyan
hi guys, im trying to backup a cpanel server and made a list in the file with the directories and files to be backed up and also another file with the excluded dir/file list. For some reason when an account is deleted from the server then when rsync is backing it up is not removing this accoun

Re: CVS rsync hangs during local copy

2007-01-20 Thread Wayne Davison
On Sat, Jan 20, 2007 at 12:20:29PM -0800, Wayne Davison wrote: > The hang is happening when the generator is trying to either forward a > message from the receiver down the socket, or it is creating a message > while reading file-list data from the receiver It could also happen if an io_flush() of

Re: CVS rsync hangs during local copy

2007-01-20 Thread Wayne Davison
On Sun, Jan 14, 2007 at 10:30:56PM -0500, Matt McCutchen wrote: > I am finding that the CVS version of rsync hangs during most, but not > all, local copies. The problem goes away if I pass --protocol=29, so I was only able to reproduce this with at least -vvv output, and the hang also affected pr