On Sat, Mar 04, 2006 at 10:01:08AM +0800, Jon  Miller wrote:
> rsync -rRutzvP --volume=apps: ./ 192.168.1.252::SCA/apps

FYI: The official rsync doesn't have a --volume option, so I don't know
if the Novell modifications might be causing this or not.

> rsync error: error in socketIO (code 10) at io.c(1941)

There are two spots that use the RERR_SOCKETIO (10) error exit in the
official source, both of which are due to a select() failing with an
EBADF errno (which means that a file-handle is bad).  This probably
means that something outside of rsync's control caused the connection
to fail.

..wayne..
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to