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

[HTCondor-users] Help with Master Config on Rocky 9



Hi.

I'm hoping to get a little help with a master configuration problem.

I want to set up condor on 3 machines. 1. Master, 2. Execute 3. Submit

I used the curl installation method from https://htcondor.readthedocs.io/en/latest/getting-htcondor/admin-quick-start.html

First, on my Execute node, I made a config file that looked like this:

LOCAL_CONFIG_DIR = /etc/condor/config.d
DAEMON_LIST = COLLECTOR, STARTD, SCHEDD
DEFAULT_DOMAIN_NAME=torannic.com
FILESYSTEM_DOMAIN=$(UID_DOMAIN)
ALLOW_ADMINISTRATOR = jfisher@xxxxxxxxxxxxxxxxx
USE_NFS=FALSE
StartJobs = true
START_ATTRS = StartJobs, $(STARTD_ATTRS)
START = true

HOSTALLOW_CONFIG = $(CONDOR_HOST)
ALLOW_CONFIG = $(CONDOR_HOST)
ENABLE_RUNTIME_CONFIG = TRUE
RUNTIME_CONFIG_ADMIN = $(CONDOR_HOST)
STARTD.SETTABLE_ATTRS_ADMINISTRATOR = StartJobs
ENABLE_PERSISTENT_CONFIG = TRUE
PERSISTENT_CONFIG_DIR = /etc/condor/persistent

USE_SHARED_PORT = TRUE
SHARED_PORT_ARGS = -p 9618
COLLECTOR_USES_SHARED_PORT = TRUE
COLLECTOR_HOST = $(CONDOR_HOST):9618

BASE_CGROUP = htcondor
CGROUP_MEMORY_LIMIT_POLICY = soft

#slots
NUM_SLOTS = 1
NUM_SLOTS_TYPE_1 = 6
SLOT_TYPE_1 = cpus=4 ram=15% swap=15% disk=15%
COUNT_HYPERTHREADED_CPUS = true

When I started condor on that machine, I got this:

Name          ÂOpSys   ÂArch  State   Activity LoadAv Mem   ActvtyTime

slot1@xxxxxxxxxxxxxxxxx LINUX   ÂX86_64 Unclaimed Idle   Â0.000 115818 Â0+00:19:35
slot2@xxxxxxxxxxxxxxxxx LINUX   ÂX86_64 Unclaimed Idle   Â0.000 115818 Â0+00:20:00
slot3@xxxxxxxxxxxxxxxxx LINUX   ÂX86_64 Unclaimed Idle   Â0.000 115818 Â0+00:20:00
slot4@xxxxxxxxxxxxxxxxx LINUX   ÂX86_64 Unclaimed Idle   Â0.000 115818 Â0+00:20:00
slot5@xxxxxxxxxxxxxxxxx LINUX   ÂX86_64 Unclaimed Idle   Â0.000 115818 Â0+00:20:00
slot6@xxxxxxxxxxxxxxxxx LINUX   ÂX86_64 Unclaimed Idle   Â0.000 115818 Â0+00:20:00

       ÂTotal Owner Claimed Unclaimed Matched Preempting ÂDrain Backfill BkIdle

 X86_64/LINUX   6   0    0     6    0     Â0   Â0    Â0   Â0


So this looks ok to me.

I then went to the master node: Here is my script:

DAEMON_LIST = MASTER, COLLECTOR, NEGOTIATOR, SCHEDD, SHARED_PORT
START=TRUE
DEFAULT_DOMAIN_NAME = torannic.com
UID_DOMAIN = torannic.com
FILESYSTEM_DOMAIN = $(UID_DOMAIN)
ALLOW_READ = *.torannic.com
ALLOW_WRITE = $(CONDOR_HOST), $(IP_ADDRESS), *.torannic.com
ALLOW_ADMINISTRATOR = jfisher@xxxxxxxxxxxxxxxxxxx
CONDOR_HOST=edamgr.torannic.com
USE_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_amster
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

I can't get this to run at all.

condor_status
Error: communication error
SECMAN:2011:Connection closed during command authorization. Probably due to an unknown command.

I can't find anything online regarding SECMAN:2011

It seems to be having trouble communicating with 192.168.0.117- but that's the machine the Master is on, and this is where I have my terminal open.

I'm using Rocky 9.

I'd appreciate any wisdom.

I have enclosed some logs.

--
Kind regards,

Justin Fisher

-------------------------------------------------------------------------------------------------------------------------------------------------------

MasterLog
01/17/25 20:53:55 ******************************************************
01/17/25 20:53:55 ** condor_master (CONDOR_MASTER) STARTING UP
01/17/25 20:53:55 ** /usr/sbin/condor_master
01/17/25 20:53:55 ** SubsystemInfo: name=MASTER type=MASTER(1) class=DAEMON(1)
01/17/25 20:53:55 ** Configuration: subsystem:MASTER local:<NONE> class:DAEMON
01/17/25 20:53:55 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:53:55 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:53:55 ** PID = 1332 RealUID = 0
01/17/25 20:53:55 ** Log last touched time unavailable (No such file or directory)
01/17/25 20:53:55 ******************************************************
01/17/25 20:53:55 Using config source: /etc/condor/condor_config
01/17/25 20:53:55 Using local config sources:
01/17/25 20:53:55 Â Â/etc/condor/config.d/00-security
01/17/25 20:53:55 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:53:55 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:53:55 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:53:55 Â Â/etc/condor/condor_config.local
01/17/25 20:53:55 config Macros = 85, Sorted = 85, StringBytes = 2510, TablesBytes = 3132
01/17/25 20:53:55 CLASSAD_CACHING is OFF
01/17/25 20:53:55 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:53:56 SharedPortEndpoint: waiting for connections to named socket master_1332_383d
01/17/25 20:53:56 SharedPortEndpoint: failed to open /var/lock/condor/shared_port_ad: No such file or directory
01/17/25 20:53:56 SharedPortEndpoint: did not successfully find SharedPortServer address. Will retry in 60s.
01/17/25 20:53:56 DaemonCore: private command socket at <192.168.0.117:0?alias=edamgr.torannic.com&sock=master_1332_383d>
01/17/25 20:53:56 SHARED_PORT is in front of a COLLECTOR, so it will use the configured collector port
01/17/25 20:53:56 Master restart (GRACEFUL) is watching /usr/sbin/condor_amster (mtime:-1)
01/17/25 20:53:56 Started DaemonCore process "/usr/libexec/condor/condor_shared_port", pid and pgroup = 2091
01/17/25 20:53:56 Waiting for /var/lock/condor/shared_port_ad to appear.
01/17/25 20:53:56 Found /var/lock/condor/shared_port_ad.
01/17/25 20:53:56 Started DaemonCore process "/usr/sbin/condor_negotiator", pid and pgroup = 2112
01/17/25 20:53:56 Started DaemonCore process "/usr/sbin/condor_schedd", pid and pgroup = 2113
01/17/25 20:53:56 Started DaemonCore process "/usr/sbin/condor_collector", pid and pgroup = 2116
01/17/25 20:53:56 Waiting for /var/log/condor/.collector_address to appear.
01/17/25 20:53:56 Found /var/log/condor/.collector_address.
01/17/25 20:53:56 Daemons::StartAllDaemons all daemons were started
01/17/25 20:53:56 The COLLECTOR (pid 2116) exited with status 4
01/17/25 20:53:56 Sending obituary for "/usr/sbin/condor_collector"
01/17/25 20:53:56 restarting /usr/sbin/condor_collector in 10 seconds
01/17/25 20:53:56 condor_read(): Socket closed abnormally when trying to read 5 bytes from collector edamgr.torannic.com:9618 in non-blocking mode, errno=104 Connection reset by peer
01/17/25 20:53:56 SECMAN: Failed to read resume session response classad from server.
01/17/25 20:53:56 ERROR: SECMAN:2007:Failed to read resume session response classad from server.
01/17/25 20:53:56 Failed to start non-blocking update to <192.168.0.117:9618>.
01/17/25 20:54:06 Started DaemonCore process "/usr/sbin/condor_collector", pid and pgroup = 2616
01/17/25 20:54:06 condor_read(): Socket closed abnormally when trying to read 5 bytes from collector edamgr.torannic.com:9618 in non-blocking mode, errno=104 Connection reset by peer
01/17/25 20:54:06 SECMAN: Failed to read resume session response classad from server.
01/17/25 20:54:06 ERROR: SECMAN:2007:Failed to read resume session response classad from server.
01/17/25 20:54:06 Failed to start non-blocking update to <192.168.0.117:9618>.
01/17/25 20:54:06 The COLLECTOR (pid 2616) exited with status 4
01/17/25 20:54:06 Sending obituary for "/usr/sbin/condor_collector"
01/17/25 20:54:06 restarting /usr/sbin/condor_collector in 11 seconds
01/17/25 20:54:06 condor_read(): Socket closed abnormally when trying to read 5 bytes from collector edamgr.torannic.com:9618 in non-blocking mode, errno=104 Connection reset by peer
01/17/25 20:54:06 SECMAN: Failed to read resume session response classad from server.
01/17/25 20:54:06 ERROR: SECMAN:2007:Failed to read resume session response classad from server.
01/17/25 20:54:06 Failed to start non-blocking update to <192.168.0.117:9618>.
01/17/25 20:54:17 Started DaemonCore process "/usr/sbin/condor_collector", pid and pgroup = 2627
01/17/25 20:54:17 condor_read(): Socket closed abnormally when trying to read 5 bytes from collector edamgr.torannic.com:9618 in non-blocking mode, errno=104 Connection reset by peer
01/17/25 20:54:17 SECMAN: Failed to read resume session response classad from server.
01/17/25 20:54:17 ERROR: SECMAN:2007:Failed to read resume session response classad from server.
01/17/25 20:54:17 Failed to start non-blocking update to <192.168.0.117:9618>.
01/17/25 20:54:17 The COLLECTOR (pid 2627) exited with status 4
01/17/25 20:54:17 Sending obituary for "/usr/sbin/condor_collector"
01/17/25 20:54:17 restarting /usr/sbin/condor_collector in 13 seconds
01/17/25 20:54:17 condor_read(): Socket closed abnormally when trying to read 5 bytes from collector edamgr.torannic.com:9618 in non-blocking mode, errno=104 Connection reset by peer
01/17/25 20:54:17 SECMAN: Failed to read resume session response classad from server.
01/17/25 20:54:17 ERROR: SECMAN:2007:Failed to read resume session response classad from server.
01/17/25 20:54:17 Failed to start non-blocking update to <192.168.0.117:9618>.
01/17/25 20:54:30 Started DaemonCore process "/usr/sbin/condor_collector", pid and pgroup = 2681
01/17/25 20:54:30 condor_read(): Socket closed abnormally when trying to read 5 bytes from collector edamgr.torannic.com:9618 in non-blocking mode, errno=104 Connection reset by peer
01/17/25 20:54:30 SECMAN: Failed to read resume session response classad from server.
01/17/25 20:54:30 ERROR: SECMAN:2007:Failed to read resume session response classad from server.
01/17/25 20:54:30 Failed to start non-blocking update to <192.168.0.117:9618>.
01/17/25 20:54:30 The COLLECTOR (pid 2681) exited with status 4
01/17/25 20:54:30 Sending obituary for "/usr/sbin/condor_collector"
01/17/25 20:54:30 restarting /usr/sbin/condor_collector in 17 seconds
01/17/25 20:54:30 condor_read(): Socket closed abnormally when trying to read 5 bytes from collector edamgr.torannic.com:9618 in non-blocking mode, errno=104 Connection reset by peer
01/17/25 20:54:30 SECMAN: Failed to read resume session response classad from server.
01/17/25 20:54:30 ERROR: SECMAN:2007:Failed to read resume session response classad from server.
01/17/25 20:54:30 Failed to start non-blocking update to <192.168.0.117:9618>.




