Shell not responding to ctrl+c

2005-07-31 Thread Mike Chiussi
Hello Usually in a unix shell when ctrl+c is pressed the processes currently being run is termianted. Recently my harddrive failed and I had to rebuild everything (including cygwin, so all old settings are gone) but for some reason with this most recent version, the shell (Bash) does not terminat

Re: different DLL....

2005-07-31 Thread Jason FU
Larry Hall cygwin.com> writes: > OK, let's start here: > > >Problem reports: http://cygwin.com/problems.html > I'll manage to follow it. > My WAG based on information so far is that your Cygwin installation isn't > current. You should make sure it is. A good indication that you're ou

Re: different DLL....

2005-07-31 Thread Jason FU
Igor Pechtchanski cs.nyu.edu> writes: > > On Sat, 30 Jul 2005, Jason FU wrote: > > > tsfu Zeus ~ > > $ ps -e > > PIDPPIDPGID WINPID TTY UIDSTIME COMMAND > > 396 1 396396? 18 15:10:03 /usr/bin/cygrunsrv > > 812 1 8128

Re: Here is your documents.

2005-07-31 Thread dfawcett
Hello, Your mail to [EMAIL PROTECTED] was caught by the SpamAssassin filter running on the bcs.org.uk mail system. To confirm that your mail is genuine, please click this link, or paste it into your browser: https://bcsnet.bcs.org.uk/approve.php?c=37da9eb621e339af4cc6fe01 You will not have to do

Re: heap_chunk_in_mb default value (Was Re: perl - segfault on "free unused scalar")

2005-07-31 Thread Yitzchak Scott-Thoennes
On Fri, Jul 29, 2005 at 07:21:44PM +0200, Krzysztof Duleba wrote: > Yitzchak Scott-Thoennes wrote: > > >However code like the above does end up using twice the space; it's > >allocated once to store the result of the x operation and again when > >it's copied to $a. > > Really? I hope you're wrong

Re: different DLL....

2005-07-31 Thread Igor Pechtchanski
On Sat, 30 Jul 2005, Jason FU wrote: > Jason FU hkucs.org> writes: > > "net start| less" shows that the cygwin services start. > > These Windows services are started: > [snip all but Cygwin services] >CYGWIN cygserver >Cygwin portmap >CYGWIN sshd > > But below shows not: Huh? > [EMA

Re: ps -p

2005-07-31 Thread Joe Smith
if [ -d c:/ ] then {Cygwin stuff} else {Unix equivalent} fi More common (AFAICT) is: case `uname` in *CYGWIN* ) {Cygwin stuff};; *) {Unix equivalent};; esac -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Document

Re: which command returns incomplete paths that don't work with all commands

2005-07-31 Thread Joe Smith
Is there is a really good reason why the which command should return a path that only cygwin programs can recognize? F:/ style notation would screw up many shell scripts that curently work just fine. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: problem with starting programs via ssh / cannot see environment variable

2005-07-31 Thread Joe Smith
Are the missing environment variables defined in XP under 'System Environment Variables', or only in the environment variables for the specific users? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: different DLL....

2005-07-31 Thread Larry Hall
At 03:46 AM 7/30/2005, you wrote: >Jason FU hkucs.org> writes: > >"net start| less" shows that the cygwin services start. > >These Windows services are started: > > Automatic Updates > COM+ Event System > Computer Browser > Cryptographic Services > CYGWIN cygserver > Cygwin portmap >