Operating System - HP-UX
1752550 Members
5031 Online
108788 Solutions
New Discussion

Re: Cntl C exits shell after 11i upgrade?

 
Mark Greene_1
Honored Contributor

Re: Cntl C exits shell after 11i upgrade?

The other piece of this puzzle is how are they connecting? ASCII terminal? PC with emulation software? Web client? You need to ensure that the terminal settings on that side of the connection are matched with what the shell has.

For what it's worth, here's the stty -a signal settings that I have for my telnet session via Exceed emulation software:

intr = ^C; quit = ^\; erase = ^H; kill = ^U
eof = ^D; eol = ^@; eol2 = ^[; swtch
stop = ^S; start = ^Q; susp ; dsusp
werase = ^W; lnext = ^V


control-D is the traditional end of file, so that shouldn't be causing you any grief. What do they have "quit" set to?

mark
the future will be a lot like now, only later
Eddie Massaro
New Member

Re: Cntl C exits shell after 11i upgrade?

we got it fixed guys .. there was a trap command in the .profile that was hosing everything up.

Thanks for all of the help