ut not sure what. I've configured the
>> rsyncd.conf and rsyncd.secrets files per the examples I've seen and my
>> authentication fails everytime. Any ideas on where I should start
>> looking?
>> @ERROR: auth failed on module test
>> rsync: connection u
ideas on where I should start
> looking?
> @ERROR: auth failed on module test
> rsync: connection unexpectedly closed (88 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at io.c(151)
>
> - - - - -
>
> rsyncd.conf
>
> [test]
> path = /te
I must be missing something, but not sure what. I've configured the
rsyncd.conf and rsyncd.secrets files per the examples I've seen and my
authentication fails everytime. Any ideas on where I should start
looking?
@ERROR: auth failed on module test
rsync: connection unexpectedly
You need a "secrets file" as rsyncd.conf.5 says:
auth users
The "auth users" option specifies a comma and space
separated list of usernames that will be allowed to
connect to this module. The usernames do not need
to exist on the loc
MICHAEL R. LEFEBVRE schrieb am Fri, Feb 01, 2002 at 09:01:07AM -0500:
> rsync: connection unexpectedly closed (88 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at
> io.c(139)
>
> I'm getting the above error when trying to use rsync over port 873.
> The command I
rsync: connection unexpectedly closed (88 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at
io.c(139)
I'm getting the above error when trying to use rsync over port 873.
The command I'm using is :
rsync -avz root@sundog::test ./
the /etc/rsyncd.conf contains the f