[mythtv-users] BE Errors

Bill Meek keemllib at gmail.com
Fri Apr 26 15:11:25 UTC 2019


On 4/26/19 9:44 AM, Daryl McDonald wrote:
> 2019-04-26 10:36:33.119124 E  Failed listening on TCP 0.0.0.0:6543 - Error
> 8: The bound address is already in use

I've only seen this error when a second instance of the backend
is started. Per the log, this one was started by user daryl. If
using systemd, then the proper way is: sudo systemctl start mythtv-backend
which will start the backend service as root and run it as user mythtv.

To see if the backend is running: systemctl status mythtv-backend

Put some aliases in you .bashrc if you like to save time:

   alias mstop='sudo systemctl stop mythtv-backend.service'
   alias mstatus='systemctl status mythtv-backend.service
   alias mstart ...

-- 
Bill


More information about the mythtv-users mailing list