Page MenuHomePhabricator

/usr/local/bin/webservice: No such file or directory
Closed, ResolvedPublic

Description

A script I collaborate on runs from the command line on Labs with this command: webservice --backend=gridengine uwsgi-python start

I am trying to run it as a job on the grid, using the following command: jsub -once -N eshtebahyab -o err.txt -e err2.txt webservice --backend=gridengine uwsgi-python start

But I get this error: /usr/local/bin/webservice: No such file or directory

What is the correct way to run a job that depends on webservice?

Event Timeline

You should not use jsub, you will make it use the grid node. I will fix this.

Ladsgroup claimed this task.

I set it to work with jlocal instead of jsub