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

[Condor-users] EXECUTE_LOGIN_IS_DEDICATED kills off wrong processes?



Hello all,

I wanted to test EXECUTE_LOGIN_IS_DEDICATED, so I created two system accounts under my Ubuntu Feisty system:

sudo useradd -r nobody1
sudo useradd -r nobody2

Then I added the following lines to my condor_config.local file:

VM1_USER = nobody1
VM2_USER = nobody2
EXECUTE_LOGIN_IS_DEDICATED = TRUE

Submission works, and jobs are completed, but the wrong processes keep getting killed off: in particular, all X and shell sessions are killed. Why would this be?

Thanks in advance,
Antonio