[mythtv-users] ./mythconverg/callsignnetworkmap.frm

Graham Dunn graham.dunn at leitch.com
Thu Mar 24 16:12:24 UTC 2005


On Thu, Mar 24, 2005 at 03:55:50AM -0800, Don wrote:
> Graham Dunn wrote:
> 
> You need to start the frontend as the user mythtv
> su mythtv -c mythfrontend
> 
> [don at localhost don]$ su mythtv -c mythfrontend
> Password:
> Xlib: connection to ":0.0" refused by server
> Xlib: No protocol specified
> 
> mythfrontend: cannot connect to X server :0.0

OK, we'll worry about that later. You need to make sure your backend is
setting up your database properly. You did run mythtv-setup, right?

> [don at localhost don]$ ps auxww | grep mysqld
> root      3028  0.0  0.2  2016 1056 ?        S    00:04   0:00 /bin/sh 
> /usr/bin/mysqld_safe --datadir=/var/lib/mysql 
> --pid-file=/var/lib/mysql/localhost.pid
> mysql     3097  0.0  2.6 91292 13736 ?       Sl   00:04   0:00 
> /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql 
> --pid-file=/var/lib/mysql/localhost.pid --skip-locking

OK, so you have mysqld running as the mysql user. That's good.

> [don at localhost don]$ ls -l /var/lib/mysql/mythconverg/
> total 0
> 
> I know I don't know much about this stuf but this looks really messed up.

Agreed.

run

mysqlshow -umythtv -pmythtv

you should see 

+-------------+
|  Databases  |
+-------------+
| mythconverg |
| test        |
+-------------+


the mythconverg part is the important one.

Is your mythbackend process running / has ever run?

ie, ps auxww | grep [m]ythbackend shows something like

root     13918  0.0  6.7 167660 17212 ?        Sl   Mar23   0:01
/usr/bin/mythbackend --logfile /var/log/mythtv/mythbackend.log

and /var/log/mythtv/mythbackend.log exists and has info in it

If not, I'd really recommend the path of least resistance and download
the KnoppMyth (http://mysettopbox.tv/knoppmyth.html) iso. Burn, boot and
install. This will wipe out the machine though.


Graham


More information about the mythtv-users mailing list