You are not logged in.

#1 2015-12-14 10:03:12

mbirkis
Member
Registered: 2013-12-12
Posts: 18

[SOLVED] Update broke libvirtd (1.2.21-1 -> 1.3.0)

I updated from libvirt 1.2.21-1 to the new libvirt 1.3.0 today.

After the upgrade libvirt won't start my domain. It errors out with the following error:

Error starting domain: Failed to connect socket to '/var/run/libvirt/virtlogd-sock': No such file or Directory

I have temporarily solved the issue by downgrading the libvirtd package back to 1.2.21-1.

Can i fix this issue (through some config, post upgrade tinkering), or is it simply a bug?

Last edited by mbirkis (2015-12-14 18:44:20)

Offline

#2 2015-12-14 12:04:02

HansAnderson
Member
Registered: 2013-12-17
Posts: 13

Re: [SOLVED] Update broke libvirtd (1.2.21-1 -> 1.3.0)

The problem lies with virtlogd.socket not getting started along with
libvirtd.service.

Start virtlogd.socket manually:

# systemctl start virtlogd.socket

Offline

#3 2015-12-14 18:25:27

sugartest
Member
Registered: 2014-07-09
Posts: 38

Re: [SOLVED] Update broke libvirtd (1.2.21-1 -> 1.3.0)

Thank's didn't think of it wink

By the way, should we consider enabling it at startup ?


An Arch Linux enthousiast and a Linux fan in general, mostly interrested in command line use, security issues, code learning and networks.

Offline

#4 2015-12-14 18:44:02

mbirkis
Member
Registered: 2013-12-12
Posts: 18

Re: [SOLVED] Update broke libvirtd (1.2.21-1 -> 1.3.0)

HansAnderson wrote:

The problem lies with virtlogd.socket not getting started along with
libvirtd.service.

Start virtlogd.socket manually:

# systemctl start virtlogd.socket

This solves the issue, thanks a lot smile

Marking as solved.

Offline

#5 2016-04-28 17:57:52

mgrimes
Member
Registered: 2012-08-16
Posts: 4

Re: [SOLVED] Update broke libvirtd (1.2.21-1 -> 1.3.0)

I've been starting this by hand for a few years now. Luckily I very rarely have to reboot my VM host. Just realized that the libvirtd unit now installs virtlogd.socket (probably has for years). I just needed to re-enable libvirtd.service:

systemctl enable libvirtd.service

Offline

Board footer

Powered by FluxBB