黑帽联盟

 找回密码
 会员注册
查看: 194|回复: 0

[资源教程] 启动virt-manager报错:Failed to open "/var/lib/dbus/machine-id"

[复制链接]

852

主题

38

听众

3180

积分

管理员

Rank: 9Rank: 9Rank: 9

  • TA的每日心情
    奋斗
    昨天 13:06
  • 签到天数: 1541 天

    [LV.Master]伴坛终老

    [root@hyperStor ~]# virt-manager    //启动KVM虚拟机管理工具报错
    process 4619: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
    See the manual page for dbus-uuidgen to correct this issue.
      D-Bus not built with -rdynamic so unable to print a backtrace
    Aborted (core dumped)


    [root@hyperStor ~]# /etc/init.d/libvirtd  status   // 查看虚拟化守护进程状态
    libvirtd (pid  2491) is running...


    故障解决:

    [root@hyperStor ~]# mkdir -p /var/lib/dbus
    [root@hyperStor ~]# dbus-uuidgen  > /var/lib/dbus/machine-id
    [root@hyperStor ~]# virt-manager


    勿忘初心,方得始终!
    您需要登录后才可以回帖 登录 | 会员注册

    发布主题 !fastreply! 收藏帖子 返回列表 搜索
    回顶部