Displaying 1 result from an estimated 1 matches for "server2t".
Did you mean:
server2
2005 May 09
2
Rsync: select: Bad file number
Hello list!
I want to try to sync files from one SUN box to another. Both running
rsync version 2.5.5 protocol version 26
whenever I try to run the command:
[root@server1:/qdmsfs]# rsync -avvv -e ssh /qdmsfs/test/ server2:/
qdmsfs/test
I receive the messages:
opening connection using ssh server2t rsync --server -vvvlogDtpr . /
qdmsfs/test
sh: select: Bad file number
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
_exit_cleanup(code=12, file=io.c, line=150): about to call exit(12)
Unfortunately I cannot fin...