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

[condor-users] personal condor with non-root, non-"condor" user



Hi,

I am trying to run a personal condor on a machine on my network using my own user name before I involve my system administrator. I did the dynamic install on Redhat Enterprise 3 with the Redhat 9 version using condor_configure --install , which defaults to the personal condor. When I run condor_master under my username, all of the daemons start up, however I get these messages in the StartLog:

4/14 13:22:07 passwd_cache::cache_uid(): getpwnam("condor") failed: user not found
4/14 13:22:07 passwd_cache::cache_uid(): getpwnam("condor") failed: user not found
4/14 13:22:07 ******************************************************
4/14 13:22:07 ** condor_startd (CONDOR_STARTD) STARTING UP
4/14 13:22:07 ** $CondorVersion: 6.6.3 Mar 29 2004 $
4/14 13:22:07 ** $CondorPlatform: I386-LINUX-RH9 $
4/14 13:22:07 ** PID = 27949
4/14 13:22:07 ******************************************************
4/14 13:22:07 Using config file: /uufs/hec.utah.edu/common/vothfs/philb/condor/condor-6.6.3/etc/condor_config
4/14 13:22:07 Using local config files: /scratch/local/philb/GRID/condor//condor_config.local
4/14 13:22:07 DaemonCore: Command Socket at <155.101.19.154:49101>
4/14 13:22:07 "/uufs/hec.utah.edu/common/vothfs/philb/condor/condor-6.6.3/sbin/condor_starter.pvm -classad" did not produce any output, ignoring
4/14 13:22:07 vm1: New machine resource allocated
4/14 13:22:07 vm2: New machine resource allocated
4/14 13:22:07 About to run initial benchmarks.
4/14 13:22:11 Completed initial benchmarks.
4/14 13:22:11 vm1: State change: IS_OWNER is false
4/14 13:22:11 vm1: Changing state: Owner -> Unclaimed
4/14 13:22:11 vm2: State change: IS_OWNER is false
4/14 13:22:11 vm2: Changing state: Owner -> Unclaimed



So for some reason it is still looking for user "condor" even though it should be looking for my user name. When I run condor_status it times out with this error:


CEDAR:6001:Failed to connect to <155.101.19.154:9618>
Error: Couldn't contact the condor_collector on vtux19.hec.utah.edu.

And my logs show:

4/14 13:25:20 Can't connect to <155.101.19.154:49100>:0, errno = 110
4/14 13:25:20 Will keep trying for 10 seconds...
4/14 13:25:21 Connect failed for 10 seconds; returning FALSE
4/14 13:25:21 ERROR:
SECMAN:2003:TCP connection to <155.101.19.154:49100> failed

This all makes sense if it is trying to access with user "condor", but I don't know why it is still looking for "condor". Does anyone know what I should do to fix this?

Thanks,
Phil




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>