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

[Condor-users] STARTD_ENVIRONMENT oddities



Following the instructions at 3.3.7 for DAEMON_ENVIRONMENT I've set, on
my Windows machine:

STARTD_ENVIRONMENT =
PERL5LIB=d:\arc\perl_site_lib\site\lib;d:\arc\perl\lib;d:\arc\perl\site\
lib;.
PATH=d:\arc\perl\bin;d:\arc\condor\bin;C:\WINDOWS;C:\WINDOWS\System32;C:
\WINDOWS\System32\Wbem;c:\bin;c:\pvcsnt;c:\mks\mksnt;c:\acewin\bin;c:\ac
ewin\lib;
STARTER_ENVIRONMENT =
PERL5LIB=d:\arc\perl_site_lib\site\lib;d:\arc\perl\lib;d:\arc\perl\site\
lib;.
PATH=d:\arc\perl\bin;d:\arc\condor\bin;C:\WINDOWS;C:\WINDOWS\System32;C:
\WINDOWS\System32\Wbem;c:\bin;c:\pvcsnt;c:\mks\mksnt;c:\acewin\bin;c:\ac
ewin\lib;

There's a space between the . at the end of PERL5LIB and the start of
PATH. These strings have worked for me when used at the
STARTER_JOB_ENVIRONMENT strings.

But when I look at the environment that the condor_startd process has on
the machine I see:

PERL5LIB=d:\arc\perl_site_lib\site\lib;d:\arc\perl\lib;d:\arc\perl\site\
lib;.
PATH=d:\arc\perl\bin;d:\arc\condor\bin;C:\WINDOWS;C:\WINDOWS\System32;C:
\WINDOWS\System32\Wbem;c:\bin;c:\pvcsnt;c:\mks\mksnt;c:\acewin\bin;c:\ac
ewin\lib;

Condor didn't split the string into two separate environment variable
settings (PERL5LIB and PATH) as promised.

Did I miss something obvious here? Thanks!

- Ian

Confidentiality Notice.
This message may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution,  or copying  of this message, or any attachments, is strictly prohibited.  If you have received this message in error, please advise the sender by reply e-mail, and delete the message and any attachments.  Thank you.