Cory, I don't know exactly how you set up your rsync daemon, but this error usually means the config is not quite right. Try running the command from a dos prompt to get more info about the error:
Start->Run->cmd.exe cd <directory with rsync.exe> rsync --daemon "--config=<config file>" --no-detach If that works for you, then look in your registry (HKLM\CurrentControlSet\Services\rsyncd\Parameters\AppArgs) to figure out what in there is different than that command. This error sometimes means your config file is incorrect or unavailable, but it could also mean something as nasty as a cygwin1.dll conflict. >Date: Tue, 28 Aug 2007 10:51:03 -0700 (PDT) >From: Cory Rivera <[EMAIL PROTECTED]> >Subject: Re: [BackupPC-users] Configuring Computers Behind a Router >To: Rob Owens <[EMAIL PROTECTED]> >Cc: [email protected] >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset="iso-8859-1" > >rsync -vvv router:: returns > >opening tcp connection to router port 873 >rsync: failed to connect to router: Connection refused (111) >rsync error: error in socket IO (code 10) at clientserver.c(104) >[receiver=2.6.9] >_exit_cleanup(code=10, file=clientserver.c, line=104): about to call >exit(10) > >I was actually viewing my services (from Control Panel -> Administrative >Tools -> Services) yesterday and found that rsyncd is not started. I've >set "Startup Type" to Automatic, but it never starts, regardless of what I >do. Trying to manually start it just results in it instantly stopping - >Windows returns this notification: > >"The rsyncd service on Local Computer started and then stopped. Some >service stop automatically if they have no work to do, for example, the >Performance Logs and Alerts service." > >Does the rsyncd service depend on other services to be enabled for it to >work? Months ago I went through my services and disabled any that were >unneeded. I've since re-enabled many in an attempt to get this BackupPC >configuration working but it hasn't helped. It might also be worth noting >that months ago I had Cygwin installed on my laptop, but I deleted and >removed it some time ago - I have a strong feeling that rsyncd is simply >set up incorrectly or that the service is conflicting with or dependent >upon other services / programs. > >On a completely unrelated note, how do I post my replies in a nested >hierarchical format? I don't like cluttering things up if I can help it :) > >Thanks, >Cory ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
