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

[HTCondor-users] Job submitted from 24.0.1 (Rocky9) couldn't run on 9.0.17 (Rocky 8)



Hello Experts,

Job submitted from condor version 24.0.1 (Rocky 9) running on worker node with 9.0.17 (Rocky 8)

fails with following message

/spare/condor/dir_3545271/condor_exec.exe: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /spare/condor/dir_3545271/condor_exec.exe)

on worker node:

$ ls -l /lib64/libc.so.6
lrwxrwxrwx 1 root root 12 Sep 24 05:28 /lib64/libc.so.6 -> libc-2.28.so

it's a simple sleep job

executable = /bin/sleep
arguments = 60

if this job submitted from 9.0.17, it runs fine on 24.0.1 and 9.0.17
if the job submitted from 24.0.1 it runs fine on 24.0.1 but not on 9.0.17


Thanks & Regards,
Vikrant Aggarwal