1. Q: 出現以下這個訊息,
是怎麼一回事?
@ERROR: auth failed on module xxxxx
rsync: connection unexpectedly closed (90 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at
io.c(150)
A: 這是因為密碼設錯了, 無法登入成功, 請再檢查一下 rsyncd.secrets
中的密碼設定, 二端是否一致?
2. Q: 出現以下這個訊息,
是怎麼一回事?
password
file must not be other-accessible
continuing
without password file
Password:
A: 這表示 rsyncd.secrets 的檔案權限屬性不對, 應設為
600
請下 chmod 600 rsyncd.secrets
3. Q: 出現以下這個訊息,
是怎麼一回事?
@ERROR: chroot failed
rsync: connection unexpectedly closed (75 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at
io.c(150)
A: 這通常是您的 rsyncd.conf 中
的 path 路徑所設的那個目錄並不存在所致.
請先用 mkdir 開設好備份目錄.
的 path 路徑所設的那個目錄並不存在所致.
請先用 mkdir 開設好備份目錄.
1 条评论:
感謝分享
发表评论