<div dir="ltr">The backend starts automatically on my system, then I generated the log with "mythbackend -v all" . Could that have started the second instance?<div>Or could the second command "mythbackend -v all | pastebinit" while the first terminal was still open have caused it? (usually its something I've just done that causes me the most grief)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 26, 2019 at 11:13 AM Bill Meek <<a href="mailto:keemllib@gmail.com">keemllib@gmail.com</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">On 4/26/19 9:44 AM, Daryl McDonald wrote:<br>
> 2019-04-26 10:36:33.119124 E  Failed listening on TCP <a href="http://0.0.0.0:6543" rel="noreferrer" target="_blank">0.0.0.0:6543</a> - Error<br>
> 8: The bound address is already in use<br>
<br>
I've only seen this error when a second instance of the backend<br>
is started. Per the log, this one was started by user daryl. If<br>
using systemd, then the proper way is: sudo systemctl start mythtv-backend<br>
which will start the backend service as root and run it as user mythtv.<br>
<br>
To see if the backend is running: systemctl status mythtv-backend<br>
<br>
Put some aliases in you .bashrc if you like to save time:<br>
<br>
   alias mstop='sudo systemctl stop mythtv-backend.service'<br>
   alias mstatus='systemctl status mythtv-backend.service<br>
   alias mstart ...<br>
<br>
-- <br>
Bill<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div>