| 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 & |
| 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 & |
| 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# |