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
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
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
: [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
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
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
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:
&
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
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
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
> 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)
>
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
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.
>
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
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
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
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
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
; 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.
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
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
>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.
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
[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
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
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
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
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
>
>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
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
30 matches
Mail list logo