<div dir="ltr">Hi List,<br><br>I migrated from atrpms to rpmfusion yesterday. I am running into some issues, most I have figured out, but one is I can not capture tv anymore (mainly with firewire, but also having issues my analog PVR-350 that is less important).<br>
<div> <br></div><div>I have tried to troubleshoot the issue by looking through the logs. Here is something bizarre in the logs and the console (and now it loads into mythtv-setup):<br></div><div><br>Cannot find (ping) database host 192.168.1.101 on the network<br>
<br></div><div>The mythbox is on a combined frontend/backend and that is the correct ip address. I can do the following:<br>[root@localhost mythtv]# mysqladmin ping -h 192.168.1.101 -u mythtv -p<br>Enter password:<br>mysqld is alive<br>
<br><br></div><div>And my mysql contains the following (I have replaced the password with XXXX but it is the same that I used in the mysqladmin command)<br>DBHostName=192.168.1.101<br><br># By default, Myth tries to ping the DB host to see if it exists.<br>
# If your DB host or network doesn't accept pings, set this to no:<br>#<br>#DBHostPing=no<br><br>DBPort=3306<br>DBUserName=mythtv<br>DBPassword=XXXXX<br>DBName=mythconverg<br>DBType=QMYSQL<br><br># Set the following if you want to use something other than this<br>
# machine's real hostname for identifying settings in the database.<br># This is useful if your hostname changes often, as otherwise you<br># will need to reconfigure mythtv every time.<br># NO TWO HOSTS MAY USE THE SAME VALUE<br>
#<br>#LocalHostName=my-unique-identifier-goes-here<br><br># If you want your frontend to be able to wake your MySQL server<br># using WakeOnLan, have a look at the following settings:<br>#<br>#<br># The time the frontend waits (in seconds) between reconnect tries.<br>
# This should be the rough time your MySQL server needs for startup<br>#<br>#WOLsqlReconnectWaitTime=0<br>#<br>#<br># This is the number of retries to wake the MySQL server<br># until the frontend gives up<br>#<br>#WOLsqlConnectRetry=5<br>
#<br>#<br># This is the command executed to wake your MySQL server.<br>#<br>#WOLsqlCommand=echo 'WOLsqlServerCommand not set'<br><br></div><div>Now, I need to comment out the "DBHostPing=no" line to run mythfrontend, and I can access all my recordings. It seems like this is ignoring the problem though.<br>
<br>Any help would be greatly appreciated.<br><br>Thanks<br></div><div><br></div></div>