Re: Setting CHERE_INVOKING=1 does not work because of case mismatch

2010-12-02 Thread Lennart Borgman
On Fri, Dec 3, 2010 at 6:51 AM, Andy Koppe wrote: > On 2 December 2010 22:31, Lennart Borgman wrote: >> In current cygwin (just updated) I need to downcase the test for >> CHERE_INVOKING in .profile to make it work > > To make what work? > > /bin/xhere, the part of the chere package that cd's to t

Re: Setting CHERE_INVOKING=1 does not work because of case mismatch

2010-12-02 Thread Andy Koppe
On 2 December 2010 22:31, Lennart Borgman wrote: > In current cygwin (just updated) I need to downcase the test for > CHERE_INVOKING in .profile to make it work To make what work? /bin/xhere, the part of the chere package that cd's to the required directory and invokes the user's shell, sets CHER

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread orbita
Spiro Trikaliotis-12 wrote: > > Hello, > > * On Thu, Dec 02, 2010 at 12:51:22PM -0600 Thrall, Bryan wrote: >> Charles Wilson wrote on 2010-12-02: >> > On 12/2/2010 1:27 PM, David Rothenberger wrote: >> >> Illia Bobyr wrote: >> >>> On 12/1/2010 8:53 PM, David Rothenberger wrote: >> Try typ

Re: Problem with lls command in nccftp

