https://bugzilla.samba.org/show_bug.cgi?id=7959
------- Comment #1 from way...@samba.org 2011-02-22 10:58 CST ------- I believe you mean by "go on" that it will hang? (Rather than go on to the next command?) If so, you should check to see what rsync is doing. For instance, run it under strace (or the equivalent for your system). The most likely thing is that it is hanging at the connect() call. If you want rsync to timeout, pass the --contimeout=N (connect timeout) option to have it timeout after N seconds. If the above isn't an accurate understanding of your issue, feel free to respond with more details. -- 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. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html