Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Lack of any EIT guide info

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


bobthekingofegypt at googlemail

Nov 23, 2009, 2:34 PM

Post #1 of 6 (693 views)
Permalink
Lack of any EIT guide info

Hello,

After 11 oclock on saturday I have not recieved any EIT data in
mythtv. I don't know if this issue actually happened a couple of
weeks back when I last updated and I've just been running with
previous listing data untill now, but it's all broken now.

I just get unknown for everything and every channel. I was tracking
svn without issues and I think the last time I upgraded was a couple
of weeks back at least. I didn't do anything to any of my config
option it just seems to have stopped picking up data. I don't really
know where to look since I didn't change anything. I tried pdating to
.22 final, which is not showing listing data but everything else is
working fine.

I ran a mythfilldatabase and the system status page under listing says
the result was successful and there is guide data until 2038-05-05
23:25. I don't know if that is related but it seems a bit weird
anyway.

Anyone have any ideas?

Cheers
Bob
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Nov 23, 2009, 2:43 PM

Post #2 of 6 (660 views)
Permalink
Re: Lack of any EIT guide info [In reply to]

On 11/23/2009 05:34 PM, Richard Martin wrote:
> After 11 oclock on saturday I have not recieved any EIT data in
> mythtv. I don't know if this issue actually happened a couple of
> weeks back when I last updated and I've just been running with
> previous listing data untill now, but it's all broken now.
>
> I just get unknown for everything and every channel. I was tracking
> svn without issues and I think the last time I upgraded was a couple
> of weeks back at least. I didn't do anything to any of my config
> option it just seems to have stopped picking up data. I don't really
> know where to look since I didn't change anything. I tried pdating to
> .22 final, which is not showing listing data but everything else is
> working fine.
>
> I ran a mythfilldatabase and the system status page under listing says
> the result was successful and there is guide data until 2038-05-05
> 23:25. I don't know if that is related but it seems a bit weird
> anyway.
>
> Anyone have any ideas?
>

First step, optimize_mythdb.pl

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mythtv.lists at burns

Nov 23, 2009, 3:15 PM

Post #3 of 6 (659 views)
Permalink
Re: Lack of any EIT guide info [In reply to]

2009/11/23 Richard Martin <bobthekingofegypt [at] googlemail>:

> After 11 oclock on saturday I have not recieved any EIT data in
> mythtv.  I don't know if this issue actually happened a couple of
> weeks back when I last updated

If you run your backend in a terminal with "-v all" do you see
anything similar to this?

PESPacket: Failed CRC check
0x66182710 != 0xc3bfa4b5 for StreamID = 0x70
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


bobthekingofegypt at googlemail

Nov 23, 2009, 3:49 PM

Post #4 of 6 (658 views)
Permalink
Re: Lack of any EIT guide info [In reply to]

I didn't have the optimize_mythdb script.

I wasn't geting crc check errors, but I was getting lots of
Table './mythconverg/eit_cache' is marked as crashed and should be repaired

I was watching the frontend logging but for some reason it never
occurred to me to watch the back end logging.

So I repaied the table and I seem to have tv listings again, wooo!

Thanks for the help
Bob

On Mon, Nov 23, 2009 at 11:15 PM, Andy Burns <mythtv.lists [at] burns> wrote:
> 2009/11/23 Richard Martin <bobthekingofegypt [at] googlemail>:
>
>> After 11 oclock on saturday I have not recieved any EIT data in
>> mythtv.  I don't know if this issue actually happened a couple of
>> weeks back when I last updated
>
> If you run your backend in a terminal with "-v all" do you see
> anything similar to this?
>
> PESPacket: Failed CRC check
> 0x66182710 != 0xc3bfa4b5 for StreamID = 0x70
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


knowledgejunkie at gmail

Nov 23, 2009, 3:55 PM

Post #5 of 6 (664 views)
Permalink
Re: Lack of any EIT guide info [In reply to]

2009/11/23 Richard Martin <bobthekingofegypt [at] googlemail>:
> I didn't have the optimize_mythdb script.
>
> I wasn't geting crc check errors, but I was getting lots of
> Table './mythconverg/eit_cache' is marked as crashed and should be repaired
>
> I was watching the frontend logging but for some reason it never
> occurred to me to watch the back end logging.
>
> So I repaied the table and I seem to have tv listings again, wooo!

Add optimize_mythdb.pl to a nightly cron job, and this (and other
oddness resulting from crashed DB tables) shouldn't happen again.

Cheers,
Nick

--
Nick Morrott

MythTV Official wiki: http://mythtv.org/wiki/
MythTV users list archive: http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Nov 23, 2009, 3:56 PM

Post #6 of 6 (662 views)
Permalink
Re: Lack of any EIT guide info [In reply to]

On 11/23/2009 06:49 PM, Richard Martin wrote:
> I didn't have the optimize_mythdb script.
>
> I wasn't geting crc check errors, but I was getting lots of
> Table './mythconverg/eit_cache' is marked as crashed and should be repaired
>
> I was watching the frontend logging but for some reason it never
> occurred to me to watch the back end logging.
>
> So I repaied the table and I seem to have tv listings again, wooo!

Might want to get it (and cron it) so this doesn't happen again. :)

http://svn.mythtv.org/trac/browser/branches/release-0-22-fixes/mythtv/contrib/maintenance/optimize_mythdb.pl?format=txt

http://www.mythtv.org/wiki/User_Manual:Periodic_Maintenance#Optimize_the_Database

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.