Your message dated Sat, 14 Apr 2012 19:08:49 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-xen-devel] Bug#628912: Bug#628912: Bug#628912:
Bug#628912: xenconsoled and xenstored stopping unhandled by init script
has caused the Debian Bug report #628912,
regarding xen-utils-common: stop fails when some of the daemons are not running
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 [email protected]
immediately.)
--
628912: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628912
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xen-utils-common
Version: 3.4.2-3
Severity: normal
If one daemon is running but the others are not then the stop script will
fail.
It should use the pid file for each daemon and try to stop them independently.
Note that the fact that Xen shouldn't get into this state is not relevant,
daemons do periodically fail, relevant system control scripts should be able
to stop them even when dependencies are not working.
# ps aux|grep xen
root 12 0.0 0.0 0 0 ? S 12:00 0:00 [xenwatch]
root 13 0.0 0.0 0 0 ? S 12:00 0:00 [xenbus]
root 965 0.0 0.3 10340 508 ? S 12:01
0:00 /usr/lib/xen-3.4/bin/xenconsoled --pid-file=/var/run/xenconsoled.pid
root 1282 0.0 0.5 3124 740 pts/0 S+ 12:20 0:00 grep xen
# /etc/init.d/xend stop
Stopping Xen daemons: xend.
# ps aux|grep xen
root 12 0.0 0.0 0 0 ? S 12:00 0:00 [xenwatch]
root 13 0.0 0.0 0 0 ? S 12:00 0:00 [xenbus]
root 965 0.0 0.3 10340 508 ? S 12:01
0:00 /usr/lib/xen-3.4/bin/xenconsoled --pid-file=/var/run/xenconsoled.pid
root 1299 0.0 0.5 3124 736 pts/0 S+ 12:21 0:00 grep xen
--- End Message ---
--- Begin Message ---
Version: 4.1.2-3
On Mon, Dec 19, 2011 at 12:23:12PM +0200, Pasi Kärkkäinen wrote:
> On Sun, Dec 11, 2011 at 01:12:58PM +0000, Ian Campbell wrote:
> > I thought xenconsoled was restartable, the upstream init scripts
> > certainly do so.
> Yes, xenconsoled is restartable.
xenconsoled is now restarted.
Bastian
--
Killing is stupid; useless!
-- McCoy, "A Private Little War", stardate 4211.8
--- End Message ---