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
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-
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
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
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
5 matches
Mail list logo