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

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



Hi Vikrant,

It appears that condor is transferring and then running the (Rocky 9) sleep executable rather than accessing the existing (Rocky 8) /bin/sleep on the execution point. To stop it from doing that, you can set "transfer_executable = false" in the submit file.

Jason Patton

On Wed, Nov 6, 2024 at 12:21âPM Vikrant Aggarwal <ervikrant06@xxxxxxxxx> wrote:
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
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at: https://www-auth.cs.wisc.edu/lists/htcondor-users/