[mythtv-users] mythweb unable to connect after upgrade to 028

Richard Shaw hobbes1069 at gmail.com
Sun May 8 11:58:03 UTC 2016


What does your mysqld.service or mariadb.service file look like? On Fedora
it looks like this:

[Service]
Type=simple
User=mysql
Group=mysql

ExecStartPre=/usr/libexec/mysql-check-socket
ExecStartPre=/usr/libexec/mysql-prepare-db-dir %n
# Note: we set --basedir to prevent probes that might trigger SELinux
alarms,
# per bug #547485
ExecStart=/usr/bin/mysqld_safe --basedir=/usr
ExecStartPost=/usr/libexec/mysql-wait-ready $MAINPID
ExecStartPost=/usr/libexec/mysql-check-upgrade
ExecStopPost=/usr/libexec/mysql-wait-stop

So not only does it start mysqld but it uses some kind of wait script to
presumably wait until it's ready to accept connections before it tells
systemd it's "up".

Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20160508/9ba98437/attachment.html>


More information about the mythtv-users mailing list