Python daemon and popen2

Bob Swerdlow rswerdlow at transpose.com
Fri Sep 3 15:12:04 EDT 2004


I've created a Python daemon that starts a bunch of BitTorrent downloader
process.  Everything is working fine when I start the daemon by hand (logged
on as root).  I can quit the session and see that the daemon is running and
the subprocesses are running, too.  However, when I configure the system to
automatically start the daemon on boot-up, the daemon runs, but the
processes are not created.

This is on Solaris 8 with Python 2.3.3.  The processes are started with
popen2.  I'm starting the processes with a script in /etc/rc3.d/S81btseeds.

Any suggestions?  Why should it care that it is running at start-up?

Bob Swerdlow
COO
Transpose
rswerdlow at transpose.com
207-781-8284
http://www.transpose.com

----------------------------------
Fight Spam!
Add this link to your signature (as I did): http://wecanstopspam.org
Click through to find out more.
----------------------------------





More information about the Python-list mailing list