glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

Flattening error message in _CONDOR_WRAPPER_ERROR_FILE and JobWrapperFailure Ad #400

Closed mambelli closed 8 months ago

mambelli commented 8 months ago

Flattening eventual error message written in _CONDOR_WRAPPER_ERROR_FILE and JobWrapperFailure Attribute in ClassAd to make it a single line (\n and \r are replaced with double space)

Condor is failing when a multiline message is written, see https://opensciencegrid.atlassian.net/browse/HTCONDOR-2305

mambelli commented 8 months ago

To patch an existing GWMS installation you have to replace the default_singularity_wrapper.sh with the one from this PR branch: https://raw.githubusercontent.com/mambelli/glideinwms/v310/fix_htcondor_2305/creation/web_base/frontend/default_singularity_wrapper.sh