1834646 Members
2060 Online
110069 Solutions
New Discussion

tcsh on Itanium 11.23

 
Nyck_1
Super Advisor

tcsh on Itanium 11.23

I have just installed tcsh and when I invoke it I get the following message:-

tcsh
tcsh: using dumb terminal settings.

Can someone remind me on how I fix this?
4 REPLIES 4
Matti_Kurkela
Honored Contributor

Re: tcsh on Itanium 11.23

It means your TERM environment variable is not properly set. Set it to correct value (depends on your terminal/emulator; the most common values are probably vt100, xterm and hp) before invoking tcsh.

MK
MK
Nyck_1
Super Advisor

Re: tcsh on Itanium 11.23

My TERM is currently set as the following:-

echo $TERM
dtterm

This is the same for all my other HP servers and tcsh works fine, the annoying thing is that I cannot remember what I did in the first place to get it working.
Peter Nikitka
Honored Contributor

Re: tcsh on Itanium 11.23

Hi,

if I remember correctly, I added a symlink under /lib/... or so pointing to /usr/share/lib/terminfo or wherever the location of the commonly used TERM-base is found.
Sorry - no HP-host at hand just now.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Nyck_1
Super Advisor

Re: tcsh on Itanium 11.23

Got this working now, I copied across a version that was compiled and all seems fine now.

But this does not explain how its working on my other Itanium servers and not this one.