Re: Connection refused

2004-07-15 Thread Wayne Davison
On Fri, Jul 16, 2004 at 01:18:52AM +0200, Kontakt - SWIT-Services wrote: > I tried without the second ":". [...] > Connection refused Just add a second -v option to see what command rsync is running. I'd bet it's trying to use rsh (older versions used to default to rsh

AW: Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
I tried without the second ":". And here it what comes up on my machine: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) What is this ? Do I have to have the daemon running on

Re: Connection refused

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 09:07:23PM +0200, Kontakt - SWIT-Services wrote: > rsync -acvz --delete --force /var/spool/mail/* hostname.domain.de::mail The double-colon means that you're trying to talk to an rsync daemon, which I presume is not running. Setup the rsyncd.conf file and start one going

AW: Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
: [EMAIL PROTECTED] Betreff: Re: Connection refused We *CANNOT* help you without seeing the actual command line you're using to try to run rsync with. >Hello everybody, > >We have to servers which we syncronize with rsync. After updating the >second server to RedHat Enterprise Lin

Re: Connection refused

2004-07-15 Thread Jim Salter
We *CANNOT* help you without seeing the actual command line you're using to try to run rsync with. Hello everybody, We have to servers which we syncronize with rsync. After updating the second server to RedHat Enterprise Linux, rsync pops up with the message: connection reset by peer, err

Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
Hello everybody, We have to servers which we syncronize with rsync. After updating the second server to RedHat Enterprise Linux, rsync pops up with the message: connection reset by peer, error (12) We do not use the rsync daemon. We use rsync via cron job. Does anybody know what is wron

Re: A question about connection refused

2004-07-15 Thread NasBackup Team
ssage - From: "Chris Shoemaker" <[EMAIL PROTECTED]> To: "Guo jing" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 12:51 AM Subject: Re: A question about connection refused > On Fri, Jun 25, 2004 at 02:01:41PM +, Guo jing wrote: &

Re: A question about connection refused

2004-07-14 Thread Chris Shoemaker
8.0.43 port 873 > rsync: failed to connect to 192.168.0.43: Connection refused > _exit_cleanup(code=10, file=clientserver.c, line=93): entered > rsync error: error in socket IO (code 10) at clientserver.c(93) > _exit_cleanup(code=10, file=clientserver.c, line

Re: A question about connection refused

2004-06-26 Thread NasBackup Team
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 4:01 PM Subject: A question about connection refused > I install rsync in computer and run it as a daemon successfully, but when I > run rsync command on another end to connect it. There is a error. > > The ou

Re: A question about connection refused

2004-06-25 Thread Wayne Davison
On Fri, Jun 25, 2004 at 02:01:41PM +, Guo jing wrote: > rsync: failed to connect to 192.168.0.43: Connection refused Did you start an rsync daemon on 192.168.0.43? If not, there is nothing there to receive the connection. Perhaps you meant to use a single colon instead of a dou

Re: A question about connection refused

2004-06-25 Thread Jan-Benedict Glaw
> opening tcp connection to 192.168.0.43 port 873 > rsync: failed to connect to 192.168.0.43: Connection refused > _exit_cleanup(code=10, file=clientserver.c, line=93): entered > rsync error: error in socket IO (code 10) at clientserver.c(93) >

A question about connection refused

2004-06-25 Thread Guo jing
I install rsync in computer and run it as a daemon successfully, but when I run rsync command on another end to connect it. There is a error. The output is : opening tcp connection to 192.168.0.43 port 873 rsync: failed to connect to 192.168.0.43: Connection refused

Re: Connection refused

2003-09-19 Thread jw schultz
On Fri, Sep 19, 2003 at 12:06:57PM +0200, Gert Romkes wrote: > > Thank you for your fast reaction. I already used -vvv to check whether I > was using rsh or ssh. > > But thanks to yoyur remarks I got it working. The shell-service was blocked > and it seemed that rsync is using that as a shell. >

Connection refused

2003-09-19 Thread Gert Romkes
Thank you for your fast reaction. I already used -vvv to check whether I was using rsh or ssh. But thanks to yoyur remarks I got it working. The shell-service was blocked and it seemed that rsync is using that as a shell. Stangely enough: I dinn't need it to rsh to the remote server. Any idee w

Re: Connection refused

2003-09-11 Thread jw schultz
g error message (after a period which seemed to be a > time-out): > > 10.0.1.4: Connection refused > rsync: connection unexpectedly closed (0 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at > io.c(165) > > When I try rsh 1

Connection refused

2003-09-11 Thread Gert Romkes
Dear sir, Having read all the descriptions of how easy it was to use rsync, I tried it for the replication of two servers. Testing rsync 10.0.1.4:/tmp/repl/ /tmp/repl I got the following error message (after a period which seemed to be a time-out): 10.0.1.4: Connection

FW: questions about "connection refused"

2003-08-25 Thread tongw
ror: error in rsync protocol data stream (code 12) at io.c(151) another try: >./bin/rsync -avz [EMAIL PROTECTED]::web ./backup-3000/ rsync: failed to connect to 192.168.1.30: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(89) How can I deal with such errors? tha

questions about "connection refused"

2003-08-14 Thread tongw
ync -avz [EMAIL PROTECTED]::web ./backup-3000/ rsync: failed to connect to 192.168.1.30: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(89) another try: >./bin/rsync -avz [EMAIL PROTECTED]:/BGI/UCSC-mirror/bin/rsync-2.5.4/man ./backup-3000/ rshd: 0826-813 Permiss

Re: questions about "connection refused"

2003-08-14 Thread jw schultz
; try to backup data between two machines, there reports some errors: > > >./bin/rsync -avz [EMAIL PROTECTED]::web ./backup-3000/ > rsync: failed to connect to 192.168.1.30: Connection refused > rsync error: error in socket IO (code 10) at clientserver.c(89) No rsync daemon running.

questions about "connection refused"

2003-08-14 Thread tongw
ync -avz 192.168.1.30::web ./backup-3000/ rsync: failed to connect to 192.168.1.30: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(89) another try: >./bin/rsync -avz 192.168.1.30:/BGI/UCSC-mirror/bin/rsync-2.5.4/man ./backup-3000/ rshd: 0826-813 Permission is

Re: Connection refused

2002-08-01 Thread Sam Smith
one direction BUT it asks for the password. %[ langate.locd.com[/home/a1012]>% rsh sv1.domain.com Welcome to FreeBSD! {[EMAIL PROTECTED]} date Thu Aug 1 11:02:34 GMT 2002 BUT :( langate.locd.com[/home/a1012]> rsh sv1.domain.com date sv1.domain.com: Connection refused AND I ca

Re: Connection refused

2002-08-01 Thread Sholom Fried (Senior Sys Admin)
>rsh is good: > >[g3p:~] smith% rsh -l a1012 sv1.domain.com >Password: >{[EMAIL PROTECTED]:65} > >rsync not good: >... actually, "rsh" is not good enough. it's asking you for a password, which means without user/pwd authentication it won't run. for example, try this: smith% rsh -l a1012 sv1.

Connection refused

2002-08-01 Thread Sam Smith
rsync -av [EMAIL PROTECTED]:kkk.txt sync/ rsync: open connection using rsh -l a1012 sv1.domain.com rsync --server --sender -vlogDtpr . kkk.txt sv1.domain.com: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 1

Re: Connection Refused

2001-02-17 Thread Assar Westerlund
[EMAIL PROTECTED] writes: > Trying to run rsync as a daemon and use crontab to transfer files > intermittently. > Running rsync 2.4.6 and have OPENSSH 2.3.0 > > get the following error when I do command > > SERVER1# rsync /home/testpage SERVER2:/home/testpage > SER

Connection Refused

2001-02-16 Thread James . Leone
Read the man entries searched the archives and couldn't get any solutions.   Trying to run rsync as a daemon and use crontab to transfer files intermittently. Running rsync 2.4.6 and have OPENSSH 2.3.0   get the following error when I do command   SERVER1# rsync /home/testpage SERVER2:/ho

NT to NT - Connection refused

2000-12-08 Thread Taylor, Gordon
I've got rsync 2.4.6 running as a daemon on an NT server and rsync on a client machine as well. When I run the following command from a client machine rsync [src directory] [destination server]:[destination path] I get the following error message -->[destination server]:Connection ref

Re: connection refused

2000-11-27 Thread Dave Dykstra
On Thu, Nov 23, 2000 at 03:27:58PM +0100, [EMAIL PROTECTED] wrote: > the easiest way to check for the daemon to be OK is to telnet to the machine > on the right port (840 ?? or whatever you mapped it to with --port) The default rsync daemon port number is 873. - Dave Dykstra

RE: connection refused

2000-11-23 Thread Joel . Hatsch
IL PROTECTED] > Subject: Re: connection refused > > > >Why do I always get a FAILED TO CONNECT TO SERVEUR1.MYDOMAIN.COM - > >CONNECTION REFUSED error message ??? > > Do you have rsync listed in /etc/inetd.conf? > > phma >

Re: connection refused

2000-11-23 Thread Pierre Abbat
>Why do I always get a FAILED TO CONNECT TO SERVEUR1.MYDOMAIN.COM - >CONNECTION REFUSED error message ??? Do you have rsync listed in /etc/inetd.conf? phma

connection refused

2000-11-23 Thread Jean-Francois Boivin
I use rsync on several computer in my internal network. I'm installing a new one, but when I try to do a rsync to it ( copy its files to the computer whitch run the rsync script ), I always get a connection refused error message. this is how I use rsync: rsync -acv --delete ser