It took some time, since i run the master and one slave in a jail inside my nas4free-box without the gui, and for somekofiguration i missed the feedback of the gui to find out what was going wrong.
But now it works, i have a super compact script to start my two blenderinstances in background, and it works when I run it from the console.
Code: Select all
#!/bin/bash
echo Renderfarm Master startet
jexec 3 blender -b /usr/blender/master-213.blend --addons netrender -a &
echo Renderfarm slave startet
jexec 3 blender -b /usr/blender/slave-213.blend --addons netrender -a &
System|Advanced|Command scripts
The script gets executed and echoes the messages, but blender is not running.
the jails are already running when the script gets executed.
Does anybody have a hint how to get it work at system startup?
maddes

