[mythtv-users] Mythfrontend Refuses to Start

Kirk Bocek t004 at kbocek.com
Sat Jun 6 17:47:17 UTC 2015


Just upgraded from 0.24 to 0.27.4 and one of my two frontends refused to 
run mythfrontend.

My setup on both boxes is to auto-login to the mythtv user. 
.bash_profile looks like:

export __GL_SYNC_TO_VBLANK=1

if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty7 ]; then
while [ 1 == 1 ]
      do
           startx
           sleep 4
      done
fi

.xinitrc looks like:

xset -dpms s off
xsetroot -solid black
xhost +
#See nvidia readme:
export __GL_SYNC_TO_VBLANK=1
#/usr/bin/pkill irexec
#/usr/bin/irexec -d /var/lib/mythtv/.lircrc
#mythfrontend -v all -l /var/log/mythtv/mythfrontend.log
/usr/bin/mythfrontend --logpath=/var/log/mythtv
#/usr/bin/mythtv-setup --logpath=/var/log/mythtv
#xterm

But mythfrontend refuses to start at all. Nothing in /var/log/mythtv. X 
is running and finding my display:

$less /var/log/Xorg.0.log
X.Org X Server 1.15.0
Release Date: 2013-12-27
[  5601.795] X Protocol Version 11, Revision 0
[  5601.795] Build Operating System: c6b8 2.6.32-220.el6.x86_64
[  5601.795] Current Operating System: Linux littlerock 
2.6.32-504.16.2.el6.x86_64 #1 SMP Wed Apr 22 06:48:29 UTC 2015 x86_64
[  5601.795] Kernel command line: ro 
root=UUID=e89b7e7c-3f59-408c-9c6f-ff50f69e94bf nomodeset rd_NO_LUKS 
KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD 
SYSFONT=latarcyrheb-sun16 crashkernel=129M at 0M rd_NO_LVM rd_NO_DM rhgb quiet
...
[  5601.829] (II) NVIDIA GLX Module  304.125  Mon Dec  1 20:22:48 PST 2014
...
[  5602.379] (II) NVIDIA(0): NVIDIA GPU ION (GT218) at PCI:3:0:0 (GPU-0)
[  5602.379] (--) NVIDIA(0): Memory: 524288 kBytes
[  5602.379] (--) NVIDIA(0): VideoBIOS: 70.18.5d.00.1d

But no mythfrontend:

$ps -ef
...
mythtv    5356  2106  0 10:43 tty7     00:00:00 /bin/sh /usr/bin/startx
mythtv    5372  5356  0 10:43 tty7     00:00:00 xinit 
/var/lib/mythtv/.xinitrc -- /usr/bin/X :0 -auth 
/var/lib/mythtv/.serverauth.53
root      5373  5372 59 10:43 tty8     00:00:00 /usr/bin/X :0 -auth 
/var/lib/mythtv/.serverauth.5356

Now if I run vncserver, and execute mythfrontend from a terminal, it 
executes just fine. But it won't run here. And I've got a second host 
using the same configuration that is working just fine.

Does anyone have any suggestions?


More information about the mythtv-users mailing list