[mythtv-users] Mythfrontend can't ping database host

Bill Meek keemllib at gmail.com
Wed Dec 26 17:20:12 UTC 2012


On 12/26/2012 10:04 AM, Gabe Rubin wrote:
> On Wed, Dec 26, 2012 at 3:46 AM, Mike Perkins
> <mikep at randomtraveller.org.uk>wrote:
>
>> On 25/12/12 15:54, Tim Phipps wrote:
>>
>>> Quoting Gabe Rubin <gaberubin at gmail.com>:
>>>
>>>> Cannot find (ping) database host 192.168.1.101 on the network
>>>>
...
> [root at localhost mythtv]# mysqladmin ping -h 192.168.1.101 -u mythtv -p
> Enter password:
> mysqld is alive


Hi;

The test you're running doesn't match the code near the error message.
It's doing a simple ping, not attempting to ping the database. If your
host*name* is 127.0.0.1, localhost or matches the return from GetHost()
then it wouldn't even be tried.

To see the ping command that's failing, run the frontend with -v system
--loglevel debug.

-- 
Bill


More information about the mythtv-users mailing list