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

2009-12-21 Thread Christopher Faylor
On Mon, Dec 21, 2009 at 09:50:02AM -0800, Wayne Davison wrote: >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 cyg

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
Cygwin: 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 -- Problem reports: http://cygwin.com/problems.html FAQ:

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: rsync hangs on big transfer Debian 5.0.3 pulling from WinXP SP3/ Cygwin 1.5.25

2009-12-17 Thread David Christensen
Debian Users & Cygwin: It must have been an owner/ group/ permission issue on the receiving end (?) -- I moved the destination directory aside, created a new top-level destination directory, and now the script runs fine. :-) HTH, David -- Problem reports: http://cygwin.com/problems.htm

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

2009-12-15 Thread David Christensen
Debian Users & Cygwin: I have a Perl/ rsync backup script that pulls files from a Windows XP Professional SP3/ Cygwin 1.5.25 machine. The script worked fine on one Debian box (5.0.1 upgraded to 5.0.3), but consistently hangs 1,000+ files into a large transfer after I moved it to a fresh Debian 5.

Re: 1.5.25: rsync hangs

2009-08-02 Thread Dat Head
>> there is only one machine involved - i am just copying files from one >> place to another. >> no rsyncd.  rsync -avx /cygdrive/f/foo /cygdrive/g > > Ahh ok. > > Try adding --progress, we've had that "help" in the past, dont ask why ;-) my full one does have --progress - but thanx for trying I

Re: 1.5.25: rsync hangs

2009-08-02 Thread Steven Hartland
- Original Message - From: "Dat Head" there is only one machine involved - i am just copying files from one place to another. no rsyncd. rsync -avx /cygdrive/f/foo /cygdrive/g Ahh ok. Try adding --progress, we've had that "help" in the past, dont ask why ;-) Regards Steve --

Re: 1.5.25: rsync hangs

2009-08-02 Thread Dat Head
On Sun, Aug 2, 2009 at 2:52 PM, Steven Hartland wrote: >> there's no ssh involved in my scenario >> >> i wonder if 1.7 has this same problem, >> i'm using i guess a much older version of 1.5 or maybe even earlier on my >> other computer and do not have the issue (that release contains rsync 2.x >>

Re: 1.5.25: rsync hangs

2009-08-02 Thread Steven Hartland
- Original Message - From: "Dat Head" On Sun, Aug 2, 2009 at 5:57 AM, Steven Hartland wrote: We've always found rsync on cygwin unreliable when used with ssh, so much so that I wouldn't advise it to anyone. If you can do away with ssh and use daemon mode then you'll likely have more

Re: 1.5.25: rsync hangs

2009-08-02 Thread Dat Head
On Sun, Aug 2, 2009 at 5:57 AM, Steven Hartland wrote: > We've always found rsync on cygwin unreliable when used with ssh, so much so > that I wouldn't advise it to anyone. If you can do away with ssh and use > daemon mode then you'll likely have more joy. Alternatively try sfu's version > which >

Re: 1.5.25: rsync hangs

2009-08-02 Thread Steven Hartland
Regards Steve - Original Message - From: "Dat Head" To: Sent: Sunday, August 02, 2009 4:12 AM Subject: 1.5.25: rsync hangs rsync frequently hangs on me in some socket call - this is after i have used it before in the current session usually. it is not repeatable on d

Re: rsync hangs (maybe due to cron?) when getting data from Windows to Linux PC

2006-11-12 Thread Larry Hall (Cygwin)
H.S. wrote: Recenly, I noticed that I can run that backup rsync command manually on the Linux PC and it worked. But running that command via a script did not work. So, at this point I am not sure what is going wrong, maybe it is my script. I run the same command from the command line and fro

rsync hangs (maybe due to cron?) when getting data from Windows to Linux PC

2006-11-12 Thread H.S.
the Linux PC, I have a cron job which calls my rsync script to copy the directories from Windows PC to the Linux PC. I notice that if there are either too many files, or large files or both to be copied from the Windows PC, rsync hangs and never completes. But with the "-n" option, rs

SSH + rsync hangs

2005-10-20 Thread Dan Horne
I'm attempting to sync files over ssh from a Linux server to a cygwin client. The command I issue is rsync -avz -e ssh [EMAIL PROTECTED]:/remote_dir . but the request hangs. I can ssh directrly to the server from the cygwin shell. If I increase the logging level, I get: $ rsync -az -e ssh

Re: rsync hangs on checksum synchronization

2005-04-11 Thread Jason Pearce
FYI - I use rsync with checksums to synchronise from my laptop to work. It syncs to a HP binary of rsync at the other end. I found I had to use checksums because the time stamping was unreliable, transfering more than it needed to. I have found it to be very reliable since switching to checksum

Re: rsync hangs on checksum synchronization

2005-04-10 Thread Larry Hall
At 08:31 AM 4/9/2005, you wrote: >Hi everybody, > >I'm experiencing another variant of the rsync hang-problem. I'm using rsync >locally to synchronize some large amount of data (~ 80 GB of media files) >with an attached USB harddrive. The command I use for everyday >synchronization reads as: > >rsy

rsync hangs on checksum synchronization

2005-04-09 Thread jojo
Hi everybody, I'm experiencing another variant of the rsync hang-problem. I'm using rsync locally to synchronize some large amount of data (~ 80 GB of media files) with an attached USB harddrive. The command I use for everyday synchronization reads as: rsync -CvubrltgoD -v --delete --backup-dir=/

rsync hangs

2004-09-06 Thread Edwin Goei
I'm trying to use "rsync" but it hangs and I am unable to kill it using the Windows task manager. I've seen postings about using rsync for backup. Is this a known problem? Any ideas? $ rsync -av d1 d1.bak # command hangs OS: Windows XP Pro SP2 $ uname -srv CYGWIN_NT-5.1 1.5.7(0.109/3/2) 2004

Re: rsync hangs (v2.6.2-1 on both Cygwin and Fedora)

2004-07-25 Thread Clif J. Smith
On Sun, 2004-07-25 at 11:22, Patrick J. LoPresti wrote: > "Clif J. Smith" writes: > > > I'm trying to rsync data from a WinXP system running Cygwin to a Fedora > > Core 2 system. When running the following command from my Fedora > > system, it'll build a file list for a while, but never actually

Re: rsync hangs (v2.6.2-1 on both Cygwin and Fedora)

2004-07-25 Thread Patrick J. LoPresti
"Clif J. Smith" writes: > I'm trying to rsync data from a WinXP system running Cygwin to a Fedora > Core 2 system. When running the following command from my Fedora > system, it'll build a file list for a while, but never actually sync > anything and complete: > # /usr/bin/rsync -a --delete -

Re: rsync hangs (v2.6.2-1 on both Cygwin and Fedora)

2004-07-24 Thread Clif J. Smith
On Sat, 2004-07-24 at 05:13, Thorsten Kampe wrote: > * Clif J. Smith (2004-07-24 07:48 +0200) > > I'm trying to rsync data from a WinXP system running Cygwin to a Fedora > > Core 2 system. When running the following command from my Fedora > > system, it'll build a file list for a while, but never

Re: rsync hangs (v2.6.2-1 on both Cygwin and Fedora)

2004-07-24 Thread Thorsten Kampe
* Clif J. Smith (2004-07-24 07:48 +0200) > I'm trying to rsync data from a WinXP system running Cygwin to a Fedora > Core 2 system. When running the following command from my Fedora > system, it'll build a file list for a while, but never actually sync > anything and complete: > # /usr/bin/rsync -

rsync hangs (v2.6.2-1 on both Cygwin and Fedora)

2004-07-23 Thread Clif J. Smith
I'm trying to rsync data from a WinXP system running Cygwin to a Fedora Core 2 system. When running the following command from my Fedora system, it'll build a file list for a while, but never actually sync anything and complete: # /usr/bin/rsync -a --delete --numeric-ids --rsh=/usr/bin/ssh \ [

RE : Mostly reproducible rsync hangs

2003-08-22 Thread Philippe Torche
Some news for this (big for me) problem ? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Philippe Torche Envoyé : jeudi, 21. août 2003 09:38 À : [EMAIL PROTECTED] Objet : RE : Mostly reproducible rsync hangs I've discovered approximatel

RE : Mostly reproducible rsync hangs

2003-08-21 Thread Philippe Torche
- Windows XP english SP1 - sshd version OpenSSH_3.6.1p1 server from cygwin Thanks, Philippe. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Patrick J. LoPresti Envoyé : mercredi, 20. août 2003 23:47 À : [EMAIL PROTECTED] Objet : Mostly reproducibl

Rsync Hangs Under Cygwin - RESOLVED

2003-02-21 Thread Glenn, Billy
Max / Team Cygwin: I just wanted to close the loop with you, and thank you again for your excellent support. I spent hours and hours working with this developer, trying to replicate his problems (hangs during rsync over ssh from within Cygwin) on any of my systems, and observing the problem fi

Re: 2.5.5-1 rsync hangs

2002-10-07 Thread Steve Thompson
On Tue, 24 Sep 2002, Anthony Heading wrote: > On Mon, Sep 23, 2002 at 01:06:22PM -0700, Sudheer Tumuluru wrote: > > > > I am having the same problem with rsync 2.5.5-1. I am > > trying to rsync a couple of short text files between a linux server and > > Win2k Professional boxes with cygwin.

Re: rsync hangs, but there is a fix

2002-10-06 Thread Thomas Guettler
On Sun, Oct 06, 2002 at 10:05:29AM -0700, Gennady wrote: > As many of you on the list, I was suffering from systematic > rsync hangs (v. 2.5.5-1) which are especially annoying if you make daily > backups using rsync with cron -- orphaned rsyncs are accumulated over the > days and

rsync hangs, but there is a fix

2002-10-06 Thread Gennady
As many of you on the list, I was suffering from systematic rsync hangs (v. 2.5.5-1) which are especially annoying if you make daily backups using rsync with cron -- orphaned rsyncs are accumulated over the days and you have to kill them manually. To my joy, I found out that the fix announced

Re: 2.5.5-1 rsync hangs

2002-09-24 Thread Igor Pechtchanski
On Tue, 24 Sep 2002, Anthony Heading wrote: > On Mon, Sep 23, 2002 at 01:06:22PM -0700, Sudheer Tumuluru wrote: > > > > I am having the same problem with rsync 2.5.5-1. I am > > trying to rsync a couple of short text files between a linux server and > > Win2k Professional boxes with cygwin. A

Re: 2.5.5-1 rsync hangs

2002-09-24 Thread Anthony Heading
On Mon, Sep 23, 2002 at 01:06:22PM -0700, Sudheer Tumuluru wrote: > > I am having the same problem with rsync 2.5.5-1. I am > trying to rsync a couple of short text files between a linux server and > Win2k Professional boxes with cygwin. About 20% of the time, rsync freezes > at the end of th

Re: 2.5.5-1 rsync hangs

2002-09-23 Thread Don Dwiggins
Sudheer Tumuluru writes: > I am having the same problem with rsync 2.5.5-1. I am trying to rsync > a couple of short text files between a linux server and Win2k Professional > boxes with cygwin. About 20% of the time, rsync freezes at the end of the > transfer, and I can't kill the rsync proce

Re: 2.5.5-1 rsync hangs

2002-09-23 Thread Sudheer Tumuluru
I am having the same problem with rsync 2.5.5-1. I am trying to rsync a couple of short text files between a linux server and Win2k Professional boxes with cygwin. About 20% of the time, rsync freezes at the end of the transfer, and I can't kill the rsync process in cygwin even if I give it