[Pkg-freevo-maint] Bug#637462: freevo: Does not start X11 at boot but sthg else

yellow yellowprotoss at gmail.com
Thu Aug 11 17:52:20 UTC 2011


Package: freevo
Version: 1.9.0-10
Severity: important

Hello,

Installation not working properly. Sorry.

I foudn that it is due to x11 not well started by itself.

cheers

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages freevo depends on:
ii  adduser         3.112+nmu2               add and remove users and groups
ii  debconf [debcon 1.5.36.1                 Debian configuration management sy
ii  freevo-data     1.9.0-10                 home theater framework - themes an
ii  kbd             1.15.2-2                 Linux console font and keytable ut
ii  lsdvd           0.16-3+b1                read the content info of a DVD
ii  mplayer         2:1.0~rc3++final.dfsg1-1 movie player for Unix-like systems
ii  python          2.6.6-3+squeeze6         interactive high-level object-orie
ii  python-freevo   1.9.0-10                 home theater framework - Python mo
ii  python-support  1.0.10                   automated rebuilding support for P
ii  xinit           1.2.0-2                  X server initialisation tool

Versions of packages freevo recommends:
ii  cdparanoia               3.10.2+debian-9 audio extraction tool for sampling
ii  libxmltv-perl            0.5.59-1        Perl libraries related to the XMLT
ii  xine-ui                  0.99.6-1        the xine video player, user interf
ii  xmltv-util               0.5.59-1        Utilities related to the XMLTV fil

Versions of packages freevo suggests:
pn  fbset                         <none>     (no description available)
pn  fbxine                        <none>     (no description available)
pn  flac                          <none>     (no description available)
pn  lame                          <none>     (no description available)
pn  libdvdcss2                    <none>     (no description available)
pn  matrox-tools                  <none>     (no description available)
pn  mencoder                      <none>     (no description available)
pn  nvram-wakeup                  <none>     (no description available)
pn  ttf-liberation | ttf-mscorefo <none>     (no description available)
pn  vorbis-tools                  <none>     (no description available)

-- Configuration Files:
/etc/init.d/freevo_xserver changed:
exit
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/bin/freevo.real
DAEMONLOG=/usr/share/freevo/contrib/freevo+log
test -x $DAEMON || exit
if [ ! `id -u` = 0 ] ; then
  echo This script must be run as root 
  exit 1
fi
. /lib/lsb/init-functions
unset OS_LOGDIR FREEVO_LOGDIR OS_STATICDIR FREEVO_STATICDIR OS_CACHEDIR FREEVO_CACHEDIR FREEVO_SHARE FREEVO_CONTRIB FREEVO_SCRIPT FREEVO_CONFIG DISPLAY LD_PRELOAD SDL_VIDEODRIVER FREEVO_LOCALE FREEVO_PYTHON
START_FREEVO_XSERVER=0
test -r /etc/freevo/debconf.sh && . /etc/freevo/debconf.sh
test -r /etc/default/freevo && . /etc/default/freevo
test "$START_FREEVO_XSERVER" = 1 || exit 0
test -x $DAEMON || exit 0
test "${NOMOUSE}" = "true" && export SDL_NOMOUSE=true
startx_freevo() {
   mount /home/freevonfs 
   mount /home/freevonfs 
   ls    /home/freevonfs 
	#su --shell /bin/bash root freevo
	exit 
	exit
}
start_freevo() {
  log_action_msg "Starting Freevo Home Theatre PC Platform (frontend)"
  startx_freevo
  log_action_end_msg $?
}
stop_freevo() {
    log_action_msg "Stopping Freevo Home Theatre PC Platform (frontend)"
    su --shell /bin/sh freevo -c "$DAEMON --stop"
    log_action_end_msg $?
}
restart_freevo() {
    log_action_msg "Restarting Freevo Home Theatre PC Platform (frontend)"
    su --shell /bin/sh freevo -c "$DAEMON --stop"
    sleep 5
    startx_freevo
    log_action_end_msg $?
}
case "$1" in
    start)
        start_freevo
	    ;;
    stop)
        stop_freevo
	    ;;
    restart|force-reload)
        restart_freevo
	    ;;
    reload)
	#FIXME doing nothing 
	;;
    *)
	    echo "Usage: $0 {start|stop|restart|reload|force-reload}" >&2
	    exit 1
	    ;;
esac
exit 0


-- debconf information:
  freevo/path_to_recordings: /var/lib/freevo/recordings
* freevo/display: x11
  freevo/path_to_audio: /var/lib/freevo/audio
  freevo/path_to_image: /var/lib/freevo/image
* freevo/norm: pal
* freevo/services: xserver
* freevo/geometry: 1920x1080
  freevo/path_to_video: /var/lib/freevo/video
  freevo/title_audio: Audio folder
  freevo/title_image: Image folder
* freevo/chanlist: europe-west
  freevo/title_video: Video folder





More information about the Pkg-freevo-maint mailing list