[mythtv-users] slow mythweb?

Udo van den Heuvel udovdh at xs4all.nl
Sat Apr 26 05:41:27 UTC 2008


Kevin Kuphal wrote:
>     > even as root (not mythtv) the files are not created.
>     > No errors in the log.
>     > Any ideas on how to debug this?
> 
>     After a night of running 0.21-fixes this is still the case.
>     No recordings written to disk.
>     But logs say there was recorded...
> 
>  
> Well, at least now we have a stable quantity to deal with.  Let's start
> with logs from the backend for a recording 

What logging options?
Currently I use OPTIONS="-v important,general,record,file"

> as well as details of your
> storage group configuration,

 	1  	LiveTV  	localhost  	/Myth/LiveTV/
	2 	Default 	localhost 	/Myth/
 	3 	DB Backups 	localhost 	/Myth/dB/
 	4 	Recordings 	localhost 	/Myth/Recordings/

> disk layout,

/Myth for Default
/Myth/LiveTV
/Myth/Recordings
/Myth/dB

/Myth (and all below) is one jfs partition.

> permissions

cd /Myth
chown -R mythtv *
find . -type f -exec chgrp root {} \;
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 660 {} \;

> as well as which user is running mythbackend.

root for now.



For the power searches for recording all I use LiveTV, for my recordings
I use Recordings.


More information about the mythtv-users mailing list