1836987 Members
2262 Online
110111 Solutions
New Discussion

Terminal

 
SOLVED
Go to solution
Eric Jacklin
Regular Advisor

Terminal

Hi team,

Here i have seen a strage behaviour of terminal.

I am not able to use ctrl+c to abort the process and some of the other terminal commands are not working so Would you please help me out

OS HP Unix 11.11
Env :
COLUMNS=177
EDITOR=vi
TERM=xterm

6 REPLIES 6
Dennis Handly
Acclaimed Contributor
Solution

Re: Terminal

What does "stty -a" show? In particular intr, kill, erase, susp.
Masud Parvez
Valued Contributor

Re: Terminal

in addition export your terminal --

# export TERM=vt100
Eric Jacklin
Regular Advisor

Re: Terminal

Thanks i got the solution i have change the intr entries in stty.
Eric Jacklin
Regular Advisor

Re: Terminal

thanks
Dennis Handly
Acclaimed Contributor

Re: Terminal

If our answers were helpful, please read the following about assigning points:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
How to reopen threads:
http://forums.itrc.hp.com/service/forums/helptips.do?#41
Bill Hassell
Honored Contributor

Re: Terminal

Since you are running xterm, you are probably getting the stripped version of the shell rather than a login shell. What that means is that /etc/profile and .profile are skipped (standard yucky behavior of xterm, hpterm and dtterm everywhere). Be sure that you always start a login shell by creating .Xdefaults in your $HOME directory:

echo "*loginShell: true" >> $HOME/.Xdefaults

Then logout and start a new xterm login. Now the standard login profiles be executed where the standard stty commands are located.


Bill Hassell, sysadmin