[Bug 1985] rsync hangs reading pipe

2004-11-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1985


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-19 10:14 ---
The fix for this was checked into CVS.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[Bug 1985] rsync hangs reading pipe

2004-11-03 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1985


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-03 13:21 ---
The generator is smart enough to avoid the named pipe, but the receiver is doing
a much cruder, duplicate search to try to deduce what basis file the generator
selected.  The proper fix is to start having the generator tell the receiver
what basis file it used, thus avoiding the duplicate search, any potential
confusion caused by selecting the wrong basis file, and (of course) this
named-pipe bug.

I just checked in a new version of the patches/g2r-basis-filename.diff into CVS
that optimizes the flushing of the buffered I/O (which was the one thing I
wanted to finish before considering the patch for inclusion on the trunk).

So, this improvement will be checked into the trunk very soon now.  If you'd
like to try out the patches/g2r-basis-filename.diff, feel free.  It needs some
robustness testing before being inflicted on an unsuspecting world, however.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[Bug 1985] rsync hangs reading pipe

2004-11-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1985





--- Additional Comments From [EMAIL PROTECTED]  2004-11-02 23:13 ---
Created an attachment (id=753)
 -- (https://bugzilla.samba.org/attachment.cgi?id=753action=view)
shell script to reproduce the rsync problem

This shell script creates some directories, a file and a named pipe. Then
it tries to copy the from directory to to with respect to the directory
link. rsync is started with maximum verbose mode. It will hang opening the
pipe.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html