ginger
ginger copied to clipboard
Errors logged while doing operations on system services in Ubuntu 16.10
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
Kimchi also depends on libvirt-bin service on systemd configuration. Maybe it needs to be adjusted as well.