Re: rsync 2.6.2 crash

2004-09-24 Thread Wayne Davison
On Fri, Sep 24, 2004 at 11:09:26AM -0700, jim wrote: > The server crashed, but left rsync.exe.stackdump: A stackdump would be useful if it would give function names and line numbers. Without that, it doesn't give me anything I can use to figure out where it crashed. Could you try running 2.6.3pr

Re: rsync 2.6.2 crash

2004-09-24 Thread jim
2.5.7 died the same way. Maybe the bug is in cygwin1.dll? I'm using 1005.11.0.0. ---Original Message--- > From: jim <[EMAIL PROTECTED]> > Subject: Re: Re: Re: rsync 2.6.2 crash > Sent: 24 Sep 2004 12:22:17 > > I tried 2.6.3pre2 on the serv

Re: rsync 2.6.2 crash

2004-09-24 Thread jim
CONTROL/17Bxx - , xXxxx-x xx/Drawing Sheet 17B1N5001 B(2.2).cal" (in MPDM) failed: Not a directory ---Original Message--- > From: jim <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.2 crash > Sent: 24 Sep 2004 12:33:58 > > 2.

Re: rsync 2.6.2 crash

2004-09-24 Thread John Van Essen
On Fri, 24 Sep 2004, jim <[EMAIL PROTECTED]> wrote: > > I switched both ends back to 2.6.2 and started rsync in daemon > mode by hand (no ssh). The sync is still in progress, but it looks > like it is working. I was wondering about your attempt to run an rsync daemon via ssh... Your original info:

Re: rsync 2.6.2 crash

2004-09-25 Thread jim
> From: John Van Essen <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.2 crash > Sent: 24 Sep 2004 19:26:11 > > On Fri, 24 Sep 2004, jim <[EMAIL PROTECTED]> wrote: > > > > I switched both ends back to 2.6.2 and started rsync in daemon >

Re: Re: rsync 2.6.2 crash

2004-09-24 Thread jim
OK, I will do that next. I just tried 2.6.1 on both ends, and it died in a similar fashion. ---Original Message--- > From: Wayne Davison <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.2 crash > Sent: 24 Sep 2004 11:21:51 > > On Fri, Sep 24, 200

Re: Re: Re: rsync 2.6.2 crash

2004-09-24 Thread jim
e: Re: rsync 2.6.2 crash > Sent: 24 Sep 2004 12:06:34 > > OK, I will do that next. I just tried 2.6.1 on both ends, and it died in a similar fashion. > > > > ---Original Message--- > > From: Wayne Davison <[EMAIL PROTECTED]&

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-28 Thread jim
gt; Subject: Re: rsync 2.6.2 crash > Sent: 24 Sep 2004 16:19:02 > > I switched both ends back to 2.6.2 and started rsync in daemon mode by hand (no ssh). The sync is still in progress, but it looks like it is working. There were three small problems, however: > >

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-29 Thread jim
Do you have a gut feeling as to where I should look first, or what the issue might be? Do you suspect rsync or ssh as the likely culprit? >Yes, others have experienced hangs when using rsync over ssh under >cygwin. If possible, stick with the rsync daemon protocol for cygwin >transfers and it sh

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-30 Thread jim
OK, I installed 2.6.3pre2 on both the client and server. The server is run via a ssh command option in authorized keys: command="rsync --server --daemon ." The client command is: rsync -Pvvvtr --rsh="ssh -l mpdm -i ADMIN/rsa-mpdm01" pcls046147::"MPDM/subdir" . For this test, there were 2 client r

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-30 Thread jim
Wayne, Do you think an earlier version might be missing this bug? There's really not anything fancy about the directories I'm syncing- no links, no multi-byte char filenames, I don't care about permissions, etc., just timestamps, names and contents. I guess the only thing out of the ordinary is

rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-01 Thread jim
Here are strace outputs of a hung session, 2.6.3 on both ends (server, client process 1, client process 2): $ strace -t -p 4040 Attached to pid 4040 (windows pid 2488) 14:04:47 [unknown (0x938)] rsync 4040 _cygtls::remove: wait 0x0 14:05:17 [main] rsync 4040 select_stuff::wait: timed out 14:05:17

rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-05 Thread jim
Hi, I really need to get the bottom of this problem. I have now experienced the hang while synching two local directories. Can you explain to me the relationship between the parent rsync process and it's children? At the time of the latest hang, there two children rsync processes. Why not use a

rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-05 Thread jim
the problem with syncing across the network using ssh, and syncing locally, but not over the network rsync to rsync. Maybe it's just a matter of time ---Original Message--- > From: Wayne Davison <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.3 hang (was

rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-07 Thread jim
Thanks for the suggestions for different tunneling tools. This really only helps with half my problem- I need to sync local dirs, too. I'm guessing that this is really a cygwin problem in select(), but I'm not a good enough programmer to dig into it. I've got a local guru looking at it, but I th

Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-28 Thread Chuck Wolber
On Tue, 28 Sep 2004, jim wrote: > OK, I set up a new PC with a fresh XP load to be my rsync server. Rsync > by itself seems to work fine (thank God. I'm going nuts.) > > I am still having problems when I throw ssh into the mix. At least now, > things don't crash, but they do hang. The file lis

Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-28 Thread John
h. ---Original Message--- > From: Chuck Wolber <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.2 hang (was rsync 2.6.2 crash) > Sent: 28 Sep 2004 21:13:47 > > On Tue, 28 Sep 2004, jim wrote: > > > OK, I set up a new PC with a fresh XP load to be my rs

Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-29 Thread Wayne Davison
On Tue, Sep 28, 2004 at 03:19:43PM -0700, jim wrote: > I am still having problems when I throw ssh into the mix. At least > now, things don't crash, but they do hang. Yes, others have experienced hangs when using rsync over ssh under cygwin. If possible, stick with the rsync daemon protocol for c

Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-29 Thread Wayne Davison
On Wed, Sep 29, 2004 at 10:08:16AM -0700, jim wrote: > Do you have a gut feeling as to where I should look first, or what the > issue might be? Do you suspect rsync or ssh as the likely culprit? It's hard to know, but I'd suggest starting by assuming it's rsync's fault and going from there. The

Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-29 Thread jim
OK, I'll try it. One more question. Does rsync intentionally behave differently if it's talking over ssh vs directly over a socket? ---Original Message--- > From: Wayne Davison <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.2 hang (was rsync 2.6.2 cr

Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-29 Thread Wayne Davison
On Wed, Sep 29, 2004 at 11:28:04AM -0700, jim wrote: > One more question. Does rsync intentionally behave differently if > it's talking over ssh vs directly over a socket? The main difference is in the protocol startup (since we have to send some things over the socket in daemon mode that get se

Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-05 Thread Wayne Davison
On Tue, Oct 05, 2004 at 07:07:17AM -0700, jim wrote: > Can you explain to me the relationship between the parent rsync > process and it's children? Rsync has a separate process for each major function. The generator process (on the receiving side) has the job of figuring out which files are diffe

Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-05 Thread Craig Barratt
"jim" writes: > Thanks for the additional info. > > I actually have tried the --no-blocking-io option, but the sync > still hung. > > Since no one on Unix-like platforms are reporting an issue, do you > think it may be something in the Cygwin compatibility layer? Yes, I think so. When I tried t

Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-06 Thread jim
Wayne, I'm trying to debug the hanging problem. I rebuilt cygwin1.dll to include debugging info, and I'm using rsync 2.6.3 compiled without optimization and with -g. I need a little assistance with gdb. When I attach to a hung rsync process, none of the backtraces of any of the threads seem t

Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-07 Thread Paul Arch
> "jim" writes: > > > Thanks for the additional info. > > > > I actually have tried the --no-blocking-io option, but the sync > > still hung. > > > > Since no one on Unix-like platforms are reporting an issue, do you > > think it may be something in the Cygwin compatibility layer? > >

Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-07 Thread tevfik
Hi, SSH-tunneling instead of built-in rsync ssh-capability works also quite well. Have a look at http://www.itefix.no/phpws/index.php?module=faq&FAQ_op=view&FAQ_id=26 for an example. Rgrds Tev > > "jim" writes: > > > > > Thanks for the additional info. > > > > > > I actually have tried the

Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-07 Thread Wayne Davison
When you say that a local copy hangs, I'm assuming you're not using the host: name for the local machine or "localhost:", right? If HAVE_SOCKETPAIR is defined in config.h, I'd suggest commenting it out, recompiling, and trying the local copying again -- perhaps having rsync use pipes instead of so

Re: Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-28 Thread jim
ginal Message--- > From: Chuck Wolber <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.2 hang (was rsync 2.6.2 crash) > Sent: 28 Sep 2004 21:13:47 > > On Tue, 28 Sep 2004, jim wrote: > > > OK, I set up a new PC with a fresh XP load to be my rsy

Re: Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-28 Thread Chuck Wolber
On Tue, 28 Sep 2004, jim wrote: > Hey, that's pretty funny. Actually, I would much prefer a Linux > environment, but I don't always get what I want. We are primarily a > Windows and HP-UX shop, so it's not so easy get the powers that be to > buy into a Linux box. Bummer, I feel your pain. As f

Re: Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-07 Thread jim
file contents are readable (no disk problems or file locks). If I comment that out, how will that affect a remote sync? ---Original Message--- > From: Wayne Davison <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.3 hang (was rsync 2.6.2 crash) > Sent: 07 Oct 2004 10:0

Re: Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-07 Thread Wayne Davison
On Thu, Oct 07, 2004 at 10:32:34AM -0700, jim wrote: > If I comment that out, how will that affect a remote sync? It wont affect it at all, since socketpair() is only used to communicate locally (don't confuse socketpair() with socket()). ..wayne.. -- To unsubscribe or change options: http://lis