Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] OT - mysql (WAS: [Re: OT - Need help with mythfronted GUI])
Date: Sun, 08 Jan 2006 20:36:50
Message-Id: 1136752137.9838.36.camel@camille.espersunited.com
In Reply to: Re: OT - Need help with mythfronted GUI (WAS[Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)]) by Michael Sullivan
1 On Sun, 2006-01-08 at 13:41 -0600, Michael Sullivan wrote:
2 > On Sun, 2006-01-08 at 13:36 -0600, Michael Sullivan wrote:
3 > > On Sun, 2006-01-08 at 11:22 -0800, Mark Knecht wrote:
4 > > > On 1/8/06, Michael Sullivan <michael@××××××××××××.com> wrote:
5 > > >
6 > > > > I'm not going to mark my mythtv problem SOLVED until I'm sure that
7 > > > > mythbackend is running stably.
8 > > >
9 > > > Nor should you...
10 > > >
11 > > > > It seems to be working for now. The
12 > > > > problem is that I can't change channels in mythfrontend. I'm watching
13 > > > > live TV and I'm hitting the Up arrow key (as specified on mythtv's web
14 > > > > site, but the channel is not changing. What's worse is that it seems
15 > > > > all that's on the one channel I get is infomercials! How can I fix
16 > > > > this??? I ran mythsetup and and went to the Channel Editor. There were
17 > > > > no channels defined. I wanted the click the Scan For Channels button,
18 > > > > but I couldn't figure out how to get to it. Also, (I think it was in
19 > > > > mythfrontend) I set the GUI to appear in a window instead of full
20 > > > > screen. It turned out to be not what I wanted and now I can't find the
21 > > > > option to get the full screen mode back. Help!
22 > > >
23 > > > After running mythsetup you then run mythfilldatabase. You should see
24 > > > it logging into Zap2It and getting the channel data for the next 2
25 > > > weeks. Is this working for you?
26 > > >
27 > > > When I hit the up arrow I do get a new channel. I can also just type
28 > > > in a channel number and jump that way. I see no mention in the
29 > > > mythbackend.log file that much happened. THere are a coupl eof lines
30 > > > but they aren't very interesting and I doubt thay had anything to do
31 > > > with this at all. More likely when I started the frontend on my PC.
32 > > >
33 > > > 2006-01-08 11:16:59.814 adding: lightning as a client (events: 0)
34 > > > 2006-01-08 11:16:59.911 adding: lightning as a client (events: 1)
35 > > > 2006-01-08 11:16:59.934 adding: lightning as a client (events: 0)
36 > > > 2006-01-08 11:16:59.994 adding: lightning as a client (events: 0)
37 > > > 2006-01-08 11:17:00.018 adding: lightning as a remote ringbuffer
38 > > >
39 > > > - Mark
40 > > >
41 > >
42 > > After I ran mythfilldatabase for the umpteenth time I got a channel
43 > > listing in the Channel Editor. Next, I want to get mythfrontend working
44 > > on my wife's computer. It will need to use the database and mythbackend
45 > > on my computer remotely. Is there anything special I need to know to
46 > > make this work? I've already set up the IP address in mythsetup on my
47 > > machine to my PC's network address...
48 >
49 > I ssh'd over to my wife's machine and tried running mythfrontend.
50 > Apparently it can't connect to my mysql server. I added two lines to
51 > the end of my /etc/mysql/my.cnf file last night that was supposed to fix
52 > this:
53 >
54 > skip-innodb
55 > set-variable=thread_stack=256k
56 >
57 > but I guess it didn't...
58
59 I changed the bind-address option in my PC's /etc/mysql/my.cnf file from
60 "127.0.0.1" to "0.0.0.0" and restarted mysql. I then tried to run
61 mythfrontend from my wife's PC in an ssh environment. I got a lot of
62 errors that were copies of this:
63
64 2006-01-08 14:19:51.309 Unable to connect to database!
65 2006-01-08 14:19:51.309 Driver error was [1/1130]:
66 QMYSQL3: Unable to connect
67 Database error was:
68 Host 'catherine.espersunited.com' is not allowed to connect to this
69 MySQL server
70
71 catherine is my wife's computer, located at 192.168.1.4 My computer is
72 camille, at 192.168.1.3 When I tried to telnet into my mysql server, I
73 got the same message:
74
75 catherine ~ # telnet camille 3306
76 Trying 192.168.1.3...
77 Connected to camille.
78 Escape character is '^]'.
79 SHost 'catherine.espersunited.com' is not allowed to connect to this
80 MySQL serverConnection closed by foreign host.
81
82 How do I fix this? I had a similar problem a long time ago and as far
83 as I can tell it was fixed by changing the mysql server's bind-address
84 to 0.0.0.0. That didn't work this time. BTW, I'm using mysql version
85 4.1.14...
86
87 --
88 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT - mysql (WAS: [Re: OT - Need help with mythfronted GUI]) Mark Knecht <markknecht@×××××.com>