similar to: Rsync 2.5.7 hangs after completion

Displaying 20 results from an estimated 70 matches similar to: "Rsync 2.5.7 hangs after completion"

2003 Dec 31
1
BAD rsync, or is it bad me?
Something very scary just happened to me while I was creating a ksh script to rsync mulitple FS between two hosts. Here is the script, notice the 'i' at the end of rsync line, it got put there by mistake. You also see the contents of $FSLIST cat'd below the script. When I ran this, it started to delete files in root's home directory and place files from the fist FS,
2003 Dec 17
1
Rsync 2.5.7 --delete not working!!!
I am having a problem with rsync not deleting files on the destination that no longer exist on the source. The command I am using is: rsync -vaz --delete /bantemp/* backenp650:/bantemp Once the two trees are in sync, if I add a file to the source, run rsync again, it will copy over the one new file. If I delete the file on the source, run rsync, the file still exists on the destination. I
2002 Sep 06
3
Error on Solaris 9 (2.5.5)
I'm running into some errors I can't figure out. Situation: I have a Sparc IPX (2.6 Solaris), a Mac OS X box and an Ultra Sparc 1 running Solaris 9. I am trying to rsync a web site between the IPX and Ultra 1. All boxes are running 2.5.5 rsync built from source. Problem: Can't get a a sync between the IPX -> Ultra. IPX = kashmir Ultra = vortac Mac = archer Assumptions: a).
2007 Oct 08
2
rsync error: protocol incompatibility (code 2) at main.c(1385)
Hello, i'm trying to backup one of my hosts with a two rsync-scripts, which are mainly just calling on the client side /usr/bin/rsync --server --sender -vlogDtprz --delete-excluded --numeric-ids --exclude-from=/etc/sm-backup/rsync.exclude / and on the server side rsync -avz --numeric-ids -e "ssh -i $key" --delete --delete-excluded rsync@$client:/ $DATA_PATH/$client/daily.0
2004 Apr 16
0
VB 6.0 Implementation of cwRsync 2.5.7 Questions...
Tevfik: I see from your experience that you have Visual Basic. I'm attempting to develop a file deployment/synchronization application using the cwRsync product in a VB 6.0 environment. It will run continuously on a Win box and need to communicate with both Win and UNIX clients. Is this possible? I inferred that I only needed to run the cwRsync install, which did install the rsync
2004 Feb 06
1
Rsync 2.5.7 local buffer overflow
Hi folks, I've discovered a local stack overflow bug in rsync 2.5.7. Problem is in open_socket_out function (socket.c). ... char portbuf[10]; char *h; int proxied = 0; char buffer[1024]; char *cp; ... h = getenv("RSYNC_PROXY"); proxied = (h != NULL) && (*h != '\0'); ... if (proxied) {
2003 Dec 11
2
cwRsync 2.5.7
Tevfik On Tuesday 09 Dec 2003 18:13, Tevfik Karag?lle wrote: > I would also like to inform that I updated my cwRsync package with the > latest rsync binary (2.5.7). http://itefix.no/cwrsync I have tried your rsync 2.5.7 in cygwin under Windows 2000, synchronising to a windows share on an unknown (probably Windows) file server. Sorry to report that it hangs at the end of transfer, as did
2003 May 02
1
release date for rsync 2.5.7?
I am looking to upgrade to latest version of rsync. However there are some critical bug fixes (for my needs) that have been commited to CVS post 2.5.6 release. Can anyone tell me how i can find out the release schedule for 2.5.7? I looked around at rsync home page and did not see how i can access schedule/timeline for official releases. I can work with latest in CVS if the release date is too
2003 Dec 04
0
bug report: error while compiling rsync 2.5.7 on solaris 9
Hi, while compiling the last version of rsync on Solaris 9 SPARC with the GNU CC compiler 3.2.3 I got an error. Standard procedure: cd rsync-2.5.7; configure; make msb@tesla:.../rsync-2.5.7$ make ... gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/compat.c -o lib/compat.o lib/compat.c: In function `sys_gettimeofday': lib/compat.c:201: too few arguments to function
2003 Dec 07
1
2.5.7 security fixes merged into CVS
I've merged the security fixes that were released in version 2.5.7 into CVS. I also made similar changes to the malloc() calls that are new in the CVS version. This version has received very minimal testing, but it looks good so far. ..wayne..
2003 Dec 30
1
rsync 2.5.7 link-dest seems broken
Hi -- I'm experiencing problems when using rsync between two different machines. Details follows: Both machines are running 2.4.23, rsync versions on both are identically configured versions of 2.5.7: rsync version 2.5.7 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks,
2006 Dec 07
1
Rsync 2.5.7 --delete and --backup behavoir
Hey everyone, I'm mirroring a lot of directories from one machine to another. The source machine is running Rsync 2.5.7 and the destination machine (the machine holding the mirror) is running Rsync 2.6.9. I'm using the --backup, --backup-dir, and --delete-after options. I tested this with two machines running Rsync 2.6.9, and noticed that files deleted in the mirror (because
2004 Apr 28
1
2.5.7 vs 2.6.1 interoperability bug
Hi all - I've got two red hat linux 7.3 systems. On each i have the redhat-provided 2.5.7 in the standard location, and a locally built copy of 2.6.1 in /usr/local/pkg. I'm implementing a remote-backup-to-disk setup. blakey is the "client" (source of rsync), verve is the "server" (dest of rsync). When i take care to match rsync binary versions (2.5.7 on each
2014 Jul 25
1
rsync 3.1.0/3.1.1 incompatible with 2.5.7
I develop GNU Parallel. GNU Parallel uses rsync to transfer files. GNU Parallel has a design goal of not requiring the users to change their setup to be able to use GNU Parallel. In other words: If you are called as a consultant to work on a Centos3 server untouched since 2007, then you can expect even the newest version of GNU Parallel will work flawlessly. Centos3 has rsync 2.5.7 installed. On
2009 Dec 10
3
[LLVMdev] Old DOUT
What replaced the old DOUT? I'm working on sending debug code upstream and one of the things I want to add is circular buffering for debug output. This is a real help when processing large files. So I need a stream that can act differently than errs(). Should I just create one? -Dave
2006 Apr 28
3
Dual Timing Sources
Hi, With a digium dual PRI card (dual span). Is there any reason I can't have both PRIs being PRIMARY timing sources? They are both from different CLECs, and as such I need them both to do their own timing.
2008 Mar 07
1
--server combined with -e option
In the past, I had restricted rsync so that the -e option was disallowed. As of rsync-3.0.0, I'm now seeing the following requests being made (on the server side): rsync --server -vlogDtprze.iL . I want to prevent '-e' as a client side option so arbitrary programs can't be executed. I found the following, but didn't trace through to verify exactly where I was in the code
2011 Dec 13
0
[LLVMdev] make check-all failing 18 tests with --enable-optimized
On Dec 12, 2011, at 6:26 PM, Brendan Kirby wrote: > As part of our automated testing, I'm running make check-all to watch > for failures. One of my builds uses the --enable-optimized option to > configure. When I build the latest trunk, I'm now seeing 18 failing > tests: > Clang :: Preprocessor/macro_paste_c_block_comment.c > LLVM ::
2011 Jan 20
4
puzzled with plotmath II
sorry, I forgot my sessionInfo: please see below. -------- Original Message -------- Subject: puzzled with plotmath Date: Thu, 20 Jan 2011 12:48:18 +0100 From: Claudia Beleites <cbeleites at units.it> To: R Help <r-help at r-project.org> Dear all, I'm puzzled with matrix indices in plotmath. I'm plotting matrix elements: Z [i, i], and I'd like to put that as label.
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi, I'm trying to backup from one machine to the other (automatically via cron) using rsync and ssh password-less public key authentication. I having been trying to set this up following an article in a Linux magazine[1] by only allowing the specific rsync command to run on the remote box. I am using the following rsync command: $ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup