[Bug 1442] New: rsync sender appears to hang when receiver recounters an error

2004-06-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1442 Summary: rsync sender appears to hang when receiver recounters an error Product: rsync Version: 2.6.2 Platform: All OS/Version: Linux Status: NEW Severity:

Re: rsync 2.6.2 doesn't work with GNU inetutils rsh

2004-06-08 Thread Tim Conway
The library I referred to was getopt. It just seems to be trying to be a bit too clever... kind of like the automatic tuning radios in Hitch Hiker's Guide to the Galaxy. I didn't know about the existing oddity in rsh. Thanks for the education. Tim Conway Unix System Administration

[Fwd: Re: rsync server complaining about vanishing files while they are not.]

2004-06-08 Thread Hans Deragon
Greetings. Yep, I have set use chroot = no for the module and it works. The symlinks I have are created automatically by a tool and are absolute. But since use chroot = no handles well absolute links from root/, the transfer works A1. Thanks for your input, Wayne. Best regards, Hans

[Bug 1442] rsync sender appears to hang when receiver recounters an error

2004-06-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1442 --- Additional Comments From [EMAIL PROTECTED] 2004-06-08 13:26 --- Created an attachment (id=540) -- (https://bugzilla.samba.org/attachment.cgi?id=540action=view) strace of receiver process -- Configure bugmail:

[Bug 1442] rsync sender appears to hang when receiver recounters an error

2004-06-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1442 --- Additional Comments From [EMAIL PROTECTED] 2004-06-08 14:37 --- It's not a bug that the select() no longer includes the file descriptor for reading the next message because rsync is busy trying to write the first message over the

Re: [Fwd: Re: rsync server complaining about vanishing files while they are not.]

2004-06-08 Thread Tim Conway
Hans: Unless your server is in a completely trusted network, I'd suggest you put down some include/exclude rules for that module, because people can poke about anywhere they want. [module] path = /only/directory/you/want/to/give/them use chroot = no user does rsync

Re: [Fwd: Re: rsync server complaining about vanishing files while they are not.]

2004-06-08 Thread Wayne Davison
On Tue, Jun 08, 2004 at 04:17:06PM -0600, Tim Conway wrote: [module] path = /only/directory/you/want/to/give/them use chroot = no user does rsync server::module/../../../../../../../etc/security/passwd . Rsync's sanitize function (which runs in the server process) would strip off all the

Re: [Kde-mirrors] rsync errors from rsync.kde.org

2004-06-08 Thread Eberhard Moenkeberg
Hi, On Wed, 9 Jun 2004, Dirk Mueller wrote: it seems a lot of people get recently rsync protocol errors from rsync.kde.org. Part of the problem is probably that we upgraded to rsync 2.6.2 due to security problems with older versions. the newer rsync release contains a newer rsync protocol

[Bug 1442] rsync sender appears to hang when receiver recounters an error

2004-06-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1442 --- Additional Comments From [EMAIL PROTECTED] 2004-06-08 19:02 --- rsync will definitely hang in debug mode, because it tries to write more than the TCP window before it is willing to read. The other side is doing the same thing, so

Re: [Kde-mirrors] rsync errors from rsync.kde.org

2004-06-08 Thread Dirk Mueller
On Wednesday 09 June 2004 01:53, Eberhard Moenkeberg wrote: ftp.gwdg.de has senn lots of rsync aborts with master.kde.org - I had the picture that probably master.kde.org got slashdotted since last friday by being a SUSE mirror... we were talking about rsync.kde.org here.. there are no known

Re: [Kde-mirrors] rsync errors from rsync.kde.org

2004-06-08 Thread Wayne Davison
On Wed, Jun 09, 2004 at 01:53:52AM +0200, Eberhard Moenkeberg wrote: If I have configured a --backup-dir and the new rsync version finds a second file which has to get deposited there, it is thinking that it is an error 23 that the backup directory already is existing. This has been fixed in

CVS update: rsync

2004-06-08 Thread Wayne Davison
Date: Tue Jun 8 16:23:54 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12232 Modified Files: io.c Log Message: Improved a comment in read_msg_fd() and made the byte-reading code in read_timeout() a little better. Revisions: io.c

CVS update: rsync

2004-06-08 Thread Wayne Davison
Date: Tue Jun 8 22:18:04 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv27304 Modified Files: io.c Log Message: - Made the maximum-fd computation prior to a select() use the same idiom in both the read and write code (also use a better