rsync has daemon mode, so there is no server program like tftpd/telnetd(or old rsyncd which in SuSE10/11), and no rsync-server<br />
rsync has xinetd configuration file /etc/xinetd.d/rsync like tftp-server(/etc/xinetd.d/tftp) and telnet-server(/etc/xinetd.d/telnet).<br />
But tftp/telnet-server requires xinetd, and rsync does not require.<br />
in this case, a system have rsync installed but no xinetd, system admin have to install xinetd manually if they want rsync be controlled by xinetd.<br />
<br />
solutions?<br />
add "Requires xinetd" to rsync.spec in rsync rpm package.
↧