* [RFC] Daemon startup order
@ 2005-08-04 15:46 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2005-08-04 15:46 UTC (permalink / raw)
To: xen-tools, xen-devel
Hi,
A few people are having problems with the new console daemon and I've
tracked the problem down to the order in which daemons are started.
Here's what currently happens:
1) xend (the script in tools/misc) start will launch xcs and consoled
2) xend (the python server) will launch xenstored whenever it needs it
This creates a bit of a chicken and the egg problem since consoled needs
xenstored to function. There's a few options:
1) Have consoled (and all future daemons) implement the logic to wait
for xenstored to start
2) Move xenstored launching to xend (the script in tools/misc)
3) Give all the daemons proper init.d scripts with dependencies
I'm partial to #3 although #2 would be a fine quick hack.
For now, if anyone gets messages about not being able to read the tty
with xm console, simply run consoled.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-04 15:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04 15:46 [RFC] Daemon startup order Anthony Liguori
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.