Displaying 2 results from an estimated 2 matches for "tinsless".
Did you mean:
tickless
2005 Jun 27
2
Root privilege solution
...r_rsync_test
comment = My Very Own Rsync Server
read only = false
write only = false
hosts allow = opsdev.deca.mil
max verbosity = 3
Here is the command run on the local side.
opsdev 290 $ rsync --verbose --progress --stats --rsync-path=/var/tmp/rsync.sh -e ssh tinsless@tbcsap01::cluster_files
@ERROR: invalid uid nobody
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(420)
Here is the o/p from the wrapper script.
Args --server --daemon ..
/nfs/home/tinsless
_=/usr/...
2005 Jun 24
1
RSYNC not finding rsyncd.conf
...file = /var/tmp/rsyncd.log
pid file = /var/tmp/rsyncd.pid
lock file = /var/tmp/rsync.lock
[cluster_files]
path = /home/bb/cluster_rsync_test
comment = My Very Own Rsync Server
read only = false
write only = false
hosts allow = opsdev.deca.mil
auth users = tinsless
max verbosity = 3
I cannot run this command successfully to access the "module" defined in the rsyncd.conf file.
rsync --verbose --progress --stats --rsync-path=/var/tmp/rsync.sh -e ssh tbcsap01:cluster_files
My truss o/p saved through the wrapper script shows no attempt by r...