Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. root@ts:/home/t# libvirtd
  2. 2017-05-28 07:48:19.090+0000: 5473: info : libvirt version: 2.5.0, package: 3ubuntu5 (Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 21 Mar 2017 08:02:37 +0100)
  3. 2017-05-28 07:48:19.090+0000: 5473: info : hostname: ts
  4. 2017-05-28 07:48:19.090+0000: 5473: error : virPidFileAcquirePath:422 : Failed to acquire pid file '/var/run/libvirtd.pid': Resource temporarily unavailable
  5. root@ts:/home/t# status libvirtd
  6. status: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  7. root@ts:/home/t# ps ax | grep libvirtd
  8. 2595 ? Ssl 0:00 /usr/sbin/libvirtd
  9. 5562 pts/0 S+ 0:00 grep --color=auto libvirtd
  10. root@ts:/home/t# kill -9 2595
  11. root@ts:/home/t# rm -rf /var/run/libvirtd.pid
  12. root@ts:/home/t# status libvirtd
  13. status: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  14. root@ts:/home/t# libvirtd
  15. 2017-05-28 07:50:11.363+0000: 5786: info : libvirt version: 2.5.0, package: 3ubuntu5 (Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 21 Mar 2017 08:02:37 +0100)
  16. 2017-05-28 07:50:11.363+0000: 5786: info : hostname: ts
  17. 2017-05-28 07:50:11.363+0000: 5786: error : qemuMonitorJSONCheckError:387 : internal error: unable to execute QEMU command 'query-cpu-definitions': The command query-cpu-definitions has not been found
  18. 2017-05-28 07:50:11.363+0000: 5786: warning : virQEMUCapsLogProbeFailure:4441 : Failed to probe capabilities for /usr/bin/qemu-system-alpha: internal error: unable to execute QEMU command 'query-cpu-definitions': The command query-cpu-definitions has not been found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement