Displaying 3 results from an estimated 3 matches for "eurux03".
2003 Oct 14
1
rsync: connection unexpectedly closed
...log file = /var/log/rsyncd.log
pid file = /var/spool/rsyncd.pid
lock file = /var/spool/rsyncd.lock
[user2]
path = /user2
comment = path for real
uid = root
gid = sys
read only = yes
list = yes
Unfortunatly, it stops with an error (from rsyncd.log):
2003/10/14 10:59:13 [11256] rsync on user2 from eurux03 (192.168.100.3)
2003/10/14 11:22:49 [11256] wrote 12129660 bytes read 225836 bytes total
size -2005091632
2003/10/14 11:25:07 [11256] rsync: connection unexpectedly closed (225836
bytes read so far)
2003/10/14 11:25:07 [11256] rsync error: error in rsync protocol data
stream (code 12) at io.c(165...
2004 Jan 13
0
rsync: connection unexpectedly closed
...--perms --links --delete
>eurux02::user2
>
>(I have tried it with and without --compress, as the archive hinted this
>may be a problem with -z, but same result)
>(...)
>Unfortunatly, it stops with an error (from rsyncd.log):
>
>2003/10/14 10:59:13 [11256] rsync on user2 from eurux03 (192.168.100.3)
>2003/10/14 11:22:49 [11256] wrote 12129660 bytes read 225836 bytes total
>size -2005091632
>2003/10/14 11:25:07 [11256] rsync: connection unexpectedly closed (225836
>bytes read so far)
>2003/10/14 11:25:07 [11256] rsync error: error in rsync protocol data
>stre...
2003 Oct 17
1
troubleshooting unexpected disconnects
...I can sum up all things I tried:
- using --compress or not, makes no difference
- Using read only = yes or no, makes no difference
- setting a timeout=600 in rsyncd.conf, no difference
- Using --verbose --verbose last night gave me a slight new error:
2003/10/15 17:03:40 [2575] rsync on user2 from eurux03 (192.168.100.3)
2003/10/15 17:24:17 [2575] rsync error: timeout in data send/receive (code
30) at io.c(103)
this is from rsyncd.log, the client console displays the same. The syslog
does not display any rsync related messages (it works thou, if my .conf is
wrong, the complaints end up there)
If t...