Advertisement
RayVermey

Untitled

Aug 14th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. root@DESKTOP-RAY:/home/ray# cat /sys/module/apparmor/parameters/enabled && systemctl stop apparmor && cat /sys/module/apparmor/parameters/enabled && apt install -f
  2. Y
  3. Y
  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:57:28 CEST; 4ms ago
  17. Docs: man:libvirtd(8)
  18. http://libvirt.org
  19. Process: 16836 ExecStart=/usr/sbin/libvirtd $libvirtd_opts (code=exited, status=6)
  20. Main PID: 16836 (code=exited, status=6)
  21. Tasks: 20 (limit: 32768)
  22. CGroup: /system.slice/libvirtd.service
  23.  
  24. Aug 14 22:57:28 DESKTOP-RAY systemd[1]: Failed to start Virtualization daemon.
  25. Aug 14 22:57:28 DESKTOP-RAY systemd[1]: libvirtd.service: Unit entered failed state.
  26. Aug 14 22:57:28 DESKTOP-RAY systemd[1]: libvirtd.service: Failed with result 'exit-code'.
  27. dpkg: error processing package libvirt-daemon-system (--configure):
  28. subprocess installed post-installation script returned error exit status 1
  29. dpkg: dependency problems prevent configuration of libvirt-bin:
  30. libvirt-bin depends on libvirt-daemon-system (>= 1.3.1-1); however:
  31. Package libvirt-daemon-system is not configured yet.
  32.  
  33. dpkg: error processing package libvirt-bin (--configure):
  34. dependency problems - leaving unconfigured
  35. Errors were encountered while processing:
  36. libvirt-daemon-system
  37. libvirt-bin
  38. E: Sub-process /usr/bin/dpkg returned an error code (1)
  39. root@DESKTOP-RAY:/home/ray#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement