I run a CentOS/Fedora mirror with rsync access.

I have the following rsyncd.conf file:


read only = true
transfer logging = true
pid file = /var/run/rsyncd.pid
log file = /var/log/rsyncd.log
dont compress = *

[Fedora]
        path = /var/ftp/pub/mirrors/fedora
        comment = Fedora mirror

[CentOS]
        path = /var/ftp/pub/mirrors/centos
        comment = CentOS mirror

My problem is that nothing gets logged into
/var/log/rsyncd.log, all logging occurs into
/var/log/messages instead.

There's no error message that /var/log/rsyncd.log
(the file doesn't exist) can't be opened.

What have I done wrong?

Mogens
-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk
_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

Reply via email to