Forwarding to [EMAIL PROTECTED], since that is where the permanent change has to be
made. Will also submit to James CVS after testing (looks right, though).
--- Noel
-----Original Message-----
From: Manuel Soto [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 07, 2003 16:38
To: James Server dev
Subject: continious problems starting james/phoenix
I've mandrake 9.1 running james 2.1. Each time I start the machine I get
the error "Already Running!!". the following patch avoid this error.
diff phoenix.sh.org phoenix.sh
165,166c165,169
< echo "Already Running!!"
< exit 1
---
> if ps -p `cat $PHOENIX_PID ` >/dev/null 2>/dev/null
> then
> echo "Already Running!!"
> exit 1
> fi
Later,
Manuel Soto
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]