Re: Issue with the titlebar

2009-08-12 Thread Thorsten Kampe
* Kilian Krockauer (Wed, 12 Aug 2009 17:58:08 +0200) > I have quite a disturbing task my colleque gave to me. > He uses CygWin Cygwin > and has up to 10 Windows opened, Sounds like your colleague needs a serious clue injection. Ever heard of the recent (recent like in "more than a decade ago")

Re: Unable to link

2009-08-12 Thread Javier Sedano
Hi, cygwiners, 2009/8/12 Dave Korn : > Javier Sedano wrote: > >> /home/jsedano/prj/uc3m/ao/Labs_J/LibAO/testBypass.c:26: undefined >> reference to `_testBP_1' >> /home/jsedano/prj/uc3m/ao/Labs_J/LibAO/testBypass.c:26: undefined >> reference to `___aoAsBypassCall' > >> jsed...@ender:~/prj/uc3m/ao/L

Re: Issue with the titlebar [OT]

2009-08-12 Thread Mark J. Reed
On Thu, Aug 13, 2009 at 12:29 AM, Andrew DeFaria wrote: > Mark J. Reed wrote: Hey, I was just recommending lmgtfy. I wasn't endorsing Jason's reply. You'll note I replied elsewhere with arguably useful information... :) -- Mark J. Reed -- Problem reports: http://cygwin.com/problems.ht

Re: Issue with the titlebar [OT]

2009-08-12 Thread Andrew DeFaria
Mark J. Reed wrote: On Wed, Aug 12, 2009 at 12:57 PM, Jason Pyeron wrote: http://www.googleit1st.com/search?hl=en&safe=off&q=ssh+host+titlebar&aq=f&oq=&aqi= For this sort of thing, I prefer lmgtfy: http://lmgtfy.com/?q=ssh+host+title+bar While that's cutsy! It does not address the issue at al

Re: Issue with the titlebar [OT]

2009-08-12 Thread Andrew DeFaria
Jason Pyeron wrote: -Original Message- From: Andrew DeFaria Sent: Wednesday, August 12, 2009 12:28 Subject: Re: Issue with the titlebar Jason Pyeron wrote: export title=`hostname` export PS1='\[\e]0;$title\w\a\]\n\[\e[32m\...@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' I would apreciate a rather q

Re: Issue with the titlebar

2009-08-12 Thread Andrew DeFaria
Mark J. Reed wrote: On Wed, Aug 12, 2009 at 12:30 PM, Andrew DeFaria wrote: It was my understanding that one of those escape sequences told the shell not to count these characters. Ah, you're right! Things between \[...\] in the prompt string aren't counted. I missed that little detail. I ret

