rsync: failed to connect to 192.168.2.19: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8] [root@syw ~]# tail -f /var/log/rsyncd.log 2012/02/16 09:28:25 [12150] rsync on rsyncd from UNKNOWN (192.168.2.109) 2012/02/16 09:28:25 [12150] sent 155803 bytes received 73 bytes total size 961509180 2012/02/16 09:29:25 [12188] params.c:Parameter() - Ignoring badly formed line in configuration file: ignore errors 2012/02/16 09:29:25 [12188] Unknown Parameter encountered: "anth users" 2012/02/16 09:29:25 [12188] IGNORING unknown parameter "anth users" 2012/02/16 09:29:25 [12188] 192.168.2.109 is not a known address for "localhost.localdomain": spoofed address? 2012/02/16 09:29:25 [12188] connect from UNKNOWN (192.168.2.109) 2012/02/16 09:29:25 [12188] rsync on rsyncd from UNKNOWN (192.168.2.109) 2012/02/16 09:29:25 [12188] sent 155803 bytes received 73 bytes total size 961509180 2012/02/17 21:52:48 [16079] rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(260) [receiver=2.6.8] rsync忽然不同步,试过很多方法,修改/etc/rsyncd.conf的UID,GID,修改/etc/rsyncd.secrets均无效 重启xinetd守护进程均无效,最后发现rsync server端口没有启动 最后在server段执行 [root@syw ~]# rsync --daemon后 client成功同步 在server端将rsync以守护进程形式启动 [root~]# rsync --daemon 如果要在启动时把服务起来,有几种不同的方法: 1、加入inetd.conf vi /etc/services,加入rsync 873/tcp,指定rsync的服务端口是873 /etc/inetd.conf,加入rsync stream tcp nowait root /bin/rsync rsync --daemon 2、加入rc.local 在各种操作系统中,rc文件存放位置不尽相同,可以修改使系统启动时rsync --daemon加载进去。 3 CLIENT设置 如果CLIENT想不输入RSYNC的密码而自动同步的话,可以设置一个秘密文件: 可以用--password-file=/password/path/file来指定密码文件,这样就可以在脚本中使 用而无需交互式地输入验证密码了,这里需要注意的是这份密码文件权限属性要设得只有属主可读。 -vzrtopg里的v是verbose,z是压缩,r是recursive, topg都是保持文件原有属性,属主、时间等参数。 --progress是指显示出详细的进度过程, --delete是指如果服务器端删除了这一文件,那么客户端也相应把文件删除,保持真正的一致。
rsync: failed to connect to 192.168.2.9: Connection refused
精选 转载文章标签 rsync: failed to con 文章分类 运维
-
解决as connection refused: connect错误
最近在使用AndroidStudio时遇到了connection refused: connect问题,困扰了很久终于找到了一个比较完美得解决方案,现在分享给大家,下面是解决步骤。步骤1正常遇到这个问题都是跟网络
connection refused properties文件 maven android -
VNC connect:Connection refused(10061)
下面介绍一个VNC连接工具:iis7服务器管理工具·
服务器 sed 配置文件 管理工具 -
maven Connection refused: connect
现象: 本地可以访问错误提示中的地址。但使用maven无法下载jar包。 环境: 浏览器上网需要使用代理 解决方法:
maven apache jar包 直接访问 解决方法