Re: SIGTTOU in background process
From: Mike Shapp (mikeshapp_at_yahoo.com)
Date: 02/19/05
- Previous message: Mike Shapp: "SIGTTOU in background process"
- In reply to: Mike Shapp: "SIGTTOU in background process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 19 Feb 2005 10:54:36 -0500
Oops! The command is actually:
/usr/bin/telnet c4466u45 5555 > /tmp/ob.out 2>/dev/null &
-- Mike Shapp mikeshapp@yahoo.com "Mike Shapp" <mikeshapp@yahoo.com> wrote in message news:hYudnZCW5sqq_YrfRVn-sQ@comcast.com... > rp7410 running HPUX 11i v1 (11.11) > > I've got the following script (excerpted) running as root: > > #!/sbin/sh > > stty -tostop > /usr/bin/telnet c4466u45 5555 /tmp/ob.out 2>/dev/null & > > If I run the script, and then run jobs, I see that the telnet session is > stopped with a SIGTTOU: > > [1] + 4125 Stopped(SIGTTOU) /usr/bin/telnet c4466u45 5555 /tmp/ob.out > 2>/dev/null & > > All the docs I've read say that the "stty -tostop" should keep this from > happening but it doesn't seem to. I even put "stty -tostop" in root's > .profile. > > Any ideas? > > Thanks in advance. > > Mike Shapp > mikeshapp@yahoo.com > >
- Previous message: Mike Shapp: "SIGTTOU in background process"
- In reply to: Mike Shapp: "SIGTTOU in background process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|