2010-12-02 Thread gialloporpora
Risposta al messaggio di gialloporpora : Dear all, I am using the ncftp (version 3.2.1) client installed with the Cygwin environment and I have this problem. The FTP client works nice for me, I have only this little issue. When I try to use the lls command (it launch the ls command in my loca

Setting CHERE_INVOKING=1 does not work because of case mismatch

2010-12-02 Thread Lennart Borgman
In current cygwin (just updated) I need to downcase the test for CHERE_INVOKING in .profile to make it work, i.e. it need to look like: if [ ! -z "${chere_invoking}" ]; then unset CHERE_INVOKING else cd "${HOME}" fi This is on Windows XP. -- Problem reports: http://cy

RE: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Thrall, Bryan
Heath Kehoe wrote on 2010-12-02: > On Dec 2, 2010, at 1:59 PM, Andy Koppe wrote: >> On 2 December 2010 18:40, Charles Wilson wrote: >>> On 12/2/2010 1:27 PM, David Rothenberger wrote: Illia Bobyr wrote: > On 12/1/2010 8:53 PM, David Rothenberger wrote: >> Try typing "reset" or "stty s

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Corinna Vinschen
On Dec 2 21:03, Jason Curl wrote: > On 02/12/2010 18:59, Corinna Vinschen wrote: > >On Dec 2 14:23, Jason Curl wrote: > >>One of my use cases is to test a particular interface if it has an IP > >>address > >>or not (due to DHCP, AutoIP, etc.). Then on definition of an address, I can > >>trigger

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Illia Bobyr
On 12/2/2010 2:28 PM, Heath Kehoe wrote: > [...] > Also, the OP said the problem was happening on pipelines like 'tail | grep'. > Neither tail nor grep muck with tty settings (that I know of), so if the tty > is ending up with echo disabled, it's got to be the shell leaving it that > way. Perhap

Re: "ls -lrt" takes over 2 minutes for 750 files!

2010-12-02 Thread Jim Reisert AD1C
On Thu, Dec 2, 2010 at 1:27 PM, Jim Reisert AD1C wrote: > On Thu, Dec 2, 2010 at 12:58 PM, Jim Reisert AD1C > wrote: > >> Running this version of Cygwin: >> >> CYGWIN_NT-6.1-WOW64 JJR 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin >> >> I have a directory with 753 files. >> >> "ls -lrt" (director

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Heath Kehoe
On Dec 2, 2010, at 1:59 PM, Andy Koppe wrote: > On 2 December 2010 18:40, Charles Wilson wrote: >> On 12/2/2010 1:27 PM, David Rothenberger wrote: >>> Illia Bobyr wrote: On 12/1/2010 8:53 PM, David Rothenberger wrote: > Try typing "reset" or "stty sane" (without the quotes) and pressing

Re: "ls -lrt" takes over 2 minutes for 750 files!

2010-12-02 Thread Jim Reisert AD1C
On Thu, Dec 2, 2010 at 12:58 PM, Jim Reisert AD1C wrote: > Running this version of Cygwin: > > CYGWIN_NT-6.1-WOW64 JJR 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin > > I have a directory with 753 files. > > "ls -lrt" (directory in reverse time order) takes forever (well, over > 2 minutes): > > 0

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Matthias Andree
Am 02.12.2010 18:54, schrieb Jason Curl: > Linux getifaddrs(): > * eth0 -> AF_INET > * eth0 -> AF_INET6 > > Cygwin getifaddrs(): > * {xxx} -> AF_INET6 > * {xxx}:1 -> AF_INET > > This is another reason why I think it could be architecturally simpler to just > have multiple records and to drop the

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Jason Curl
On 02/12/2010 18:59, Corinna Vinschen wrote: On Dec 2 14:23, Jason Curl wrote: One of my use cases is to test a particular interface if it has an IP address or not (due to DHCP, AutoIP, etc.). Then on definition of an address, I can trigger a process. This assumes that the interface names remai

Re: "ls -lrt" takes over 2 minutes for 750 files!

2010-12-02 Thread Larry Hall (Cygwin)
On 12/2/2010 2:58 PM, Jim Reisert AD1C wrote: Running this version of Cygwin: CYGWIN_NT-6.1-WOW64 JJR 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin I have a directory with 753 files. "ls -lrt" (directory in reverse time order) takes forever (well, over 2 minutes): 0.062u 0.264s 2:18.31 0.2%

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Andy Koppe
On 2 December 2010 18:40, Charles Wilson wrote: > On 12/2/2010 1:27 PM, David Rothenberger wrote: >> Illia Bobyr wrote: >>> On 12/1/2010 8:53 PM, David Rothenberger wrote: Try typing "reset" or "stty sane" (without the quotes) and pressing Enter. You won't see what you're typing, but afte

"ls -lrt" takes over 2 minutes for 750 files!

2010-12-02 Thread Jim Reisert AD1C
Running this version of Cygwin: CYGWIN_NT-6.1-WOW64 JJR 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin I have a directory with 753 files. "ls -lrt" (directory in reverse time order) takes forever (well, over 2 minutes): 0.062u 0.264s 2:18.31 0.2% 0+0k 0+0io 2822pf+0w A straight "ls" takes

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Andy Koppe
On 2 December 2010 18:51, Thrall, Bryan wrote: > Charles Wilson wrote on 2010-12-02: >> On 12/2/2010 1:27 PM, David Rothenberger wrote: >>> Illia Bobyr wrote: On 12/1/2010 8:53 PM, David Rothenberger wrote: > Try typing "reset" or "stty sane" (without the quotes) and pressing > Enter.

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Spiro Trikaliotis
Hello, * On Thu, Dec 02, 2010 at 12:51:22PM -0600 Thrall, Bryan wrote: > Charles Wilson wrote on 2010-12-02: > > On 12/2/2010 1:27 PM, David Rothenberger wrote: > >> Illia Bobyr wrote: > >>> On 12/1/2010 8:53 PM, David Rothenberger wrote: > Try typing "reset" or "stty sane" (without the quot

Problem with lls command in nccftp

2010-12-02 Thread gialloporpora
Dear all, I am using the ncftp (version 3.2.1) client installed with the Cygwin environment and I have this problem. The FTP client works nice for me, I have only this little issue. When I try to use the lls command (it launch the ls command in my local directory) this message appears: nc

RE: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Thrall, Bryan
Charles Wilson wrote on 2010-12-02: > On 12/2/2010 1:27 PM, David Rothenberger wrote: >> Illia Bobyr wrote: >>> On 12/1/2010 8:53 PM, David Rothenberger wrote: Try typing "reset" or "stty sane" (without the quotes) and pressing Enter. You won't see what you're typing, but after the shell

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Charles Wilson
On 12/2/2010 1:27 PM, David Rothenberger wrote: > Illia Bobyr wrote: >> On 12/1/2010 8:53 PM, David Rothenberger wrote: >>> Try typing "reset" or "stty sane" (without the quotes) and pressing >>> Enter. You won't see what you're typing, but after the shell should work >>> again. >> >> Would you, pl

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread David Rothenberger
Illia Bobyr wrote: > On 12/1/2010 8:53 PM, David Rothenberger wrote: >> orbita wrote: >>> hi, >>> I've been experiencing this problem for quite some time. Whenever I do a >>> tail (eg. "tail -f abc.txt | grep abc"), and then Ctrl-C to exit the tail, I >>> can't type in new commands to the command p

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Illia Bobyr
On 12/1/2010 8:53 PM, David Rothenberger wrote: > orbita wrote: >> hi, >> I've been experiencing this problem for quite some time. Whenever I do a >> tail (eg. "tail -f abc.txt | grep abc"), and then Ctrl-C to exit the tail, I >> can't type in new commands to the command prompt anymore. >> >> All I

Re: unable to type command into Cygwin after running 'tail'

2010-12-02 Thread Illia Bobyr
On 12/1/2010 8:53 PM, David Rothenberger wrote: > orbita wrote: >> hi, >> I've been experiencing this problem for quite some time. Whenever I do a >> tail (eg. "tail -f abc.txt | grep abc"), and then Ctrl-C to exit the tail, I >> can't type in new commands to the command prompt anymore. >> >> All I

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Corinna Vinschen
On Dec 2 17:54, Jason Curl wrote: > Jason Curl arcor.de> writes: > > > Corinna Vinschen cygwin.com> writes: > > > So, for the above interface we get > > > > > > 371D57D9-0FF3-402C-AB69-E88FF9D85BC3:f36e.1 > > > > > > as the unique alias name for the given IPv4 address. > > > > > > > The s

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Corinna Vinschen
On Dec 2 14:23, Jason Curl wrote: > Corinna Vinschen cygwin.com> writes: > > I think there's a potential solution to this problem. It just depends on > > how important it is. > > > > snip > > > So here's the idea. If we remove the braces from the GUID name, we drop > > 2 chars, so we have 6

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Jason Curl
Jason Curl arcor.de> writes: > Corinna Vinschen cygwin.com> writes: > > So, for the above interface we get > > > > 371D57D9-0FF3-402C-AB69-E88FF9D85BC3:f36e.1 > > > > as the unique alias name for the given IPv4 address. > > > > The solution that I do prefer, is one similar to QNX. QNX beha

1.7.7 - OpenSSH Fatal Error 1114

2010-12-02 Thread John Fano
I downloaded the snapshot dll from 12/1. $ uname -a CYGWIN_NT-5.2 Storage 1.7.8s(0.233/5/3) 20101201 16:39:07 i686 Cygwin Tried the same ssh commands from python that I gave before and I got the same results. I also tried from the cli using public key auth and it also produced the same results.

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Jason Curl
Corinna Vinschen cygwin.com> writes: > I think there's a potential solution to this problem. It just depends on > how important it is. > snip > So here's the idea. If we remove the braces from the GUID name, we drop > 2 chars, so we have 6 chars left. 6 chars are enough to convert the > IPv4

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Corinna Vinschen
On Dec 2 12:40, Corinna Vinschen wrote: > On Dec 1 22:30, Jason Curl wrote: > > Hello, > > > > I've seen an issue when using getifaddrs() using Cygwin 1.7.x > > (snapshot build from 2010-11-24, shortly after the ARP fixes from > > Corinna). Operating System is Windows 7 x64_86 Ultimate. > > > >

Re: Segmentation Fault in OpenGL - glutMainLoop

2010-12-02 Thread André Bleau
Nathan Rose wrote: > Hi AndrÃ, Hi Nathan, > > Thanks for your response. The native GLUT programs compiled and ran > fine. I've uninstalled the opengl > package but I'm still getting the segmentation fault. > > Running the program in the Cygwin Bash Shell (ie, not Cygwin/X) gives > the err

[ANNOUNCEMENT] Updated: astyle-2.01-1

2010-12-02 Thread Chris Sutcliffe
I've uploaded a new version astyle, 2.01-1, in keeping with the current upstream release. For a list of changes check out http://astyle.sourceforge.net/notes.html. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Corinna Vinschen
On Dec 2 10:36, Jason Curl wrote: > Jason Curl arcor.de> writes: > > > Hello, > > > > I've seen an issue when using getifaddrs() using Cygwin 1.7.x (snapshot > > build from 2010-11-24, shortly after the ARP fixes from Corinna). > > Operating System is Windows 7 x64_86 Ultimate. > > > > When

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Corinna Vinschen
On Dec 1 22:30, Jason Curl wrote: > Hello, > > I've seen an issue when using getifaddrs() using Cygwin 1.7.x > (snapshot build from 2010-11-24, shortly after the ARP fixes from > Corinna). Operating System is Windows 7 x64_86 Ultimate. > > When I use getifaddrs() I get a list of interface names,

Glut Problem

2010-12-02 Thread Klaus Ramstöck
Dear list, I tried to compile f90gl under a current cygwin. With some grey hair, I succeded, but my programs dont start. I analysed the problem an can reproduce it with this modified example glut program. >From /usr/share/doc/opengl-1.1.0/GLUTexamples/helloGlut.c: cut #include #include #incl

Re: Difference in behaviour between getifaddrs() and ioctl(SIOCGIFCONF)

2010-12-02 Thread Jason Curl
Jason Curl arcor.de> writes: > Hello, > > I've seen an issue when using getifaddrs() using Cygwin 1.7.x (snapshot > build from 2010-11-24, shortly after the ARP fixes from Corinna). > Operating System is Windows 7 x64_86 Ultimate. > > When I use getifaddrs() I get a list of interface names, s

Re: 1.7.7: sshd time skew

2010-12-02 Thread Andy Koppe
On 29 November 2010 12:52, gifen gifen wrote: > Could someone explain why the time differs when i log in using ssh versus > typing date in a mintty window. > > Output from a mintty window: >  $ date; ssh localhost date; date >  Mon Nov 29 11:02:30 CUT 2010 >  gi...@localhost's password: >  Mon Nov