Re: rsync hangs on select() system call

2015-05-01 Thread Chris
Le 02/05/2015 01:09, Chris a écrit : Hi Thomas (and the list members), I have exactly the same problem. It's very very annoying as it breaks backups. Did you resolve it ? I updated on both sides to rsync 3.1.1 compiled manually, and now I get one more line just before the select and the hang

Re: rsync hangs on select() system call

2015-05-01 Thread Chris
Hi Thomas (and the list members), I have exactly the same problem. It's very very annoying as it breaks backups. Did you resolve it ? Regards, Chris -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/l

Re: rsync hangs on select() system call

2015-03-09 Thread thomas veymont
hello , any suggestion about this problem ? thanks 2015-02-27 15:46 GMT+01:00 thomas veymont : > hello, > > trying to understand why a rsync client hangs during a transfer. Hopefully > someone can advise. > > client = rsync 3.0.6, server = rsync 3.1.1 , transfer is done to a rsync > module with

Re: Compression error (Re: rsync hangs during transfer)

2009-12-21 Thread Wayne Davison
On Sun, Dec 13, 2009 at 8:47 PM, Matt McCutchen wrote: > But if the data block was exactly CHUNK_SIZE (32816), it would fill > the output buffer with nothing remaining, and the next call to "inflate" > would return Z_BUF_ERROR. Thanks for tracking that down! I have fixed this issue in both the 3

Re: rsync hangs during transfer

2009-12-21 Thread Matt McCutchen
On Mon, 2009-12-21 at 10:00 -0800, Wayne Davison wrote: > Since the reason for things falling apart is that there was an error > in the compress code, you should be able to avoid the hang (for now) > by avoiding the -z option. The compression error has been explained: http://lists.samba.org/archi

Re: rsync hangs during transfer

2009-12-21 Thread Wayne Davison
On Thu, Dec 10, 2009 at 11:58 PM, Dimitar Dimitrov wrote: > script as described in the troubleshooting procedures). The strace output is > here What this reveals is that the receiver is getting an inflate error, sending the message to the generator, exiting, and then the generator hangs reading

Re: rsync hangs on big transfer Debian 5.0.3 pulling from WinXP SP3/ Cygwin 1.5.25

