Francesco Andrisani
2005-Jul-14 08:47 UTC
rsync: connection unexpectedly closed (0 bytes read so far)
Hi all, in my log file (/var/log/messages) I see two error lines. I don't know their explained: Jul 14 09:12:51 vna009 rsyncd[21139]: rsync: connection unexpectedly closed (0 bytes read so far) Jul 14 09:12:51 vna009 rsyncd[21139]: rsync error: error in rsync protocol data stream (code 12) at io.c(150) My configuration file is this (/etc/rsyncd.conf): [web] path = /var/www/html/ read only = yes uid = root gid = root list = false Can someone help me? Thanks ________________________________________ Francesco Andrisani Software Developer mailto: francesco.andrisani@acotel.com Gruppo Acotel http://www.acotel.com <http://www.acotel.com/> Via della Valle dei Fontanili, 29 00168 Roma Tel: +39661141220 Mobile: +393332890778 Fax +3966149936 ________________________________________ Le informazioni contenute nella comunicazione che precede possono essere riservate e sono, comunque, destinate esclusivamente alla persona o all'ente sopraindicati. La diffusione, distribuzione e/o copiatura non autorizzata del documento trasmesso da parte di qualsiasi soggetto ? proibita. La sicurezza e la correttezza dei messaggi di posta elettronica non possono essere garantite. Se avete ricevuto questo messaggio per errore, Vi preghiamo di contattarci immediatamente. Grazie. This communication is intended only for use by the addressee. It may contain confidential or privileged information. Transmission cannot be guaranteed to be secure or error-free. If you receive this communication unintentionally, please inform us immediately. Thank you. -------------- next part -------------- HTML attachment scrubbed and removed
Wayne Davison
2005-Jul-22 18:56 UTC
rsync: connection unexpectedly closed (0 bytes read so far)
On Thu, Jul 14, 2005 at 10:47:24AM +0200, Francesco Andrisani wrote:> Jul 14 09:12:51 vna009 rsyncd[21139]: rsync: connection unexpectedly closed (0 bytes read so far) > Jul 14 09:12:51 vna009 rsyncd[21139]: rsync error: error in rsync protocol data stream (code 12) at io.c(150)This tells you that something went wrong with the connection to the remote rsync, but it can't tell you what. It could be an actual network problem that caused the TCP connection to close, or it could mean that the remote rsync died. Since this is a message in the log file of the daemon, you should ask whomever is running the client rsync command(s) what error they get when the transfer fails. ..wayne..