Re: avira (http://www.avira.com/) should be added to BLODA?

2009-08-12 Thread Dave Korn
Haojun Bao wrote: > Dave Korn writes: > >> Haojun Bao wrote: >>> Hi, >>> >>> Avira will cause findutils configure take a lng time. And I doubt >>> many other anti-virus software will cause problems here. >> Hmm, it turns out it's already there since we had a similar report back in >> March(

Re: avira (http://www.avira.com/) should be added to BLODA?

2009-08-12 Thread Haojun Bao
Dave Korn writes: > Haojun Bao wrote: >> Hi, >> >> Avira will cause findutils configure take a lng time. And I doubt >> many other anti-virus software will cause problems here. > > Hmm, it turns out it's already there since we had a similar report back in > March(*), but the FAQ on the web

compile kernel error under Cygwin

2009-08-12 Thread loody
Dear all: I patch my kernel with the code below. #ifdef __CYGWIN__ #include #else #include #endif and I cross compile it with mips toolchain. But I get the error message below: gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mod/mk_elf

Re: Successful build of ssh from openssh w. MIT kerberos

2009-08-12 Thread Yaakov (Cygwin/X)
On 12/08/2009 14:55, Alec Kloss wrote: I'm not having much luck with heimdal-1.2.1 from cygwin-ports trunk on Cygwin 1.7 beta. This is all downloaded today. cygwin-ports revision 7337. 1) If patch(1) is segfaulting, something else is wrong with your installation. 2) Why is your cygport(1)

Re: avira (http://www.avira.com/) should be added to BLODA?

2009-08-12 Thread Dave Korn
Haojun Bao wrote: > Hi, > > Avira will cause findutils configure take a lng time. And I doubt > many other anti-virus software will cause problems here. Hmm, it turns out it's already there since we had a similar report back in March(*), but the FAQ on the website still points to the 1.5 ve

Re: Problem with apache2 and subversion (mod_dav_svn / mod_authz_svn)

2009-08-12 Thread David Rothenberger
On 8/11/2009 6:30 PM, Jeffrey C. Jacobs wrote: I've been trying to set up an apache2 server using the corresponding CYGWIN packages for the past few months on and off and recently I'm back on this complicated project. So, when I tried to start up my configuration, the one that was working about

Re: Successful build of ssh from openssh w. MIT kerberos

2009-08-12 Thread Alec Kloss
I'm not having much luck with heimdal-1.2.1 from cygwin-ports trunk on Cygwin 1.7 beta. This is all downloaded today. cygwin-ports revision 7337. wiley% cat out.txt >>> Preparing heimdal-1.2.1-1 *** Info: SOURCE 1 signature follows: gpg: WARNING: using insecure memory! gpg: please see htt

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-12 Thread Ken Brown
On 8/12/2009 2:15 PM, Ken Brown wrote: On 8/12/2009 1:34 PM, Charles Wilson wrote: Ken Brown wrote: I'm running XP SP3. To reproduce the problem: 1. Start the X server by using the start menu shortcut (which invokes run.exe on startxwin.bat). 2. Start emacs by the shortcut above. 3. List the

Re: Issue with the titlebar [OT]

2009-08-12 Thread Mark J. Reed
On Wed, Aug 12, 2009 at 12:57 PM, Jason Pyeron wrote: > http://www.googleit1st.com/search?hl=en&safe=off&q=ssh+host+titlebar&aq=f&oq=&aqi= For this sort of thing, I prefer lmgtfy: http://lmgtfy.com/?q=ssh+host+title+bar -- Mark J. Reed -- Problem reports: http://cygwin.com/problems.html

Re: Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Eric Blake
Dave Korn googlemail.com> writes: > Declaring a typedef > that is exactly the same as a builtin type (as opposed to one that has different > semantics, even though it is defined in terms of the internal types) is fairly > silly. "unsigned char" is every bit as hardware agnostic as "uchar_t", it

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-12 Thread Charles Wilson
Ken Brown wrote: > I'm running XP SP3. To reproduce the problem: > > 1. Start the X server by using the start menu shortcut (which invokes > run.exe on startxwin.bat). > 2. Start emacs by the shortcut above. > 3. List the home directory via C-x d [RET]. > 4. Repeatedly press the space bar to scro

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-12 Thread Charles Wilson
Corinna Vinschen wrote: > I can confirm this. It only happens with urxvt-X for some reason. > I don't see this for xterm, or xeyes, or xclock. Me too. urxvt-X (and urxvtd-X) have their own hide-the-console code, taken from inetd, as originally written by Corinna. The core function is hide_cons

Re: [1.7] IPv6 accept() fails if address_len is < sizeof(sockaddr_in6) [was Re: PATCH /usr/include/X11/Xtrans/Xtranssock.c [WAS: Re: xhost package not compiled for IPv6]]

2009-08-12 Thread cygwin
The opengroup man page indeed specifies the address to be truncated if the storage size is too small. I wonder, however, what kind of sense that makes. Of what use would the truncated address be? This might also require applications to verify the integrity of the data returned even if accept(

RE: Issue with the titlebar [OT]

2009-08-12 Thread Jason Pyeron
> -Original Message- > From: Andrew DeFaria > Sent: Wednesday, August 12, 2009 12:28 > Subject: Re: Issue with the titlebar > > > > Jason Pyeron wrote: > > > > export title=`hostname` > > export PS1='\[\e]0;$title\w\a\]\n\[\e[32m\...@\h > \[\e[33m\]\w\[\e[0m\]\n\$ ' > > > > > >> I

Re: Issue with the titlebar

2009-08-12 Thread Andrew Schulman
> I have quite a disturbing task my colleque gave to me. > He uses CygWin and has up to 10 Windows opened, now he's getting tired of > looking through every single Window when he searches for a specific one. To > be exact, he uses ssh to connect to our servers and wants the titlebar to > show w

Re: Issue with the titlebar

2009-08-12 Thread Mark J. Reed
On Wed, Aug 12, 2009 at 12:30 PM, Andrew DeFaria wrote: > It was my understanding that one of those escape sequences told the shell > not to count these characters. Ah, you're right! Things between \[...\] in the prompt string aren't counted. I missed that little detail. I retract my objection.

Re: Issue with the titlebar

2009-08-12 Thread Andrew DeFaria
Mark J. Reed wrote: Putting title-setting escape sequences in PS1 has the unfortunate side effect that the shell thinks that it has output those characters, and shrinks the length of the line readline has to work with by that amount. It was my understanding that one of those escape sequences

Re: Issue with the titlebar

2009-08-12 Thread Jeremy Bopp
Mark J. Reed wrote: > Putting title-setting escape sequences in PS1 has the unfortunate side > effect that the shell thinks that it has output those characters, and > shrinks the length of the line readline has to work with by that > amount. I have set everything in PS1 for a long time without any

Re: Issue with the titlebar

2009-08-12 Thread Andrew DeFaria
Jason Pyeron wrote: export title=`hostname` export PS1='\[\e]0;$title\w\a\]\n\[\e[32m\...@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' I would apreciate a rather quick help or response You might want to hire someone Why? You gave him the answer - quick and for free. Why then should he e

Re: Issue with the titlebar

2009-08-12 Thread Mark J. Reed
Putting title-setting escape sequences in PS1 has the unfortunate side effect that the shell thinks that it has output those characters, and shrinks the length of the line readline has to work with by that amount. A better option is to define PROMPT_COMMAND to echo the appropriate sequence. --

Re: Issue with the titlebar

2009-08-12 Thread Jeremy Bopp
Kilian Krockauer wrote: > Hello there, > > I have quite a disturbing task my colleque gave to me. > He uses CygWin and has up to 10 Windows opened, now he's getting tired of > looking through every single Window when he searches for a specific one. To > be exact, he uses ssh to connect to our s

RE: Issue with the titlebar

2009-08-12 Thread Jason Pyeron
> -Original Message- > From: cygwin-ow...@cygwin.com > [mailto:cygwin-ow...@cygwin.com] On Behalf Of Kilian Krockauer > Sent: Wednesday, August 12, 2009 11:58 > To: cygwin@cygwin.com > Subject: Issue with the titlebar > > Hello there, > > I have quite a disturbing task my colleque gav

Re: Issue with the titlebar

2009-08-12 Thread Christopher Faylor
On Wed, Aug 12, 2009 at 05:58:08PM +0200, Kilian Krockauer wrote: >Hello there, > >I have quite a disturbing task my colleque gave to me. >He uses CygWin and has up to 10 Windows opened, now he's getting tired >of looking through every single Window when he searches for a specific >one. To be exa

Re: [1.7] IPv6 accept() fails if address_len is < sizeof(sockaddr_in6) [was Re: PATCH /usr/include/X11/Xtrans/Xtranssock.c [WAS: Re: xhost package not compiled for IPv6]]

2009-08-12 Thread Christopher Faylor
On Wed, Aug 12, 2009 at 05:35:11PM +0200, Corinna Vinschen wrote: >I have applied a patch to accept(), btw. This should now work in the >given scenario. It occured to me that the returned value is incorrect >for AF_UNIX/AF_LOCAL sockets, but that was always the case and it's not >a regression. U

How should I port cygwin to Windows?

2009-08-12 Thread vincentff7
I am developing a program in windows xp to send command to a program running in cmd mode in cygwin.How should I do that?Please give me some clues if possilble. Many thanks! -- View this message in context: http://www.nabble.com/How-should-I-port-cygwin-to-Windows--tp24939850p24939850.html Sent f

Issue with the titlebar

2009-08-12 Thread Kilian Krockauer
Hello there, I have quite a disturbing task my colleque gave to me. He uses CygWin and has up to 10 Windows opened, now he's getting tired of looking through every single Window when he searches for a specific one. To be exact, he uses ssh to connect to our servers and wants the titlebar to sho

Re: [1.7] IPv6 accept() fails if address_len is < sizeof(sockaddr_in6) [was Re: PATCH /usr/include/X11/Xtrans/Xtranssock.c [WAS: Re: xhost package not compiled for IPv6]]

2009-08-12 Thread Corinna Vinschen
On Aug 12 16:20, Jon TURNEY wrote: > On 12/08/2009 14:59, Corinna Vinschen wrote: >> On Aug 12 14:48, Jon TURNEY wrote: >>> On 12/08/2009 13:54, Jon TURNEY wrote: Hmmm... but if it's really the size of the sockname argument which is causing the accept() to fail, this would be a bug in cyg

Re: Unable to link

2009-08-12 Thread Dave Korn
Javier Sedano wrote: > /home/jsedano/prj/uc3m/ao/Labs_J/LibAO/testBypass.c:26: undefined > reference to `_testBP_1' > /home/jsedano/prj/uc3m/ao/Labs_J/LibAO/testBypass.c:26: undefined > reference to `___aoAsBypassCall' > jsed...@ender:~/prj/uc3m/ao/Labs_J/LibAO> nm libao-g.a | grep _testBP_1 > js

Re: [1.7] IPv6 accept() fails if address_len is < sizeof(sockaddr_in6) [was Re: PATCH /usr/include/X11/Xtrans/Xtranssock.c [WAS: Re: xhost package not compiled for IPv6]]

2009-08-12 Thread Jon TURNEY
On 12/08/2009 14:59, Corinna Vinschen wrote: On Aug 12 14:48, Jon TURNEY wrote: On 12/08/2009 13:54, Jon TURNEY wrote: Hmmm... but if it's really the size of the sockname argument which is causing the accept() to fail, this would be a bug in cygwin's accept() implementation, as it's supposed to

Unable to link

2009-08-12 Thread Javier Sedano
Hi friends, I've got a extrange problem compiling (linking, actually) under cygwin, maybe you can help me. The same procedure works prefectly on Linux, so I think I am probably not making some thing that is somehow needed on cygwin. I've got a set of .c files to be compiled and merger in a

Re: Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Dave Korn
Larry Adams wrote: > My concern is that the "*_t" typedefs are supposed to > be hardware architecture agnostic, and there must have been some reason, > other than "geeze everything else is that way, so why not do those two" > to have done this for Solaris. Yeh, but I'd imagine the other reason

Re: Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Mark J. Reed
On Wed, Aug 12, 2009 at 10:46 AM, Larry Adams wrote: > My concern is that the "*_t" typedefs are supposed to be hardware architecture > agnostic, and there must have been some reason, other than "geeze everything > else is that way, so why not do those two" to have done this for Solaris. An unders

Re: Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Larry Adams
Mark, It compiles fine on Solaris 10 right now using the two typdef's. However, not in Cygwin. I am presently checking if this is also new to RHEL4/5, SUSE10.2, and FreeBSD. I suspect somewhat similar results. Since the code is ours (The Cacti Group), I can still continue to use "unsigned

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-12 Thread Ken Brown
On 8/12/2009 9:43 AM, Corinna Vinschen wrote: On Aug 11 21:40, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Charles Wilson on 8/10/2009 11:51 AM: The run package provides a simple application to launch console programs with their console hidden. I'm now seeing

Re: Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Mark J. Reed
On Wed, Aug 12, 2009 at 10:19 AM, Larry Adams wrote: > It's Solaris 10 :(.  They must "set" the standard these days ;) Hm. How did Solaris 10 typedefs show up? Does the app in question not compile out of the box on Linux, either? -- Mark J. Reed -- Problem reports: http://cygwin.com/pro

Re: Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Larry Adams
Corinna, It's Solaris 10 :(. They must "set" the standard these days ;) Larry Corinna Vinschen wrote: On Aug 12 10:03, Larry Adams wrote: Hi list, Are there plans to support these two data types in the near future. I just ran across this portability issue a few minutes ago. Using "

Re: Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Dave Korn
Larry Adams wrote: > Hi list, > > Are there plans to support these two data types in the near future. I > just ran across this portability issue a few minutes ago. They're not part of the C standard. Are they some definition from the linux kernel or something? POSIX would certainly permit

Re: Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Corinna Vinschen
On Aug 12 10:03, Larry Adams wrote: > Hi list, > > Are there plans to support these two data types in the near future. I > just ran across this portability issue a few minutes ago. Using > "CYGWIN_NT-6.1 BASEMENTBOX 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 > Cygwin". Please point us to a sta

Supporting Data Types "ushort_t" and "uchar_t"

2009-08-12 Thread Larry Adams
Hi list, Are there plans to support these two data types in the near future. I just ran across this portability issue a few minutes ago. Using "CYGWIN_NT-6.1 BASEMENTBOX 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin". Regards, Larry Adams Core Cacti Developer -- Problem reports: ht

Re: [1.7] IPv6 accept() fails if address_len is < sizeof(sockaddr_in6) [was Re: PATCH /usr/include/X11/Xtrans/Xtranssock.c [WAS: Re: xhost package not compiled for IPv6]]

2009-08-12 Thread Corinna Vinschen
On Aug 12 14:48, Jon TURNEY wrote: > On 12/08/2009 13:54, Jon TURNEY wrote: >> Hmmm... but if it's really the size of the sockname argument which is >> causing the accept() to fail, this would be a bug in cygwin's accept() >> implementation, as it's supposed to truncate the data written to the >> s

[1.7] IPv6 accept() fails if address_len is < sizeof(sockaddr_in6) [was Re: PATCH /usr/include/X11/Xtrans/Xtranssock.c [WAS: Re: xhost package not compiled for IPv6]]

2009-08-12 Thread Jon TURNEY
On 12/08/2009 13:54, Jon TURNEY wrote: Hmmm... but if it's really the size of the sockname argument which is causing the accept() to fail, this would be a bug in cygwin's accept() implementation, as it's supposed to truncate the data written to the sockname, rather than fail if it won't fit [1].

RE: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-12 Thread Nick Calvert
Cheers Ray. -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Corinna Vinschen Sent: 12 August 2009 14:44 To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: run-1.1.11-1 On Aug 11 21:40, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE

Re: [ANNOUNCEMENT] Updated: run-1.1.11-1

2009-08-12 Thread Corinna Vinschen
On Aug 11 21:40, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Charles Wilson on 8/10/2009 11:51 AM: > > The run package provides a simple application to launch console programs > > with their console hidden. > > I'm now seeing urxvt-X consume 100% CPU when

Re: 1.7.0-56: Subversion svn+ssh:// URLs often fail

2009-08-12 Thread Corinna Vinschen
On Aug 12 12:04, Robert Bogomip wrote: > On 08/10/2009 03:47 PM, Corinna Vinschen wrote: >> >> I ran this testcase on a Windows 7 RTM box, using the latest Cygwin from >> CVS, in a debug and in an optimized version. The loop ran ~2000 >> iterations under the debug Cygwin DLL and more then 3000 ite

Re: Re: rxvt slow to get the prompt if another rxvt is already open on windows 7 64bit

2009-08-12 Thread catia . lavalle
Great!! thanks! that's it -ut and everything is as fast as it should be! (you say "which is why that's off by default now" then why was on?) Externe Mail : cygwin-ow...@cygwin.com 12.08.200914:35 Gesendet von: cygwin-ow...@cygwin.com An: cygwin@cygwin.com Kopie: Thema

Re: Cygwin v1.5.25-15

2009-08-12 Thread Jon TURNEY
On 11/08/2009 10:51, Jeffery, Richard wrote: Sorry if I'm missing something obvious, but - I can't seem to find the xhost package in the latest Cygwin v1.5.25-15 installation. I require this functionality and was using 1.0.2-1 (16k) xhost:Xorg server access control utility previously. Thanks in

Re: Can't execute scripts from a samba share with 1.7

2009-08-12 Thread Jon TURNEY
On 10/08/2009 19:18, Corinna Vinschen wrote: On Aug 10 19:04, Corinna Vinschen wrote: On Aug 10 17:42, Jon TURNEY wrote: I also have this problem in it's second (noacl) form. With this mount //necker/jon on /home/jon type smbfs (binary,exec,noacl,user) running the t.sh test script fails in a

Re: rxvt slow to get the prompt if another rxvt is already open on windows 7 64bit

2009-08-12 Thread Andy Koppe
2009/8/12: > I have been using for long time cygwin on WinXP Prof 32bit and the > terminal I always use is the rxvt. Everything has always worked properly. > Now I will get a new PC and I am thinking to switch to windows 7 64bit > (the official release just released some days ago), so I am doing so

Re: fork: child died

2009-08-12 Thread Corinna Vinschen
On Aug 12 11:36, wynfi...@gmail.com wrote: > > zsh "configs and makes" but fails on "make check" testing. > > 1.) cygwin vers: CYGWIN_NT-5.1 1.7.0(0.212/5/3) 2009-08-11 11:07 (latest > 1.7.0.57) > > 2.) zsh version attempting to build: zsh-4.3.10 > > 3.) compilers tried: >- gcc (GCC) 3.4

Re: version about gcc on cygwin

2009-08-12 Thread loody
Hi: 2009/8/11 Andy Koppe : > 2009/8/11 loody: >> Dear all: >> When checking the devel list of cygwin install, I find the version of >> gcc is 3.4. >> Is this the latest or I see the wrong page? > > There are separate 'gcc4' packages, which are at 4.3.2. I find it:) thanks for your help, miloody -

rxvt slow to get the prompt if another rxvt is already open on windows 7 64bit

2009-08-12 Thread catia . lavalle
Hi, I have been using for long time cygwin on WinXP Prof 32bit and the terminal I always use is the rxvt. Everything has always worked properly. Now I will get a new PC and I am thinking to switch to windows 7 64bit (the official release just released some days ago), so I am doing some tests b

avira (http://www.avira.com/) should be added to BLODA?

2009-08-12 Thread Haojun Bao
Hi, Avira will cause findutils configure take a lng time. And I doubt many other anti-virus software will cause problems here. I tried to build findutil, the `configure' hangs (but not really) when testing long file name. I checked the conftest.c to see where it seemed to hang. At the end of