解决远程无法virt-manager的问题

网友投稿 1301 2022-09-22

解决远程无法virt-manager的问题

解决远程无法virt-manager的问题

现象,执行ssh $remoteIP之后,

[xxoo@BJ_SJHL_LHZQ0006 ~]$ virt-manager

Unable to initialize GTK: could not open display

解决方法:

通过ssh -X连接对端服务器

之后继续,输入virt-manager之后,弹出下面的页面信息:

解决方法:

在/etc/polkit-1/localauthority/50-local.d/50-lhop.pkla

[Remote libvirt SSH access]

Identity=unix-group:xxoo

Action=org.libvirt.unix.manage;org.libvirt.unix.monitor

ResultAny=yes

ResultInactive=yes

ResultActive=yes

确保unix-group中包含的lhop用户是管理员用户即可

国外注释:

The above would allow users of group “lhop” to access libvirt and manage libvirt through policy kit action “org.libvirt.unix.manage” . The above rules are placed in file 50-org.example-libvirt-remote-access.pkla under directory “/etc/polkit-1/localauthority/50-local.d”.

添加上述内容之后,再次执行virt-manager,显示如下信息,表示正常:

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:PythonGUI编程(Tkinter)-基本概念以及核心开发步骤
下一篇:Unix Study之--AIX删除卷组中物理卷
相关文章

 发表评论

暂时没有评论,来抢沙发吧~