Displaying 1 result from an estimated 1 matches for "cvs1".
Did you mean:
  cvs
  
2007 Nov 25
5
Permission denied when running from xinetd
...able = no
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/bin/rsync
        server_args     = --daemon
        log_on_failure  += USERID
}
This is my rsyncd.conf
strict modes = false
use chroot = false
max verbosity = 3
[cvs1]
                path = /home/test
                auth users = user1
                secrets file = /etc/rsync-passwords.txt
                read only = yes
                list = yes
                uid = root
                gid = root
/etc/rsync-passwords.txt
user1:test
permissions for the...