I am running 2.57 I am getting the following error [root@fileserver etc]# rsync 192.168.100.25::backup rsync: failed to connect to 192.168.100.25: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(83) The rsyncd.conf file looks like this [backup] path = /backup list = yes read only = no hosts allow = 192.168.100.24 I can not find that error code, appreciate the help thanks Ryan Holowaychuk President Holo Graphix Industries - HYPERLINK "http://www.hgilive.com/"www.hgilive.com Director - BC Print and Image Association Member - Rotary Club of Kamloops Aurora -- Outgoing mail is certified Virus Free. Checked by AVG Anti-Virus (http://www.grisoft.com). Version: 7.0.240 / Virus Database: 262.9.10 - Release Date: 4/28/2004
On Thu 29 Apr 2004, Ryan Holowaychuk wrote:> > I am getting the following error > > [root@fileserver etc]# rsync 192.168.100.25::backupYou're missing the local target (or source, depending on what you were trying to do).> rsync: failed to connect to 192.168.100.25: Connection refused rsync error: > error in socket IO (code 10) at clientserver.c(83)Is there actually a rsync daemon running in 192.168.100.25 ? "Connection refused" generally means that there is no process listening to the TCP port in question (or it's firewalled). What does "telnet 192.168.100.25 873" give? Also a "connection refused"? Then it's not an rsync problem per se. Paul Slootman