I have so far been unable to get rsync to work properly in a test setup. Does anyone have any ideas?
Both PCs are running RedHat 7.2. The Server: IP Address 192.168.0.202 Server Name: RH72TB hosts.allow ALL: 192.168.0.201 rsyncd.conf: [testmodule] path = /tmp The Client: IP Address 192.168.0.201 hosts file: 192.168.0.202 RH72TB I have run "rsync --daemon" on the server. There is a file called "sheepb.jpg" in the /tmp directory of the Client that has been chmod-ed to 777. I am logged in with the same username and password on both of the PCs. On the Client, I run: "rsync /tmp/sheepb.jpg RH72TB:tmp/" Result after 30 seconds: RH72TB: Connection refused unexpected EOF in read_timeout There is nothing in /var/log/messages. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html