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.

[EMAIL PROTECTED] ~]$ cat .kde/Autostart/myth-load.sh
#!/bin/bash
# Load nVidia driver custom settings
#nvidia-settings --load-config-only &
# Restore audio settings
/usr/sbin/alsactl restore
# Launch irexec for myth power button stop/start
irexec &
# Launch myth frontend
sudo /sbin/service mythbackend restart
mythfrontend >~/mythfrontend.log 2>&1 &
exit


On 10/9/05, Alberto Alonso <[EMAIL PROTECTED]> wrote:

I just tried running both the backend and frontend as root. The
problem still persists.

There are some more messages related to "prebuffering pause"
but nothing that would indicate what the problem actually is.

Any other suggestions?

Thanks,

Alberto


On Sun, 2005-10-09 at 00:33 -0400, Stewart wrote:
> There is also an option for using "priority threads".  Disabling this is
> a second option, but running the backend as root is the better choice.
>
>
> Stewart Larsen
>
> It is the first responsibility of every citizen to question authority.
> ~ Ben Franklin
>
> Hackers do for love what others wouldn't do for money.
>
> If you think technology will solve your security problems, you don't
> understand the technology and you don't understand the problems.
> ~Bruce Schneier
>
>
> George Nincehelser wrote:
> > I had this problem.  However, it went away when I started running
> > mythfrontend as root instead as of a user.
> >
> > I figure it must be a problem with permissions.
> >
> > George
> > _______________________________________________
> > mythtv-users mailing list
> > [email protected]
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



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



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

Reply via email to