Paul D. Smith wrote:
> I have an anon rsync (2.4.6) daemon set up in my inetd on a Solaris 2.6
> server.
>
> I'm seeing two strange things, and I wonder if anyone has any comments.
> I tried using Google and other searches for these but didn't come up
> with anything very useful (a list of error messages rsync generates
> along with their meanings would be great bonus!)
>
> 1) At the beginning of my transfers (on the client side), I see this
> message:
>
> IO error encountered - skipping file deletion
>
> Does that mean it's not deleting any files? Why?
I suspect that it got an I/O error in a situation (like reading a
directory) that creates a non-zero probability that the list of
files that should not be deleted is incomplete. The deletion is
skipped in order to avoid the risk of deleting something that should
not be deleted.
I would guess it's not deleting any files because it cannot be sure
that it would be deleting only the ones really to be deleted. The
thing to do is find out why there is an I/O error, or what it thinks
is an I/O error. It may, for example, be getting an incomplete list
from the server.
> 2) At the end of a transfer that seems otherwise successful, in the
> server log I invariably see this message:
>
> transfer interrupted (code 11) at main.c(295)
>
> As far as I can tell it happens _every_ time a transfer is
> completed. Also as far as I can tell, the transfer appears to
> work... but this seems like something that might be serious.
Is this via RSH/SSH or the rsyncd port? This could be related to #1.
--
-----------------------------------------------------------------
| Phil Howard - KA9WGN | Dallas | http://linuxhomepage.com/ |
| [EMAIL PROTECTED] | Texas, USA | http://phil.ipal.org/ |
-----------------------------------------------------------------