Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Initial installation - I don't understand whythejob cannot write its own file?
- Date: Tue, 1 Aug 2006 11:29:31 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Initial installation - I don't understand whythejob cannot write its own file?
On Tue, Aug 01, 2006 at 03:53:30PM +0100, Atwood, Robert C wrote:
>
> I read this text on some other page, my interpretation indicated that
> setting UID_DOMAIN = * on each machine should have allowed jobs to run
> as the submitting user, but it did not.
>
No, you should set UID_DOMAIN to be something like
UID_DOMAIN = .beowulf.cluster
and make sure that DNS or /etc/hosts is setup right on all the
machines in your cluster.
-Erik