One thing I have noticed on CentOS6 is that rsync via xinetd never works after a reboot. It always takes an additional, post-reboot service xinetd restart to get it going. That has been the same for all revisions up to and including 6.5, and I've seen it on more than just machine. While I don't see such a message on other problem machines, the latest reboot gave me a clue: Dec 9 23:28:36 host xinetd[21131]: bind failed (Address already in use (errno = 98)). service = rsync Dec 9 23:28:36 host xinetd[21131]: Service rsync failed to start and is deactivated. Is there any way to debug this? I suspect it needs to be debugged during reboot since the service starts up fine later.
From: Lars Hecking <lhecking at users.sourceforge.net>> One thing I have noticed on CentOS6 is that rsync via xinetd never > works after a reboot. It always takes an additional, post-reboot > service xinetd restart to get it going. That has been the same for > all revisions up to and including 6.5, and I've seen it on more than > just machine. > > While I don't see such a message on other problem machines, the latest > reboot gave me a clue: > > Dec? 9 23:28:36 host xinetd[21131]: bind failed (Address already in use (errno = > 98)). service = rsync > Dec? 9 23:28:36 host xinetd[21131]: Service rsync failed to start and is > deactivated. > > Is there any way to debug this? I suspect it needs to be debugged > during reboot since the service starts up fine later."Address already in use" => check what is listening on port 873? In the rsync xinetd conf it says IPv6 here... JD
see http://lists.centos.org/pipermail/centos/2013-July/135847.html I have had the same problem and I will never understand, why this is unchanged up to now. Alternative: - erase nfs - change sequence number in /etc/rc3.d best regards Helmut Viele Gr??e Helmut Drodofsky Internet XS Service GmbH He?br?hlstra?e 15 70565 Stuttgart Gesch?ftsf?hrung Dr.-Ing. Roswitha Hahn-Drodofsky HRB 21091 Stuttgart USt.ID: DE190582774 Tel. 0711 781941 0 Fax: 0711 781941 79 Mail: info at internet-xs.de www.internet-xs.de Am 10.12.2013 11:37, schrieb Lars Hecking:> One thing I have noticed on CentOS6 is that rsync via xinetd never > works after a reboot. It always takes an additional, post-reboot > service xinetd restart to get it going. That has been the same for > all revisions up to and including 6.5, and I've seen it on more than > just machine. > > While I don't see such a message on other problem machines, the latest > reboot gave me a clue: > > Dec 9 23:28:36 host xinetd[21131]: bind failed (Address already in use (errno = 98)). service = rsync > Dec 9 23:28:36 host xinetd[21131]: Service rsync failed to start and is deactivated. > > Is there any way to debug this? I suspect it needs to be debugged > during reboot since the service starts up fine later. > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos