I had this problem and it was a driver loading issue.  Restarting
just the backend on boot fixed it for me.  Had to add
/sbin/service to my /etc/sudoers file as well.<br>
<br>
[mythtv@jules ~]$ cat .kde/Autostart/myth-load.sh<br>
#!/bin/bash<br>
# Load nVidia driver custom settings<br>
#nvidia-settings --load-config-only &amp;<br>
# Restore audio settings<br>
/usr/sbin/alsactl restore<br>
# Launch irexec for myth power button stop/start<br>
irexec &amp;<br>
# Launch myth frontend<br>
<span style="font-weight: bold;">sudo /sbin/service mythbackend restart</span><br style="font-weight: bold;">
mythfrontend &gt;~/mythfrontend.log 2&gt;&amp;1 &amp;<br>
exit<br>
<br><br><div><span class="gmail_quote">On 10/9/05, <b class="gmail_sendername">Alberto Alonso</b> &lt;<a href="mailto:sp-23856721@ggsys.net">sp-23856721@ggsys.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I just tried running both the backend and frontend as root. The<br>problem still persists.<br><br>There are some more messages related to &quot;prebuffering pause&quot;<br>but nothing that would indicate what the problem actually is.
<br><br>Any other suggestions?<br><br>Thanks,<br><br>Alberto<br><br><br>On Sun, 2005-10-09 at 00:33 -0400, Stewart wrote:<br>&gt; There is also an option for using &quot;priority threads&quot;.&nbsp;&nbsp;Disabling this is<br>&gt; a second option, but running the backend as root is the better choice.
<br>&gt;<br>&gt;<br>&gt; Stewart Larsen<br>&gt;<br>&gt; It is the first responsibility of every citizen to question authority.<br>&gt; ~ Ben Franklin<br>&gt;<br>&gt; Hackers do for love what others wouldn't do for money.<br>
&gt;<br>&gt; If you think technology will solve your security problems, you don't<br>&gt; understand the technology and you don't understand the problems.<br>&gt; ~Bruce Schneier<br>&gt;<br>&gt;<br>&gt; George Nincehelser wrote:
<br>&gt; &gt; I had this problem.&nbsp;&nbsp;However, it went away when I started running<br>&gt; &gt; mythfrontend as root instead as of a user.<br>&gt; &gt;<br>&gt; &gt; I figure it must be a problem with permissions.<br>&gt; &gt;
<br>&gt; &gt; George<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mythtv-users mailing list<br>&gt; &gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt; &gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote></div><br>