Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors logged while doing operations on system services in Ubuntu 16.10 #502

Open
lcorreia opened this issue Dec 6, 2016 · 1 comment
Open
Assignees
Labels
Milestone

Comments

@lcorreia
Copy link
Member

lcorreia commented Dec 6, 2016

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

@alinefm alinefm added the bug label Dec 7, 2016
@alinefm alinefm added this to the Ginger 2.3.1 milestone Dec 7, 2016
@alinefm
Copy link
Member

alinefm commented Dec 8, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants