[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: bash script in background gets interrupted if carriage return is hit
From: |
Ken Failbus |
Subject: |
RE: bash script in background gets interrupted if carriage return is hit... |
Date: |
Mon, 15 Oct 2007 09:19:10 -0400 |
Hi Chet,
I was able to solve the problem. By uncommenting a line in our script
that was setting a "set -m" for Solaris platform I was able to resolve
this issue.
Thanks to everyone for looking into this one and advising.
Regards,
Ken
-----Original Message-----
From: Chet Ramey [mailto:chet.ramey@case.edu]
Sent: Friday, October 12, 2007 5:07 PM
To: Ken Failbus
Cc: bug-bash@gnu.org; chet@case.edu
Subject: Re: bash script in background gets interrupted if carriage
return is hit...
Ken Failbus wrote:
> I have a script that when run in background and while it's running
> hitting a carriage return causes it's to completely stop the script
and
> the terminal in which it's running disappears. It seems as though it
> received a interrupt signal. Is there some kind of a job control or
> terminal keys getting mis-represented.
Look at the output of `stty -a'.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Live Strong. No day but today.
Chet Ramey, ITS, CWRU chet@case.edu
http://cnswww.cns.cwru.edu/~chet/