root@raspbmc:~# bash -x /scripts/xbmc-watchdog.sh + FBSET=/bin/fbset + '[' -e /bin/fbset ']' + '[' '!' -f /tmp/fb_resolution ']' + true + '[' -e /bin/fbset ']' + echo 0 + fbset -xres 1 -yres 1 -vxres 1 -vyres 1 + '[' '!' -h /home/pi/.xbmc-current ']' + '[' -f /etc/ld.so.cache ']' ++ grep .xbmc-current /etc/ld.so.cache + xbmc_libs='Binary file /etc/ld.so.cache matches' + '[' '!' -f /boot/config.txt ']' + test 'xBinary file /etc/ld.so.cache matches' '!=' x + setcap cap_net_admin,cap_net_bind_service,cap_net_raw=ep /home/pi/.xbmc-current/xbmc-bin/lib/xbmc/xbmc.bin + date -u +%s + '[' -f /usr/lib/libcofi_rpi.so ']' ++ readlink /home/pi/.xbmc-current + su - pi -c 'export XBMC_HOME=/opt/xbmc-bcm'\''/xbmc-bin/share/xbmc'\'' ; LD_PRELOAD=/usr/lib/libcofi_rpi.so /home/pi/.xbmc-current/xbmc-bin/lib/xbmc/xbmc.bin --standalone -fs --lircdev /var/run/lirc/lircd 2>&1 | logger -t xbmc' ++ cat /var/run/splash-timestamp + last_execute_time=1385628820 ++ date -u +%s + current_time=1385628821 + time_diff=1 + case "$?" in + '[' -e /bin/fbset ']' + '[' -f /tmp/fb_resolution ']' ++ cat /tmp/fb_resolution + fbset -xres 1920 -yres 1200 -vxres 1920 -vyres 1200 + echo 1 ++ fbset ++ head -3 ++ tail -1 ++ cut -d ' ' -f 10 + DEPTH2=16 + '[' 16 = 8 ']' + '[' 16 = 16 ']' + DEPTH1=8 + fbset -depth 8 + fbset -depth 16 + start console-setup start: Job failed to start + echo -e '\033c' + dialog --title Raspbmc --infobox 'Relax, XBMC will restart shortly.\n\nPress ESC key for a command line' 0 0 + read -sn 1 -t 10 press