[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] How to make condor suspend jobs partially



When your jobs resume, I believe they will receive SIGCONT, so perhaps they could catch that and reestablish their authentication before proceeding?

-- Andy

On Oct 24, 2008, at 11:46 AM, Frédéric Bastien wrote:

Hi,

My jobs launch a daemon that is detached. This demon do very few work
and will quit by itself if my jobs finish. But when condor suspend my
jobs it also suspend this demon. It is important for us that it don't
suspend the daemon. Condor send the SIGSTOP signal, but we can't catch
it. We detached the demon from the jobs, but it don't work. How can we
do it?

This demon is needed to renew the kerberos ticket of the jobs.

thanks for your time

Frédéric Bastien