[mythtv-users] empty records

Ian Cameron mkbloke at gmail.com
Sun Dec 23 10:18:31 UTC 2018


On Sun, 23 Dec 2018 at 10:02, Klaus Becker <colonius at free.fr> wrote:

> ~$ grep -i error /var/log/mythbackend/mythbackend.20181222161923.8138.log
> 2018-12-22 17:19:27.102117 E [8138/8138] CoreContext serverpool.cpp:435
> (listen) - Failed listening on TCP 0.0.0.0:6544 - Error 8: The bound
> address is already in use
> 2018-12-22 17:19:27.102145 E [8138/8138] CoreContext mediaserver.cpp:90
> (Init) - MediaServer: HttpServer Create Error
> 2018-12-22 17:19:27.102647 E [8138/8138] CoreContext serverpool.cpp:435
> (listen) - Failed listening on TCP 0.0.0.0:6543 - Error 8: The bound
> address is already in use
> 2018-12-22 17:19:27.102659 C [8138/8138] CoreContext
> main_helpers.cpp:700 (run_backend) - Backend exiting, MainServer
> initialization error.
>
> $ grep -i fail /var/log/mythbackend/mythbackend.20181222161923.8138.log
> 2018-12-22 17:19:27.102117 E [8138/8138] CoreContext serverpool.cpp:435
> (listen) - Failed listening on TCP 0.0.0.0:6544 - Error 8: The bound
> address is already in use
> 2018-12-22 17:19:27.102647 E [8138/8138] CoreContext serverpool.cpp:435
> (listen) - Failed listening on TCP 0.0.0.0:6543 - Error 8: The bound
> address is already in use


>From that, it looks very much like you are trying to start the back-end
process while there is already one running.

Try:

sudo systemctl stop mythbackend
sudo killall -9 mythbackend
sudo systemctl start mythbackend

The first command will stop the process in the proper manner, the second
will kill any process where the first command didn't and the third command
should start the back-end in the proper manner.  Try to get into the habit
of using systemctl to start and stop your daemons so that things like this
don't happen.

Cheers, Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20181223/0262c7fd/attachment.html>


More information about the mythtv-users mailing list