|   
 TA的每日心情|  | 开心 2025-10-7 13:38
 | 
|---|
 签到天数: 1664 天 [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
 
 
 
 | 
 |