Skip to content

Remove extra space from command name

Diego Davila Foyo requested to merge gh-3b0282d2/28/bbockelm/patch-4 into master

Created by: bbockelm

When $CMD was switched to a bash list instead of a string, bash no longer stripped off the extra ' ' character. Thus, Singularity was attempting to execute a binary named ' foo' instead of 'foo'.

I was able to recreate this by logging in to a worker node with a running glidein, making a copy of the job wrapper script, and applying the patch by hand. I was able to:

Mystery solved, hopefully!

@rynge - it's not clear to me why the OSG pilots don't hit the same issue. Thoughts?

Merge request reports