xterm-256color': unknown terminal type

一,故障输入top命令不能显示

 xterm-256color‘: unknown terminal type

二解决方法

1、临时办法,下次启动失效,需要重新执行

export TERM=vt100

export TEMCAP=$INFORMIXDIR/etc/termcap

执行以上两条命令

、永久办法,拷贝另一台同系列同版本的linux下的/usr/share/terminfo/进行覆盖

reboot你的linux

问题还是依旧:再搜索查到方法

export TERMINFO=/usr/share/terminfo

这是正解!

xterm-256color': unknown terminal type

时间: 2024-10-25 13:20:02

xterm-256color': unknown terminal type的相关文章

AIX-vi操作-提示Unknown terminal type的问题解决方法

AIX-vi操作-提示Unknown terminal type的问题解决方法AIX Version 5.3$ vi /etc/profilelinux: Unknown terminal type[Hit return to continue] :q!I don't know what kind of terminal you are on - all I have is 'linux'.[Using open mode]……临时办法,下次启动失效,需要重新执行$ echo $TERMlinu

解决gnuplot中'Terminal type set to 'unknown'不能显示绘图的问题

安装gnuplot: sudo apt-get install gnuplot 安装成功后,在终端输入gnuplot,进入gnuplot. 直接进行一个小测试: plot sin(x) 发现不能显示绘制的图.其实,原因是出现了'Terminal type set to 'unknown'这样的问题. 往上翻看安装过程中出现的提示,可以发现gnuplot还要基于gnuplot-x11或gnuplot-qt工作.于是安装gnuplot-x11: sudo apt-get install gnuplo

Mac OS安装octave出现的问题-'error:terminal type set to 'unknown'的解决'

学习Machine learning需要使用Octave语言,毕竟吴恩承力荐.本机系统Mac OS X EI Capitan, 其实什么系统都无所谓了,安装原理都是一样的. 在不断才坑中,理清楚了各个软件之间的关系: Octave是一个类似于MATLAB一样强大的语言,相比来说,它是开源的,FREE! Octave中使用了GNUplot来绘制图像,所以需要在电脑上安装gnuplot才能使用它的图像绘制的功能.PS: 我首先在coursera上安装课程资源里面给的链接,安装了Octave,后来发现

unknown filesystem type ‘iso9660’类型问题--Ubuntu

unknown filesystem type ‘iso9660’是指系统不支持这种类型的文件, 用以下命令更新内核即可: sudo aptitude update sudo aptitude upgrade 然后重启下电脑 可以用命令cat /proc/filesystems查看是否有iso9660,有的话就可以了

VPN客户端拨号,提示EAP: unknown authentication type 26; Naking

EAP: unknown authentication type 26; Naking 拨号时候出现这个,是因为加密没有开启. 解决方法: # vim /etc/ppp/options.pptp    ///注意是带pptp后缀的文件,不是不带后缀的. ///我就是编辑了不带后后缀的,没成功,浪费了好长时间. 如图设置即可

vuex2 mapActions 报错 `unknown action type: xxxx`

export const setBreadCrumb = ({ dispatch }, data) => { dispatch('SET_BREADCRUMB', data) } 当调用的时候报[vuex2] mapActions 报错 `unknown action type: setBreadCrumb` 后台改成 export const setBreadCrumb = ({ commit }, data) => { commit('SET_BREADCRUMB', data) } 未报

VirtualBox安装增强工具时:Unable to install guest additions: unknown filesystem type 'iso9660'

解决方法: sudo apt-get install --reinstall linux-image-$(uname -r) 参考:http://askubuntu.com/questions/596998/unable-to-install-guest-additions-unknown-filesystem-type-iso9660 VirtualBox安装增强工具时:Unable to install guest additions: unknown filesystem type 'is

[virsh] error: unknown OS type hvm解决办法

今天在linux服务器上编译安装升级了下qemu,升级命令如下: [email protected]:/opt/qemu-2.0.0# ./configure --prefix=/usr/local/ --target-list=x86_64-softmmu [email protected]:/opt/qemu-2.0.0# make [email protected]:/opt/qemu-2.0.0# make install 顺利编译安装后,去define了一个虚拟机,结果报了如下错误:

Android 混淆 Unknown verification type

Android工程打包sdk,导出jar已被混淆,该jar被第三方使用,混淆时出现Unknown verification type [*] in stack map frame问题,测试发现 if(){ }else{ Log.cerateLog("something"); } 其中Log public class Log { public static boolean debug = false; public static void cerateLog(String str){ i