Public bug reported:

The script does: start-stop-daemon --stop --pidfile /var/run/libvirtd.pid 
--exec '/usr/sbin/libvirtd'
It should do something like: start-stop-daemon --stop --pidfile 
/var/run/libvirtd.pid --exec '/usr/sbin/libvirtd' --retry 5

--retry means libvirtd will be sent SIGKILL if it does not shutdown from
the default signal (--retry is in common use in Ubuntu scripts, see
'grep retry /etc/init.d/*')

** Affects: libvirt (Ubuntu)
     Importance: Undecided
         Status: New

-- 
/etc/init.d/libvirt-bin does not check that libvirtd has terminated on stop
https://bugs.launchpad.net/bugs/522688
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to