Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
A script which runs successfully as root or owner, fails when run through pmrun < script > with: Exec Format Error
설명
Running a script with pmrun fails with the following error:
Exec Format Error
This same script runs successfully when run as root of by the owner
원인
There isn't a shebang line in the script.
해결 방안
Make sure that there is a shebang line in the script. Also confirm that the script in question is executable and that the shell interpreter in the shebang line exists on the system.