Re: LFTP issue

2009-06-15 Thread Corinna Vinschen
On Jun 14 20:30, Chris Sutcliffe wrote: > > The latest snapshot should eliminate the duplicate results. > > Works like a charm. Thank you for fixing this! Same here. The weird hangs disappeared as well. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin

Re: LFTP issue

2009-06-14 Thread Chris Sutcliffe
> The latest snapshot should eliminate the duplicate results. Works like a charm. Thank you for fixing this! Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentatio

Re: LFTP issue

2009-06-14 Thread Christopher Faylor
On Sun, Jun 14, 2009 at 07:39:22AM -0400, Chris Sutcliffe wrote: >>Thanks for the strace. ?This + our irc chat allowed me to duplicate >>the problem. ?It should be fixed in the next snapshot which is >>building now. > >Thank you! Using the "cygwin1-20090614.dll.bz2" snapshot, I don't see >the han

Re: LFTP issue

2009-06-14 Thread Corinna Vinschen
On Jun 14 14:29, Corinna Vinschen wrote: > On Jun 14 07:39, Chris Sutcliffe wrote: > > > Thanks for the strace.  This + our irc chat allowed me to duplicate the > > > problem.  It should be fixed in the next snapshot which is building now. > > > > Thank you! Using the "cygwin1-20090614.dll.bz2" s

Re: LFTP issue

2009-06-14 Thread Corinna Vinschen
On Jun 14 07:39, Chris Sutcliffe wrote: > > Thanks for the strace.  This + our irc chat allowed me to duplicate the > > problem.  It should be fixed in the next snapshot which is building now. > > Thank you! Using the "cygwin1-20090614.dll.bz2" snapshot, I don't see > the hang that I was seeing b

Re: LFTP issue

2009-06-14 Thread Chris Sutcliffe
> Thanks for the strace.  This + our irc chat allowed me to duplicate the > problem.  It should be fixed in the next snapshot which is building now. Thank you! Using the "cygwin1-20090614.dll.bz2" snapshot, I don't see the hang that I was seeing before. However, when doing a "ls | grep " or "ls

Re: LFTP issue

2009-06-13 Thread Christopher Faylor
On Tue, Jun 09, 2009 at 12:11:18AM -0400, Christopher Faylor wrote: >On Mon, Jun 08, 2009 at 09:14:36PM -0400, Chris Sutcliffe wrote: Doing a little more debugging, and it looks like the issue is related directory size. ?I can execute 'ls | grep ' in a directory with 22 items with no is

Re: LFTP issue

2009-06-08 Thread Christopher Faylor
On Mon, Jun 08, 2009 at 09:14:36PM -0400, Chris Sutcliffe wrote: >>>Doing a little more debugging, and it looks like the issue is related >>>directory size. ?I can execute 'ls | grep ' in a directory >>>with 22 items with no issue at all. ?However, when I do a 'ls | grep >>>' in a directory that ha

Re: LFTP issue

2009-06-08 Thread Chris Sutcliffe
>>Doing a little more debugging, and it looks like the issue is related >>directory size.  I can execute 'ls | grep ' in a directory >>with 22 items with no issue at all.  However, when I do a 'ls | grep >>' in a directory that has 1,928 items, that's when I see the >>behaviour I'm experiencing.  I

Re: LFTP issue

2009-06-08 Thread Christopher Faylor
On Mon, Jun 08, 2009 at 02:36:12PM -0400, Chris Sutcliffe wrote: >> I'm not able to reproduce this behavior in my Cygwin 1.7 installation, with >> lftp 3.7.6-4. ?Both of the commands you describe work normally for me, >> without Ctrl-C. ?My $CYGWIN is empty, BTW. > >Doing a little more debugging, a

Re: LFTP issue

2009-06-08 Thread Chris Sutcliffe
> I'm not able to reproduce this behavior in my Cygwin 1.7 installation, with > lftp 3.7.6-4.  Both of the commands you describe work normally for me, > without Ctrl-C.  My $CYGWIN is empty, BTW. Doing a little more debugging, and it looks like the issue is related directory size. I can execute '

Re: LFTP issue

2009-06-08 Thread Andrew Schulman
> According to the LFTP documentation, I should be able to do: > > ls | grep > > and > > ls | less > > both of which only return something if I , if I don't > it just sits there. I'm not able to reproduce this behavior in my Cygwin 1.7 installation, with lftp 3.7.6-4. Both of the commands y

Re: LFTP issue

2009-06-08 Thread Corinna Vinschen
On Jun 8 11:04, Chris Sutcliffe wrote: > > I just tried lftp from the distro under the latest Cygwin 1.7 DLL from > > CVS and both, `ls | grep foo' as well as `ls | less' work fine for me in > > a console window as well as in mintty.  I'm puzzled what could be the > > cause for what you observe. >

Re: LFTP issue

2009-06-08 Thread Chris Sutcliffe
> I just tried lftp from the distro under the latest Cygwin 1.7 DLL from > CVS and both, `ls | grep foo' as well as `ls | less' work fine for me in > a console window as well as in mintty.  I'm puzzled what could be the > cause for what you observe. Is there a snapshot I can try? I'm currently us

Re: LFTP issue

2009-06-08 Thread Corinna Vinschen
On Jun 8 09:12, Chris Sutcliffe wrote: > >  First thought that springs to my mind: what kind of console is in use here? > >  What is the setting of CYGWIN=(no)tty?  And does Ctrl+D work as well as > > Ctrl+C? > > Both a Cygwin console, as well as MinTTY. Ctrl+D doesn't work, only > Ctrl+C does.

Re: LFTP issue

2009-06-08 Thread Chris Sutcliffe
>  First thought that springs to my mind: what kind of console is in use here? >  What is the setting of CYGWIN=(no)tty?  And does Ctrl+D work as well as > Ctrl+C? Both a Cygwin console, as well as MinTTY. Ctrl+D doesn't work, only Ctrl+C does. echo $CYGWIN displays nothing (so I assume that me

Re: LFTP issue

2009-06-07 Thread Dave Korn
Andrew Schulman wrote: > Unfortunately, I don't have any idea what would make this happen in Cygwin and > not in Linux. First thought that springs to my mind: what kind of console is in use here? What is the setting of CYGWIN=(no)tty? And does Ctrl+D work as well as Ctrl+C? cheers,

Re: LFTP issue

2009-06-07 Thread Chris Sutcliffe
> Thanks for the report.  I just tried this on my linux host and it works fine > there.  I don't have a Cygwin host here but will check the behavior you report > on Monday. Good to know it works properly in linux. > Unfortunately, I don't have any idea what would make this happen in Cygwin and >

Re: LFTP issue

2009-06-07 Thread Andrew Schulman
> According to the LFTP documentation, I should be able to do: > > ls | grep > > and > > ls | less > > both of which only return something if I , if I don't > it just sits there. > > I don't have access to a Linux machine, so I can't verify if this is a > cygwin lftp issue, or an lftp issue