Hi Christopher and Zach.
Thanks for this. I seem to be getting somewhere, but I'm still having issues.
When I try to look at the condor status, I get nothing. Doing a condor_restart gives me:
ERROR
SECMAN:2010:Received "DENIED" from server for user
condor@xxxxxxxxxxxx using method FS.
Can't send Restart command to local master
The collector log gives me a bunch of errors that look like this:
Failed to parse first line of /var/spool/condor/viewhist...
My config file looks like this:
###
DAEMON_LIST = MASTER, COLLECTOR, NEGOTIATOR, SCHEDD, SHARED_PORT
START=TRUE
DEFAULT_DOMAIN_NAME =
torannic.comUID_DOMAIN =
torannic.comFILESYSTEM_DOMAIN = $(UID_DOMAIN)
ALLOW_READ = *@
torannic.com/*ALLOW_WRITE = $(CONDOR_HOST), $(IP_ADDRESS), *.
torannic.comALLOW_DAEMON = TRUE
POOL_HISTORY_DIR = /var/spool/condor
ALLOW_ADMINISTRATOR =
jfisher@xxxxxxxxxxxxxxxxxxxCONDOR_HOST=
edamgr.torannic.comUSE_NFS=FALSE
## use shared port
USE_SHARED_PORT=TRUE
SHARED_PORT_ARGS = -p 9618
COLLECTOR_USES_SHARED_PORT=TRUE
COLLECTOR_HOST = $(CONDOR_HOST):9618
StartJobs = TRUE
MASTER = $(SBIN)/condor_master
STARTD = $(SBIN)/condor_startd
SCHEDD = $(SBIN)/condor_schedd
MASTER_USERID = root
### Logging & debugging
MASTER_INSTANCE_LOCK = /var/lock/condor/InstanceLock
MAX_DEFAULT_LOG = 100000
EVENT_LOG = $(LOG)/EventLog
EVENT_LOG_JOB_AD_INFORMATION_ATTRS=Owner,CurrentHosts,x509userproxysubject,x509UserProxyVOName,AccountingGroup,GlobalJobId,QDate,JobStartDate,JobCurrentStartDate,JobFinishedHookDone
EVENT_LOG_MAX_SIZE = 100000
EVENT_LOG_MAX_ROTATIONS = 5
KEEP_POOL_HISTORY = True
Below are some logs.
--
Kind regards,
Justin Fisher
MasterLog
01/20/25 17:15:40 ******************************************************
01/20/25 17:15:40 ** condor_master (CONDOR_MASTER) STARTING UP
01/20/25 17:15:40 ** /usr/sbin/condor_master
01/20/25 17:15:40 ** SubsystemInfo: name=MASTER type=MASTER(1) class=DAEMON(1)
01/20/25 17:15:40 ** Configuration: subsystem:MASTER local:<NONE> class:DAEMON
01/20/25 17:15:40 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/20/25 17:15:40 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/20/25 17:15:40 ** PID = 5051 RealUID = 0
01/20/25 17:15:40 ** Log last touched 1/20 17:15:40
01/20/25 17:15:40 ******************************************************
01/20/25 17:15:40 Using config source: /etc/condor/condor_config
01/20/25 17:15:40 Using local config sources:
01/20/25 17:15:40 /etc/condor/config.d/00-security
01/20/25 17:15:40 /etc/condor/config.d/01-central-manager.config
01/20/25 17:15:40 /etc/condor/config.d/10-stash-plugin.conf
01/20/25 17:15:40 /etc/condor/config.d/11-torannic-central-manager.config
01/20/25 17:15:40 /etc/condor/condor_config.local
01/20/25 17:15:40 config Macros = 85, Sorted = 85, StringBytes = 2513, TablesBytes = 3132
01/20/25 17:15:40 CLASSAD_CACHING is OFF
01/20/25 17:15:40 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/20/25 17:15:41 SharedPortEndpoint: waiting for connections to named socket master_5051_24f4
01/20/25 17:15:41 SharedPortEndpoint: failed to open /var/lock/condor/shared_port_ad: No such file or directory
01/20/25 17:15:41 SharedPortEndpoint: did not successfully find SharedPortServer address. Will retry in 60s.
01/20/25 17:15:41 DaemonCore: private command socket at <
192.168.0.117:0?alias=edamgr.torannic.com&sock=master_5051_24f4>
01/20/25 17:15:41 SHARED_PORT is in front of a COLLECTOR, so it will use the configured collector port
01/20/25 17:15:41 Master restart (GRACEFUL) is watching /usr/sbin/condor_master (mtime:1735947933)
01/20/25 17:15:41 Started DaemonCore process "/usr/libexec/condor/condor_shared_port", pid and pgroup = 5106
01/20/25 17:15:41 Waiting for /var/lock/condor/shared_port_ad to appear.
01/20/25 17:15:41 Waiting for /var/lock/condor/shared_port_ad to appear.
01/20/25 17:15:41 Found /var/lock/condor/shared_port_ad.
01/20/25 17:15:41 Started DaemonCore process "/usr/sbin/condor_negotiator", pid and pgroup = 5108
01/20/25 17:15:41 Started DaemonCore process "/usr/sbin/condor_schedd", pid and pgroup = 5109
01/20/25 17:15:41 Started DaemonCore process "/usr/sbin/condor_collector", pid and pgroup = 5110
01/20/25 17:15:41 Waiting for /var/log/condor/.collector_address to appear.
01/20/25 17:15:41 Found /var/log/condor/.collector_address.
01/20/25 17:15:41 Daemons::StartAllDaemons all daemons were started
SharedPort Log
01/20/25 17:15:41 ******************************************************
01/20/25 17:15:41 ** condor_shared_port (CONDOR_SHARED_PORT) STARTING UP
01/20/25 17:15:41 ** /usr/libexec/condor/condor_shared_port
01/20/25 17:15:41 ** SubsystemInfo: name=SHARED_PORT type=SHARED_PORT(10) class=DAEMON(1)
01/20/25 17:15:41 ** Configuration: subsystem:SHARED_PORT local:<NONE> class:DAEMON
01/20/25 17:15:41 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/20/25 17:15:41 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/20/25 17:15:41 ** PID = 5106 RealUID = 0
01/20/25 17:15:41 ** Log last touched 1/20 17:15:40
01/20/25 17:15:41 ******************************************************
01/20/25 17:15:41 Using config source: /etc/condor/condor_config
01/20/25 17:15:41 Using local config sources:
01/20/25 17:15:41 /etc/condor/config.d/00-security
01/20/25 17:15:41 /etc/condor/config.d/01-central-manager.config
01/20/25 17:15:41 /etc/condor/config.d/10-stash-plugin.conf
01/20/25 17:15:41 /etc/condor/config.d/11-torannic-central-manager.config
01/20/25 17:15:41 /etc/condor/condor_config.local
01/20/25 17:15:41 config Macros = 86, Sorted = 86, StringBytes = 2567, TablesBytes = 3168
01/20/25 17:15:41 CLASSAD_CACHING is ENABLED
01/20/25 17:15:41 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/20/25 17:15:41 Daemoncore: Listening at <
0.0.0.0:9618> on TCP (ReliSock).
01/20/25 17:15:41 DaemonCore: command socket at <
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP>
01/20/25 17:15:41 DaemonCore: private command socket at <
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com>
01/20/25 17:15:41 main_init() called
01/20/25 17:15:41 About to update statistics in shared_port daemon ad file at /var/lock/condor/shared_port_ad :
ForkedChildrenCurrent = 0
ForkedChildrenPeak = 0
MyAddress = "<
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP>"
RequestsBlocked = 0
RequestsFailed = 0
RequestsPendingCurrent = 0
RequestsPendingPeak = 0
RequestsSucceeded = 0
SharedPortCommandSinfuls = "<
192.168.0.117:9618?alias=edamgr.torannic.com>"
CollectorLog
01/20/25 17:15:41 ******************************************************
01/20/25 17:15:41 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
01/20/25 17:15:41 ** /usr/sbin/condor_collector
01/20/25 17:15:41 ** SubsystemInfo: name=COLLECTOR type=COLLECTOR(2) class=DAEMON(1)
01/20/25 17:15:41 ** Configuration: subsystem:COLLECTOR local:<NONE> class:DAEMON
01/20/25 17:15:41 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/20/25 17:15:41 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/20/25 17:15:41 ** PID = 5110 RealUID = 0
01/20/25 17:15:41 ** Log last touched 1/20 17:15:39
01/20/25 17:15:41 ******************************************************
01/20/25 17:15:41 Using config source: /etc/condor/condor_config
01/20/25 17:15:41 Using local config sources:
01/20/25 17:15:41 /etc/condor/config.d/00-security
01/20/25 17:15:41 /etc/condor/config.d/01-central-manager.config
01/20/25 17:15:41 /etc/condor/config.d/10-stash-plugin.conf
01/20/25 17:15:41 /etc/condor/config.d/11-torannic-central-manager.config
01/20/25 17:15:41 /etc/condor/condor_config.local
01/20/25 17:15:41 config Macros = 86, Sorted = 86, StringBytes = 2563, TablesBytes = 3168
01/20/25 17:15:41 CLASSAD_CACHING is ENABLED
01/20/25 17:15:41 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/20/25 17:15:41 SharedPortEndpoint: waiting for connections to named socket collector
01/20/25 17:15:41 DaemonCore: non-shared command socket at <
192.168.0.117:2223?alias=edamgr.torannic.com>
01/20/25 17:15:41 Daemoncore: Listening at <
0.0.0.0:2223> on TCP (ReliSock) and UDP (SafeSock).
01/20/25 17:15:41 DaemonCore: command socket at <
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/20/25 17:15:41 DaemonCore: private command socket at <
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/20/25 17:15:41 In ViewServer::Init()
01/20/25 17:15:41 In CollectorDaemon::Init()
01/20/25 17:15:41 In ViewServer::Config()
01/20/25 17:15:41 In CollectorDaemon::Config()
01/20/25 17:15:41 COLLECTOR_GETAD_OPTIONS set to fast lazy-parse (0x30)
01/20/25 17:15:41 ABSENT_REQUIREMENTS = None
01/20/25 17:15:41 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.
01/20/25 17:15:41 enable: Creating stats hash table
01/20/25 17:15:41 Enabling CCB Server.
01/20/25 17:15:41 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/var/spool/condor
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist0.0.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist0.0.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist0.0.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist0.1.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist0.1.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist0.1.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist0.2.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist0.2.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist0.2.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist1.0.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist1.0.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist1.0.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist1.1.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist1.1.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist1.1.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist1.2.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist1.2.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist1.2.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist2.0.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist2.0.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist2.0.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist2.1.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist2.1.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist2.1.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist2.2.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist2.2.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist2.2.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist3.0.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist3.0.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist3.0.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist3.1.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist3.1.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist3.1.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist3.2.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist3.2.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist3.2.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist4.0.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist4.0.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist4.0.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist4.1.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist4.1.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist4.1.new , StartTime=-1
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist4.2.old , StartTime=-1
01/20/25 17:15:41 Failed to parse first line of /var/spool/condor/viewhist4.2.new
01/20/25 17:15:41 FileName=/var/spool/condor/viewhist4.2.new , StartTime=-1
01/20/25 17:15:41 Got QUERY_STARTD_PVT_ADS
01/20/25 17:15:41 QueryWorker: forked new high priority worker with id 5117 ( max 4 active 1 pending 0 )
01/20/25 17:15:41 ScheddAd : Inserting ** "<
edamgr.torannic.com >"
01/20/25 17:15:41 Query info: matched=0; skipped=0; query_time=0.000743; send_time=0.000243; type=MachinePrivate; requirements={true}; locate=0; limit=0; from=COLLECTOR; peer=<
192.168.0.117:20591>; projection={}; filter_private_attrs=1
01/20/25 17:15:41 Got QUERY_MULTIPLE_PVT_ADS
01/20/25 17:15:41 QueryWorker: forked new high priority worker with id 5119 ( max 4 active 2 pending 0 )
01/20/25 17:15:41 Query info: matched=0; skipped=0; query_time=0.001000; send_time=0.000309; type=Multi; requirements={}; locate=0; limit=0; from=COLLECTOR; peer=<
192.168.0.117:6551>; projection={}; filter_private_attrs=0
01/20/25 17:15:41 AccountingAd : Inserting ** "< <none>
edamgr.torannic.com >"
01/20/25 17:15:41 NegotiatorAd : Inserting ** "<
edamgr.torannic.com >"
01/20/25 17:15:42 CollectorAd : Inserting ** "< My Pool -
edamgr.torannic.com@xxxxxxxxxxxxxxxxxxx >"
01/20/25 17:15:46 MasterAd : Inserting ** "<
edamgr.torannic.com >"
SchedLog
01/20/25 17:15:41 (pid:5109) ******************************************************
01/20/25 17:15:41 (pid:5109) ** condor_schedd (CONDOR_SCHEDD) STARTING UP
01/20/25 17:15:41 (pid:5109) ** /usr/sbin/condor_schedd
01/20/25 17:15:41 (pid:5109) ** SubsystemInfo: name=SCHEDD type=SCHEDD(4) class=DAEMON(1)
01/20/25 17:15:41 (pid:5109) ** Configuration: subsystem:SCHEDD local:<NONE> class:DAEMON
01/20/25 17:15:41 (pid:5109) ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/20/25 17:15:41 (pid:5109) ** $CondorPlatform: x86_64_AlmaLinux9 $
01/20/25 17:15:41 (pid:5109) ** PID = 5109 RealUID = 0
01/20/25 17:15:41 (pid:5109) ** Log last touched 1/20 17:15:39
01/20/25 17:15:41 (pid:5109) ******************************************************
01/20/25 17:15:41 (pid:5109) Using config source: /etc/condor/condor_config
01/20/25 17:15:41 (pid:5109) Using local config sources:
01/20/25 17:15:41 (pid:5109) /etc/condor/config.d/00-security
01/20/25 17:15:41 (pid:5109) /etc/condor/config.d/01-central-manager.config
01/20/25 17:15:41 (pid:5109) /etc/condor/config.d/10-stash-plugin.conf
01/20/25 17:15:41 (pid:5109) /etc/condor/config.d/11-torannic-central-manager.config
01/20/25 17:15:41 (pid:5109) /etc/condor/condor_config.local
01/20/25 17:15:41 (pid:5109) config Macros = 86, Sorted = 86, StringBytes = 2557, TablesBytes = 3168
01/20/25 17:15:41 (pid:5109) CLASSAD_CACHING is ENABLED
01/20/25 17:15:41 (pid:5109) Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/20/25 17:15:41 (pid:5109) SharedPortEndpoint: waiting for connections to named socket schedd_5051_24f4
01/20/25 17:15:41 (pid:5109) DaemonCore: command socket at <
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=schedd_5051_24f4>
01/20/25 17:15:41 (pid:5109) DaemonCore: private command socket at <
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=schedd_5051_24f4>
01/20/25 17:15:41 (pid:5109) History file rotation is enabled.
01/20/25 17:15:41 (pid:5109) Maximum history file size is: 20971520 bytes
01/20/25 17:15:41 (pid:5109) Number of rotated history files is: 2
01/20/25 17:15:41 (pid:5109) config super users : root, condor
01/20/25 17:15:41 (pid:5109) Reloading job factories
01/20/25 17:15:41 (pid:5109) Loaded 0 job factories, 0 were paused, 0 failed to load
01/20/25 17:15:41 (pid:5109) TransferQueueManager stats: active up=0/100 down=0/100; waiting up=0 down=0; wait time up=0s down=0s
01/20/25 17:15:41 (pid:5109) TransferQueueManager upload 1m I/O load: 0 bytes/s 0.000 disk load 0.000 net load
01/20/25 17:15:41 (pid:5109) TransferQueueManager download 1m I/O load: 0 bytes/s 0.000 disk load 0.000 net load
NegotiatorLog
01/20/25 17:15:41 ******************************************************
01/20/25 17:15:41 ** condor_negotiator (CONDOR_NEGOTIATOR) STARTING UP
01/20/25 17:15:41 ** /usr/sbin/condor_negotiator
01/20/25 17:15:41 ** SubsystemInfo: name=NEGOTIATOR type=NEGOTIATOR(3) class=DAEMON(1)
01/20/25 17:15:41 ** Configuration: subsystem:NEGOTIATOR local:<NONE> class:DAEMON
01/20/25 17:15:41 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/20/25 17:15:41 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/20/25 17:15:41 ** PID = 5108 RealUID = 0
01/20/25 17:15:41 ** Log last touched 1/20 17:15:39
01/20/25 17:15:41 ******************************************************
01/20/25 17:15:41 Using config source: /etc/condor/condor_config
01/20/25 17:15:41 Using local config sources:
01/20/25 17:15:41 /etc/condor/config.d/00-security
01/20/25 17:15:41 /etc/condor/config.d/01-central-manager.config
01/20/25 17:15:41 /etc/condor/config.d/10-stash-plugin.conf
01/20/25 17:15:41 /etc/condor/config.d/11-torannic-central-manager.config
01/20/25 17:15:41 /etc/condor/condor_config.local
01/20/25 17:15:41 config Macros = 86, Sorted = 86, StringBytes = 2565, TablesBytes = 3168
01/20/25 17:15:41 CLASSAD_CACHING is ENABLED
01/20/25 17:15:41 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS D_MATCH
01/20/25 17:15:41 SharedPortEndpoint: waiting for connections to named socket negotiator_5051_24f4
01/20/25 17:15:41 DaemonCore: command socket at <
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=negotiator_5051_24f4>
01/20/25 17:15:41 DaemonCore: private command socket at <
192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=negotiator_5051_24f4>
01/20/25 17:15:41 questionable user <none>
01/20/25 17:15:41 NEGOTIATOR_SOCKET_CACHE_SIZE = 500
01/20/25 17:15:41 PREEMPTION_REQUIREMENTS = False
01/20/25 17:15:41 ACCOUNTANT_HOST = None (local)
01/20/25 17:15:41 NEGOTIATOR_INTERVAL = 60 sec
01/20/25 17:15:41 NEGOTIATOR_MIN_INTERVAL = 5 sec
01/20/25 17:15:41 NEGOTIATOR_TIMEOUT = 30 sec
01/20/25 17:15:41 MAX_TIME_PER_CYCLE = 1200 sec
01/20/25 17:15:41 MAX_TIME_PER_SUBMITTER = 60 sec
01/20/25 17:15:41 MAX_TIME_PER_SCHEDD = 120 sec
01/20/25 17:15:41 MAX_TIME_PER_PIESPIN = 120 sec
01/20/25 17:15:41 PREEMPTION_RANK = (RemoteUserPrio * 1000000) - ifThenElse(isUndefined(TotalJobRuntime), 0, TotalJobRuntime)
01/20/25 17:15:41 NEGOTIATOR_PRE_JOB_RANK = (10000000 * My.Rank) + (1000000 * (RemoteOwner =?= UNDEFINED)) - (100000 * Cpus) - Memory
01/20/25 17:15:41 NEGOTIATOR_POST_JOB_RANK = (RemoteOwner =?= UNDEFINED) * (ifthenElse(isUndefined(KFlops), 1000, Kflops) - SlotID - 1.0e10*(Offline=?=True))
01/20/25 17:15:41 ---------- Started Negotiation Cycle ----------
01/20/25 17:15:41 Phase 1: Obtaining ads from collector ...
01/20/25 17:15:41 Getting startd private ads ...
01/20/25 17:15:41 Getting Scheduler, Submitter and Machine ads ...
01/20/25 17:15:41 Sorting 0 ads ...
01/20/25 17:15:41 Got ads: 0 public and 0 private
01/20/25 17:15:41 Public ads include 0 submitter, 0 startd
01/20/25 17:15:41 Phase 2: Performing accounting ...
01/20/25 17:15:41 Phase 3: Sorting submitter ads by priority ...
01/20/25 17:15:41 Starting prefetch round; 0 potential prefetches to do.
01/20/25 17:15:41 Prefetch summary: 0 attempted, 0 successful.
01/20/25 17:15:41 Phase 4.1: Negotiating with schedds ...
01/20/25 17:15:41 negotiateWithGroup resources used submitterAds length 0
01/20/25 17:15:41 ---------- Finished Negotiation Cycle ----------
# condor_config_val use role:get_htcondor_central_manager
use ROLE:get_htcondor_central_manager is
use security:get_htcondor_idtokens
use role:CentralManager
condor_restart
ERROR
SECMAN:2010:Received "DENIED" from server for user
jfisher@xxxxxxxxxxxx using method FS.
Can't send Restart command to local master