virt-manager x转发问题

简介: 问题: [root@192-168-167-52 ~]# virt-manager  Unable to initialize GTK: could not open display 首先检查sshd的X11转发是否开启.
问题:
[root@192-168-167-52 ~]# virt-manager 
Unable to initialize GTK: could not open display



首先检查sshd的X11转发是否开启.
[root@192-168-167-52 ~]# grep X11Forwarding /etc/ssh/sshd_config 
#X11Forwarding no
X11Forwarding yes
#       X11Forwarding no
检查xorg
[root@192-168-167-52 ~]# rpm -qa |grep xorg      
xorg-x11-font-utils-7.2-11.el6.x86_64
xorg-x11-drv-ati-firmware-7.5.99-3.el6.noarch

安装软件包
[root@192-168-167-52 ~]# yum install -y xorg-x11-font-utils.x86_64 xorg-x11-server-utils.x86_64 xorg-x11-utils.x86_64 xorg-x11-xauth.x86_64 xorg-x11-xinit.x86_64

secureCRT中启用X转发

开启后会自动export一个DISPLAY的变量
[root@192-168-167-52 ~]# echo $DISPLAY
localhost:10.0


接下来就可以使用图形转发了
[root@192-168-167-52 ~]# virt-manager 
Gtk-Message: Failed to load module "pk-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"

Gtk-Message: Failed to load module "pk-gtk-module"
使用yum install  libpk-gtk-module.so
目录
相关文章
|
6月前
|
监控 Java API
libvirt中Domain状态
libvirt中Domain状态
|
Linux
CentOS系统安装之网络问题(Network is unreachable;name or service not found)
CentOS系统安装之网络问题(Network is unreachable;name or service not found)
1038 0
CentOS系统安装之网络问题(Network is unreachable;name or service not found)
虚拟机 connect: Network is unreachable问题
虚拟机 connect: Network is unreachable问题
585 0
|
XML 网络协议 数据格式