<div dir="ltr"><div class="gmail_default" style="font-size:small">Andrea, PLEASE do not give up!  What you learn can be used to improve the manual procedures.</div><div class="gmail_default" style="font-size:small">Instead of using the "seq" line from the manual (which may be bash/desktop based) like Ed said just run the single line.</div><div class="gmail_default" style="font-size:small">1)  For example keyin:    cin -d 10445   (or use the full Cinelerra path if "cin" is not defined)<br></div><div class="gmail_default" style="font-size:small"></div><div class="gmail_default" style="font-size:small">2) You should see something like the following on the terminal window:  <br></div><div class="gmail_default" style="font-size:small"><br><span style="font-family:monospace">Cinelerra Infinity - built: Mar  9 2021 17:02:31<br>git://<a href="http://git.cinelerra-gg.org/goodguy/cinelerra.git" target="_blank">git.cinelerra-gg.org/goodguy/cinelerra.git</a><br>(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams<br>2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy<br>Cinelerra is free software, covered by the GNU General Public License,<br>and you are welcome to change it and/or distribute copies of it under<br>certain conditions. There is absolutely no warranty for Cinelerra.<br><br>[root@keystone ~]# init plugin index: /mnt0/build5/cinelerra-5.1/</span><span style="font-family:monospace">bin/plugins<br>init lv2 index:<br><b>RenderFarmClient::main_loop: client started</b></span></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">3)  Next check just to see if that worked.  Keyin:   ps -ef | grep cin</div><div class="gmail_default" style="font-size:small">4) You should see something like the following:</div><div class="gmail_default" style="font-size:small"><br>root      161032  161015  0 14:46 pts/2    00:00:14 /tmp/cin5/cinelerra5/cinelerra-5.1/cinelerra/ci<br>root      161415  161398  0 14:48 pts/3    00:00:11 /mnt0/build5/cinelerra-5.1/cinelerra/ci<br>root      <b>162255       1  0 15:48 pts/4    00:00:00 cin -d 10445</b><br>root      <b>162287       1  9 15:49 pts/4    00:00:00 /mnt0/build5/cinelerra-5.1/</b><b>bin/cin -d 10446</b><br>root      162291  161717  0 15:49 pts/4    00:00:00 grep --color=auto cin</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">5) The ones marked in bold above are the render farm ports. (Yeah, yeah, I know I should not use root but have for years).<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 16, 2021 at 1:35 PM Andrea paz via Cin <<a href="mailto:cin@lists.cinelerra-gg.org" target="_blank">cin@lists.cinelerra-gg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Yes, nerver used port 400.<br>
Tried with ports 10445 to 10460 with the same result. I verified in<br>
/etc/services that they are free ports, unlike the others I had used<br>
before.<br>
<br>
"ps" gives as a result:<br>
[paz@arch-paz ~]$ ps -ef | grep cin<br>
paz        62968   62445  0 17:46 pts/2    00:00:00 grep cin<br>
<br>
Then:<br>
sudo kill 62445<br>
<br>
the result does not change; always the same error.<br>
<br>
>From /etc/services you can see that port 400 is associated with<br>
"osb-sd; [tcp/udp]" (Oracle Secure Backup). I don't even know what<br>
that is and I don't understand how to not have the render farm see it.<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>