[mythtv-users] Lost programs?

Brad DerManouelian myth at dermanouelian.com
Tue Nov 6 22:49:37 UTC 2007


On Nov 6, 2007, at 2:44 PM, Brad DerManouelian wrote:

> If they're in fact gone off disk, then they either auto-expired or
> were deleted. If you keep logs, check them for what happened.
> Something like:
> grep "Pocoyo" /var/log/mythtv/mythbackend.log
>
> If you keep logs in your database; then use the mysql client like  
> this:
>
> mysql -umythtv -p
> <enter your password>
> mysql> use mythconverg;
> mysql> select  * from mythlog where details like '%Pocoyo%';
> mysql> exit
>
>
> You should see something in your logs that will tell you if they were
> expired or deleted.


Oh, you can also view the logs with mythweb, but I think you only get  
the last 100 rows of your logs. For me, that only goes back a couple  
of hours.


More information about the mythtv-users mailing list