You are not logged in.

#1 2016-04-16 11:54:10

zipeldiablo
Member
From: Paris
Registered: 2015-08-15
Posts: 22

[SOLVED] libvirtd will not start after update

Libvirt timeout when trying to start with systemctl.
I google a bit my first issue and it seemed that installing ebtables should fix it, then i had an issue with dmidecode not installed, but even after installation of the package libvirt fails to load :

$ systemctl start libvirtd.service
Job for libvirtd.service failed because a timeout was exceeded. See "systemctl status libvirtd.service" and "journalctl -xe" for details.

# root @ arch64 in /home/zipeldiablo [14:19:32] C:1
$ systemctl status libvirtd.service
● libvirtd.service - Virtualization daemon
   Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: disabled)
   Active: activating (start) since Sat 2016-04-16 14:19:32 CEST; 19s ago
     Docs: man:libvirtd(8)
           http://libvirt.org
 Main PID: 4428 (libvirtd)
    Tasks: 18 (limit: 512)
   CGroup: /system.slice/libvirtd.service
           ├─4176 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper
           ├─4177 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper
           └─4428 /usr/bin/libvirtd

Apr 16 14:19:32 arch64 systemd[1]: Starting Virtualization daemon...
Apr 16 14:19:32 arch64 dnsmasq[4176]: read /etc/hosts - 2 addresses
Apr 16 14:19:32 arch64 dnsmasq[4176]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
Apr 16 14:19:32 arch64 dnsmasq-dhcp[4176]: read /var/lib/libvirt/dnsmasq/default.hostsfile

Any idea on how to fix this?
I use https://github.com/zman0900/aur-libvirt-git
Updated libvirt to get some commits allowing us to use vendor_id directly in libvirt.

Seems this is a now bug, to fix it :

# cp /usr/lib/systemd/system/libvirtd.service /etc/systemd/system/libvirtd.service 
# sed -i s/notify/simple/ /etc/systemd/system/libvirtd.service 
# systemctl daemon-reload
# systemctl reenable libvirtd     # If you enabled it before

Last edited by zipeldiablo (2016-04-16 12:58:35)

Offline

Board footer

Powered by FluxBB