SIGTTOU problem

From: yessardi (yessardi@yahoo.com)
Date: 04/23/03


From: yessardi@yahoo.com (yessardi)
Date: 23 Apr 2003 09:28:05 -0700

Hi
 
When I run a process (startDaemon.sh) in the background in unix, it
runs without error and shows me the pid.
 
Then when I do a ps -ef | grep "startDaemon.sh", it gives me the
message {Stopped} (SIGTTOU).
 
I learnt that SIGTTOU is a tty signal sent out during output write.
 
I ve to run my process in the background only, coz it processes a file
as huge as 31692403 bytes! When i try to do it in the foreground, my
session encounters a connection timeout with the server and stops....

I learnt that there's a way I can block the SIGTTOU signal. But am not
able to figure out how.

Here's the snapshot:
 
cddaemon@hkcdsu01:/chase/apps/cds/project/calsub/run_scripts > .
./startDaemon.sh&
[1] 29342
 
cddaemon@hkcdsu01:/chase/apps/cds/project/calsub/run_scripts > ps -ef
| grep "startDaemon.sh"
cddaemon 29397 28786 0 22:48:01 pts/2 0:00 grep startDaemon.sh
[1] + Stopped (SIGTTOU) . ./startDaemon.sh&
 
Please advise me as to how to block the SIGTTOU signal.
 
Thank you !!



Relevant Pages

  • Re: SIGTTOU problem
    ... > When I run a process in the background in unix, ... > runs without error and shows me the pid. ... > I learnt that SIGTTOU is a tty signal sent out during output write. ... > session encounters a connection timeout with the server and stops.... ...
    (comp.unix.questions)
  • Re: MacTeX 2007 and documentation
    ... may be the most useful command available when doing searches at the ... will find every file on your system that has the text "memoir" on it, ... If locate generates 30 lines of text, where each line is a file, grep ... I need a Unix guru to chat to for half an hour or so to put me straight. ...
    (comp.text.tex)
  • Re: piping multiple selections to mv or cp and exclusion
    ... pipe to shell to execute each command statement ... Unix is indeed lifelong learning :-) ... and the regexp. ... back into the grep statement. ...
    (comp.unix.shell)
  • Re: DCL versus Unix CLIs, was: Re: File output like Unix
    ... that with grep by feeding the output of one grep into another. ... You can't edit commands across linewrap boundaries. ... Ever try writing a SET DEFAULT program in Unix ... I don't use SET DEFAULT/cd utilities on either VMS or Unix. ...
    (comp.os.vms)
  • Re: DCL versus Unix CLIs, was: Re: File output like Unix
    ... that with grep by feeding the output of one grep into another. ... You can't edit commands across linewrap boundaries. ... Ever try writing a SET DEFAULT program in Unix ... Unofficial OpenVMS Hobbyist Support Page: ...
    (comp.os.vms)