WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
6 stars 20 forks source link

parrot doesn't work at penn state #39

Open dsschult opened 8 years ago

dsschult commented 8 years ago

Error message from a running job:

unable to execute /storage/work/pde3/scratch/1929603.aci-b.lnx.int.aci.ics.psu.edu/glidein/GLIDEIN_PARROT/exec_job.sh: Permission denied

Note that this should be inside run_parrot.

dsschult commented 8 years ago

So far as I can tell, it should work just fine. Running in a test SL6 VM it works.

Must be something local to Penn State.

dsschult commented 8 years ago

One possibility is the idbox functionality that is currently enabled. Maybe try turning that off.

dsschult commented 7 years ago

So the problem is NFS. Parrot doesn't like putting the tmp files there. Works fine when putting them in /tmp.

Try adding a special environment variable for this, and failing over to /tmp.

Consider using the alien cache on a shared area.

dsschult commented 7 years ago

Setting

[CustomEnv]
GLIDEIN_PARROT_TMP=/tmp/parrot_tmp

works for now.

dsschult commented 7 years ago

Make this more automated at some point, so other sites work automatically.