Your message dated Sun, 3 Feb 2019 22:55:49 +0100
with message-id <bd085c3e-4bba-17ff-c446-ec900aab2...@knorrie.org>
and subject line Re: /etc/init.d/xend doesn't terminate all processes
has caused the Debian Bug report #506407,
regarding /etc/init.d/xend doesn't terminate all processes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal

Hi,

# ps awux | grep /usr/lib/xen
<nothing>
# /etc/init.d/xend start
Starting XEN control daemon: xend.
# /etc/init.d/xend stop
Stopping XEN control daemon: xend.
# ps awux | grep /usr/lib/xen
root     29826  0.2  0.1   2160   848 ?        S    09:37   0:00 
/usr/lib/xen-3.2-1/bin/xenstored --pid-file /var/run/xenstore.pid
root     29829  0.0  0.0  10280   508 ?        Sl   09:37   0:00 
/usr/lib/xen-3.2-1/bin/xenconsoled

/etc/init.d/xend stop shouldn't leave processes around.
Cheers,
 -- Guido



--- End Message ---
--- Begin Message ---
Hi Guido,

Thanks for your report (a long time ago already).

I'm going to answer it for the situation in the soon to be released
Debian Buster.

There are two processes, (o)xenstored and xenconsoled. The xenstored
process must never be stopped while the dom0 is running, since it has
internal state about all running domains (even about dom0). That is why
the init scripts only start it if it's not there, but never restart or
stop it.

The xenconsoled process can be stopped and started again while domUs are
running, and the init script currently also does that when calling it
with restart / stop etc.

So, the behavior is as intended.

Have fun,
Hans

--- End Message ---

Reply via email to