Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] master can not start?
- Date: Sat, 18 Oct 2008 00:07:28 +0800
- From: "zhang SunMoonStar" <sunmoonstarzhang1@xxxxxxxxx>
- Subject: [Condor-users] master can not start?
HI ,everyone!!!
when i run the master ,it displayed as follows:
[root@vega2003 sbin]# ./condor_master
ERROR: the uid specified in CONDOR_IDS config file variable (0)
does not exist in your password information.
Please set CONDOR_IDS to the '.' seperated uid, gid pair that
should be used by condor.
[root@vega2003 sbin]#
i check the group condor:condor:x:508. and check the user condor:condor:x:508:508::/home/condor:/bin/bash
so i edit the file ../etc/condor_config.local : CONDOR_IDS = 508.508 ,then i try again:
[root@vega2003 condor]# ./condor-7.0.1/sbin/condor_master
ERROR: the uid specified in CONDOR_IDS config file variable (508)
does not exist in your password information.
Please set CONDOR_IDS to the '.' seperated uid, gid pair that
should be used by condor.
any ideas? thanks!!!