Yep, it's on my empeg. I'm trying to sync two of them with Rsync.

The hosts file contains:

127.0.0.1 localhost
192.168.0.6 empeg1 empeg1.mydomain.com (none)
192.168.0.7 empeg2 empeg2.mydomain.com (none)

I do a 'hostname -F hosts' on empeg1, then a 'rsync --daemon' on empeg1, which is when I get the bind failed. Did I miss a step or do I have something configured wrong?