On 6/19/05, Jason H <[EMAIL PROTECTED]> wrote: > Issue 1: > > when going to "Recorded programs" I get: > Warning at > /usr/share/mythtv/mythweb/includes/mythbackend.php, > line 305: > copy(image_cache/1045_20050619110400_20050619113000.nuv.png): > failed to open stream: Permission denied Warning at > /usr/share/mythtv/mythweb/includes/mythbackend.php, > line 305: > copy(image_cache/1031_20050619105200_20050619110000.nuv.png): > failed to open stream: Permission denied Warning at > /usr/share/mythtv/mythweb/themes/Default/theme.php, > line 16: > Cannot modify header information - headers already > sent by (output started at > /usr/share/mythtv/mythweb/includes/errors.php:68) > > It looks as if the thumnails are not yet made. it > should handle these more gracefully.
I don't know if this is related, but after the selinux rpms were upgraded last week I got a lot of similar errors. I worked around it using audit2allow, though I'm not sure that's the best way. I could also have switched off selinux, either completely or just for the httpd. In case this is also your problem this is what I did. cd /etc/selinux/targeted/src/policy audit2allow -i /var/log/messages audit2allow -i /var/log/messages >> domains/misc/local.te make reload This works for me, though if anyone has a better way of solving this I'd be glad to hear it. Regards, Chris _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
