I had success for about one week with my MythTV setup on a Fedora 10 box. Now it seems that the frontend cannot find the backend after a few minutes of use. I can restart the backend and watch tv for a little bit, but it inevitably fails to find the backend after just a little bit of use. Can someone get me started on how to trace down the problem. I am relatively new to MythTV.
AVS › AVS Forum › Video Components › Home Theater Computers › HTPC - Linux Chat › MythTV Frontend can't detect backend
Featured Stories
MythTV Frontend can't detect backend
AVS Top Picks
post #2 of 21
12/31/08 at 9:25am
- quantumstate
- Trader Feedback: 0
- Certified Ethical Hacker
-
- offline
- 1,635 Posts. Joined 4/2006
- Location: Seattle, Ecotopia
- Select All Posts By This User
Sounds like the backend or database is crapping out. Check to see if it is listening with:
# lsof -i -n -P |more
... You should see something like:
If one or more are not there, well you know.
BTW, the lsof command is very useful for many things, so I put in my /etc/profile, this:
# lsof -i -n -P |more
... You should see something like:
Code:
... mythbacke 6491 mythtv 14u IPv4 1376347 TCP *:6544 (LISTEN) mythbacke 6491 mythtv 25u IPv4 1376355 TCP *:6543 (LISTEN) mysqld 7541 mysql 10u IPv4 38013 TCP 127.0.0.1:3306 (LISTEN ...
BTW, the lsof command is very useful for many things, so I put in my /etc/profile, this:
Code:
alias listen='lsof -i -n -P |more'
I ran "lsof -i -n -P |more" and I had the three services running that you mention above. Note that I cannot use mplayer to play tv until I do "service mythbackend stop"... even though the frontend says the backend isn't running. I'm not saying it isn't, but I am not sure how my database is corrupt. I deleted it several times and reinstalled it, but it seems to behave the same way.
post #4 of 21
12/31/08 at 12:35pm
- quantumstate
- Trader Feedback: 0
- Certified Ethical Hacker
-
- offline
- 1,635 Posts. Joined 4/2006
- Location: Seattle, Ecotopia
- Select All Posts By This User
OK, so the daemons aren't dumping.
Aren't you the one who had the queer tables error? If so, I gotta say this is a database problem. I'd deinstall mysql server, delete the database (/var/lib/mysql), and start over.
Otherwise, please provide alot more info, like system, OS, versions, etc.
Aren't you the one who had the queer tables error? If so, I gotta say this is a database problem. I'd deinstall mysql server, delete the database (/var/lib/mysql), and start over.
Otherwise, please provide alot more info, like system, OS, versions, etc.
post #5 of 21
12/31/08 at 11:21pm
- wnewell
- Trader Feedback: 0
-
- offline
- 566 Posts. Joined 11/2005
- Location: DFW Texas
- Select All Posts By This User
Quote:
Originally Posted by colonelpenguin 
I ran "lsof -i -n -P |more" and I had the three services running that you mention above. Note that I cannot use mplayer to play tv until I do "service mythbackend stop"... even though the frontend says the backend isn't running. I'm not saying it isn't, but I am not sure how my database is corrupt. I deleted it several times and reinstalled it, but it seems to behave the same way.

I ran "lsof -i -n -P |more" and I had the three services running that you mention above. Note that I cannot use mplayer to play tv until I do "service mythbackend stop"... even though the frontend says the backend isn't running. I'm not saying it isn't, but I am not sure how my database is corrupt. I deleted it several times and reinstalled it, but it seems to behave the same way.
If you didn't set your tuner cards for on demand use when you configured them, then mythbackend locks them out from other uses. If you set them for on demand use, then you can use them in other apps while the backend is still running. That's assuming that myth isn't actually using it at the time.
Ok... perhaps this info will be helpful. I ran "mythfrontend -l logfilename" and it put out the following:
2009-01-01 19:48:35.020 New DB connection, total: 2
2009-01-01 19:48:35.038 Connected to database 'mythconverg' at host: localhost
2009-01-01 19:48:35.047 mythfrontend version: 0.21.20080304-1 www.mythtv.org
2009-01-01 19:48:35.047 Enabled verbose msgs: important general
2009-01-01 19:48:35.445 Unable to parse themeinfo.xml for glass-wide
2009-01-01 19:48:35.446 The theme (glass-wide) is missing a themeinfo.xml file
2009-01-01 19:48:36.107 Unable to parse themeinfo.xml for glass-wide
2009-01-01 19:48:36.110 The theme (glass-wide) is missing a themeinfo.xml file
2009-01-01 19:48:36.893 No theme dir: /home/name/.mythtv/themes/G.A.N.T
2009-01-01 19:48:36.905 Primary screen 0.
2009-01-01 19:48:36.909 Using screen 0, 1280x1024 at 0,0
2009-01-01 19:48:36.910 No theme dir: /home/name/.mythtv/themes/G.A.N.T
2009-01-01 19:48:36.914 Switching to square mode (G.A.N.T)
2009-01-01 19:48:37.021 Using the Qt painter
mythtv: could not connect to socket
mythtv: No such file or directory
2009-01-01 19:48:37.025 lirc_init failed for mythtv, see preceding messages
2009-01-01 19:48:37.037 JoystickMenuClient Error: Joystick disabled - Failed to read /home/name/.mythtv/joystickmenurc
2009-01-01 19:48:43.414 Loading from: /usr/share/mythtv/themes/G.A.N.T/base.xml
2009-01-01 19:48:44.065 Loading from: /usr/share/mythtv/themes/default/base.xml
2009-01-01 19:48:44.403 Registering Internal as a media playback plugin.
2009-01-01 19:48:44.878 MonitorRegisterExtensions(0x100, gif,jpg,png)
2009-01-01 19:48:45.290 MythMusic adding CD-Writer: 1,0,0 -- DVD-ROM DVD-117R
2009-01-01 19:48:45.291 MythMusic adding CD-Writer: 1,1,0 -- DVD-RAM GSA-H55N
2009-01-01 19:48:45.550 MonitorRegisterExtensions(0x40, ogg,mp3,aac,flac)
SIP listening on IP Address 192.168.2.2:5060 NAT address 192.168.2.2
SIP: Cannot register; proxy, username or password not set
2009-01-01 19:48:46.125 No theme dir: /home/name/.mythtv/themes/G.A.N.T
2009-01-01 19:48:54.471 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2009-01-01 19:48:54.476 Using protocol version 40
Destroying SipFsm object
2009-01-01 19:48:58.429 Deleting UPnP client...
I have not uninstalled mysql yet... but I have dropped the mythconverge table and set it up again. Please note that I also deleted the .mythtv folder in my user directory thinking it was just extraneous info that would be setup again when I went through mythtv-setup. Could this be part of my problem? Thanks for all of your feedback so far.
2009-01-01 19:48:35.020 New DB connection, total: 2
2009-01-01 19:48:35.038 Connected to database 'mythconverg' at host: localhost
2009-01-01 19:48:35.047 mythfrontend version: 0.21.20080304-1 www.mythtv.org
2009-01-01 19:48:35.047 Enabled verbose msgs: important general
2009-01-01 19:48:35.445 Unable to parse themeinfo.xml for glass-wide
2009-01-01 19:48:35.446 The theme (glass-wide) is missing a themeinfo.xml file
2009-01-01 19:48:36.107 Unable to parse themeinfo.xml for glass-wide
2009-01-01 19:48:36.110 The theme (glass-wide) is missing a themeinfo.xml file
2009-01-01 19:48:36.893 No theme dir: /home/name/.mythtv/themes/G.A.N.T
2009-01-01 19:48:36.905 Primary screen 0.
2009-01-01 19:48:36.909 Using screen 0, 1280x1024 at 0,0
2009-01-01 19:48:36.910 No theme dir: /home/name/.mythtv/themes/G.A.N.T
2009-01-01 19:48:36.914 Switching to square mode (G.A.N.T)
2009-01-01 19:48:37.021 Using the Qt painter
mythtv: could not connect to socket
mythtv: No such file or directory
2009-01-01 19:48:37.025 lirc_init failed for mythtv, see preceding messages
2009-01-01 19:48:37.037 JoystickMenuClient Error: Joystick disabled - Failed to read /home/name/.mythtv/joystickmenurc
2009-01-01 19:48:43.414 Loading from: /usr/share/mythtv/themes/G.A.N.T/base.xml
2009-01-01 19:48:44.065 Loading from: /usr/share/mythtv/themes/default/base.xml
2009-01-01 19:48:44.403 Registering Internal as a media playback plugin.
2009-01-01 19:48:44.878 MonitorRegisterExtensions(0x100, gif,jpg,png)
2009-01-01 19:48:45.290 MythMusic adding CD-Writer: 1,0,0 -- DVD-ROM DVD-117R
2009-01-01 19:48:45.291 MythMusic adding CD-Writer: 1,1,0 -- DVD-RAM GSA-H55N
2009-01-01 19:48:45.550 MonitorRegisterExtensions(0x40, ogg,mp3,aac,flac)
SIP listening on IP Address 192.168.2.2:5060 NAT address 192.168.2.2
SIP: Cannot register; proxy, username or password not set
2009-01-01 19:48:46.125 No theme dir: /home/name/.mythtv/themes/G.A.N.T
2009-01-01 19:48:54.471 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2009-01-01 19:48:54.476 Using protocol version 40
Destroying SipFsm object
2009-01-01 19:48:58.429 Deleting UPnP client...
I have not uninstalled mysql yet... but I have dropped the mythconverge table and set it up again. Please note that I also deleted the .mythtv folder in my user directory thinking it was just extraneous info that would be setup again when I went through mythtv-setup. Could this be part of my problem? Thanks for all of your feedback so far.
post #7 of 21
1/1/09 at 5:30pm
- quantumstate
- Trader Feedback: 0
- Certified Ethical Hacker
-
- offline
- 1,635 Posts. Joined 4/2006
- Location: Seattle, Ecotopia
- Select All Posts By This User
post #9 of 21
1/1/09 at 6:16pm
- mythmaster
- Trader Feedback: 0
- Not an AA Member
-
- offline
- 2,142 Posts. Joined 3/2008
- Location: 255.255.255.255
- Select All Posts By This User
post #11 of 21
1/1/09 at 7:28pm
- mythmaster
- Trader Feedback: 0
- Not an AA Member
-
- offline
- 2,142 Posts. Joined 3/2008
- Location: 255.255.255.255
- Select All Posts By This User
Yeah, that was the whole thing... I didn't do very much but I did go through a few of the functions that aren't working properly to try to generate some meaningful errors. Here is a snippet from the mythbackend.log. Does this tell anything meaningful?
2009-01-02 14:29:44.352 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:29:44.931 MainServer::HandleAnnounce Playback
2009-01-02 14:29:44.933 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:44.937 MainServer::HandleAnnounce FileTransfer
2009-01-02 14:29:44.944 adding: name.dyndns.org as a remote file transfer
2009-01-02 14:29:44.953 RemoteFile:
penSocket(control socket):
Could not connect to server "" @ port -1
2009-01-02 14:29:44.961 RemoteFile:
penSocket(file data socket):
Could not connect to server "" @ port -1
2009-01-02 14:29:44.969 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:29:45.549 MainServer::HandleAnnounce Playback
2009-01-02 14:29:45.550 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:45.554 MainServer::HandleAnnounce FileTransfer
2009-01-02 14:29:45.560 adding: name.dyndns.org as a remote file transfer
2009-01-02 14:29:45.570 RemoteFile:
penSocket(control socket):
Could not connect to server "" @ port -1
2009-01-02 14:29:45.577 RemoteFile:
penSocket(file data socket):
Could not connect to server "" @ port -1
2009-01-02 14:29:45.585 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:29:49.240 MainServer::HandleAnnounce Playback
2009-01-02 14:29:49.242 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:49.246 MainServer::HandleAnnounce FileTransfer
2009-01-02 14:29:49.249 adding: name.dyndns.org as a remote file transfer
2009-01-02 14:29:49.252 RemoteFile:
penSocket(control socket):
Could not connect to server "" @ port -1
2009-01-02 14:29:49.254 RemoteFile:
penSocket(file data socket):
Could not connect to server "" @ port -1
2009-01-02 14:29:49.256 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:29:49.292 MainServer::HandleAnnounce Playback
2009-01-02 14:29:49.293 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:49.299 MainServer::HandleAnnounce FileTransfer
2009-01-02 14:29:49.306 adding: name.dyndns.org as a remote file transfer
2009-01-02 14:29:49.329 RemoteFile:
penSocket(control socket):
Could not connect to server "" @ port -1
2009-01-02 14:29:49.332 RemoteFile:
penSocket(file data socket):
Could not connect to server "" @ port -1
2009-01-02 14:29:49.340 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:30:01.196 MainServer::HandleAnnounce Monitor
2009-01-02 14:30:01.199 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:30:09.100 MainServer::HandleAnnounce Monitor
2009-01-02 14:30:09.102 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:44.352 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:29:44.931 MainServer::HandleAnnounce Playback
2009-01-02 14:29:44.933 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:44.937 MainServer::HandleAnnounce FileTransfer
2009-01-02 14:29:44.944 adding: name.dyndns.org as a remote file transfer
2009-01-02 14:29:44.953 RemoteFile:
penSocket(control socket):Could not connect to server "" @ port -1
2009-01-02 14:29:44.961 RemoteFile:
penSocket(file data socket):Could not connect to server "" @ port -1
2009-01-02 14:29:44.969 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:29:45.549 MainServer::HandleAnnounce Playback
2009-01-02 14:29:45.550 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:45.554 MainServer::HandleAnnounce FileTransfer
2009-01-02 14:29:45.560 adding: name.dyndns.org as a remote file transfer
2009-01-02 14:29:45.570 RemoteFile:
penSocket(control socket):Could not connect to server "" @ port -1
2009-01-02 14:29:45.577 RemoteFile:
penSocket(file data socket):Could not connect to server "" @ port -1
2009-01-02 14:29:45.585 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:29:49.240 MainServer::HandleAnnounce Playback
2009-01-02 14:29:49.242 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:49.246 MainServer::HandleAnnounce FileTransfer
2009-01-02 14:29:49.249 adding: name.dyndns.org as a remote file transfer
2009-01-02 14:29:49.252 RemoteFile:
penSocket(control socket):Could not connect to server "" @ port -1
2009-01-02 14:29:49.254 RemoteFile:
penSocket(file data socket):Could not connect to server "" @ port -1
2009-01-02 14:29:49.256 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:29:49.292 MainServer::HandleAnnounce Playback
2009-01-02 14:29:49.293 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:29:49.299 MainServer::HandleAnnounce FileTransfer
2009-01-02 14:29:49.306 adding: name.dyndns.org as a remote file transfer
2009-01-02 14:29:49.329 RemoteFile:
penSocket(control socket):Could not connect to server "" @ port -1
2009-01-02 14:29:49.332 RemoteFile:
penSocket(file data socket):Could not connect to server "" @ port -1
2009-01-02 14:29:49.340 RingBuffer::RingBuffer(): Failed to open remote file ()
2009-01-02 14:30:01.196 MainServer::HandleAnnounce Monitor
2009-01-02 14:30:01.199 adding: name.dyndns.org as a client (events: 0)
2009-01-02 14:30:09.100 MainServer::HandleAnnounce Monitor
2009-01-02 14:30:09.102 adding: name.dyndns.org as a client (events: 0)
post #13 of 21
1/2/09 at 12:27pm
- quantumstate
- Trader Feedback: 0
- Certified Ethical Hacker
-
- offline
- 1,635 Posts. Joined 4/2006
- Location: Seattle, Ecotopia
- Select All Posts By This User
I find it puzzeling that the symbolic link is my problem since it was working a few weeks ago without the link. Perhaps an update is what made this necessary. I did read something about this on the setup documentation that I was using at:
http://mythtv.org/wiki/index.php/Ins...thTV_on_Fedora
Near the bottom of the page it talks about setting up a symbolic link, but I am not sure the exact syntax I should use for my system.
I installed myth via the fedora 10 repos. Everything would be in the standard locations I assume. I usually try to start the myth frontend while working under my standard user profile. The .mythtv folder that I was referencing earlier is located at /home/name/.mythtv
http://mythtv.org/wiki/index.php/Ins...thTV_on_Fedora
Near the bottom of the page it talks about setting up a symbolic link, but I am not sure the exact syntax I should use for my system.
I installed myth via the fedora 10 repos. Everything would be in the standard locations I assume. I usually try to start the myth frontend while working under my standard user profile. The .mythtv folder that I was referencing earlier is located at /home/name/.mythtv
When I run mythfilldatabase it isn't able to read mysql.txt. That does appear to be part of if not all of the problem. What is the syntax needed to fix this?
2009-01-02 20:01:26.863 Using runtime prefix = /usr
2009-01-02 20:01:26.865 Unable to read configuration file mysql.txt
2009-01-02 20:01:26.866 Empty LocalHostName.
2009-01-02 20:01:26.867 Using localhost value of name.dyndns.com
2009-01-02 20:01:26.965 New DB connection, total: 1
2009-01-02 20:01:27.004 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.015 Closing DB connection named 'DBManager0'
2009-01-02 20:01:27.024 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.042 New DB connection, total: 2
2009-01-02 20:01:27.059 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.060 Source 1 configured to use only the broadcasted guide data. Skipping.
2009-01-02 20:01:27.065 Data fetching complete.
2009-01-02 20:01:27.066 Adjusting program database end times.
2009-01-02 20:01:27.067 0 replacements made
2009-01-02 20:01:27.067 Marking generic episodes.
2009-01-02 20:01:27.069 Found 0
2009-01-02 20:01:27.069 Marking repeats.
2009-01-02 20:01:27.073 Found 0
2009-01-02 20:01:27.073 Unmarking new episode rebroadcast repeats.
2009-01-02 20:01:27.074 Found 0
2009-01-02 20:01:27.075 Marking episode first showings.
2009-01-02 20:01:27.076 Found 0
2009-01-02 20:01:27.077 Marking episode last showings.
2009-01-02 20:01:27.080 Found 0
2009-01-02 20:01:27.084
============================================================ ===
| Attempting to contact the master backend for rescheduling. |
| If the master is not running, rescheduling will happen when |
| the master backend is restarted. |
============================================================ ===
2009-01-02 20:01:27.111 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2009-01-02 20:01:27.122 Using protocol version 40
2009-01-02 20:01:27.201 mythfilldatabase run complete.
2009-01-02 20:01:27.202 DataDirect: Deleting temporary files
2009-01-02 20:01:26.863 Using runtime prefix = /usr
2009-01-02 20:01:26.865 Unable to read configuration file mysql.txt
2009-01-02 20:01:26.866 Empty LocalHostName.
2009-01-02 20:01:26.867 Using localhost value of name.dyndns.com
2009-01-02 20:01:26.965 New DB connection, total: 1
2009-01-02 20:01:27.004 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.015 Closing DB connection named 'DBManager0'
2009-01-02 20:01:27.024 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.042 New DB connection, total: 2
2009-01-02 20:01:27.059 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.060 Source 1 configured to use only the broadcasted guide data. Skipping.
2009-01-02 20:01:27.065 Data fetching complete.
2009-01-02 20:01:27.066 Adjusting program database end times.
2009-01-02 20:01:27.067 0 replacements made
2009-01-02 20:01:27.067 Marking generic episodes.
2009-01-02 20:01:27.069 Found 0
2009-01-02 20:01:27.069 Marking repeats.
2009-01-02 20:01:27.073 Found 0
2009-01-02 20:01:27.073 Unmarking new episode rebroadcast repeats.
2009-01-02 20:01:27.074 Found 0
2009-01-02 20:01:27.075 Marking episode first showings.
2009-01-02 20:01:27.076 Found 0
2009-01-02 20:01:27.077 Marking episode last showings.
2009-01-02 20:01:27.080 Found 0
2009-01-02 20:01:27.084
============================================================ ===
| Attempting to contact the master backend for rescheduling. |
| If the master is not running, rescheduling will happen when |
| the master backend is restarted. |
============================================================ ===
2009-01-02 20:01:27.111 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2009-01-02 20:01:27.122 Using protocol version 40
2009-01-02 20:01:27.201 mythfilldatabase run complete.
2009-01-02 20:01:27.202 DataDirect: Deleting temporary files
post #18 of 21
1/3/09 at 6:06am
- quantumstate
- Trader Feedback: 0
- Certified Ethical Hacker
-
- offline
- 1,635 Posts. Joined 4/2006
- Location: Seattle, Ecotopia
- Select All Posts By This User
Oh dear, I'm afraid I've steered you wrong. mysql.txt must be writable by your user, so create one in /home/name/.mythtv:
Then edit /etc/mythtv/mysql.txt and comment everything out so there are no conflicts.
And create config.xml:
Your MediaRenderer will be different, but I don't know what to tell you there.
Make sure both are set to your username:
# chmod name:name /home/name/.mythtv -R
Then run mythfilldatabase again.
Code:
DBHostName=localhost # By default, Myth tries to ping the DB host to see if it exists. # If your DB host or network doesn't accept pings, set this to no: # #DBHostPing=no DBPort=3306 DBUserName=mythtv DBPassword=mythtv DBName=mythconverg DBType=QMYSQL3 # Set the following if you want to use something other than this # machine's real hostname for identifying settings in the database. # This is useful if your hostname changes often, as otherwise you # will need to reconfigure mythtv (or futz with the DB) every time. # TWO HOSTS MUST NOT USE THE SAME VALUE # #LocalHostName=my-unique-identifier-goes-here # If you want your frontend to be able to wake your MySQL server # using WakeOnLan, have a look at the following settings: # # # The time the frontend waits (in seconds) between reconnect tries. # This should be the rough time your MySQL server needs for startup # #WOLsqlReconnectWaitTime=0 # # # This is the number of retries to wake the MySQL server # until the frontend gives up # #WOLsqlConnectRetry=5 # # # This is the command executed to wake your MySQL server. # #WOLsqlCommand=echo 'WOLsqlServerCommand not set'
And create config.xml:
Code:
f3ec5c96-a819-4086-bfa0-8af997da3d9c
localhost
mythtv
mythtv
mythconverg
3306
Make sure both are set to your username:
# chmod name:name /home/name/.mythtv -R
Then run mythfilldatabase again.
Unfortunately I still don't have this working. I didn't have quite as much time to spend on it over the weekend. I had the symbolic link working to where mythfilldatabase didn't generate any errors. It didn't seem to be finding any data either. Is this even supposed to be used for EIT? My frontend to backend connection still seems very flaky. I tried the following:
yum remove mythtv-frontend mythtv-backend mythtv-themes mythtv-base-themes
and dropped the mythconverge database
And I removed all of the mythtv and .mythtv folders on my system that it left behind. However, when I did yum install mythtv it did not recreate /etc/mythtv/? I am not sure what in the rpm installation process creates this directory or weather I really need it for regular OTA tv watching with EIT EPG. All I know is that it still isn't working. My system had mysql pre-installed... and that seems to be working fine. Like I said before... my system was working fine for about 1 week. Then I feel some update broke it. I have nightly yum -y update enabled. What do you think the likelihood is the that freshrpms has a bad rpm? Everytime I reinstall it appears to behave the same way.
yum remove mythtv-frontend mythtv-backend mythtv-themes mythtv-base-themes
and dropped the mythconverge database
And I removed all of the mythtv and .mythtv folders on my system that it left behind. However, when I did yum install mythtv it did not recreate /etc/mythtv/? I am not sure what in the rpm installation process creates this directory or weather I really need it for regular OTA tv watching with EIT EPG. All I know is that it still isn't working. My system had mysql pre-installed... and that seems to be working fine. Like I said before... my system was working fine for about 1 week. Then I feel some update broke it. I have nightly yum -y update enabled. What do you think the likelihood is the that freshrpms has a bad rpm? Everytime I reinstall it appears to behave the same way.
post #20 of 21
1/6/09 at 6:16am
- quantumstate
- Trader Feedback: 0
- Certified Ethical Hacker
-
- offline
- 1,635 Posts. Joined 4/2006
- Location: Seattle, Ecotopia
- Select All Posts By This User
Well, I was in the process of writing up an opus of steps for you to check things, but Konqueror crashed blowing it all away. I'm too pissed off to start over, but you need to start at the beginning and build on that. Make sure everything's installed, set right, and permissions are right.
Thanks quantumstate. I'm sorry about your luck with konqueror...
Anyway, I was able to get all of my folders back. I just needed to reinstall a few more necessary packages like myth-common and libmyth. Everything seems to be back the way it was before... I mean before I uninstalled
. My symptoms again are as follows:
After installing, running myth-setup, and enabeling the mythbackend service, I am able to start up the frontend under my normal user profile and watch tv for almost 10 minutes before it locks up. I am unable to watch tv again until I restart mythbackend. If I restart the backend and walk away for more than 10 minutes, I am unable to watch tv at all until I restart again. Furthermore, the EIT data is never being loaded. I am able to view TV in mplayer fine as long as the backend isn't running. The backend ties up the tuner card indefinitely since I do not have the on-demand option enabled.
One question I have concerning the error logs I posted above is with the way it shows mulitple DB connections... why is this?
Anyway, I was able to get all of my folders back. I just needed to reinstall a few more necessary packages like myth-common and libmyth. Everything seems to be back the way it was before... I mean before I uninstalled
. My symptoms again are as follows:After installing, running myth-setup, and enabeling the mythbackend service, I am able to start up the frontend under my normal user profile and watch tv for almost 10 minutes before it locks up. I am unable to watch tv again until I restart mythbackend. If I restart the backend and walk away for more than 10 minutes, I am unable to watch tv at all until I restart again. Furthermore, the EIT data is never being loaded. I am able to view TV in mplayer fine as long as the backend isn't running. The backend ties up the tuner card indefinitely since I do not have the on-demand option enabled.
One question I have concerning the error logs I posted above is with the way it shows mulitple DB connections... why is this?
Quote:
2009-01-02 20:01:26.965 New DB connection, total: 1
2009-01-02 20:01:27.004 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.015 Closing DB connection named 'DBManager0'
2009-01-02 20:01:27.024 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.042 New DB connection, total: 2
2009-01-02 20:01:27.059 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:26.965 New DB connection, total: 1
2009-01-02 20:01:27.004 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.015 Closing DB connection named 'DBManager0'
2009-01-02 20:01:27.024 Connected to database 'mythconverg' at host: localhost
2009-01-02 20:01:27.042 New DB connection, total: 2
2009-01-02 20:01:27.059 Connected to database 'mythconverg' at host: localhost
Return Home
Back to Forum: HTPC - Linux Chat
- MythTV Frontend can't detect backend
AVS Top Picks
AVS › AVS Forum › Video Components › Home Theater Computers › HTPC - Linux Chat › MythTV Frontend can't detect backend
Currently, there are 1133 Active Users
(151 Members and 982 Guests)
Recent Discussions
- › My desktop just raped all my files..... 55 seconds ago
- › Star Trek 2 1 minute ago
- › The "official" Yamaha RX-V673 thread. 7.2-Channel Network AVR 3 minutes ago
- › Microsoft fires the first shot in the "NEXT" generation.... 6 minutes ago
- › URGENT complex vga to coax to projector 8 minutes ago
- › Budget subwoofers discussions, opinions and questions thread 9 minutes ago
- › JVC DLA-RS48 / DLA X55 projector with 3D RF glasses and E-shift... 11 minutes ago
- › Dayton OmniMic Precision Measurement System 12 minutes ago
- › Official Samsung PNxxF8500 Series Discussion Thread [No Street... 13 minutes ago
- › 2013 Formula 1 in HD 15 minutes ago
View: New Posts | All Discussions
Recent Reviews
- › Epson V11H501020 PowerLite Home Cinema 3020 2D and 3D 1080p Home... by sailorb
- › BenQ W1070 1080P 3D Projector by jakob_s
- › Elite Screens ER110WH1 Sable Fixed Frame (110" 16:9 AR) by DDT0C
- › Elite Screens ER100WH1-A1080P2 Sable Fixed Frame Projection Screen by DDT0C
- › Peerless PRG Mount, Black by DDT0C
- › Epson 5020UB Powerlite Home Cinema 3D Front Projector by DDT0C
- › Sony VPLHS20 Cineza Digital Home Entertainment LCD Projector by varkeast
- › JVC DLA-RS45 Home Theater Projector 1080P HDMI by jmccarei
- › Sharp DT 510 DLP Projector by rdcollns
- › Onkyo TXNR801 / TX-NR801 / TX-NR801 7.1 Channel Digital Home... by mswope63
View: More Reviews
New Articles
- › Projector Review Contest by Nick Val
- › "List Your Gear to Win Some Gear"... by Nick Val
- › Most Economical Thin Client PC`s from RDP... by RDPThinClients
- › Media Browser 3 Announced by xzener
- › AVS Guide to Media Servers, Part 1 by Scott Wilkinson
- › Join the AVS Team! by Nick Val
- › 25 Top Blu-ray releases for 2012 by Ralph Potts
- › Sony Launches 4k Ultra HD Flat Panel - AVS... by Scott Wilkinson
- › Clarus Power Cords by Good Tunes
- › A Theater Is Just Is Not A Theater, Unless... by David Bott
View: New Articles | All Articles
Home | Reviews | Forums | Articles | My Profile
About AVS | Join the Community | Advertise | Contact Us
© 2013 AVS is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About AVS | Join the Community | Advertise | Contact Us
© 2013 AVS is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map












