You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From wok-error.log:
rc: 1 error: Unit libvirt-bin.service could not be found.
returned from cmd: systemctl show libvirt-bin.service --property=LoadError
rc: 1 error: Unit libvirt-bin.service could not be found.
returned from cmd: systemctl show libvirt-bin.service --property=LoadError
Ubuntu 16.10 now comes also with libvirtd, in addition to libvirt-bin service. They are somehow linked to each other, but the behavior of some commands differ when run on libvirt-bin, in relation to libvirtd. Example:
dev@u1610:$ systemctl is-active libvirt-bin.service
inactive
dev@u1610:$ systemctl is-active libvirtd.service
active
The text was updated successfully, but these errors were encountered:
From wok-error.log:
rc: 1 error: Unit libvirt-bin.service could not be found.
returned from cmd: systemctl show libvirt-bin.service --property=LoadError
rc: 1 error: Unit libvirt-bin.service could not be found.
returned from cmd: systemctl show libvirt-bin.service --property=LoadError
Ubuntu 16.10 now comes also with libvirtd, in addition to libvirt-bin service. They are somehow linked to each other, but the behavior of some commands differ when run on libvirt-bin, in relation to libvirtd. Example:
dev@u1610:
$ systemctl is-active libvirt-bin.service$ systemctl is-active libvirtd.serviceinactive
dev@u1610:
active
The text was updated successfully, but these errors were encountered: