samba-bugs at samba.org
2011-Feb-18 07:08 UTC
DO NOT REPLY [Bug 7959] New: erro occoure ! rsync can't auto exit
https://bugzilla.samba.org/show_bug.cgi?id=7959 Summary: erro occoure ! rsync can't auto exit Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: 490779618 at qq.com QAContact: rsync-qa at samba.org rsync -ar --password-file=/etc/rsyncd.demo.pas /tmp/ demo at 10.29.80.11::accesslog if 10.29.80.11 is not alive ( or dead ) , it will go on ! -- 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.
Hello!, I am using rsync to keep a database updated. I have been receiving the following error condition below after the program runs for awhile. Could some one say what might be amiss and offer a corrective suggestion and solution. #1804:> /usr/local/bin/rsync -avvv --port=33444 ftp.wwzzz.org::ftp . >> rsynclog rsync: read error: Connection reset by peer (54)rsync: writefd_unbuffered failed to write 4092 bytes to socket [generator]: Broken pipe (32) rsync error: error in rsync protocol data stream (code 12) at io.c(1530) [generator=3.0.7] #1805:> rsync error: received SIGUSR1 (code 19) at main.c(1288) [receiver=3.0.7] #1807:> ls -l total 440954 drwxr-xr-x 6 32118 24002 1024 Nov 20 2009 ./ drwxr-xr-x 5 usr2 1001 512 Mar 31 2009 ../ -rw-r--r-- 1 root 24002 277632113 Feb 18 05:57 rsynclog #1808:> tail -5 rsynclog renaming data/structures/divided/XML-noatom/y0/.2y0n-noatom.xml.gz.8TBIGU to data/structures/divided/XML-noatom/y0/2y0n-noatom.xml.gz recv_files(data/structures/divided/XML-noatom/y0/2y0s-noatom.xml.gz) data/structures/divided/XML-noatom/y0/2y0s-noatom.xml.gz [generator] _exit_cleanup(code=12, file=io.c, line=1530): about to call exit(12) [receiver] _exit_cleanup(code=19, file=main.c, line=1288): about to call exit(19) #1809:> Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20110218/4092b0f5/attachment.html>
samba-bugs at samba.org
2011-Feb-22 16:58 UTC
DO NOT REPLY [Bug 7959] erro occoure ! rsync can't auto exit
https://bugzilla.samba.org/show_bug.cgi?id=7959 ------- Comment #1 from wayned at 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.
samba-bugs at samba.org
2011-Dec-24 22:22 UTC
[Bug 7959] erro occoure ! rsync can't auto exit
https://bugzilla.samba.org/show_bug.cgi?id=7959 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Wayne Davison <wayned at samba.org> 2011-12-24 22:22:13 UTC --- No response. Use of --continmeout should hopefully fix things for the user. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.