Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] EXECUTE_LOGIN_IS_DEDICATED kills off wrong processes?
- Date: Thu, 30 Aug 2007 11:06:14 +0200
- From: "Antonio Garcia Dominguez" <antonio.garcia.dominguez@xxxxxxx>
- Subject: [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