SharedPortLog
01/17/25 20:53:56 Setting maximum file descriptors to 20000.
01/17/25 20:53:56 ******************************************************
01/17/25 20:53:56 ** condor_shared_port (CONDOR_SHARED_PORT) STARTING UP
01/17/25 20:53:56 ** /usr/libexec/condor/condor_shared_port
01/17/25 20:53:56 ** SubsystemInfo: name=SHARED_PORT type=SHARED_PORT(10) class=DAEMON(1)
01/17/25 20:53:56 ** Configuration: subsystem:SHARED_PORT local:<NONE> class:DAEMON
01/17/25 20:53:56 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:53:56 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:53:56 ** PID = 2091 RealUID = 0
01/17/25 20:53:56 ** Log last touched time unavailable (No such file or directory)
01/17/25 20:53:56 ******************************************************
01/17/25 20:53:56 Using config source: /etc/condor/condor_config
01/17/25 20:53:56 Using local config sources:
01/17/25 20:53:56 Â Â/etc/condor/config.d/00-security
01/17/25 20:53:56 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:53:56 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:53:56 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:53:56 Â Â/etc/condor/condor_config.local
01/17/25 20:53:56 config Macros = 86, Sorted = 86, StringBytes = 2564, TablesBytes = 3168
01/17/25 20:53:56 CLASSAD_CACHING is ENABLED
01/17/25 20:53:56 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:53:56 Daemoncore: Listening at <0.0.0.0:9618> on TCP (ReliSock).
01/17/25 20:53:56 DaemonCore: command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP>
01/17/25 20:53:56 DaemonCore: private command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com>
01/17/25 20:53:56 main_init() called
01/17/25 20:53:56 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>"
01/17/25 20:53:56 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:29287>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock
/collector): Connection refused (111)
01/17/25 20:53:56 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:3411>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock/
collector): Connection refused (111)
01/17/25 20:53:56 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:1159>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock/
collector): Connection refused (111)
01/17/25 20:53:56 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:8073>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock/
collector): Connection refused (111)
01/17/25 20:54:06 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:14831>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock
/collector): Connection refused (111)
01/17/25 20:54:17 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:21491>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock
/collector): Connection refused (111)
01/17/25 20:54:30 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:2007>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock/
collector): Connection refused (111)
01/17/25 20:54:47 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:19525>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock
/collector): Connection refused (111)
01/17/25 20:54:56 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:26177>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock
/collector): Connection refused (111)
01/17/25 20:55:13 SharedPortServer: server was busy, failed to connect collector as requested by <192.168.0.117:14061>: primary (<cookie>/collector): Connection refused (111); alt (/var/lock/condor/daemon_sock
/collector): Connection refused (111)



