Error opening terminal: xterm

Tags:

Squeeze 64 bit gives me
Error opening terminal: xterm [rxvt,vt220...]

running ancient belkin UPS software, previously working on etch.

in bash tried:

set TERM=rxvt
export TERM=rxvt

No error number so it can't find the terminfo.

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Error opening terminal: xterm

in such situation i 'export TERM=xterm' although I use unicode rxvt.

edit: actually, your situation might be different.

Re: Error opening terminal: xterm

There are some missing links in Squeeze which I have now supplied. I used to use export in Etch and Lenny but that stopped working in Squeeze.

Re: Error opening terminal: xterm

The following will get rxvt terminal going.

mkdir -p /usr/share/terminfo/r

cd /usr/share/terminfo/r

ln -s /lib/terminfo/r/rxvt rxvt

Syndicate content