Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] No standard environment variables in the running job
- Date: Sun, 10 Jul 2011 03:08:29 +0200
- From: Frédéric Magnard <magnard@xxxxxx>
- Subject: Re: [Condor-users] No standard environment variables in the running job
Hello again,
On 07/08/11 06:30, Frédéric Magnard wrote:
After I upgraded from 7.4.4 to 7.6.1, no environment variables are exported to
the running condor job anymore. I do not need the env var from the submitter
shell (which I cat get with getenv=true), but the one from the running node
(with its own PATH and HOME corresponding to the used SLOT?_USER).
What should I change in my configuration to get them back ($HOME is badly needed).
Sorry for the confusion... What I really needed was ~/, and it still works...
It was failing because of the change in the definition of the SLOT4_USER (there
were still defined as VM?_USER): the jobs where running as nobody, with
undefined ~/...
So forget this mail,
Fred.