Archive modeAttention: This site is in an archived mode. It is available for searching and to read, but posting to this site has been disabled. NavigationSearchCost of War |
Error opening terminal: xtermSqueeze 64 bit gives me running ancient belkin UPS software, previously working on etch. in bash tried: set TERM=rxvt No error number so it can't find the terminfo.
|
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