1. backend is running
- Code: Select all
~ # /etc/init.d/mythbackend start
* WARNING: mythbackend has already been started.
2.
- Code: Select all
~ # mythfrontend
2008-01-13 06:09:10.555 Using runtime prefix = /usr
2008-01-13 06:09:10.636 DPMS is active.
2008-01-13 06:09:10.681 New DB connection, total: 1
2008-01-13 06:09:10.687 Connected to database 'mythconverg' at host: localhost
2008-01-13 06:09:10.688 Total desktop dim: 1680x1050, with 1 screen[s].
2008-01-13 06:09:10.692 Using screen 0, 1680x1050 at 0,0
2008-01-13 06:09:10.713 Current Schema Version: 1160
2008-01-13 06:09:10.715 mythfrontend version: 0.20.20070821-1 www.mythtv.org
2008-01-13 06:09:10.715 Enabled verbose msgs: important general
2008-01-13 06:09:11.282 Total desktop dim: 1680x1050, with 1 screen[s].
2008-01-13 06:09:11.285 Using screen 0, 1680x1050 at 0,0
2008-01-13 06:09:11.286 Switching to square mode (G.A.N.T.)
2008-01-13 06:09:11.334 Using the Qt painter
QMultiInputContext::changeInputMethod(): index=0, slave=xim
mythtv: could not connect to socket
2008-01-13 06:09:12.480 Joystick disabled.
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2008-01-13 06:09:13.035 Loading from: /usr/share/mythtv/themes/G.A.N.T./base.xml
2008-01-13 06:09:13.059 Loading from: /usr/share/mythtv/themes/default/base.xml
2008-01-13 06:09:13.081 Registering Internal as a media playback plugin.
2008-01-13 06:09:15.626 New DB connection, total: 2
2008-01-13 06:09:15.626 Connected to database 'mythconverg' at host: localhost
2008-01-13 06:09:15.637 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2008-01-13 06:09:15.637 Connection timed out.
You probably should modify the Master Server
settings in the setup program and set the
proper IP address.
2008-01-13 06:09:16.584 TV: Attempting to change from None to None
2008-01-13 06:09:18.715 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2008-01-13 06:09:18.715 Connection timed out.
You probably should modify the Master Server
settings in the setup program and set the
proper IP address.
QInputContext: cannot create input context for non-toplevel widgets
QMultiInputContext::changeInputMethod(): index=0, slave=xim
QInputContext: cannot create input context for non-toplevel widgets
QInputContext: cannot create input context for non-toplevel widgets
QMultiInputContext::changeInputMethod(): index=0, slave=xim
QInputContext: cannot create input context for non-toplevel widgets
3.From '/etc/mysql/my.cnf':
- Code: Select all
security:
# using "localhost" in connects uses sockets by default
# skip-networking
bind-address = 127.0.0.1
4./usr/share/mythtv/database/mc.sql:
- Code: Select all
CREATE DATABASE if not exists mythconverg;
GRANT ALL ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv";
FLUSH PRIVILEGES;
GRANT CREATE TEMPORARY TABLES ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv";
FLUSH PRIVILEGES;
ALTER DATABASE mythconverg DEFAULT CHARACTER SET latin1;
5. Distro: Sabayon Linux 3.5 Beta Loop 1
Card: Hauppage WIN PVR-500
Mythtv version: Gentoo/Portage media-tv/mythtv-0.20.2_p15332
I know from cruising the Mythtv forum this is a common problem and possibly related to mysql. Does anyone know how to fix this or where to look? I'm going to reboot and run 'mythfrontend' [backend starts automagically] and post '/var/log/mythtv/mythbackend.log'. If there is any other data to provide to resolve this issue I'll happily post it just ask. I'm also working on this on the Mythtv forum but have yet to see anyone identified as a SL user.
