Displaying 20 results from an estimated 5000 matches similar to: "Connection Timeout"
2002 Mar 23
2
RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP]
I use FreeBSD RELENG_4
with
rsync version 2.5.4 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6,
32-bit system inums, 64-bit internal inums
and when I try to transfer file I get
rsync: connection unexpectedly closed (5994 bytes read so
2002 May 17
3
Rsync dies
I?m trying to rsync a 210 GB Filesystem with approx 1.500.000 Files.
Rsync always dies after about 29 GB without any error messages.
I?m Using rsync version 2.5.5 protocol version 26.
Has anyone an idea ?
Thank?s Clemens
2002 Jan 12
2
Error Message!!
When rsync starts I get the following messages in my log file
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code
10) at socket.c(361)
Anybody know what might be causing this?
David
2002 Feb 05
3
Doubt in Rsync !!
Sir,
How to run the rsync server in the remote machine.
I want to mirror the set of directories from one machine to another
machine
which are in the network.
I used the following command :
/usr/sbin/rsync -vv --delete --recursive --times --perms --update
source directory
destinationmachine:destination directory.
I got the error:
Permission denied.
How to tackle this error ?
thanks
laks
2002 Apr 17
4
rsync HELP!!!
Sonu: I'm giving the whole history to the rsync list. If the tests i
subscribed passed, yet you get that error, it's more in depth than i can
go into. You've got 1 hour, let's hope somebody immediately recognizes
the problem. I've got some ideas, but no time to explore any more for
you.
Gentlemen: does anybody see a quick resolution for Sonu? Looks like he's
2002 Feb 19
4
push data instead of pull
Hi,
I have a rsync server set up.
Can i push data from the server to another machine
instead of pulling data from that machine.
when i try to do that i get this error.
mkdir tohost:/tmp ; No such file or directory.
But the directory exists. This is the command i
executed.
rsync -avz --rsync-path=/usr/bin/rsync
fromhost::test tohost:/tmp
This works fine if iam logged onto "tohost"
2001 Nov 16
3
Secure connection to testor refused !
Here is a newbie question. Hope, you will not mind.
I am trying to backup a file from my NT machine onto AIX machine. Here
is the setup:
NT machine (testor): rsync is in c:\Rsync\rsync.exe and is running as a
daemon. (I created a service for Rsync first).
AIX machine (admx): rsync -v
rsync version 2.3.1 Copyright Andrew Tridgell and Paul Mackerras
admx::nkapoor> telnet testor 873
Trying...
2002 Apr 23
5
Dynamic address problem
Hi All,
We have clients which dynamic IPs which we have setup with
<host>.dyndns.org addresses. We have added these to the rsync.conf
'hosts allow=" but they are being denied access.. Is there anyway
around this?
Matt
2002 Feb 12
4
Rsync with script
Hi,
I am trying to mirror a server every night using rsync. I have to backup
multiple directories and multiple individual files. I also want to use ssh
as transport.
The problem is that I cannot get ssh to work without asking password for
each step. I tried the public key thing but it doesnt work.
Can some one give instructions for a layman like me.
Also I want to know how to pass argument to
2002 Jan 22
2
What is mean this messages?
Hello, evevryone.
thank you for your mails.
I used rsync(rsync-2.4.6-2) for backup Server.(My
Linux is RedHat7.1)
I am very comfortable backup system by rsync.
but, I saw this messages in use rsyncd
daemon.(/var/log/messages)
I don't know mean this messages.
but, It is right use rsyncd. and
I used rsyncd at every day. but this messages writed
log at every minute(?) or every time.
What
2002 Feb 26
2
Log File format
I'm not sure what the problem is. Here's a snip of my log (very similar
setup, but from server to remotes):
2001/05/17 14:26:59 [29226] rsync on ToolSyncModules/ToolSyncModuleList
from irvnetsvr (134.27.9.31)
2001/05/17 14:27:00 [29226] wrote 23292 bytes read 128 bytes total size
23179
2001/05/17 14:27:01 [29227] rsync on ToolSyncModules/ToolSyncMastersList
from irvnetsvr
2002 Sep 24
2
off site backup with rsync
Can anyone help me with rsync. I'm trying to set up rsync on a windows nt
4.0 box so i can do off site backup with linux. I followed the
instruction from rsync.samba.org and i have rsync working on windows nt.
when i tried to use rsync with linux to connect to the windows box i get a
error invalid module. Is there anything i can do to get rsync to work so
i can do off site backup. thanks
2002 May 16
4
rsynch related question
Hello,
I had a question on rsynch'ing, please do help me on this,
I have scenario where,I need to synch the two softwares, where both
the software are across the network, on different cells( AFS cells).
For ex: first1 - /afs/tr/software , second1 - /afs/ddc/software
Both the softwares are same & fist1 cell will be constantly
updating and I need to synch this
2002 Mar 31
5
File Owner, Group and Permissions for Win2000
Hi,
I need to mirror some Linux directories on a Win2000 box but the owner, group and permissions are lost. I realize Win2000 does not use the same system but thought there may be some way around it with cygwin. Is it possible to mimick /etc/passwd to preserve ownership etc? Is there a better solution?
Roger
-------------- next part --------------
HTML attachment scrubbed and removed
2002 May 07
2
--passord-file doesn't work
hello,
I have this error while using --password-file= option.
Any idea.
Fran?ois
tamtam:/etc# rsync --password-file=/etc/rsyncd.secrets backupcvs@cvs::cvs/
@ERROR: auth failed on module cvs
rsync error: partial transfer (code 23) at io.c(143)
.
All seems OK
tamtam:/etc# ls -ltr /etc/rsyncd.secrets
-rw------- 1 root root 23 May 7 18:12 /etc/rsyncd.secrets
2002 May 22
4
restricting rsync over ssh
Is it true that when running rsync via ssh (i.e. rsync -e ssh ...) the
rsyncd.conf file is not applicable on the remote since rsync is launched
via the ssh exec call once connected rather than from rsyncd as in a
direct connect.
If so, I am trying to find the best way to restrict rsync -e ssh on the
remote machine. Prepending the authorized_keys entry with
command='rsync ...' 1024...
2002 Nov 03
4
Rsync error: partial transfer (code 23) at main.c(926)
I don't use rsync on my server because all time what i use this message
appears:
zopedocs/GuideToDTML/roman-number.gif is uptodate
wrote 60 bytes read 2552145 bytes 6603.38 bytes/sec
total size is 2211107296 speedup is 866.35
rsync error: partial transfer (code 23) at main.c(926)
I user this command:
rsync --progress -prtvv servertoconnect::tagonrsyncd.conf .
(The rsyncd.conf it's
2002 Apr 16
3
Update: WARNING: --rsh or -e option ignored when connecting to rsyncdaemon]
the --pasword-file= option is only for passing a password to a rsync
server, as you have set up with the rsync --daemon process. Your
rsyncd.conf file is fine, too. The problem is that you aren't calling
your rsync daemon from your commandline. You are trying to connect via
rsync to host as axlink and start a 'rsync --sender' process, to transfer
data within the ssh process.
2002 Oct 29
1
configuration question.
Your users have rsh access to the machine, and are getting wherever they
want, using the server:/path syntax.
if they were using the server::module syntax, they would be restricted to
only what's provided by the modules. If you don't want them getting
everything all over the system, you will need to prevent shell access.
Tim Conway
conway.tim@sphlihp.com reorder name and reverse
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync:
nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum
--times --modify-window 2 --port=31000 --dry-run
/cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR
opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync
--server -vvntrc --modify-window=2 . TESTDIR