2009-12-21 Thread Wayne Davison
On Sat, Dec 19, 2009 at 9:37 PM, David Christensen wrote: > I'm having trouble with rsync invoked on Debian 5.0.3 pulling files from > Windows XP SP3/ Cygwin 1.5.25. If this is not a daemon connection, then it's probably the cygwin pipe-hang bug. I have heard that a more modern cygwin (such as 1

RE: rsync hangs on big transfer Debian 5.0.3 pulling from WinXP SP3/Cygwin 1.5.25

2009-12-19 Thread David Christensen
rsync: I received three copies of my message from each of three lists. If everyone else receives three copies, I apologize for the extraneous copies. :-( Does anybody know why, and how to prevent such? TIA, David -- Please use reply-all for most replies to avoid omitting the mailing list.

RE: rsync hangs on big transfer Debian 5.0.3 pulling from WinXP SP3/ Cygwin 1.5.25

2009-12-19 Thread David Christensen
Debian Users, Cygwin, & Rsync: I'm having trouble with rsync invoked on Debian 5.0.3 pulling files from Windows XP SP3/ Cygwin 1.5.25. I posted to the Debian User and Cygwin mailing lists [1] and thought I was done two days ago, but I wasn't -- after several hours of use of the Windows machine, r

RE: Compression error (Re: rsync hangs during transfer)

2009-12-14 Thread Dimitar Dimitrov
ou know my findings. Regards, Dimitar -Original Message- From: Matt McCutchen [mailto:m...@mattmccutchen.net] Sent: 14 December 2009 05:47 To: Dimitar Dimitrov; rsync Subject: Compression error (Re: rsync hangs during transfer) On Fri, 2009-12-11 at 08:58 +0100, Dimitar Dimitrov wro

Compression error (Re: rsync hangs during transfer)

2009-12-13 Thread Matt McCutchen
On Fri, 2009-12-11 at 08:58 +0100, Dimitar Dimitrov wrote: > I am running the following rsync command to synchronize directories > between two servers: > rsync -axvz --delete-after -e ssh /SRCDIR/ bla...@dest:/DESTDIR > > The transfer starts and after a short while it appears to hang after > some

Re: rsync hangs during --remove-source-files

2008-10-19 Thread Thomas Gutzler
Wayne Davison wrote: > On Fri, Oct 17, 2008 at 03:34:03PM +0800, Thomas Gutzler wrote: >> I had another rsync hang. I've attached a text file with the stack >> traces you asked for and some other info. > > [...] So, the strange thing is that the receiver is > waiting around for more files to proc

Re: rsync hangs during --remove-source-files

2008-10-18 Thread Wayne Davison
On Fri, Oct 17, 2008 at 03:34:03PM +0800, Thomas Gutzler wrote: > I had another rsync hang. I've attached a text file with the stack > traces you asked for and some other info. The generator backtrace shows that it is waiting for the receiver to finish some files before going on. This attempts to

Re: rsync hangs during --remove-source-files

2008-10-17 Thread Thomas Gutzler
Hi, I had another rsync hang. I've attached a text file with the stack traces you asked for and some other info. There were three rsync processes running at the time. I haven't heard anything from Wayne yet - maybe this generates more interest. Cheers, Tom Matt McCutchen wrote: > On Mon, 200

Re: rsync hangs during --remove-source-files

2008-10-13 Thread Matt McCutchen
On Mon, 2008-10-13 at 21:19 +0800, Thomas Gutzler wrote: > I'm using the following command to move files from a to b: > rsync -a --remove-source-files --ignore-existing /path/to/dir1/ > /path/to/dir2 >> logfile > dir2 isn't empty so I only move files from dir1 to dir2 that don't exist > already

Re: rsync hangs after counting some file list

2008-10-02 Thread Matt McCutchen
On Mon, 2008-09-29 at 10:37 +0530, Ravi Thati wrote: > I have written script to download a directory from remote machine > which contains the always the updated data. I want to download that > directory onto my local machine periodically with --link-dest option > to my old download directory. >

Re: rsync hangs after aborting a process

2008-08-19 Thread cewing
Matt McCutchen-7 wrote: > > On Mon, 2008-08-18 at 20:54 -0700, cewing wrote: >> ${RSYNC_CMD} -aNHAXx --protect-args --fileflags --force-change >> --rsync-path="/usr/local/bin/rsync" @:${CPY_SRC} >> ${CPY_DEST} > >> Now, whenever I try to run the same script, rsync hangs. > > Is rsync hanging

Re: rsync hangs after aborting a process

2008-08-19 Thread Matt McCutchen
On Mon, 2008-08-18 at 20:54 -0700, cewing wrote: > ${RSYNC_CMD} -aNHAXx --protect-args --fileflags --force-change > --rsync-path="/usr/local/bin/rsync" @:${CPY_SRC} > ${CPY_DEST} > Now, whenever I try to run the same script, rsync hangs. No data is > transferred. I can stop the process with the

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-25 Thread Greg Loesch
Wayne Davison-2 wrote: > > Try some basic things: > > ssh [EMAIL PROTECTED] true > > The above command should not output anything at all (excepting an ssh > password prompt, if applicable). If there is any output on stdout, you > need to disable whatever is generating that output so that rsyn

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-08 Thread Wayne Davison
On Sat, Dec 08, 2007 at 08:36:40AM -0800, Greg Loesch wrote: > 1. I'm not sure if it's installed on the machine I'm transferring to or not. > It's a webhost, so is there a way to know? Is it that simple? Am I just... > an idiot and didn't realize it needs to be installed on both ends? Try some bas

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-08 Thread Greg Loesch
Alexandros Papadopoulos wrote: > > On Sunday 02 December 2007 22:39, Greg Loesch wrote: >> To preface, I'm running Leopard OSX and am using rsync version 2.6.9 >> protocol version 29. >> >> Whenever I attempt to sync (using rsync obviously) a folder on my >> local drive to my web server (netfir

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-08 Thread Alexandros Papadopoulos
On Sunday 02 December 2007 22:39, Greg Loesch wrote: > To preface, I'm running Leopard OSX and am using rsync version 2.6.9 > protocol version 29. > > Whenever I attempt to sync (using rsync obviously) a folder on my > local drive to my web server (netfirms.com is my web host) using SSH, > the pro

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-07 Thread Izidor Jerebic
On 7.12.2007, at 17:13, Greg Loesch wrote: Okay, I tried adding the extra v's and this is what I ended up with. I'm now using the latest version (3.0.x or whatever it is). FILE_STRUCT_LEN=16, EXTRA_LEN=4 cmd= machine=[sitename] user=[username] path=[filepath] cmd[0]=ssh cmd[1]=-l cmd[2]=[use

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-03 Thread Fabian Cenedese
At 09:50 03.12.2007 +0100, Izidor Jerebic wrote: >On 3.12.2007, at 9:08, Fabian Cenedese wrote: > >>At 15:39 02.12.2007 -0500, Greg Loesch wrote: >>>To preface, I'm running Leopard OSX and am using rsync version 2.6.9 >>>protocol version 29. >>> >>>Whenever I attempt to sync (using rsync obviousl

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-03 Thread Izidor Jerebic
On 3.12.2007, at 9:08, Fabian Cenedese wrote: At 15:39 02.12.2007 -0500, Greg Loesch wrote: To preface, I'm running Leopard OSX and am using rsync version 2.6.9 protocol version 29. Whenever I attempt to sync (using rsync obviously) a folder on my local drive to my web server (netfirms.com i

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-03 Thread Fabian Cenedese
At 15:39 02.12.2007 -0500, Greg Loesch wrote: >To preface, I'm running Leopard OSX and am using rsync version 2.6.9 >protocol version 29. > >Whenever I attempt to sync (using rsync obviously) a folder on my >local drive to my web server (netfirms.com is my web host) using SSH, >the process

Re: rsync hangs, leaves defunct process

2007-02-24 Thread David Mann
Paul Slootman schrieb: Anyway, an unkillable process points to it hanging in some system call, which in this case is probably a problem with the NFS. What are your NFS mount options? I'd recommend using soft,intr. Mounted it like this, and it's been working flawlessly for almost two weeks now!

Re: rsync hangs, leaves defunct process

2007-02-02 Thread Paul Slootman
On Fri 02 Feb 2007, David Mann wrote: > > Situation is as follows: There is a nigthly backup from our main server > to a backup server. The server base directory is mounted there read-only > via NFS. Then we do something like this: > > 1. Duplicate the contents of yesterday's backup into >/

Re: Rsync hangs

2006-06-14 Thread Matt McCutchen
On Wed, 2006-06-14 at 15:05 -0700, Wayne Davison wrote: > On Wed, Jun 14, 2006 at 09:11:46AM -0500, Mike Winfrey wrote: > > This one problem child hangs [...] cygwin [...] > > http://www.mail-archive.com/rsync@lists.samba.org/msg16412.html Wayne, I've heard about the buggy Cygwin pipe code many

Re: Rsync hangs

2006-06-14 Thread Wayne Davison
On Wed, Jun 14, 2006 at 09:11:46AM -0500, Mike Winfrey wrote: > This one problem child hangs [...] cygwin [...] http://www.mail-archive.com/rsync@lists.samba.org/msg16412.html ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Rsync hangs after a while when tunneling from A->B->C

2005-10-11 Thread Wayne Davison
On Tue, Oct 11, 2005 at 12:55:52PM +0200, Stefaan Lhermitte wrote: > When I now run my Rsync scripts in cygwin: Cygwin has a bug in its pipe handling that will lose information and cause rsync to stall -- until this is fixed, you must avoid using the remote-shell-copy syntax (in which the programs

Re: Rsync hangs.

2005-07-26 Thread Wayne Davison
On Thu, Jul 21, 2005 at 02:23:14PM -0500, Alvin Dobrowski wrote: > io timeout after 60 seconds -- exiting This is not a hang, this is an abort due to inactivity. > I have compiled rsync on a hpux 11.11 server and I am using rsync-2.6.4. > The remote machine is running rsync as a deamon in inetd.

Re: rsync hangs when tunneling... help!

2004-12-15 Thread Jay 'Whip' Grizzard
> Thanks--these have enough information for a cursory analysis, where we > can see that the sender is using select to wait to write some data, and > the receiver is using select to wait to read some data (and the > generator is waiting to pump more checksum data to the sender). Thus, > everything

Re: rsync hangs when tunneling... help!

2004-12-15 Thread Wayne Davison
On Tue, Dec 07, 2004 at 02:50:43PM -0800, Jay 'Whip' Grizzard wrote: > Stack traces of hung transfer: Thanks--these have enough information for a cursory analysis, where we can see that the sender is using select to wait to write some data, and the receiver is using select to wait to read some dat

Re: Rsync Hangs when syncing two Windows Drives Locally..?

2004-12-15 Thread Wayne Davison
On Thu, Nov 18, 2004 at 02:12:29PM -0700, Jesse Shumaker wrote: > rsync -vvva --delete /cygdrive/d /cygdrive/e > What do you guys think is the issue here? Probably the third -v. Remove it, and it should no longer hang. Alternately, upgrade to the CVS version for a fix that makes -vvv work with la

Re: rsync hangs during large file-list exchange if verbosity is high

2004-11-19 Thread Wayne Davison
On Fri, Nov 19, 2004 at 03:01:11PM -0500, Carson Gaspar wrote: > Huzzah! This is the same bug I reported over a year ago... It doesn't seem to be in bugzilla, though, so it's not very surprising that it fell through the cracks (this is the reason why I got bugzilla going for the project -- to try

Re: RSYNC Hangs on large file counts and xinetd

2004-10-12 Thread Wayne Davison
On Tue, Oct 12, 2004 at 09:06:09AM -0700, Bachmeier, Marc wrote: > This configuration works fine when the xinetd server is pulled out of > the picture. Which makes me think that it is messing up somehow. Two suggestions for you: 1. Try using --blocking-io 2. Try using something like stunnel or

Re: rsync hangs in cron (not SSH-problem)

2004-06-03 Thread Tim Conway
I would suggest that you put those commandlines into scripts, and redirect stdout, stderr, AND stdin - "rsync -av --delete /mnt/web1 /mass/kuurne/day logfile 2>&1", for instance, or if you're wanting it just mailed like cron will do, "rsync -av --delete /mnt/web1 /mass/kuurne/day &1 |mail $USER

Re: rsync hangs in cron (not SSH-problem)

2004-06-02 Thread Pascal Nobus
This is the case - mounted Inetpub's windows-webserver on /mnt/web1 /mnt/web2, etc. - rsync this to local dir: rsync -av --delete /mnt/web1 /mass/kuurne/day rsync -av --delete /mnt/web2 /mass/kuurne/day etc.. - when logged in, everything works (I do see some errors about no

Re: rsync hangs in cron (not SSH-problem)

2004-05-27 Thread Chris Shoemaker
On Fri, May 21, 2004 at 02:55:37AM +0200, Pascal Nobus wrote: > This is the case > > - mounted Inetpub's windows-webserver on /mnt/web1 /mnt/web2, etc. > - rsync this to local dir: > rsync -av --delete /mnt/web1 /mass/kuurne/day > rsync -av --delete /mnt/web2 /mass/kuurne/day > e

Re: rsync hangs in cron (not SSH-problem)

2004-05-24 Thread Paul Slootman
On Fri 21 May 2004, Pascal Nobus wrote: > When used this command in cron > > 00 01 * * * rsync -av --delete /mnt/web1 /mass/kuurne/day > 00 02 * * * rsync -av --delete /mnt/web2 /mass/kuurne/day > etc.. > > > Rsync hangs, it doesn't finish! Does it eat cpu time, of does it just sit there? Use

Re: rsync hangs in cron (not SSH-problem)

2004-05-21 Thread Jeffrey Layton
On Thu, 2004-05-20 at 20:55, Pascal Nobus wrote: > When used this command in cron > > 00 01 * * * rsync -av --delete /mnt/web1 /mass/kuurne/day > 00 02 * * * rsync -av --delete /mnt/web2 /mass/kuurne/day > etc.. > Not sure if this is your problem or not, but I had some problems running rsync ou

Re: Rsync hangs with XP machine used as sshd server

2004-04-15 Thread Craig Barratt
Agostino Russo writes: > I have a problem with rsync 2.6 protocol 27 (both client and server) > running over XP via Cygwin and sshd (on remote machine). It just hangs > almost randomly while transfering files after transfering a few > megabytes, not always on the same file. When the remote mac

Re: Rsync hangs with XP machine used as sshd server

2004-04-15 Thread Jim Salter
Try cwrsync at http://www.itefix.no/cwrsync/ and see if you have better luck. Older cygwin DLLs had some network issues that rsync exposed, but in my experience installing cwrsync will fix the problem entirely. Jim Salter JRS Systems I have a problem with rsync 2.6 protocol 27 (both client and

Re: RSync hangs up on file transfer

2003-11-23 Thread Andre Alexander Bell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 12 October 2003 10:59, Andre Alexander Bell wrote: > On Wednesday 08 October 2003 20:53, jw schultz wrote: > > On Wed, Oct 08, 2003 at 08:37:27PM +0200, Andre Alexander Bell wrote: > > > On Monday 06 October 2003 20:48, jw schultz wrote: > >

Re: RSync hangs up on file transfer

2003-10-12 Thread Andre Alexander Bell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 08 October 2003 20:45, jw schultz wrote: > On Wed, Oct 08, 2003 at 08:35:47PM +0200, Andre Alexander Bell wrote: > > Ok, but how do I do that? Isn't this the rsync process startet on the > > other host? Or am I wrong here? Any tip how to d

Re: RSync hangs up on file transfer

2003-10-12 Thread Andre Alexander Bell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! On Wednesday 08 October 2003 20:53, jw schultz wrote: > On Wed, Oct 08, 2003 at 08:37:27PM +0200, Andre Alexander Bell wrote: > > On Monday 06 October 2003 20:48, jw schultz wrote: > > > updated. The third is for there to be corruption such as

Re: RSync hangs up on file transfer

2003-10-08 Thread jw schultz
On Wed, Oct 08, 2003 at 08:37:27PM +0200, Andre Alexander Bell wrote: > On Monday 06 October 2003 20:48, jw schultz wrote: > > updated. The third is for there to be corruption such as > > defective hardware or the destination being on nfs. > > These harddisks are 6 month old 200MB ide harddisc dr

Re: RSync hangs up on file transfer

2003-10-08 Thread jw schultz
On Wed, Oct 08, 2003 at 08:35:47PM +0200, Andre Alexander Bell wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Thx, for your answer. > > On Monday 06 October 2003 20:40, jw schultz wrote: > > On Fri, Aug 29, 2003 at 02:56:47PM +0200, Andre Alexander Bell wrote: > > > select(8, [7], [

Re: RSync hangs up on file transfer

2003-10-08 Thread Andre Alexander Bell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 06 October 2003 20:48, jw schultz wrote: > On Mon, Oct 06, 2003 at 08:20:55PM +0200, Andre Alexander Bell wrote: > > or even -vvv did allways end up with rsync consuming no more cpu time and > > the following last output lines (or quite simil

Re: RSync hangs up on file transfer

2003-10-08 Thread Andre Alexander Bell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thx, for your answer. On Monday 06 October 2003 20:40, jw schultz wrote: > On Fri, Aug 29, 2003 at 02:56:47PM +0200, Andre Alexander Bell wrote: > > select(8, [7], [4], NULL, {60, 0}) = 0 (Timeout) > > select(8, [7], [4], NULL, {60, 0}) = 0 (T

Re: RSync hangs up on file transfer

2003-10-06 Thread jw schultz
On Mon, Oct 06, 2003 at 08:20:55PM +0200, Andre Alexander Bell wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello! > > It is about a month ago that I came up here with my problem that rsync stops > processing from time to time. Meanwhile I investigated some more time on this > pro

Re: RSync hangs up on file transfer

2003-10-06 Thread jw schultz
On Fri, Aug 29, 2003 at 02:56:47PM +0200, Andre Alexander Bell wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello! > > I'm using RSync to mirror from a server (gandalf) to a backupserver (dwalin). > RSync does just fit my needs for what I want it to do and I would like to > thank

Re: RSync hangs up on file transfer

2003-10-06 Thread Andre Alexander Bell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! It is about a month ago that I came up here with my problem that rsync stops processing from time to time. Meanwhile I investigated some more time on this problem and increased the verbosity of rsync. Calling rsync with rsync -a -vv -P --delet

Re: Rsync hangs with protocol incompatibility issues

2003-08-27 Thread jw schultz
On Wed, Aug 27, 2003 at 10:32:57AM +0530, Anand Raman wrote: > Thanks jw > > Your suggestion of removing -e from the rsync options seems to have > fixed the problem. We have been able to synchornize large number of > files between the 3 environments with no weird protocol > incompatibilities or fr

RE: Rsync hangs with protocol incompatibility issues

2003-08-27 Thread Anand Raman
PM To: [EMAIL PROTECTED] Subject: Re: Rsync hangs with protocol incompatibility issues On Tue, Aug 26, 2003 at 01:34:21PM +0530, Anand Raman wrote: > Hi jw > > Thanks for responding.. > > 1) At work we end up using outlook. That could possibly explain a bit > about formatting

Re: Rsync hangs with protocol incompatibility issues

2003-08-26 Thread jw schultz
On Tue, Aug 26, 2003 at 01:34:21PM +0530, Anand Raman wrote: > Hi jw > > Thanks for responding.. > > 1) At work we end up using outlook. That could possibly explain a bit > about formatting > > 2) The error message varies from invocation to invocation. Sometimes it > exists with a error message

RE: Rsync hangs with protocol incompatibility issues

2003-08-26 Thread Anand Raman
e- From: jw schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 1:07 PM To: [EMAIL PROTECTED] Subject: Re: Rsync hangs with protocol incompatibility issues On Tue, Aug 26, 2003 at 12:53:27PM +0530, Anand Raman wrote: If you are using Solaris, why was your email formatted so poo

Re: Rsync hangs with protocol incompatibility issues

2003-08-26 Thread jw schultz
On Tue, Aug 26, 2003 at 12:53:27PM +0530, Anand Raman wrote: If you are using Solaris, why was your email formatted so poorly? > hi guys > > Environment 2 servers (SunOS 5.8) rsync 2.5.6 > > Problem For a disaster recovery solution, we are running > trying to synchornize interwoven backup store

Re: rsync hangs or exists without copying anything

2001-11-16 Thread Dave Dykstra
On Fri, Nov 16, 2001 at 04:15:29PM -, Daniel J. Conlon wrote: > I am trying to mirror a file system using rsync. The command I am using > is of the form: > > rsync -a /fs/home/6/ /usr/fs/home/6 > > /fs/home/6/ is an NFS file system, /usr/fs/home/6 is a local disk. > > With versions 2.4.6 an

Re: rsync hangs in local->local on RedHat 2.4.2 or stock 2.4.4

2001-06-19 Thread Jeremy Sanders
On Mon, 18 Jun 2001, Wayne Davison wrote: > If you apply my no-hang patch (that I sent out to the list several weeks > ago, but has yet to be integrated into CVS), rsync should stop hanging. > You can grab the patch from here: > > http://www.clari.net/~wayne/rsync-nohang.patch Excellent! Tha

RE: rsync hangs in local->local on RedHat 2.4.2 or stock 2.4.4

2001-06-18 Thread Wilson, Mark - MST
Message- From: Wayne Davison [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 June 2001 10:41 To: Jeremy Sanders Cc: [EMAIL PROTECTED] Subject: Re: rsync hangs in local->local on RedHat 2.4.2 or stock 2.4.4 On Mon, 18 Jun 2001, Jeremy Sanders wrote: > I'm getting numerous rsync (v2.4.6) pro

Re: rsync hangs in local->local on RedHat 2.4.2 or stock 2.4.4

2001-06-18 Thread Wayne Davison
On Mon, 18 Jun 2001, Jeremy Sanders wrote: > I'm getting numerous rsync (v2.4.6) problems under Linux 2.4.2 (RedHat > 7.1) or stock 2.4.4 on several machines. rsync often hangs copying files > from NFS or local disks to local disks. Strangely the problem is fixed by > stracing one of the three rsy

RE: rsync hangs in select on linux 2.4.5

2001-06-14 Thread Wileczek Mickaël
k - MST Cc : RSync List (E-mail) Objet : RE: rsync hangs in select on linux 2.4.5 On Thu, 14 Jun 2001, Wilson, Mark - MST wrote: > Umm, errr, I have to confess that I don't know how to apply your hang > patch... I did try the patch command, but to no avail. You may need a newer version

RE: rsync hangs in select on linux 2.4.5

2001-06-13 Thread Wayne Davison
On Thu, 14 Jun 2001, Wilson, Mark - MST wrote: > Umm, errr, I have to confess that I don't know how to apply your hang > patch... I did try the patch command, but to no avail. You may need a newer version of the patch program, then. The way to apply it is very straightforward. Chdir to the rsyn

RE: rsync hangs in select on linux 2.4.5

2001-06-13 Thread Wilson, Mark - MST
urgen Botz Cc: [EMAIL PROTECTED] Subject: Re: rsync hangs in select on linux 2.4.5 On Wed, 13 Jun 2001, Jurgen Botz wrote: > I'm seeing the following bizarre behavior... > > - "rsync -av" from one local fs to another local fs (local disk on both) > - rsync gets to

Re: rsync hangs in select on linux 2.4.5

2001-06-13 Thread Eric Whiting
Jurgen describes the behavior of some of my hangs -- as well as the strace 'solution' to make it finish. Wayne's patch fixed the hangs for me. Will this patch be incorporated into the main tree? eric Wayne Davison wrote: > > On Wed, 13 Jun 2001, Jurgen Botz wrote: > > I'm seeing the followin

Re: rsync hangs in select on linux 2.4.5

2001-06-13 Thread Wayne Davison
On Wed, 13 Jun 2001, Jurgen Botz wrote: > I'm seeing the following bizarre behavior... > > - "rsync -av" from one local fs to another local fs (local disk on both) > - rsync gets to very near completion then hangs indefinitely > - attach strace to rsync process doing the 'copy from' and >

RE: rsync hangs

2001-01-18 Thread David Bolen
Marquis Johnson [[EMAIL PROTECTED]] writes: >I found yesterday that this was my fault. I > probably should not have used rsync -avvv. When I used rsync -av it > worked fine. Thanks for your help. Yes, using more than two "-v" options can cause a problem, although I nor

RE: rsync hangs

2001-01-18 Thread Marquis Johnson
: Marquis Johnson Cc: '[EMAIL PROTECTED]' Subject: Re: rsync hangs > I have rsync on two Solaris 2.8 machines. I'm trying to replicate a > directory and all of its subdirectories from one machine to the other. I'm > not running rsync as a daemon. The command that I

Re: rsync hangs

2001-01-17 Thread Dan Phoenix
PROTECTED]> > To: Marquis Johnson <[EMAIL PROTECTED]> > Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Re: rsync hangs > > > > I have rsync on two Solaris 2.8 machines. I'm trying to replicate a > > directory and all of its

Re: rsync hangs

2001-01-17 Thread Jason truong
> I have rsync on two Solaris 2.8 machines. I'm trying to replicate a > directory and all of its subdirectories from one machine to the other. I'm > not running rsync as a daemon. The command that I'm running is: > rsync -avvv /opt/samba/ trumpet:/opt/samba > This runs for a while and then it

Re: rsync hangs with FreeSwan

2001-01-04 Thread Dave Dykstra
On Thu, Jan 04, 2001 at 12:12:43PM +1000, [EMAIL PROTECTED] wrote: > Dave_Dykstra_ wrote: > > Because of the piplined nature of the rsync implementation and the > > back-and-forth nature of the rsync protocol, rsync stresses many TCP > > implementations. No one else has mentioned a problem with F

Re: rsync hangs with FreeSwan

2001-01-03 Thread bhepple
Dave_Dykstra_ wrote: > Because of the piplined nature of the rsync implementation and the > back-and-forth nature of the rsync protocol, rsync stresses many TCP > implementations. No one else has mentioned a problem with FreeSwan, but I > suspect a bug with it. You should at least run "netstat"

Re: rsync hangs with FreeSwan

2001-01-03 Thread Dave Dykstra
On Fri, Dec 29, 2000 at 09:19:52AM +1000, Bob Hepple wrote: > "Peter T. Breuer" wrote: > > > > Sounds like the ssh pipes/socketpairs problem. Are you running over > > ssh? If so a solution is to recompile ssh. > > > > No, plain ole' rsh. But I get the same result with ssh. > > Before I posted

Re: rsync hangs with FreeSwan

2000-12-28 Thread Bob Hepple
"Peter T. Breuer" wrote: > > Sounds like the ssh pipes/socketpairs problem. Are you running over > ssh? If so a solution is to recompile ssh. > No, plain ole' rsh. But I get the same result with ssh. Before I posted I noticed previous similar problems in this list (but not with FreeSwan, just

Re: rsync hangs with FreeSwan

2000-12-27 Thread Peter T. Breuer
"A month of sundays ago [EMAIL PROTECTED] wrote:" > Using FreeSwan 1.5 to connect 2 networks and rsync 2.4.6 to transport > files between 2 Linux boxes (RH6.1/kernel 2.2.17 and 2.2.14) > > On small transfers of a couple of dozen files, all is sweet. When a lot > of files are involved, it hangs fo