CGI/Apache error (User defined signal 2)

2004-12-03 Thread Philip Nemec
I've got apache running on a Cygwin system and have even the simplest CGI scripts producing these error messages. I'm not sending these signals (SIGUSR2)... Cygwin 1.5.12-1 Apache 1.3.29-2 For example: #!/bin/bash echo -e "Content-Type: text/plain\n\n"; echo PID $$, PPID $PPID -- Unsubscribe

Re: .bashrc not called for non-interactive ssh sessions

2004-10-25 Thread Philip Nemec
wrote: > Philip Nemec gmail.com> writes: > > But ssh cygwinbox pwd does *not* call ~/.bashrc... > > This annoys me no end. I have had to write some quite hackish scripts to get > around this. > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Re: .bashrc not called for non-interactive ssh sessions

2004-10-21 Thread Philip Nemec
I'm not totally sure what you're asking... My shell in /etc/passwd is /bin/bash. Just in case I copied the /etc/defaults/profile to /etc/profile and added a check if that even gets called. /etc/profile *doesn't* get called with a non-interactive ssh which is the correct behavior - only the users

.bashrc not called for non-interactive ssh sessions

2004-10-21 Thread Philip Nemec
As best as I can tell from the archives and man pages, ~/.bashrc should be called when starting an ssh session - both interactive and non-interactive. Tests on my Linux box behave as expected: ssh linuxbox ssh linuxbox pwd ssh cygwinbox But ssh cygwinbox pwd does *not* call ~/.bashrc... >From t

change bc to use readline

2003-02-27 Thread Philip Nemec
I recently installed another fresh copy of cygwin and was reminded of a complaint I have with bc... It doesn't ship with readline support built in - and the source doesn't ship in a way that builds. To get bc to compile (grabbing source using setup - the simple case): * scan.l -- comment out th