* Starting daemon
@ 2007-11-17 21:02 Kaushik Bhandankar
2007-12-04 2:45 ` Mark Williamson
0 siblings, 1 reply; 2+ messages in thread
From: Kaushik Bhandankar @ 2007-11-17 21:02 UTC (permalink / raw)
To: xen-devel
Hello,
I have my modified 9P server (running as a daemon) to listen for
incoming connections from 'remote' guests. How can I start the server
when xend starts ?? Should I invoke it from the SrvDaemon.py:start() ??
-Kaushik
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Starting daemon
2007-11-17 21:02 Starting daemon Kaushik Bhandankar
@ 2007-12-04 2:45 ` Mark Williamson
0 siblings, 0 replies; 2+ messages in thread
From: Mark Williamson @ 2007-12-04 2:45 UTC (permalink / raw)
To: xen-devel; +Cc: Kaushik Bhandankar
> I have my modified 9P server (running as a daemon) to listen for
> incoming connections from 'remote' guests. How can I start the server
> when xend starts ?? Should I invoke it from the SrvDaemon.py:start() ??
Various daemons are started from tools/misc/xend, which is the script that
actually gets run in order to start Xend.
You probably still need to take appropriate action in your daemon to make sure
it's a unique instance.
Cheers,
Mark
--
Dave: Just a question. What use is a unicyle with no seat? And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-04 2:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-17 21:02 Starting daemon Kaushik Bhandankar
2007-12-04 2:45 ` Mark Williamson
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.