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

Re: [Condor-users] 6.8.8 in FC9



Nop... Everything still looks correct:

[root@guru ~]# condor_config_val condor_ids
501.501
[root@guru ~]#

Bruno

*******************************************
Bruno Miguel Tavares Goncalves, PhD
Homepage: www.bgoncalves.com
Email: bgoncalves@xxxxxxxxx
*******************************************



On Thu, Aug 7, 2008 at 7:28 PM, Matthew Farrellee <mfarrellee@xxxxxxxxxx> wrote:
> Bruno Goncalves wrote:
>> Dear All,
>>
>> I'm encountering some strange issues while installing 6.8.8 under FC9.
>> I used the condor-6.8.8-linux-x86-glibc23.tar.gz package and
>> everything went well during the instalation process, but when I try to
>> start it, I see:
>>
>> [root@guru condor-6.8.8]# /usr/local/condor/sbin/condor_master
>> ERROR: the uid specified in CONDOR_IDS config file variable (501)
>> does not exist in your password information.
>> Please set CONDOR_IDS to the '.' seperated uid, gid pair that
>> should be used by condor.
>> [root@guru condor-6.8.8]#
>>
>> Even though I have:
>>
>> [root@guru ~]# grep 501 /etc/passwd
>> condor:x:501:501::/home/condor:/bin/bash
>> [root@guru ~]#
>>
>> And:
>>
>> [root@guru ~]# grep CONDOR_IDS /usr/local/condor/etc/condor_config
>> CONDOR_IDS=501.501
>> ##  Note: the CONDOR_IDS setting is ignored on Win32 platforms
>> #CONDOR_IDS=x.x
>> ##  you've set in the CONDOR_IDS environment variable.  See the Admin
>> [root@guru ~]#
>>
>> Any ideas?
>> Thanks!
>>
>> Bruno
>>
>> *******************************************
>> Bruno Miguel Tavares Goncalves, PhD
>> Homepage: www.bgoncalves.com
>> Email: bgoncalves@xxxxxxxxx
>> *******************************************
>
> If use condor_install/configure you should check the local config file
> for CONDOR_IDS. It will be read after .../etc/condor_config and may
> override options.
>
> $ condor_config_val local_config_file
>
> And
>
> $ condor_config_val condor_ids
>
> Best,
>
>
> matt
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>