<div dir="ltr"><br><div class="gmail_quote"><div style="font-size:small" class="gmail_default">Andrea, some things to look for:</div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
RenderFarmClient::main_loop:400: Address already in use<br></blockquote><div style="font-size:small" class="gmail_default">The above message says "400" but below you say you used "401-416"?  Make sure the ports you start up exactly match the ones defined in the Render Farm menu.  Before trying again, be sure to stop any processes that did get started (it may take up to 30 seconds for it to be free to be used again).  You can find them via a command from a window:   ps -ef | grep cin</div><div style="font-size:small" class="gmail_default">They will look like:  root        5064       1  0 09:29 pts/3    00:00:00 cin -d 1501</div><div style="font-size:small" class="gmail_default">and so you will have to     kill 5064   for the above to get port 1501 back again.</div><div style="font-size:small" class="gmail_default"></div><div style="font-size:small" class="gmail_default"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I first tried from root with ports 401 - 416. Then from no-root with<br>
ports 1026 - 1041. The result is always the same.<br></blockquote><div><span class="gmail_default" style="font-size:small">Check the file    /etc/services    for ports that are unused.</span> <span class="gmail_default" style="font-size:small">  When I look at mine, I clearly see that 1026-1041 are available as in the lines:</span></div><div><span class="gmail_default" style="font-size:small"><span style="font-family:monospace">rndc            953/udp                         # rndc control sockets (BIND 9)<br>skkserv         1178/tcp        sgi-storman     # SKK Japanese input method</span></span></div><div><span class="gmail_default" style="font-size:small">so there is nothing defined between 953 and 1178, i.e. 1026-1041 are clearly available.<br></span></div><div><span class="gmail_default" style="font-size:small"><br></span></div><div><span class="gmail_default" style="font-size:small">Let me know if this gets you further along.<br></span></div></div></div>