Previous Thread  Next Thread

chat icon blender 2.53 beta net_render error 35 resource unavailable

bfschott

Posted: Wed Aug 25, 2010 1:33 pm
Joined: 25 Aug 2010
Posts: 1
This could very well be a wetware error on my part, but I'm trying to build a small Net Render farm cloud on Eucalyptus. I started with an ubuntu 9.04 image that was handy. Installed all of the dependencies correctly as far as I can tell (no more lib errors). I can see the master and the slave in the Net Render window from my Mac OSX client, but get an Error 35 Resource Unavailable message when trying to render current frame, or animation, or anything.

On the master, I have:

Code:
root@ubuntu:/work# more blender_master_daemon.sh
#!/bin/bash
nohup  /usr/local/blender-2.53/blender -b master_work.blend -a > /work/master.log &


On the slave, I have:

Code:
 root@ubuntu:/work# more blender_slave_daemon.sh
#!/bin/bash
nohup  /usr/local/blender-2.53/blender -b slave_work.blend -a > /work/slave.log & 



When I do a Send Current Frame Job, I get an error 35, but see this show up on the master node:
Code:

root@ubuntu:/mnt/workmaster_4299/job_7# ls -al               
total 144
drwxr-xr-x 2 root root   4096 Aug 25 12:27 .
drwxr-xr-x 3 root root   4096 Aug 25 12:27 ..
-rw-r--r-- 1 root root 131072 Aug 25 12:27 ACE_factory_2.blend
-rw-r--r-- 1 root root    447 Aug 25 12:27 job.txt
root@ubuntu:/mnt/workmaster_4299/job_7# more job.txt
{'status': 0, 'files': [{'index': 0, 'end': -1, 'filepath': '/work/ACE_factory_2.blend', 'original_pa
th': '/work/ACE_factory_2.blend', 'start': -1, 'signature': 'f688f1d5f5790ef441da5776729d613a'}], 'bl
acklist': [], 'frames': [{'status': 0, 'command': '', 'slave': None, 'number': 331, 'time': 0}], 'chu
nks': 5, 'id': '7', 'category': '', 'name': 'ACE_factory_2.blend', 'last_dispatched': 1282739247.0161
46, 'priority': 1, 'usage': 0.0, 'type': 1}
root@ubuntu:/mnt/workmaster_4299/job_7#


On the slave, the workslave_.. directory is empty. Any ideas?
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group