- 论坛徽章:
- 0
|
客户端:
[root@datest bin]# ./rsync -vzrtopg --progress --delete 192.168.90.18::ccp14web /mnt/test
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(604) [receiver=2.6.9]
服务端:
rsync.conf
log file = /var/log/rsync.log
motd file = /etc/motd
max connections = 25
#syslog facility = local3
[ccp14web]
comment = regional mirror area
path = /home/aaa
read only = yes
list = yes
uid = nobody
gid = nobody
# hosts allow = *.doobry.ac.uk 148.79.*.*
# auth users = rsyncuser
# secrets file = /etc/rsyncd.secrets
xinetd中rsync的设置
# default: off
# description: The rsync server is a good addition to an ftp server, as it \
# allows crc checksumming etc.
service rsync
{
disable = no
socket_type = stream
wait = no
user = root
server = /opt/rsyncdir/bin/rsync
server_args = --daemon
log_on_failure += USERID
}
netstat -na | grep 873
tcp 0 0 0.0.0.0:873 0.0.0.0:* LISTEN
请问有碰到这种错误的XD么?怎么解决的啊?谢谢
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(604) [receiver=2.6.9]
[ 本帖最后由 NICKY.BOY 于 2007-6-5 10:25 编辑 ] |
|