Displaying 2 results from an estimated 2 matches for "gcarmich".
2004 Dec 08
0
rsync working with root, but not with other users
...d rsync fine when I'm root
on the client, but not as a non-root user..
This works:
/usr/local/bin/rsync --archive --verbose --recursive --links --rsh="ssh"
root@someserver.net::mail .
This does not:
/usr/local/bin/rsync --archive --verbose --recursive --links --rsh="ssh"
gcarmich@someserver.net::mail .
Dies with error:
rsync: connection unexpectedly closed (0 bytes received so far)
[receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)
With a non root user, ssh will authenticate them, but then the rsync
process dies. The gcarmich user has a...
2004 Dec 08
1
rsync works fine when I'm root on the client, but not as a non-root user
...d rsync fine when I'm root
on the client, but not as a non-root user..
This works:
/usr/local/bin/rsync --archive --verbose --recursive --links --rsh="ssh"
root@someserver.net::mail .
This does not:
/usr/local/bin/rsync --archive --verbose --recursive --links --rsh="ssh"
gcarmich@someserver.net::mail .
Dies with error:
rsync: connection unexpectedly closed (0 bytes received so far)
[receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)
With a non root user, ssh will authenticate them, but then the rsync
process dies. The gcarmich user has a...