Mrfei 发表于 2019-1-27 09:07:20

启动virt

# 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)
# /etc/init.d/libvirtdstatus   // 查看虚拟化守护进程状态
libvirtd (pid2491) is running...  故障解决:

# mkdir -p /var/lib/dbus
# dbus-uuidgen> /var/lib/dbus/machine-id
# virt-managerhttp://blog.运维网.com/attachment/201305/102721340.jpg



页: [1]
查看完整版本: 启动virt