Hi all,<br><br>After searching the archives and not finding a working solution to my problem, here I am asking for help.<br>I&#39;m running mythtv-0.25 on an OpenSUSE 12.2 system where both the backend and the frontend reside.<br>
Apart from the no program data problem the system seems to work fine including all UI and setup functions.<br>mythfilldatabase seems to correctly retrieve the program/channel data, see the log produced by<br>mythfilldatabase --dd-grab-all -v file,network --loglevel debug --logpath /tmp<br>
here:<br><a href="http://pastebin.com/gCN7Bdva">http://pastebin.com/gCN7Bdva</a><br>and here is a backend startup:<br><a href="http://pastebin.com/6FeWA2F6">http://pastebin.com/6FeWA2F6</a><br><br>I&#39;ve changed the IP address of the machine several times, currently it is a fixed IP address with correct DNS servers.<br>
I just dropped the mythconverg mysql database and re-created it with: <br>mysql -u root -p &lt; /usr/share/doc/packages/mythtv-0_25-docs/database/mc.sql<br>mysql -u root -p mythconverg<br>mysql&gt; grant all on mythconverg.* to mythtv@&quot;%&quot; identified by &quot;mythtv&quot;;<br>
mysql&gt; flush privileges;<br><br>Then I reconfigured the backend with mythtv-setup.<br>I&#39;ve taken a look at several of the mythconverg tables (e.g. program) and they seem to be populated with some program data.<br>mysql&gt; select count(*) from program;<br>
+----------+<br>| count(*) |<br>+----------+<br>|      413 |<br>+----------+<br>1 row in set (0.00 sec)<br><br>Still, Schedule&gt;Program Guide shows &quot;Unknown&quot; and when changing channels I get no program/listing info.<br>
I simply don&#39;t see where the problem might be and any help would be appreciated!<br>