Comment 8 for bug 557054

Revision history for this message
Jgalvatron (jamesgalvin2007) wrote :

Hi All,

Apologies if I am posting this in the wrong place its my first bug report,

I am seeing the same issues on Ubuntu 14.04

I change the "-l" flag in any of these places and restart the libvirt-bin process and i get the following in the logs:

Apr 9 14:39:26 compute1 kernel: [ 19.019176] init: libvirt-bin main process (1897) terminated with status 6
Apr 9 14:39:26 compute1 kernel: [ 19.019196] init: libvirt-bin main process ended, respawning
Apr 9 14:39:26 compute1 kernel: [ 19.063625] init: libvirt-bin main process (1918) terminated with status 6
Apr 9 14:39:26 compute1 kernel: [ 19.063645] init: libvirt-bin main process ended, respawning
Apr 9 14:39:26 compute1 kernel: [ 19.104337] init: libvirt-bin main process (1935) terminated with status 6
Apr 9 14:39:26 compute1 kernel: [ 19.104353] init: libvirt-bin main process ended, respawning
Apr 9 14:39:26 compute1 kernel: [ 19.148626] init: libvirt-bin main process (1958) terminated with status 6
Apr 9 14:39:26 compute1 kernel: [ 19.148646] init: libvirt-bin main process ended, respawning
Apr 9 14:39:26 compute1 kernel: [ 19.189453] init: libvirt-bin main process (1975) terminated with status 6
Apr 9 14:39:26 compute1 kernel: [ 19.189470] init: libvirt-bin main process ended, respawning
Apr 9 14:39:26 compute1 kernel: [ 19.229937] init: libvirt-bin main process (1992) terminated with status 6
Apr 9 14:39:26 compute1 kernel: [ 19.229955] init: libvirt-bin respawning too fast, stopped

First I changed the following in /etc/default/libvirt-bin

libvirtd_opts="-d"
to
libvirtd_opts="-d -l"

restarted process got the above in the logs

so I then tried editing

/etc/init/libvirt-bin.conf

And changed the line:
exec /usr/sbin/libvirtd $libvirtd_opts
to
exec /usr/sbin/libvirtd -d -l

restarted and no joy still wont start libvirt after the change,

Any help would be appreciated

Thanks,

James