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
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
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:
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
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
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.
>> 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
- 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
--
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
>>
- 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
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
>
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
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
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
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
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
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
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=/
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
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
"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 -
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
* 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 -
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 \
[
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
- 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
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
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.
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
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
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
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
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
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
34 matches
Mail list logo