CollectorLog
01/17/25 20:53:56 Setting maximum file descriptors to 10240.
01/17/25 20:53:56 ******************************************************
01/17/25 20:53:56 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
01/17/25 20:53:56 ** /usr/sbin/condor_collector
01/17/25 20:53:56 ** SubsystemInfo: name=COLLECTOR type=COLLECTOR(2) class=DAEMON(1)
01/17/25 20:53:56 ** Configuration: subsystem:COLLECTOR local:<NONE> class:DAEMON
01/17/25 20:53:56 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:53:56 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:53:56 ** PID = 2116 RealUID = 0
01/17/25 20:53:56 ** Log last touched time unavailable (No such file or directory)
01/17/25 20:53:56 ******************************************************
01/17/25 20:53:56 Using config source: /etc/condor/condor_config
01/17/25 20:53:56 Using local config sources:
01/17/25 20:53:56 Â Â/etc/condor/config.d/00-security
01/17/25 20:53:56 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:53:56 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:53:56 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:53:56 Â Â/etc/condor/condor_config.local
01/17/25 20:53:56 config Macros = 86, Sorted = 86, StringBytes = 2560, TablesBytes = 3168
01/17/25 20:53:56 CLASSAD_CACHING is ENABLED
01/17/25 20:53:56 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:53:56 SharedPortEndpoint: waiting for connections to named socket collector
01/17/25 20:53:56 DaemonCore: non-shared command socket at <192.168.0.117:12153?alias=edamgr.torannic.com>
01/17/25 20:53:56 Daemoncore: Listening at <0.0.0.0:12153> on TCP (ReliSock) and UDP (SafeSock).
01/17/25 20:53:56 DaemonCore: command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:53:56 DaemonCore: private command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:53:56 In ViewServer::Init()
01/17/25 20:53:56 In CollectorDaemon::Init()
01/17/25 20:53:56 In ViewServer::Config()
01/17/25 20:53:56 In CollectorDaemon::Config()
01/17/25 20:53:56 COLLECTOR_GETAD_OPTIONS set to fast lazy-parse (0x30)
01/17/25 20:53:56 ABSENT_REQUIREMENTS = None
01/17/25 20:53:56 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.
01/17/25 20:53:56 enable: Creating stats hash table
01/17/25 20:53:56 Enabling CCB Server.
01/17/25 20:53:56 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/var/ViewHist
01/17/25 20:53:56 ERROR "POOL_HISTORY_DIR (/var/ViewHist) does not exist." at line 180 in file /var/lib/condor/execute/slot1/dir_3321389/userdir/build-CL17w9/BUILD/condor-24.3.0/src/condor_collector.V6/view_se
rver.cpp
01/17/25 20:54:06 Setting maximum file descriptors to 10240.
01/17/25 20:54:06 ******************************************************
01/17/25 20:54:06 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
01/17/25 20:54:06 ** /usr/sbin/condor_collector
01/17/25 20:54:06 ** SubsystemInfo: name=COLLECTOR type=COLLECTOR(2) class=DAEMON(1)
01/17/25 20:54:06 ** Configuration: subsystem:COLLECTOR local:<NONE> class:DAEMON
01/17/25 20:54:06 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:54:06 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:54:06 ** PID = 2616 RealUID = 0
01/17/25 20:54:06 ** Log last touched 1/17 20:53:56
01/17/25 20:54:06 ******************************************************
01/17/25 20:54:06 Using config source: /etc/condor/condor_config
01/17/25 20:54:06 Using local config sources:
01/17/25 20:54:06 Â Â/etc/condor/config.d/00-security
01/17/25 20:54:06 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:54:06 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:54:06 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:54:06 Â Â/etc/condor/condor_config.local
01/17/25 20:54:06 config Macros = 86, Sorted = 86, StringBytes = 2560, TablesBytes = 3168
01/17/25 20:54:06 CLASSAD_CACHING is ENABLED
01/17/25 20:54:06 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:54:06 SharedPortEndpoint: waiting for connections to named socket collector
01/17/25 20:54:06 DaemonCore: non-shared command socket at <192.168.0.117:14245?alias=edamgr.torannic.com>
01/17/25 20:54:06 Daemoncore: Listening at <0.0.0.0:14245> on TCP (ReliSock) and UDP (SafeSock).
01/17/25 20:54:06 DaemonCore: command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:54:06 DaemonCore: private command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:54:06 In ViewServer::Init()
01/17/25 20:54:06 In CollectorDaemon::Init()
01/17/25 20:54:06 In ViewServer::Config()
01/17/25 20:54:06 In CollectorDaemon::Config()
01/17/25 20:54:06 COLLECTOR_GETAD_OPTIONS set to fast lazy-parse (0x30)
01/17/25 20:54:06 ABSENT_REQUIREMENTS = None
01/17/25 20:54:06 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.
01/17/25 20:54:06 enable: Creating stats hash table
01/17/25 20:54:06 Enabling CCB Server.
01/17/25 20:54:06 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/var/ViewHist
01/17/25 20:54:06 ERROR "POOL_HISTORY_DIR (/var/ViewHist) does not exist." at line 180 in file /var/lib/condor/execute/slot1/dir_3321389/userdir/build-CL17w9/BUILD/condor-24.3.0/src/condor_collector.V6/view_se
rver.cpp
01/17/25 20:54:17 Setting maximum file descriptors to 10240.
01/17/25 20:54:17 ******************************************************
01/17/25 20:54:17 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
01/17/25 20:54:17 ** /usr/sbin/condor_collector
01/17/25 20:54:17 ** SubsystemInfo: name=COLLECTOR type=COLLECTOR(2) class=DAEMON(1)
01/17/25 20:54:17 ** Configuration: subsystem:COLLECTOR local:<NONE> class:DAEMON
01/17/25 20:54:17 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:54:17 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:54:17 ** PID = 2627 RealUID = 0
01/17/25 20:54:17 ** Log last touched 1/17 20:54:06
01/17/25 20:54:17 ******************************************************
01/17/25 20:54:17 Using config source: /etc/condor/condor_config
01/17/25 20:54:17 Using local config sources:
01/17/25 20:54:17 Â Â/etc/condor/config.d/00-security
01/17/25 20:54:17 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:54:17 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:54:17 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:54:17 Â Â/etc/condor/condor_config.local
01/17/25 20:54:17 config Macros = 86, Sorted = 86, StringBytes = 2560, TablesBytes = 3168
01/17/25 20:54:17 CLASSAD_CACHING is ENABLED
01/17/25 20:54:17 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:54:17 SharedPortEndpoint: waiting for connections to named socket collector
01/17/25 20:54:17 DaemonCore: non-shared command socket at <192.168.0.117:23451?alias=edamgr.torannic.com>
01/17/25 20:54:17 Daemoncore: Listening at <0.0.0.0:23451> on TCP (ReliSock) and UDP (SafeSock).
01/17/25 20:54:17 DaemonCore: command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:54:17 DaemonCore: private command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:54:17 In ViewServer::Init()
01/17/25 20:54:17 In CollectorDaemon::Init()
01/17/25 20:54:17 In ViewServer::Config()
01/17/25 20:54:17 In CollectorDaemon::Config()
01/17/25 20:54:17 COLLECTOR_GETAD_OPTIONS set to fast lazy-parse (0x30)
01/17/25 20:54:17 ABSENT_REQUIREMENTS = None
01/17/25 20:54:17 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.
01/17/25 20:54:17 enable: Creating stats hash table
01/17/25 20:54:17 Enabling CCB Server.
01/17/25 20:54:17 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/var/ViewHist
01/17/25 20:54:17 ERROR "POOL_HISTORY_DIR (/var/ViewHist) does not exist." at line 180 in file /var/lib/condor/execute/slot1/dir_3321389/userdir/build-CL17w9/BUILD/condor-24.3.0/src/condor_collector.V6/view_se
rver.cpp
01/17/25 20:54:30 Setting maximum file descriptors to 10240.
01/17/25 20:54:30 ******************************************************
01/17/25 20:54:30 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
01/17/25 20:54:30 ** /usr/sbin/condor_collector
01/17/25 20:54:30 ** SubsystemInfo: name=COLLECTOR type=COLLECTOR(2) class=DAEMON(1)
01/17/25 20:54:30 ** Configuration: subsystem:COLLECTOR local:<NONE> class:DAEMON
01/17/25 20:54:30 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:54:30 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:54:30 ** PID = 2681 RealUID = 0
01/17/25 20:54:30 ** Log last touched 1/17 20:54:17
01/17/25 20:54:30 ******************************************************
01/17/25 20:54:30 Using config source: /etc/condor/condor_config
01/17/25 20:54:30 Using local config sources:
01/17/25 20:54:30 Â Â/etc/condor/config.d/00-security
01/17/25 20:54:30 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:54:30 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:54:30 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:54:30 Â Â/etc/condor/condor_config.local
01/17/25 20:54:30 config Macros = 86, Sorted = 86, StringBytes = 2560, TablesBytes = 3168
01/17/25 20:54:30 CLASSAD_CACHING is ENABLED
01/17/25 20:54:30 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:54:30 SharedPortEndpoint: waiting for connections to named socket collector
01/17/25 20:54:30 DaemonCore: non-shared command socket at <192.168.0.117:21953?alias=edamgr.torannic.com>
01/17/25 20:54:30 Daemoncore: Listening at <0.0.0.0:21953> on TCP (ReliSock) and UDP (SafeSock).
01/17/25 20:54:30 DaemonCore: command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:54:30 DaemonCore: private command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:54:30 In ViewServer::Init()
01/17/25 20:54:30 In CollectorDaemon::Init()
01/17/25 20:54:30 In ViewServer::Config()
01/17/25 20:54:30 In CollectorDaemon::Config()
01/17/25 20:54:30 COLLECTOR_GETAD_OPTIONS set to fast lazy-parse (0x30)
01/17/25 20:54:30 ABSENT_REQUIREMENTS = None
01/17/25 20:54:30 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.
01/17/25 20:54:30 enable: Creating stats hash table
01/17/25 20:54:30 Enabling CCB Server.
01/17/25 20:54:30 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/var/ViewHist
01/17/25 20:54:30 ERROR "POOL_HISTORY_DIR (/var/ViewHist) does not exist." at line 180 in file /var/lib/condor/execute/slot1/dir_3321389/userdir/build-CL17w9/BUILD/condor-24.3.0/src/condor_collector.V6/view_se
rver.cpp
01/17/25 20:54:47 Setting maximum file descriptors to 10240.
01/17/25 20:54:47 ******************************************************
01/17/25 20:54:47 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
01/17/25 20:54:47 ** /usr/sbin/condor_collector
01/17/25 20:54:47 ** SubsystemInfo: name=COLLECTOR type=COLLECTOR(2) class=DAEMON(1)
01/17/25 20:54:47 ** Configuration: subsystem:COLLECTOR local:<NONE> class:DAEMON
01/17/25 20:54:47 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:54:47 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:54:47 ** PID = 2708 RealUID = 0
01/17/25 20:54:47 ** Log last touched 1/17 20:54:30
01/17/25 20:54:47 ******************************************************
01/17/25 20:54:47 Using config source: /etc/condor/condor_config
01/17/25 20:54:47 Using local config sources:
01/17/25 20:54:47 Â Â/etc/condor/config.d/00-security
01/17/25 20:54:47 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:54:47 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:54:47 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:54:47 Â Â/etc/condor/condor_config.local
01/17/25 20:54:47 config Macros = 86, Sorted = 86, StringBytes = 2560, TablesBytes = 3168
01/17/25 20:54:47 CLASSAD_CACHING is ENABLED
01/17/25 20:54:47 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:54:47 SharedPortEndpoint: waiting for connections to named socket collector
01/17/25 20:54:47 DaemonCore: non-shared command socket at <192.168.0.117:5531?alias=edamgr.torannic.com>
01/17/25 20:54:47 Daemoncore: Listening at <0.0.0.0:5531> on TCP (ReliSock) and UDP (SafeSock).
01/17/25 20:54:47 DaemonCore: command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:54:47 DaemonCore: private command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:54:47 In ViewServer::Init()
01/17/25 20:54:47 In CollectorDaemon::Init()
01/17/25 20:54:47 In ViewServer::Config()
01/17/25 20:54:47 In CollectorDaemon::Config()
01/17/25 20:54:47 COLLECTOR_GETAD_OPTIONS set to fast lazy-parse (0x30)
01/17/25 20:54:47 ABSENT_REQUIREMENTS = None
01/17/25 20:54:47 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.
01/17/25 20:54:47 enable: Creating stats hash table
01/17/25 20:54:47 Enabling CCB Server.
01/17/25 20:54:47 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/var/ViewHist
01/17/25 20:54:47 ERROR "POOL_HISTORY_DIR (/var/ViewHist) does not exist." at line 180 in file /var/lib/condor/execute/slot1/dir_3321389/userdir/build-CL17w9/BUILD/condor-24.3.0/src/condor_collector.V6/view_se
rver.cpp
01/17/25 20:55:13 Setting maximum file descriptors to 10240.
01/17/25 20:55:13 ******************************************************
01/17/25 20:55:13 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
01/17/25 20:55:13 ** /usr/sbin/condor_collector
01/17/25 20:55:13 ** SubsystemInfo: name=COLLECTOR type=COLLECTOR(2) class=DAEMON(1)
01/17/25 20:55:13 ** Configuration: subsystem:COLLECTOR local:<NONE> class:DAEMON
01/17/25 20:55:13 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:55:13 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:55:13 ** PID = 2725 RealUID = 0
01/17/25 20:55:13 ** Log last touched 1/17 20:54:47
01/17/25 20:55:13 ******************************************************
01/17/25 20:55:13 Using config source: /etc/condor/condor_config
01/17/25 20:55:13 Using local config sources:
01/17/25 20:55:13 Â Â/etc/condor/config.d/00-security
01/17/25 20:55:13 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:55:13 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:55:13 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:55:13 Â Â/etc/condor/condor_config.local
01/17/25 20:55:13 config Macros = 86, Sorted = 86, StringBytes = 2560, TablesBytes = 3168
01/17/25 20:55:13 CLASSAD_CACHING is ENABLED
01/17/25 20:55:13 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:55:13 SharedPortEndpoint: waiting for connections to named socket collector
01/17/25 20:55:13 DaemonCore: non-shared command socket at <192.168.0.117:10237?alias=edamgr.torannic.com>
01/17/25 20:55:13 Daemoncore: Listening at <0.0.0.0:10237> on TCP (ReliSock) and UDP (SafeSock).
01/17/25 20:55:13 DaemonCore: command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:55:13 DaemonCore: private command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:55:13 In ViewServer::Init()
01/17/25 20:55:13 In CollectorDaemon::Init()
01/17/25 20:55:13 In ViewServer::Config()
01/17/25 20:55:13 In CollectorDaemon::Config()
01/17/25 20:55:13 COLLECTOR_GETAD_OPTIONS set to fast lazy-parse (0x30)
01/17/25 20:55:13 ABSENT_REQUIREMENTS = None
01/17/25 20:55:13 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.
01/17/25 20:55:13 enable: Creating stats hash table
01/17/25 20:55:13 Enabling CCB Server.
01/17/25 20:55:13 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/var/ViewHist
01/17/25 20:55:13 ERROR "POOL_HISTORY_DIR (/var/ViewHist) does not exist." at line 180 in file /var/lib/condor/execute/slot1/dir_3321389/userdir/build-CL17w9/BUILD/condor-24.3.0/src/condor_collector.V6/view_se
rver.cpp
01/17/25 20:55:54 Setting maximum file descriptors to 10240.
01/17/25 20:55:54 ******************************************************
01/17/25 20:55:54 ** condor_collector (CONDOR_COLLECTOR) STARTING UP
01/17/25 20:55:54 ** /usr/sbin/condor_collector
01/17/25 20:55:54 ** SubsystemInfo: name=COLLECTOR type=COLLECTOR(2) class=DAEMON(1)
01/17/25 20:55:54 ** Configuration: subsystem:COLLECTOR local:<NONE> class:DAEMON
01/17/25 20:55:54 ** $CondorVersion: 24.3.0 2025-01-03 BuildID: 778135 PackageID: 24.3.0-1 GitSHA: a2290360 $
01/17/25 20:55:54 ** $CondorPlatform: x86_64_AlmaLinux9 $
01/17/25 20:55:54 ** PID = 2739 RealUID = 0
01/17/25 20:55:54 ** Log last touched 1/17 20:55:13
01/17/25 20:55:54 ******************************************************
01/17/25 20:55:54 Using config source: /etc/condor/condor_config
01/17/25 20:55:54 Using local config sources:
01/17/25 20:55:54 Â Â/etc/condor/config.d/00-security
01/17/25 20:55:54 Â Â/etc/condor/config.d/01-central-manager.config
01/17/25 20:55:54 Â Â/etc/condor/config.d/10-stash-plugin.conf
01/17/25 20:55:54 Â Â/etc/condor/config.d/11-torannic-central-manager.config
01/17/25 20:55:54 Â Â/etc/condor/condor_config.local
01/17/25 20:55:54 config Macros = 86, Sorted = 86, StringBytes = 2560, TablesBytes = 3168
01/17/25 20:55:54 CLASSAD_CACHING is ENABLED
01/17/25 20:55:54 Daemon Log is logging: D_ALWAYS D_ERROR D_STATUS
01/17/25 20:55:54 SharedPortEndpoint: waiting for connections to named socket collector
01/17/25 20:55:54 DaemonCore: non-shared command socket at <192.168.0.117:6479?alias=edamgr.torannic.com>
01/17/25 20:55:54 Daemoncore: Listening at <0.0.0.0:6479> on TCP (ReliSock) and UDP (SafeSock).
01/17/25 20:55:54 DaemonCore: command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:55:54 DaemonCore: private command socket at <192.168.0.117:9618?addrs=192.168.0.117-9618&alias=edamgr.torannic.com&noUDP&sock=collector>
01/17/25 20:55:54 In ViewServer::Init()
01/17/25 20:55:54 In CollectorDaemon::Init()
01/17/25 20:55:54 In ViewServer::Config()
01/17/25 20:55:54 In CollectorDaemon::Config()
01/17/25 20:55:54 COLLECTOR_GETAD_OPTIONS set to fast lazy-parse (0x30)
01/17/25 20:55:54 ABSENT_REQUIREMENTS = None
01/17/25 20:55:54 OfflineCollectorPlugin::configure: no persistent store was defined for off-line ads.
01/17/25 20:55:54 enable: Creating stats hash table
01/17/25 20:55:54 Enabling CCB Server.
01/17/25 20:55:54 Configuration: SAMPLING_INTERVAL=60, MAX_STORAGE=10000000, MaxFileSize=333333, POOL_HISTORY_DIR=/var/ViewHist
01/17/25 20:55:54 ERROR "POOL_HISTORY_DIR (/var/ViewHist) does not exist." at line 180 in file /var/lib/condor/execute/slot1/dir_3321389/userdir/build-CL17w9/BUILD/condor-24.3.0/src/condor_collector.V6/view_se
rver.cpp