Test and upload: ctags 5.7

2007-09-05 Thread Warren Young
Package files: http://tangentsoft.net/cygwin/ctags-5.7-1-src.tar.bz2 http://tangentsoft.net/cygwin/ctags-5.7-1.tar.bz2 This just reflects the release of a new upstream version. Although I've been the ctags maintainer for nearly two years, this is only my second package submission due to

Re: Xdmcp too slow with SOME Linux accounts.

2007-09-05 Thread Holger Krull
Mario Scheble schrieb: Hello. Please, I need some help with the following problem. My PC has Windows XP and is part of a WorkGroup with a Debian Linux network. I installed Cygwin, and XDMCP properly works when I login on a remote machine to ONE Linux account. But when I login to ANOTHER

Re: Xdmcp too slow with SOME Linux accounts.

2007-09-05 Thread Holger Krull
Michael Giroux schrieb: On 9/5/07, Holger Krull [EMAIL PROTECTED] wrote: Without knowing what is started when you login it is impossible to give further advice. Does stty have any effect? If yes, what options should be applied? Don't think so. As far as I can tell, my .bash_profile is

font and screen size

2007-09-05 Thread Cole Radcliffe
I tried to change the font size with the option -fs after the xterm command however xterm did not recognize that option even though it appeared in man xterm. I am guessing that it was just not compiled into the cygwin version of xterm. Is there any other way to accomplish this. I could just set

Re: font and screen size

2007-09-05 Thread Reid Thompson
how bout -fn 12x24 On Wed, 2007-09-05 at 13:26 -0500, Cole Radcliffe wrote: I tried to change the font size with the option -fs after the xterm command however xterm did not recognize that option even though it appeared in man xterm. I am guessing that it was just not compiled into the

Re: font and screen size

2007-09-05 Thread Reid Thompson
run xlsfonts and pick one -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/

Re: font and screen size

2007-09-05 Thread Holger Krull
Cole Radcliffe schrieb: this. I could just set the -fn option which stands for font name and use a font that has a large standard size but someone would need to explain to me how to set that up! xterm font type and size are usually set in the file .Xdefaults add something like:

Re: font and screen size

2007-09-05 Thread Thomas Dickey
On Wed, 5 Sep 2007, Cole Radcliffe wrote: I tried to change the font size with the option -fs after the xterm command however xterm did not recognize that option even though it appeared in man xterm. I am guessing that it was just not compiled into the cygwin version of xterm. Is there any

Re: font and screen size

2007-09-05 Thread Angelo Graziosi
In my $HOME/.Xdefaults I have: ! -[ xft ] - Xft*antialias: true Xft*autohint: true ! -[ xterm ] - XTerm*background: Black XTerm*foreground: LightGray XTerm*scrollBar:true XTerm*rightScrollBar: true XTerm*faceName: BitStream Vera

Re: font and screen size

2007-09-05 Thread Cole Radcliffe
That is weird. I do not have a .Xdefaults in my home directory. I do have a .Xauthority-c file, which is empty. I downloaded it pretty recently, maybe we are working with different versions. On 9/5/07, Angelo Graziosi [EMAIL PROTECTED] wrote: In my $HOME/.Xdefaults I have: ! -[ xft ]

Re: font and screen size

2007-09-05 Thread Cole Radcliffe
OK. I think it was not working because I was just appending options to %RUN% xterm -e /usr/bin/bash -l in the startx batch file which for some reason does not work for any option I append (the shell just dies quickly). One interesting thing I found is that if I replace the %RUN% xterm -e

Re: font and screen size

2007-09-05 Thread Reid Thompson
Cole Radcliffe wrote: OK. I think it was not working because I was just appending options to -e /usr/bin/bash -l in the startx batch file which for some reason does not work for any option I append (the shell just dies quickly). One interesting thing I found is that if I replace the %RUN%

scroll bars

2007-09-05 Thread Cole Radcliffe
Thanks for the help with the font size. Now why does why does %RUN% XWin -silent-dup-error -scrollbars give me a terminal with no scroll bars? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: scroll bars

