[mythtv-users] Whole "watch recordings" section empty but recording rules still in place and working

R. G. Newbury newbury at mandamus.org
Wed Sep 29 17:57:19 UTC 2010


On 09/29/2010 03:44 AM, OLO wrote:
>
>
> On Wed, Sep 29, 2010 at 2:53 AM, R. G. Newbury <newbury at mandamus.org

> ad. FOURTH
> There might be some problem, duplicate entry?
> +-----------------+-----------+
> | value           | data      |
> +-----------------+-----------+
> | BackendServerIP | 127.0.0.1 |
> | MasterServerIP  | 127.0.0.1 |
> | BackendServerIP | 127.0.0.1 |
> +-----------------+-----------+
> 3 rows in set (0.00 sec)

You should not have 2 instances of any value in the settings table.
Use:
mysql> delete from settings where value = "BackendServerIP" limit 1;

And re-check. You should only have one instance.

> ad. FIFTH
> Theres different IP address in here then i thought it should be:
> less /etc/hosts | grep mythbox
> 127.0.1.1    mythbox

Well THIS would explain a LOT. It should be 127.0.0.1 like in your mysql 
table. So of course, myth is trying to talk to the wrong IP address.

Fix, restart the network (or reboot) and check again.

> Thanks a lot for Your help

You are welcome. Pass it on when you can.


-- 
Geoff


More information about the mythtv-users mailing list