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

Hello #3

Open
djoxy opened this issue Dec 2, 2013 · 2 comments
Open

Hello #3

djoxy opened this issue Dec 2, 2013 · 2 comments

Comments

@djoxy
Copy link

djoxy commented Dec 2, 2013

Recently I used your Brenda for rendering some task on EC2. Its a great tool and thank you very much for making it. Just wanted to give you some feedback and question when you got time.

Feedback: Bug - for some reason I got this error when I launched our first work: BotoClientError: Bucket names cannot contain upper-case characters when using either the sub-domain or virtual hosting calling format.

I fixed it by a changing bucket names to lowercase and it was solved.

Also, seems that node log retrieval command skipping downloading logs from nodes for some reason. Will copy terminal message next time.

My question is: If for some reason happens that node is up but it didn't started to work, is there a some Brenda command or ssh command to restart the work on particular node so I don't have to shut it down. Would reboot on that node help?

Again, thank you very much for such a exceptional tool for Blender and EC2.

Best regards
George

@diramazioni
Copy link

Hi George,
to restart the work on a node you have to prevent that brenda-node dies on that node.
For this you can you try the recently added feature DONE in the config.
3521add

Added new config var DONE (SHUTDOWN now deprecated).
When task queue is empty:
DONE=shutdown -> shutdown instance
DONE=poll -> continue polling for new tasks
DONE=exit (default) -> exit but leave instance running

Or you can restart the old way:
brenda-tool rsync ~/.brenda.conf HOST: && brenda-tool ssh 'brenda-node
-D -c .brenda.conf'

@djoxy
Copy link
Author

djoxy commented Dec 2, 2013

Hey

Thank you very much for your prompt reply I think that pool command will do the trick.

gwhobbs pushed a commit to gwhobbs/brenda that referenced this issue Aug 23, 2020
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