1836206 Members
2420 Online
110096 Solutions
New Discussion

unable to get pty

 
SOLVED
Go to solution
Ahmed Zaher
Advisor

Re: unable to get pty


Dear Dennis,

What did you mean with the phrase (If you want it to kill, remove that first "exit 1".
)?

I should write this script one time and it will be executed automatically when the user login. Please clarify?
Dennis Handly
Acclaimed Contributor

Re: unable to get pty

>What did you mean with the phrase (If you want it to kill, remove that first "exit 1".)?

I have no idea if what I have will work. I don't know what the signal is. So we need to try it for awhile.

>I should write this script one time and it will be executed automatically when the user login.

That's the assumption.

I had another thought if you want to experiment.
You may want to replace what you have by:

/opt/OV/bin/xnmevents < /dev/null > /dev/null 2>&1 &

And try to bring it up. If it never shows up or just flashes, then that won't work. If it comes up, try having the user close the session incorrectly and see if it goes away.

(Or while it is up, look at that "UNIX95= ps -Hfu noc" to see if dtexec is even there anymore?