DO NOT REPLY [Bug 3271] Rsync instances stay in memory when using in daemon mode

2006-10-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3271 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

DO NOT REPLY [Bug 3271] Rsync instances stay in memory when using in daemon mode

2006-02-01 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #11 from [EMAIL PROTECTED] 2006-02-01 12:53 MST --- Sorry for forgetting to get back to this bug for so long. I've finally analyzed the strace output, and it shows that the generator received an error about the socket closin

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-12-02 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #1604 is|0 |1 obsolete|

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-12-02 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #9 from [EMAIL PROTECTED] 2005-12-02 21:23 MST --- (In reply to comment #8) > Thanks for the suggested patches. I agree that those continue statements > after > select() returns -1 look like they should be improved, but I'm

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-12-02 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #8 from [EM

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-12-01 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #1595 is|0 |1 obsolete|

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-11-26 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #1594 is|0 |1 obsolete|

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-11-26 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #5 from [EMAIL PROTECTED] 2005-11-26 10:08 MST --- Created an attachment (id=1594) --> (https://bugzilla.samba.org/attachment.cgi?id=1594&action=view) patch to prevent lingering processes This causes the writefd_unbuffered

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-11-26 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #4 from [EMAIL PROTECTED] 2005-11-26 10:05 MST --- (In reply to comment #3) > In my tests, the network i/o process does die, and it's the > "generator" process that hangs. I traced it all the way into the exit_cleanup > rout

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-11-24 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #3 from [EMAIL PROTECTED] 2005-11-24 19:30 MST --- OK, further research has shown that I was not quite right about the cause of the problem. In my tests, the network i/o process does die, and it's the "generator" process tha

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-11-23 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #2 from [EMAIL PROTECTED] 2005-11-23 22:07 MST --- I have found that adding "#define SHUTDOWN_ALL_SOCKETS" to config.h (at least on the client side) solves the problem. Without it, the connection is closed with an error (con

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-11-18 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #1 from [EMAIL PROTECTED] 2005-11-18 06:21 MST --- Created an attachment (id=1580) --> (https://bugzilla.samba.org/attachment.cgi?id=1580&action=view) log file of strace, log file of rsync and log.c file -- Configure bugm