At 2004-09-25T13:03:14+1200, Andrew wrote:

> [EMAIL PROTECTED]:~/tmp$ rsync rsync://[EMAIL PROTECTED]/testu
> Password: 
> @ERROR: auth failed on module testu

> not so great. I can't seem to find anything in google about this
> particular error. 

Use the source, Luke.

> [testu] 
[...]
>         secrets file = /etc/rsyncd.secrets

Are the permissions on your rsyncd.secrets file appropriate?

> testu is also a user which I've just added using adduser. Presumably
> the user needs to be present in /etc/passwd etc. for the 'uid'

Yes.

> directive to work. Does it have to be there for 'auth users' to work?
> I suspect not. 

No.

It would've been useful if you'd confirmed that you can log in as
'testu' normally after having created the user on the remote host.

> clues, anyone? 

As Nick suggested, try running the rsync client with the verbosity
increased.  I suggest using at least '-vv', but you may not see anything
relating to the configuration problem until you run with '-vvv'; even
then, you may not see anything, but it'll help confirm what is and isn't
working.

You could also try running the rsync daemon in no-detach mode with
increased verbosity, e.g.:

# rsync --daemon --no-detach -vvv

Cheers,
-mjg
-- 
Matthew Gregan                     |/
                                  /|                [EMAIL PROTECTED]

Reply via email to