Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

submit job... #36

Open
jedie opened this issue Aug 4, 2015 · 2 comments
Open

submit job... #36

jedie opened this issue Aug 4, 2015 · 2 comments

Comments

@jedie
Copy link
Contributor

jedie commented Aug 4, 2015

I try to submit a network job from windows... I have to set the environent variable DRQUEUE_MONGODB... I used the IP from the server and get a connection fail:

pymongo.errors.ConnectionFailure: [Errno 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte

I think this is normal. Because not username/password will be used?!?

EDIT: i see that also no username/password used by master... Hm...

@jedie
Copy link
Contributor Author

jedie commented Aug 4, 2015

With jedie/DrQueueHelperFiles@87b23d3 i started a python tkinter GUI app....

submit doesn't work currently, i don't know why. Output:

Call drqueue with:
-------------------------------------------------------------------------------
['drqueue', '-v', '--no-ssh', 'job add', '--name=test', '--startframe=1', '--endframe=100', '--blocksize=1', '--renderer=3dsmax', '--scenefile=/home/jens/DrQueue_env/test.max']
-------------------------------------------------------------------------------
drqueue -v --no-ssh job add --name=test --startframe=1 --endframe=100 --blocksize=1 --renderer=3dsmax --scenefile=/home/jens/DrQueue_env/test.max
-------------------------------------------------------------------------------
Error calling drqueue cli:
----------------------------------
usage: drqueue [-h] [-v] [--no-ssh]
               {job,task,computer,security,master,slave} ...
drqueue: error: too few arguments
----------------------------------

Any idea?

btw. if you will to include tkinter stuff in DrQueueIPython, i will create a pull request...

@kaazoo
Copy link
Owner

kaazoo commented Aug 16, 2015

Your command works on my system without that 'too few arguments' error.
This is my shell environment:

DRQUEUE_MASTER=127.0.0.1
DRQUEUE_ROOT=/usr/local/drqueue
DRQUEUE_MONGODB=127.0.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants