|
Linux云計算運維基礎學習中,關(guān)于rsync了解多少呢?咱們今天就繼續(xù)來簡單了解下rsync報錯的一處問題。 22、@ERROR: daemon security issue — contactadmin @ERROR:daemon security issue — contact admin rsync error: error starting client-serverprotocol (code 5) at main.c(1530) [sender=3.0.6] 原因: 同步的目錄里面有權(quán)限不足的軟連接文件,需要服務器端的/etc/rsyncd.conf打開use chroot = yes。 23、rsync: read error: Connection reset by peer (104) rsync: read error: Connection reset by peer(104) rsync error: error in rsync protocol data stream (code 12) at io.c(794) [receiver=3.0.6] 解決: 很大可能是服務器端沒有開啟 rsync 服務,開啟服務。 24、@ERROR: failed to openlock file @ERROR:failed to open lock file rsync error: error starting client-server protocol(code 5) at main.c(1495) [receiver=3.0.6] 解決: 配置文件 rsync.conf 中添加lock file = rsyncd.lock 即可解決。 以上就是分享的Linux運維學習關(guān)于rsync報錯的兩個問題的簡單介紹了,想要眾多的IT工作者中脫穎而出,就需要擁有高深的技術(shù),學習增值是必不可少的。學習之路,是貴在堅持的! |
|
|