Dear colleagues, I’m trying to use condor_adstash with the --ad_file option. However, I get the following error: 03/17/25 15:04:03 ****************************************************** 03/17/25 15:04:03 ** /usr/bin/condor_adstash (CONDOR_ADSTASH) STARTING UP 03/17/25 15:04:03 ** /usr/bin/condor_adstash 03/17/25 15:04:03 ** Configuration: subsystem:ADSTASH type:ADSTASH class:DAEMON 03/17/25 15:04:03 ** $CondorVersion: 23.0.2 2023-11-20 BuildID: 690948 PackageID: 23.0.2-1 $ 03/17/25 15:04:03 ** $CondorPlatform: x86_64_AlmaLinux9 $ 03/17/25 15:04:03 ** PID: 576802 03/17/25 15:04:03 ****************************************************** 03/17/25 15:04:03 Running in standalone mode, will exit after one loop 03/17/25 15:04:03 Starting adstash loop Traceback (most recent call last): File "/usr/bin/condor_adstash", line 143, in <module> main() File "/usr/bin/condor_adstash", line 113, in main last_loop_time = adstash(args) File "/usr/libexec/condor/adstash/adstash.py", line 62, in adstash ad_source = ADSTASH_AD_SOURCE_REGISTRY["ad_file"]()() File "/usr/libexec/condor/adstash/ad_sources/registry.py", line 24, in ad_file_source from adstash.ad_source.ad_file import FileAdSource I would like to read history files from static files instead of dynamically querying the schedulers. Am I missing something in my configuration/installation? Thanks a lot, Maria |