2007-09-05 Thread Reid Thompson
Cole Radcliffe wrote: Thanks for the help with the font size. Now why does why does %RUN% XWin -silent-dup-error -scrollbars give me a terminal with no scroll bars? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: scroll bars

2007-09-05 Thread Cole Radcliffe
%RUN% xterm -fn 10x20 -scrollbar -e /usr/bin/bash -l does not work for me I also tried it with -scrollBar -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ:

ls bug in snapshot 20070831

2007-09-05 Thread Marco Atzeri
Hi All, I have noted this strange result using snapshot 20070831 when no files match the pattern $ ls -l *.p -rw-r--r-- 1 0 Dec 1 2006 *.p previous version was correct snapshot 20070813 $ ls -l *.p ls: cannot access *.p: No such file or directory Regards Marco

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Tatsuro MATSUOKA
Dear Carlo Could you please expound (or point to a link) on what sjlj or sjlj- exceptions do? AFAIK, it's probably the first time the octave sjlj exception issue has appeared in this list. As far as I've seen, this is a gcc issue. Disscussion seem to be started from the foloowing points

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Morgan Gangwere
On 9/5/07, Tatsuro MATSUOKA [EMAIL PROTECTED] wrote: Dear Carlo Could you please expound (or point to a link) on what sjlj or sjlj- exceptions do? AFAIK, it's probably the first time the octave sjlj exception issue has appeared in this list. As far as I've seen, this is a gcc issue.

Re: 1.5.24: sshd immediately disconnects upon receiving a connection

2007-09-05 Thread Jeremy K . Truax
So as I said in the last message for this thread, I was able to get sshd fully working by uninstalling the antivirus. In case anyone else is using NOD32 for antivirus (www.eset.com), it has a special service called IMON (Internet monitor) that seems to be pretty picky on what kinds of sockets can

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Tatsuro MATSUOKA
Dear Morgan For Octave on mingw octave.exe:1 testOregoB ans = 1.5781 $ gcc -v Reading specs from c:/Programs/MinGW/bin/../lib/gcc/mingw32/3.4.2/ ok this sounds odd.. specs Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu- as --host=mingw32 --target=mingw32

Fwd: sunrpc 4.0.3 patches

2007-09-05 Thread Arlindo da Silva
Hi, The sunrpc-4.0.3 package no longer compiles with the current gcc, or g++ of that matter. I've updated some of the KR style headers so I can now include rpc/xdr.h from my C++ sources. I tried to contact the previous maintainer (Sam Robb) by the e-mail bounced. In any case, I have posted a

Re: Fwd: sunrpc 4.0.3 patches

2007-09-05 Thread Samuel Robb
On Wed, 2007-09-05 at 16:35 -0400, Arlindo da Silva wrote: Hi, The sunrpc-4.0.3 package no longer compiles with the current gcc, or g++ of that matter. I've updated some of the KR style headers so I can now include rpc/xdr.h from my C++ sources. I tried to contact the previous maintainer

Re: Fwd: sunrpc 4.0.3 patches

2007-09-05 Thread Christopher Faylor
On Wed, Sep 05, 2007 at 04:45:23PM -0400, Samuel Robb wrote: On Wed, 2007-09-05 at 16:35 -0400, Arlindo da Silva wrote: The sunrpc-4.0.3 package no longer compiles with the current gcc, or g++ of that matter. I've updated some of the KR style headers so I can now include rpc/xdr.h from my C++

Re: How to install cygwin new if there was an old installation or something like that

2007-09-05 Thread Daniela Duerbeck
Larry Hall (Cygwin) wrote: http://cygwin.com/faq/faq-nochunks.html#faq.setup.uninstall-all Thanks, but that did not fix the problem. I did already everything mentioned in this chapter. But what helped, was to try a different download server. And that was the item I did not change. BTW: Why

Passing domain credentials for a non-domain machine (similar to mapping drives through the Windows shell)

