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

Re: [HTCondor-users] use of _CONDOR_WRAPPER_ERROR_FILE



Hi Greg,

thanks a lot for your answer!!

Best wishes
Benoit

On 28/10/2022 20:05, Greg Thain via HTCondor-users wrote:
On 10/28/22 09:25, Benoit Roland wrote:
Dear all,


/var/lib/condor/execute/dir_123456/.condor_ssh_to_job_1/sshd.log
with 123456 the PID associated with the HTCondor job.


Hi Benoit:

I think the easiest way to access the log file that the sshd created by condor_ssh_to_job is to add the following to the worker node configuration file:


SSH_TO_JOB_SSHD_ARGS = "-i -e -E /tmp/condor_sshd.log -f %f"


(or some other path that condor can write to instead of /tmp), and the sshd will write the log to that file.


-greg

_______________________________________________
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://lists.cs.wisc.edu/archive/htcondor-users/