ginger icon indicating copy to clipboard operation
ginger copied to clipboard

Errors logged while doing operations on system services in Ubuntu 16.10

Open lcorreia opened this issue 8 years ago • 1 comments

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

lcorreia avatar Dec 06 '16 13:12 lcorreia

Kimchi also depends on libvirt-bin service on systemd configuration. Maybe it needs to be adjusted as well.

alinefm avatar Dec 08 '16 16:12 alinefm