-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I run |#rsync --daemon and get this in /var/log/messages| #skywalker rsyncd[5522]: unable to bind any inbound sockets on port 873 #Nov 20 17:30:20 myserver rsyncd[5522]: rsync error: error in socket IO (code 10) at socket.c(482) [receiver=2.6.8] I run it on FreeBSD 6.1. Does anyone know what does the problem relate to? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFYi1ipPLtnTxHe6wRAhtOAJ92rTxq5xOXaVN7l1hRWrsSP2y8yQCgtoBb JGP50QGleGyCuIodmoX29sw=Y7zB -----END PGP SIGNATURE-----
On Mon 20 Nov 2006, Ilya Vishnyakov wrote:> I run |#rsync --daemon and get this in /var/log/messages| > #skywalker rsyncd[5522]: unable to bind any inbound sockets on port 873 > #Nov 20 17:30:20 myserver rsyncd[5522]: rsync error: error in socket > IO (code 10) at socket.c(482) [receiver=2.6.8] > I run it on FreeBSD 6.1. Does anyone know what does the problem relate to?The usual causes for socket binding failures are: - the socket is already in use - you're trying to bind to a reserved port (<1024) and you're not superuser Paul Slootman