码迷,mamicode.com
首页 > 系统相关 > 详细

xshell virt-manager "RuntimeError: could not open display"

时间:2016-08-18 21:36:55      阅读:1445      评论:0      收藏:0      [点我收藏+]

标签:runtimeerror: could not open display

使用xshell连接到linux主机,使用virt-manager命令调用kvm的管理界面,结果

[root@instructor ~]# virt-manager 
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager.py", line 383, in <module>
    main()
  File "/usr/share/virt-manager/virt-manager.py", line 286, in main
    raise gtk_error
RuntimeError: could not open display


使用xclock命令,结果

[root@instructor ~]# xclock 
Error: Can‘t open display: 172.24.79.74:0.0


怎么解决?如下

第一步:在xshell界面,使用快捷键ALT + P;接着选择Tunneling;接着勾选Forword X11 connections to,勾选Xmanager

第二步:在Xmanager目录夹中,打开“Xmanager - Passive”这个软件,打开即可,神马都不要做

第三步:在xshell中运行你要运行的命令即可


以上方法在我的环境中生效,不一定在你的环境中生效


xshell virt-manager "RuntimeError: could not open display"

标签:runtimeerror: could not open display

原文地址:http://danchaofan.blog.51cto.com/1196121/1840047

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!