2007-09-05 Thread Joseph Koenig
I have a desktop that I use to access a share with domain credentials despite not being on domain. So when I map a drive, I map it under domain\user and give it the password. This drive is mapped as Z. When I use cygwin to work on those files, it does not inherit the permissions that I mapped the

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Tatsuro MATSUOKA
Thank you Brian The choice to ship gcc configured for SJLJ is because it is the only way to guarantee correct behavior in all cases. The Dwarf unwinder can't unwind through a foreign frame. This means for example if you try to throw an exception from a function that was called from a Win32

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Tatsuro MATSUOKA
Just a correction of the previous mail I think it is better that I keep the my binary on my web but post on the new binary package on the cygwin. I do not want to build the octave by the gcc in the cygwin package because it is too slow to use. I think it is better that I keep the my binary on

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Brian Dessent
Tatsuro MATSUOKA wrote: My octave web http://www.geocities.jp/tmacchant/ I think it is better that I keep the my binary on my web but post on the new binary package on the cygwin. I do not want to build the octave by the gcc in the cygwin package because it is too slow to use. Maybe I'm

Re: 1.5.24: sshd immediately disconnects upon receiving a connection

2007-09-05 Thread Jim Kleckner
Jeremy K. Truax wrote: So as I said in the last message for this thread, I was able to get sshd fully working by uninstalling the antivirus. In case anyone else is using NOD32 for antivirus (www.eset.com), it has a special service called IMON (Internet monitor) that seems to be pretty picky on

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-05 Thread Jim Kleckner
Jim Kleckner wrote: I get an exception running a Python example that uses threads that I downloaded from the net (ASPN): http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/82965 Would some kind soul try the example and let me know that it does/doesn't work for you? Setting debug print

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Tatsuro MATSUOKA
Thank you Brain Maybe I'm misremembering, but I thought that the current octave package maintainer entertained the idea of building the octave packages with a gcc that had been rebuilt with --disable-sjlj-exceptions. I don't remember why this never happened. At the very least, we had this same

Re: How to install cygwin new if there was an old installation or something like that

2007-09-05 Thread Larry Hall (Cygwin)
Daniela Duerbeck wrote: Larry Hall (Cygwin) wrote: http://cygwin.com/faq/faq-nochunks.html#faq.setup.uninstall-all Thanks, but that did not fix the problem. I did already everything mentioned in this chapter. But what helped, was to try a different download server. And that was the item I

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Tatsuro MATSUOKA
Sorry just error correction again James R. Phillips, who is a maintainer of octave 2.1.73. Pherhaps he is not working as a maintainer because he has not been made any respose when I threw a topic of my testing binary of Octave 2.9.12 on cygwin. John W. Eaton, who is a main develper, seems not

Re: Passing domain credentials for a non-domain machine (similar to mapping drives through the Windows shell)

2007-09-05 Thread Igor Peshansky
On Wed, 5 Sep 2007, Joseph Koenig wrote: I have a desktop that I use to access a share with domain credentials despite not being on domain. So when I map a drive, I map it under domain\user and give it the password. This drive is mapped as Z. When I use cygwin to work on those files, it does

sshd user switching (keywords: whoami sshd_server public-key host-based)

2007-09-05 Thread Bart Grantham
I've looked through the mailing list and I've seen some discussion about this, but most of the threads were pretty old and none of them really addressed the exact problem I'm seeing. I have sshd up and running on a Windows 2003 server with public-key auth working. The setup was smooth as silk

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Morgan Gangwere
On 9/5/07, Tatsuro MATSUOKA [EMAIL PROTECTED] wrote: Sorry just error correction again James R. Phillips, who is a maintainer of octave 2.1.73. Pherhaps he is not working as a maintainer because he has not been made any respose when I threw a topic of my testing binary of Octave 2.9.12 on

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Morgan Gangwere
Please Excuse My Stupid Spam Filter (ooh... special bonus points) you want to use the real Cygwin GCC because that links things to cygwin1.dll... mingGW (real MinGW) links things to mingw32.dll... big difference unfortunately... check for mingGW in your PATH and see if theres that path

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-05 Thread Tatsuro MATSUOKA
Dear Morgan Gangwere Thnaks for your reply Perhaps you are confusing. But I think that my writing is obscure. In the first mail I wrote the results for cygwin. http://cygwin.com/ml/cygwin/2007-09/msg00073.html The results for mingw is as a mere refrence. I show the result for mingw to show