Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] not running because no user?
- Date: Wed, 26 May 2004 10:02:04 -0500
- From: Nick LeRoy <nleroy@xxxxxxxxxxx>
- Subject: Re: [condor-users] not running because no user?
On Wednesday 26 May 2004 9:33 am, Alain Roy wrote:
> >Michael,
> >
> >Try looking into the "Soft UID Domain" setting (SOFT_UID_DOMAIN in your
> >condor_config). It's described in 3.3.5 "Shared File System Configuration
> >File Macros" in the Condor Manual. Basically, it let's you do exactly
> > what you're describing. :-)
>
> Nick really means that you should check out the UID_DOMAIN.
Actually, no. I do mean SOFT_UID_DOMAIN. Alain & I have discussed this, and
we now understand each other.
If you have a shared filesystem (AFS or NFS), then you need to have some type
of consistent UID space throughout the whole shared filesystem. To allow
Condor to take advantage of it, you need to tell Condor about your use of it.
UID_DOMAIN is used essentially to tell Condor what machines share this "UID
space". SOFT_UID_DOMAIN tells Condor that, although I don't have all the
users on all machines, all users still share the same "UID space".
Now, if you don't have a shared filesystem, then you'll need to either user
the standard universe or enable file transfer. In this case, you'll want to
run your jobs on the execute nodes as "nobody", or, even better, use the new
dedicated users by setting "EXECUTE_LOGIN_IS_DEDICATED = TRUE". See 3.7.1.2
"Jobs Run as User nobody" for more details.
I just noticed that section 3.2.4.1 says "While Condor does not depend on a
shared file system or common UID space for running jobs in the standard
universe, vanilla jobs (ones that are not relinked with the Condor libraries)
do need a shared file system and a common UID space." With file transfer,
this is no longer true. We'll correct this.
Does this help?
-Nick
--
<<< Why, oh, why, didn't I take the blue pill? >>>
/`-_ Nicholas R. LeRoy The Condor Project
{ }/ http://www.cs.wisc.edu/~nleroy http://www.cs.wisc.edu/condor
\ / nleroy@xxxxxxxxxxx The University of Wisconsin
|_*_| 608-265-5761 Department of Computer Sciences
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>