rsync.20.maillinglist@spamgourmet.com
2006-Oct-31 12:36 UTC
rsync error: error starting client-server protocol
Hi folks, I have the following problem. I have installed 1.) a rsync daemon on a windows machine under cygwin 2.) installed a tunnel via ssh from the remote machine to my pc 3.) I could run rsync from the remote machine to make bakups On the remote machine and on my pc I have rsync version 2.6.6 protocol version 29. The network admins decided to make 2.) inpossible. So I build the ssh tunnel from the pc to the remote machine but the backup does not longer run. I get now the error you can read in the subject. Any hint to get it run again would be fine. Thank for any help Franz IMPORTANT I will read replies only from the mailing list. If you send me email directly it will be deleted.
rsync.20.maillinglist@spamgourmet.com
2006-Nov-09 01:16 UTC
rsync error: error starting client-server protocol
> -----Original Message----- > From: Wayne Davison > Subject: Re: rsync error: error starting client-server protocol > > On Mon, Oct 30, 2006 at 12:02:02PM +0100, you wrote: > > I get now the error you can read in the subject. Any hint to get it > > run again would be fine. > > Please be more explicit in the command that you're running > and any error messages that rsync outputs prior to the one > you cited. Are you using the right port number and hostname > to access the tunnel? > > ..wayne.. >I have installed 2.) installed a tunnel via ssh from the remote machine to my pc ssh fjb@dpfs.dpcom.de -N -R pcbn0205.dpcom.de:9999:localhost:873 3.) I could run rsync from the remote machine to make bakups The command to run the backup and the error messages is /usr/local/bin/rsync -v -v -avz rsync://backup@localhost:9999/home/bin ~/temp/rsync opening tcp connection to localhost port 9999 opening connection using --server --sender -vvvlogDtprz . home/bin @ERROR: access denied to home from localhost (127.0.0.1) rsync error: error starting client-server protocol (code 5) at main.c(1171) _exit_cleanup(code=5, file=main.c, line=1171): about to call exit(5) When I start the following rsync command on my local pc everything is ok /bin/rsync -v -avz rsync://backup@192.168.180.53:873/home/bin/ahk /cygdrive/c/Temp/rsyncTEST/bin/ahk On the remote machine and on my pc I have rsync version 2.6.6 protocol version 29. The network admins decided to make 2.) inpossible. So I build the ssh tunnel from the pc to the remote machine. But the backup does not longer run. If there is not enough info in that mail please ask Thanks for any help Franz IMPORTANT I will read replies only from the mailing list. If you send me email directly it will be deleted.
rsync.20.maillinglist@spamgourmet.com
2006-Nov-16 21:20 UTC
rsync error: error starting client-server protocol
> -----Original Message----- > From: Wayne Davison > Subject: Re: rsync error: error starting client-server protocol > > On Mon, Oct 30, 2006 at 12:02:02PM +0100, you wrote: > > I get now the error you can read in the subject. Any hint to get it > > run again would be fine. > > Please be more explicit in the command that you're running > and any error messages that rsync outputs prior to the one > you cited. Are you using the right port number and hostname > to access the tunnel? > > ..wayne.. >I have installed 2.) installed a tunnel via ssh from the remote machine to my pc ssh fjb@dpfs.dpcom.de -N -R pcbn0205.dpcom.de:9999:localhost:873 3.) I could run rsync from the remote machine to make bakups The command to run the backup and the error messages is /usr/local/bin/rsync -v -v -avz rsync://backup@localhost:9999/home/bin ~/temp/rsync opening tcp connection to localhost port 9999 opening connection using --server --sender -vvvlogDtprz . home/bin @ERROR: access denied to home from localhost (127.0.0.1) rsync error: error starting client-server protocol (code 5) at main.c(1171) _exit_cleanup(code=5, file=main.c, line=1171): about to call exit(5) When I start the following rsync command on my local pc everything is ok /bin/rsync -v -avz rsync://backup@192.168.180.53:873/home/bin/ahk /cygdrive/c/Temp/rsyncTEST/bin/ahk On the remote machine and on my pc I have rsync version 2.6.6 protocol version 29. The network admins decided to make 2.) inpossible. So I build the ssh tunnel from the pc to the remote machine. But the backup does not longer run. If there is not enough info in that mail please ask Thanks for any help Franz IMPORTANT I will read replies only from the mailing list. If you send me email directly it will be deleted.
rsync.20.maillinglist@spamgourmet.com
2006-Dec-01 05:41 UTC
rsync error: error starting client-server protocol
> -----Original Message----- > From: Wayne Davison - wayned@samba.org > Sent: Monday, November 20, 2006 5:44 PM > To: rsync.20.maillinglist@spamgourmet.com > Cc: rsync@lists.samba.org > Subject: Re: rsync error: error starting client-server protocol > > On Fri, Nov 17, 2006 at 11:49:27AM +0100, > rsync.20.maillinglist@spamgourmet.com wrote: > > @ERROR: access denied to home from localhost (127.0.0.1) > > Consult the rsync log file for a more detailed reason why the > authorization was rejected and then fix the reason for the failure.In the log is nearly not information about the failure. ----------------------rsyncd.log---------------------------------------- ------------ 2006/11/28 14:52:07 [18536] rsyncd version 2.6.6 starting, listening on port 873 2006/11/28 14:52:36 [26584] rsync denied on module home from localhost (127.0.0.1) ----------------------rsyncd.log---------------------------------------- ------------ How could I get more information to fix the failure? Thanks for any help Franz IMPORTANT I will read replies only from the mailing list. If you send me email directly it will be deleted.