Re: how to make a non-interactive bash kill its children

2005-05-24 Thread Irek Szczesniak
Thank you for your advice. It's really a nifty solution, and it works great for me! Best, Irek Chet Ramey wrote: I run a script, and so Bash runs non-interactively. In the script I run some commands with: > some_command & My script is run by a process which doesn't have a controlling t

Re: how to make a non-interactive bash kill its children

2005-05-24 Thread Chet Ramey
> I run a script, and so Bash runs non-interactively. In the script I > run some commands with: > > > some_command & > > My script is run by a process which doesn't have a controlling > terminal, and so my script doesn't inherit the terminal. > > I want Bash to kill the commands that I run w

how to make a non-interactive bash kill its children

2005-05-24 Thread Irek Szczesniak
I run a script, and so Bash runs non-interactively. In the script I run some commands with: > some_command & My script is run by a process which doesn't have a controlling terminal, and so my script doesn't inherit the terminal. I want Bash to kill the commands that I run when my script exi

Re: Installing bash-3.0 on hppa2.0-hp-hpux-10.20

2005-05-24 Thread Chet Ramey
> I was trying to install bash-3.0 on hppa2.0-hp-hpux10.20 machine. > > Configuration was (seems to be) successful. But I make I got the > following error > > gcc -c -I. -I../.. -I../../../bash-3.0 -I../../../bash-3.0/lib > -I../../../bash- > 3.0/include -I../../../bash-3.0/lib/sh -I

Re: BASH Bug???

2005-05-24 Thread Paul D. Smith
%% <[EMAIL PROTECTED]> writes: n> I have loaded BASH on a Ultra 5 running Solaris 8. The BASH binary n> was downloaded from Sunfreeware. If I load BASH as my login shell n> (i.e. passwd file change) I am unable to FTP into the system as n> that user. Edit the /etc/shells file on the So

Re: BASH Bug???

2005-05-24 Thread Chet Ramey
> I have loaded BASH on a Ultra 5 running Solaris 8. The BASH binary was > downloaded from Sunfreeware. If I load BASH as my login shell (i.e. > passwd file change) I am unable to FTP into the system as that user. If > I load another shell as my login shell first then call the BASH shell > from

ld: Unsatisfied symbols -- help

2005-05-24 Thread BhaskerReddy Amireddy
  Hello, When I was installing bash-3.0 on hppa2.0-hp-hpux10.20 I have got the following problem... Configuration was (seems to be) successful. After configuration when I make earlier it was giving the following problem. In bash-3.0/lib/sh/strftime.c and /usr/local/sys/time.h th

BASH Bug???

2005-05-24 Thread gary.hudson
I have loaded BASH on a Ultra 5 running Solaris 8. The BASH binary was downloaded from Sunfreeware. If I load BASH as my login shell (i.e. passwd file change) I am unable to FTP into the system as that user. If I load another shell as my login shell first then call the BASH shell from my .profil