trying to setup a rsycd server


[root@gimli adm]# cat /etc/rsyncd.conf 
#uid = cvs
#gid = cvs 
log file = /var/adm/rsync.log
use chroot = no 
max connections = 4 
syslog facility = daemon
pid file = /var/run/rsyncd.pid 

[website]
path = /bravenet1/home/cvs/website
comment = whole website area (Mostly php dynamic stuff)
[root@gimli adm]# 

now from another host lets try to get that module
[root@frodo tmp]# rsync -av  gimli:website .
permission denied
unexpected EOF in read_timeout
[root@frodo tmp]# 


what is going on?
I even uncommented uid and gid to run as root ...perm denied?
It;s like the module is not even seen




--
Dan

+------------------------------------------------------+ 
|           BRAVENET WEB SERVICES                      |
|              [EMAIL PROTECTED]                        |
|             make installworld                        |
| ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail     |
| ln -s /var/qmail/bin/newaliases /usr/sbin/newaliases |
+______________________________________________________+



Reply via email to