[Pkg-freevo-maint] Bug#531408: freevo stop just after beeing "ready"
Angus Frinc
angus.frinc at free.fr
Mon Jun 1 10:20:58 UTC 2009
Package: freevo
Version: 1.9.0-1
Severity: important
Since the update to freevo 1.9.0, starting it will close himself just
after being "ready". Here are my logs.
For the moment, freevo is unusable on my system.
If I can help,
Thank you for yours,
Regards.
-- Freevo main.log
================================================================================
Freevo 1.9.0 r11576 started at Mon Jun 1 12:14:25 2009
--------------------------------------------------------------------------------
2009-06-01 12:14:25,150 INFO config.py (527): LOGDIR: /var/log /home/freevo/log
2009-06-01 12:14:25,151 INFO config.py (528): STATICDIR: /var/lib /home/freevo/static
2009-06-01 12:14:25,157 INFO config.py (529): CACHEDIR: /var/cache /home/freevo/cache
2009-06-01 12:14:25,159 INFO config.py (548): Loading freevo configuration file "/etc/freevo/freevo.conf"
2009-06-01 12:14:25,176 INFO config.py (584): Loading debconf configuration file "/etc/freevo/debconf.py"
2009-06-01 12:14:25,198 INFO config.py (628): Loading freevo configuration file: "/usr/share/freevo/freevo_config.py"
2009-06-01 12:14:25,664 INFO config.py (634): Loaded freevo configuration file: "/usr/share/freevo/freevo_config.py"
2009-06-01 12:14:25,690 INFO config.py (645): Loading debconf configuration file "/etc/freevo/debconf.py"
2009-06-01 12:14:25,694 INFO config.py (655): Loading local configuration file: "/etc/freevo/local_conf.py"
2009-06-01 12:14:25,718 INFO config.py (663): Loaded local configuration file: "/etc/freevo/local_conf.py"
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/cdrom', 'CD-1')"
2009-06-01 12:14:25,813 INFO config.py (1058): overlaydir: /home/freevo/cache/vfs
2009-06-01 12:14:27,798 INFO osd.py (445): SDL Driver: x11
2009-06-01 12:14:27,877 INFO new process watcher instance
2009-06-01 12:14:27,892 ERROR Unhandled InProgress exception:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 355, in __call__
result = super(MainThreadCallback, self).__call__(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/kaa/callback.py", line 212, in __call__
result = cb(*cb_args, **cb_kwargs)
File "/usr/lib/python2.5/site-packages/kaa/timer.py", line 145, in start
self._id = notifier.timer_add(int(interval * 1000), self)
File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 124, in __call__
init()
File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 175, in init
if notifier.loop:
AttributeError: 'module' object has no attribute 'loop'
2009-06-01 12:14:27,893 INFO Create-stack for InProgress from preceding exception:
File "/usr/lib/python2.5/site-packages/freevo/main.py", line 55, in <module>
rc.get_singleton(is_helper=0)
File "/usr/share/pyshared/freevo/rc.py", line 63, in get_singleton
_singleton = EventHandler(**kwargs)
File "/usr/share/pyshared/freevo/rc.py", line 530, in __init__
self.inputs.append(Keyboard())
File "/usr/share/pyshared/freevo/rc.py", line 290, in __init__
self.callback = osd.get_singleton()._cb
File "/usr/share/pyshared/freevo/osd.py", line 122, in get_singleton
_singleton = OSD()
File "/usr/share/pyshared/freevo/osd.py", line 456, in __init__
os.system('rm -f /tmp/freevo_ss*.bmp')
File "/usr/lib/python2.5/site-packages/kaa/timer.py", line 95, in newfunc
t.start(interval)
File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 123, in newfunc
in_progress = callback(*args, **kwargs)
2009-06-01 12:14:27,911 ERROR Unhandled InProgress exception:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 355, in __call__
result = super(MainThreadCallback, self).__call__(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/kaa/callback.py", line 212, in __call__
result = cb(*cb_args, **cb_kwargs)
File "/usr/lib/python2.5/site-packages/kaa/timer.py", line 145, in start
self._id = notifier.timer_add(int(interval * 1000), self)
File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 124, in __call__
init()
File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 175, in init
if notifier.loop:
AttributeError: 'module' object has no attribute 'loop'
2009-06-01 12:14:27,915 INFO Create-stack for InProgress from preceding exception:
File "/usr/lib/python2.5/site-packages/freevo/main.py", line 55, in <module>
rc.get_singleton(is_helper=0)
File "/usr/share/pyshared/freevo/rc.py", line 63, in get_singleton
_singleton = EventHandler(**kwargs)
File "/usr/share/pyshared/freevo/rc.py", line 562, in __init__
kaa.Timer(self.poll).start(config.POLL_TIME)
File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 123, in newfunc
in_progress = callback(*args, **kwargs)
plugin mixer deactivated, reason: Couldn't open mixer /dev/mixer
plugin dialog.x11_overlay_display deactivated, reason: kaa.display is not installed
2009-06-01 12:14:51,521 ERROR Unhandled InProgress exception:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 355, in __call__
result = super(MainThreadCallback, self).__call__(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/kaa/callback.py", line 212, in __call__
result = cb(*cb_args, **cb_kwargs)
File "/usr/lib/python2.5/site-packages/kaa/timer.py", line 145, in start
self._id = notifier.timer_add(int(interval * 1000), self)
File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 124, in __call__
init()
File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 175, in init
if notifier.loop:
AttributeError: 'module' object has no attribute 'loop'
2009-06-01 12:14:51,528 INFO Create-stack for InProgress from preceding exception:
File "/usr/lib/python2.5/site-packages/freevo/main.py", line 551, in <module>
MainMenu().getcmd()
File "/usr/lib/python2.5/site-packages/freevo/main.py", line 181, in getcmd
menuw.pushmenu(mainmenu)
File "/usr/share/pyshared/freevo/menu.py", line 408, in pushmenu
self.init_page()
File "/usr/share/pyshared/freevo/menu.py", line 954, in init_page
rc.post_event(MENU_PROCESS_END)
File "/usr/share/pyshared/freevo/rc.py", line 73, in post_event
return get_singleton().post_event(event)
File "/usr/share/pyshared/freevo/rc.py", line 598, in post_event
event.post()
File "/usr/lib/python2.5/site-packages/kaa/event.py", line 88, in post
return manager.post(event)
File "/usr/lib/python2.5/site-packages/kaa/event.py", line 172, in post
self.timer.start(0)
File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 123, in newfunc
in_progress = callback(*args, **kwargs)
Freevo 1.9.0 ready
2009-06-01 12:14:52,800 ERROR Unhandled InProgress exception:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 355, in __call__
result = super(MainThreadCallback, self).__call__(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/kaa/callback.py", line 212, in __call__
result = cb(*cb_args, **cb_kwargs)
File "/usr/lib/python2.5/site-packages/kaa/timer.py", line 145, in start
self._id = notifier.timer_add(int(interval * 1000), self)
File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 124, in __call__
init()
File "/usr/lib/python2.5/site-packages/kaa/nf_wrapper.py", line 175, in init
if notifier.loop:
AttributeError: 'module' object has no attribute 'loop'
2009-06-01 12:14:52,801 INFO Create-stack for InProgress from preceding exception:
File "/usr/lib/python2.5/site-packages/freevo/main.py", line 559, in <module>
rc.post_event(FREEVO_READY)
File "/usr/share/pyshared/freevo/rc.py", line 73, in post_event
return get_singleton().post_event(event)
File "/usr/share/pyshared/freevo/rc.py", line 598, in post_event
event.post()
File "/usr/lib/python2.5/site-packages/kaa/event.py", line 88, in post
return manager.post(event)
File "/usr/lib/python2.5/site-packages/kaa/event.py", line 172, in post
self.timer.start(0)
File "/usr/lib/python2.5/site-packages/kaa/thread.py", line 123, in newfunc
in_progress = callback(*args, **kwargs)
2009-06-01 12:14:52,803 INFO create thread notifier pipe
--------------------------------------------------------------------------------
Freevo 1.9.0 r11576 finished at Mon Jun 1 12:14:25 2009
================================================================================
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages freevo depends on:
ii adduser 3.110 add and remove users and groups
ii console-tools 1:0.2.3dbs-65.1 Linux console and font utilities
ii debconf 1.5.26 Debian configuration management sy
ii freevo-data 1.9.0-1 Themes and non-application data fo
ii lsdvd 0.16-3+b1 read the content info of a DVD
ii mplayer 1:1.0.rc2svn20090521-0.0 The Ultimate Movie Player For Linu
ii python 2.5.4-2 An interactive high-level object-o
ii python-central 0.6.11 register and build utility for Pyt
ii python-freevo 1.9.0-1 Python modules for Freevo
Versions of packages freevo recommends:
ii cdparanoia 3.10.2+debian-5 audio extraction tool for sampling
ii libxmltv-perl 0.5.55-1 Perl libraries related to the XMLT
ii xine-ui 0.99.5+cvs20070914-2.1 the xine video player, user interf
ii xmltv-util 0.5.55-1 Utilities related to the XMLTV fil
Versions of packages freevo suggests:
pn fbset <none> (no description available)
pn fbxine <none> (no description available)
ii flac 1.2.1-1.2 Free Lossless Audio Codec - comman
pn lame <none> (no description available)
ii libdvdcss2 1.2.10-0.2 Simple foundation for reading DVDs
pn matrox-tools <none> (no description available)
ii mencoder 1:1.0.rc2svn20090521-0.0 MPlayer's Movie Encoder
pn nvram-wakeup <none> (no description available)
pn ttf-liberation <none> (no description available)
ii vorbis-tools 1.2.0-6 several Ogg Vorbis tools
-- debconf information:
* freevo/display: x11
* freevo/path_to_audio: /pub/musique
* freevo/path_to_image: /pub/image
* freevo/norm: pal
* freevo/title_image: Images
* freevo/chanlist: france
* freevo/geometry: 800x600
* freevo/title_audio: Musique
* freevo/path_to_recordings: /pub/video/recorded
* freevo/start_on_boot:
* freevo/path_to_video: /pub/video
* freevo/title_video: Video
* freevo/services: xserver
More information about the Pkg-freevo-maint
mailing list