Advertisement
RayVermey

Untitled

Aug 14th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. root@DESKTOP-RAY:/home/ray# apparmor_parser -R /etc/apparmor.d/usr.sbin.libvirtd
  2. apparmor_parser: Unable to remove "/usr/sbin/libvirtd". Profile doesn't exist
  3. root@DESKTOP-RAY:/home/ray# apt install -f
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  8. 2 not fully installed or removed.
  9. After this operation, 0 B of additional disk space will be used.
  10. Setting up libvirt-daemon-system (3.5.0-1) ...
  11. Job for libvirtd.service failed because the control process exited with error code.
  12. See "systemctl status libvirtd.service" and "journalctl -xe" for details.
  13. invoke-rc.d: initscript libvirtd, action "start" failed.
  14. ● libvirtd.service - Virtualization daemon
  15. Loaded: loaded (/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled)
  16. Active: activating (auto-restart) (Result: exit-code) since Tue 2018-08-14 22:52:10 CEST; 3ms ago
  17. Docs: man:libvirtd(8)
  18. http://libvirt.org
  19. Process: 8886 ExecStart=/usr/sbin/libvirtd $libvirtd_opts (code=exited, status=6)
  20. Main PID: 8886 (code=exited, status=6)
  21. Tasks: 20 (limit: 32768)
  22. CGroup: /system.slice/libvirtd.service
  23. dpkg: error processing package libvirt-daemon-system (--configure):
  24. subprocess installed post-installation script returned error exit status 1
  25. dpkg: dependency problems prevent configuration of libvirt-bin:
  26. libvirt-bin depends on libvirt-daemon-system (>= 1.3.1-1); however:
  27. Package libvirt-daemon-system is not configured yet.
  28.  
  29. dpkg: error processing package libvirt-bin (--configure):
  30. dependency problems - leaving unconfigured
  31. Errors were encountered while processing:
  32. libvirt-daemon-system
  33. libvirt-bin
  34. E: Sub-process /usr/bin/dpkg returned an error code (1)
  35. root@DESKTOP-RAY:/home/ray#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement