Need more information - the rsyncd.conf, for instance.  The hosts.allow, 
for another.
You're best to start off with a basic conf file, and add complications one 
at a time until it breaks, then figure out what was wrong with that single 
item.  Running rsyncd from inetd really helps with that - each session 
reads the file as it is at that moment, so testing can go really fast... 
one xterm editing the file and writing it after each mod, another testing 
after each mod.
Start with this:
+++start of /etc/rsyncd.conf++++++
[testmodule]
path = /tmp
+++end of /etc/rsyncd.conf++++++
Tools@willy
/etc/mail>grep rsync /etc/inetd.conf /etc/services 
/etc/inetd.conf:rsync   stream  tcp     nowait  root    /usr/bin/rsync 
rsyncd --daemon
/etc/services:rsync             873/tcp         rsyncd          # rsync 
daemon
Tools@willy
/etc/mail>
Don't forget to HUP your inetd after modifying services and inetd.conf


Tim Conway
[EMAIL PROTECTED]
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn, 
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), 
".\n" '
"There are some who call me.... Tim?"




Warren <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
02/24/2002 11:59 PM

 
        To:     [EMAIL PROTECTED]
        cc:     (bcc: Tim Conway/LMT/SC/PHILIPS)
        Subject:        Trouble getting rsync to work....
        Classification: 



I have read the MAN page and the Rsync page and have set up an 
/etc/rsync.conf but I can't seem to get it working. I have tried starting 
the 
daemon and adding the correct entry on the server hosts.allow file, but I 
just get "Connection refused" from the server.

Surely this can't be that difficult, but I am at a bit of a loss. Can 
anyone 
help?

Regards,
Brad

-- 
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html




-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to