Re: bash shell not responding

2005-11-16 Thread Thorsten Kampe
* Wayne Willcox (2005-11-15 19:57 +0100) You know that top-posting is evil? > What do you mean by open a batch file? He wrote "the batch file". Probably the cygwin.bat. "Make people's life more fun by letting them guess" is his motto... -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: Can I get a sigint when the bash window closed with close window's button?

2005-11-16 Thread Konrad Eisele
I can get SIGINT when user presses ctrl-c, but when the user closes the console by just clicking on the close button then no signal handler is called. Neather SIGINT not SIGHUP. Maybe it is not possible to get any notification by cygwin because cygwin is killed without notification too Can

Re: Can I get a sigint when the bash window closed with close window's button?

2005-11-16 Thread Samuel Thibault
Hi, Konrad Eisele, le Wed 16 Nov 2005 10:22:43 +0100, a écrit : > I can get SIGINT when user presses ctrl-c, but when the user > closes the console by just clicking on the close button then > no signal handler is called. Neather SIGINT not SIGHUP. > Maybe it is not possible to get any notificat

Re:WARNING!!!! cygwin1-2005114 completely corrupted a XP laptop

2005-11-16 Thread Rodrigo Medina
Hi everybody, I have to apologize: My laptop had a HDD failure exactly when I was checking the cygwin1-20051114 snapshot, Sorry about that, R.M. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http:

Re: WINE on Cygwin

2005-11-16 Thread Informações
Guys, Sorry for not getting involved with this discussion before. For those interested in more details about this topic, I included several good references in this message. I can think of many reasons why someone would want to run WINE under Cygwin and my reason, put shortly, is:

[ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Corinna Vinschen
I've updated the version of lynx to 2.8.5-4. This updates Lynx to the official 2.8.5.rel5 patchlevel. This release contains the following security related patches: * modify LYLoadCGI() to prompt user, displaying the command that would be executed, to confirm that it should be. This makes it e

Re:[ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Rodrigo Medina
Hi, llynx has an extrange and bothering behavior, that actually is not exclusive of this last version: If you call lynx from a command window, when it returns it leaves the terminal in a starnge status with no echo. In order to recover the proper behavior of the terminal one has to type (with

1.5.18-1: cannot start executables (except cygcheck.exe) on windows server 2003 web edition

2005-11-16 Thread Eduard Witteveen
When i double click on the Cygwin shortcut on the desktop a new window pops up and after 2 seconds it hides again. Since i want to use cygwin, i run start > "cmd" and i tried to lauch bash from the console: C:\cygwin\bin>bash.exe --version C:\cygwin\bin>bash.exe C:\cygwin\bin> I also tried a

Re: 1.5.18-1: cannot start executables (except cygcheck.exe) on windows server 2003 web edition

2005-11-16 Thread Fabrizio Salvatore
Hi Eduard, I'm not sure I understand your problem, but in any event here's what I do (running cygwin on a WindowsXP laptop) to start the xterm and then a session on a different machine: first, I have a shortcut on my desktop to: C:\cygwin\usr\X11R6\bin\startxwin.bat Once oyu double click on

Re: WINE on Cygwin

2005-11-16 Thread Corinna Vinschen
On Nov 16 10:02, Informa??es wrote: >Guys, > >Sorry for not getting involved with this discussion before. > >For those interested in more details about this topic, I included > several good references in this message. > >I can think of many reasons why someone would want to run

Re: 1.5.18-1: cannot start executables (except cygcheck.exe) on windows server 2003 web edition

2005-11-16 Thread Eduard Witteveen
Fabrizio Salvatore wrote: I'm not sure I understand your problem, but in any event here's what I do (running cygwin on a WindowsXP laptop) to start the xterm and then a session on a different machine: First of all, thank you for the quick reply. Mine points to C:\cygwin\cygwin.bat, since i don

Re: [ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Corinna Vinschen
On Nov 16 08:19, Rodrigo Medina wrote: > Hi, > llynx has an extrange and bothering behavior, that actually is not > exclusive of this last version: > If you call lynx from a command window, when it returns it leaves the > terminal in a starnge status with > no echo. In order to recover the pro

Re: Capital/upper case B doesn't register in either cygwin bash prompt, rxvt bash prompt, or ssh client bash prompt

2005-11-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Igor Pechtchanski on 11/15/2005 12:24 PM: > > > First thing to rule out is Windows-level problems -- I assume if you run > "cat" from bash, you can type in 'B', right? Then let's work on bash: > Can you paste a 'B' into bash? Does 'B'

Re: 1.5.18-1: cannot start executables (except cygcheck.exe) on windows server 2003 web edition

2005-11-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eduard Witteveen on 11/16/2005 5:28 AM: > > I also tried to see if the application needed the path in anyway or the > executable to be started with the current directory specification > >> C:\cygwin\bin>bash.exe >> >> C:\cygwin\bin>set P

Re: Capital/upper case B doesn't register in either cygwin bash prompt, rxvt bash prompt, or ssh client bash prompt

2005-11-16 Thread Igor Pechtchanski
On Wed, 16 Nov 2005, Eric Blake wrote: > According to Igor Pechtchanski on 11/15/2005 12:24 PM: > > > First thing to rule out is Windows-level problems -- I assume if you run > > "cat" from bash, you can type in 'B', right? Then let's work on bash: > > Can you paste a 'B' into bash? Does 'B' sho

Re: Capital/upper case B doesn't register in either cygwin bash prompt, rxvt bash prompt, or ssh client bash prompt

2005-11-16 Thread Eric Blake
> Now, interestingly enough, a lone 'B' in .inputrc doesn't produce any key > binding that could be found in the "bind" output (with all the flags I > tried). How would I figure out that 'B' is bound to "nothing", but bound > nonetheless[*]? bind -p lists all bindings, and every character that do

Re: 1.5.18-1: cannot start executables (except cygcheck.exe) on windows server 2003 web edition

2005-11-16 Thread Eduard Witteveen
Eric Blake wrote: I was happy to see cygcheck.exe working: That's because cygcheck is a native windows program that works even if the rest of cygwin does not. Please ATTACH, not send inline, the output of cygcheck -svr (your -cvr output is not as helpful), per the directions here: Thank for po

Re: Updated: run-1.1.6-1

2005-11-16 Thread Alexander Gottwald
On Wed, 2005-11-16 at 11:38 +0100, Jean-Francois Sygnet wrote: > I just want to tell you that since "run.exe" was moved > from X-startup-scripts-1.0.10-4 to run-1.1.5-2 > a command like "run ssh-agent Xwin ..." > does not work anymore: it takes 100% of the CPU forever) > I've looked at the source

Finally Apache with mod_perl working (was: Error compiling mod_perl with apache-1.3.33-2 and perl-5.8.7-4)

2005-11-16 Thread Nenad Antic
Gerrit P. Haase wrote, on 11/4/2005 8:37 PM: Please try ot run with a recent snapshot installed. http://cygwin.com/snapshots/ Gerrit Finally I have mod_perl working. For reference I will describe the changes I did so that some other poor soul might find help if he/she runs into the same

RE: Making the command console stay on top

2005-11-16 Thread Terry Dabbs
I would like to thank you for your suggestions. Just to clarify: I have checked out a number of the simple solutions: WindowOnTop, AlwaysOnTop, LaunchOnTop, etc.,. The problem with each of these is that it requires the operator to physically select the window which is to remain on top, or with L

Re: 1.5.18-1: cannot start executables (except cygcheck.exe) on windows server 2003 web edition

2005-11-16 Thread Eric Blake
> > > > Please ATTACH, not send inline, the output of cygcheck -svr (your -cvr > > output is not as helpful), per the directions here: > Thank for pointing out my error, here is the output Thanks for the full output - it pinpoints your problem: > Not Found: sh Somehow, your installation of bash

RE: Simple cygwin script doesn't work with Windows schedular/Command prompt

2005-11-16 Thread Pandey, Sunil K
Thanks Brian and Peter. It works now. -sunil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent Sent: Tuesday, November 15, 2005 7:50 PM To: cygwin@cygwin.com Subject: Re: Simple cygwin script doesn't work with Windows schedular/Command prompt

Re: [ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Rodrigo Medina
ON Nov 16 14:07 Corinna Vinschen wrote: >On Nov 16 08:19, Rodrigo Medina wrote: >> Hi, >> llynx has an extrange and bothering behavior, that actually is not >> exclusive of this last version: >> If you call lynx from a command window, when it returns it leaves the >> terminal in a starnge status

Re: [ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Rodrigo Medina
Oops, there was mistake in the previous message. For xterm obviously $TERM=xterm. Right now I am using a W98 box, but the same happens with a laptop with XP. regards, R.M. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Help with sshd on alternate port on XP

2005-11-16 Thread Scott Ehrlich
I have the full installation of Cygwin on my XP machine and want to get sshd to install as a service (easy) on an alternate port (hard). When I tried via /usr/sbin/sshd -p 8001 I get: $ /usr/sbin/sshd -p 8001 Could not load host key: /etc/ssh_host_key Could not load host key: /etc/ssh_host_rsa_ke

Re: Help with sshd on alternate port on XP

2005-11-16 Thread René Berber
Scott Ehrlich wrote: > I have the full installation of Cygwin on my XP machine and want to > get sshd to install as a service (easy) on an alternate port (hard). > > When I tried via /usr/sbin/sshd -p 8001 I get: > > $ /usr/sbin/sshd -p 8001 > Could not load host key: /etc/ssh_host_key > Could n

Re: WINE on Cygwin

2005-11-16 Thread Brian Dessent
Informações wrote: > Can anyone point me to any reference covering the implementation of the > missing sendmsg functionality (exchanging file descriptors across processes) > ? Any (incomplete) piece of code ? Any help ? Stevens, "UNIX Network Programming Volume 1", chapter 15, section 7. --

cppunit problems

2005-11-16 Thread angolero
Hello to all, i installed cygwin version 2.457.2.2 in a windows xp, i install g++, c++ gnu compiler and cppunit, the unitest freamwork for develop unitests for cpp. I create a very simple test, (but happens too with any sample code i can find), the sample contain tree files, SimpleTest.h , Simple

Re: [ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Shankar Unni
Rodrigo Medina wrote: Right now I am using a W98 box, but the same happens with a laptop with XP. regards, Obviously, at this stage, you should be following the cygwin problem reporting protocol. Problem reports: http://cygwin.com/problems.html -- Unsubscribe info: http://cy

upgrade/add a single package

2005-11-16 Thread beau
Greetings, I've looked at the user guide, I think I've got my /etc/setup properly in place, but when I try to add a new package I end up getting everything. The only way I can see to stop this currently is to manually set each package to "keep" in the package choosing window. All pointers apprec

PerlTk under Cygwin?

2005-11-16 Thread Andrew DeFaria
I tried to install Tk for Perl using CPAN by: $ perl -MCPAN -e "install Tk" However it fails with: In file included from ../pTk/tkWinPort.h:19, from ../pTk/tkPort.h:28, from Xlib.xs:7: ../pTk/mTk/xlib/X11/Xlib.h:1206:35: ../pTk/tkIntXlibDecls.h: No such file or

Re: Making the command console stay on top

2005-11-16 Thread Ehud Karni
On Wed, 16 Nov 2005 10:44:21 -0600, Terry Dabbs wrote: > > The problem with each of these is that it requires the operator to > physically select the window which is to remain on top, or with > LaunchOnTop, it doesn't work with the windows console window (The > "command prompt"). >

Re: [ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Rodrigo Medina
: Build date: Wed Nov 16 00:14:34 EST 2005 Snapshot date: 20051116-00:12:51 Shared id: cygwin1S4 28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll 77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll 66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll 41k 2

Re: PerlTk under Cygwin?

2005-11-16 Thread J. David Boyd
Andrew DeFaria <[EMAIL PROTECTED]> writes: > I tried to install Tk for Perl using CPAN by: > > $ perl -MCPAN -e "install Tk" > > However it fails with: > > In file included from ../pTk/tkWinPort.h:19, > from ../pTk/tkPort.h:28, > from Xlib.xs:7: > ../pTk/mTk/xlib/

Re: Hang with 20051018 (3rd version) snapshot while building OOo

2005-11-16 Thread Christopher Faylor
On Tue, Nov 15, 2005 at 09:12:42AM -0500, Volker Quetschke wrote: >(snip) >>>It's still hanging in a multimedia timer call, which is "interesting". >>> >>>The latest snapshot comments out the part of the code which sets the >>>timer resolution, on the off chance that setting it to 1ms is what is >>

gawk 3.1.5-1 coredumps on file open error

2005-11-16 Thread Christian Franke
Hi, gawk 3.1.5-1 coredumps on file open error. cygwin-1.5.18 on XP SP2, gawk-3.1.5-1: $ gawk "/test/" no_such_file Aborted (core dumped) after reinstalling prev gawk-3.1.4-3: $ gawk "/test/" no_such_file gawk: cmd. line:1: fatal: cannot open file `no_such_file' for reading (No such file or

RE: Re: PerlTk under Cygwin?

2005-11-16 Thread Bruce Dobrin
Don't know if you have solved this yet, but there is a special build that does indeed work. It is a version of tk800.025 with a patch. I can't find it right now but I found it with a bit of digging about 2 weeks ago. There was a tk800.024 for native win and tk804.xx for X11. they both seem t

Re: cppunit problems

2005-11-16 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > Hello to all, i installed cygwin version 2.457.2.2 in a windows xp, i install That is *not* the version of Cygwin, that is just the version of the installer, and it tells us nothing useful. Cygwin is a collection of many packages and they each have a version number. T

RE: Making the command console stay on top

2005-11-16 Thread Terry Dabbs
Thank you, Ehud! You just saved me from writing a GUI that I didn't really have time to do. Yes, this one works on console windows, you can name the object you want to float, And limit it just to that, and it works if you start it before or after the application. Terry -Original Message---

Re: upgrade/add a single package

2005-11-16 Thread Brian Dessent
beau wrote: > I think I've got my /etc/setup properly in place Huh? Normally there is no need to touch anything under /etc/setup at all. >, but when I try to add a new package I end up getting > everything. The only way I can see to stop this currently is to > manually set each package to "kee

Re: PerlTk under Cygwin?

2005-11-16 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce Dobrin wrote: > It is a version of tk800.025 with a patch. I can't find it right now > but I found it with a bit of digging about 2 weeks ago. There was a > tk800.024 for native win and tk804.xx for X11. they both seem to work > after the req

PerlTk under Cygwin?

2005-11-16 Thread Jason Pearce
I found this once: http://sourceforge.net/project/showfiles.php?group_id=99645&package_id=112046 I tried it back at version 800.025-2 , where both the X and native windows bindings worked. Well, to be honest I didn't use it much but I built some test cases with specTk and they ran OK. I was jus

RE: PerlTk under Cygwin?

2005-11-16 Thread Bruce Dobrin
Well, obsolete or not, the tk800.025 for win32 from sourceforge is building and working on 1.5.18 with it's perl5.8.5. Any chance a non-obsolete version for win32 anytime? We use this native a lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yaakov S

Re: PerlTk under Cygwin?

2005-11-16 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce Dobrin wrote: > Well, obsolete or not, the tk800.025 for win32 from sourceforge is > building and working on 1.5.18 with it's perl5.8.5. Any chance a > non-obsolete version for win32 anytime? We use this native a lot. 804.x doesn't build for W

buffer overflow on cygwin vs solaris.

2005-11-16 Thread Song Ken Vern-E11804
Hi, I am working through some examples in the buffer overflow tutorial at http://www.wbglinks.net/pages/reads/wbgreads/bofs/bof07.html One of the sample code used is this #include char buffer[4028]; void main() { int i; for (i=0; i<=4028; i++) buffer[i]='A'; syslog(LOG_E

Re: buffer overflow on cygwin vs solaris.

2005-11-16 Thread Brian Dessent
Song Ken Vern-E11804 wrote: >for (i=0; i<=4028; i++) >buffer[i]='A'; Wow. That's some horrible code. Hasn't this person heard of memset()? > On Solaris, it does. > > How do I get the core dump equivalent on cygwin installation? That's because you're trying to exploit a bug in Sol

RE: PerlTk under Cygwin?

2005-11-16 Thread David Christensen
Andrew DeFaria wrote: > Has anybody managed to install Tk for Perl running under Cygwin? I've beaten my head against Perl/TK on Cygwin repeatedly over the years. The only way I succeeded was to use ActivePerl and keep it isolated from Cygwin -- basically, use the Cygwin environment for editing an

Re: PerlTk under Cygwin?

2005-11-16 Thread Andrew DeFaria
David Christensen wrote: Andrew DeFaria wrote: Has anybody managed to install Tk for Perl running under Cygwin? I've beaten my head against Perl/TK on Cygwin repeatedly over the years. The only way I succeeded was to use ActivePerl and keep it isolated from Cygwin -- basically, use the Cyg