Re: livepause - 'bad news'
Liz <[email protected]> Fri, 6 Apr 2012 09:03:41 +1000
| Newsgroups | gmane.comp.video.freevo.user |
|---|---|
| Message-ID | <20120406090341.201c40d5@mum-quad> |
On Sat, 31 Mar 2012 21:00:46 +1100 Liz <[email protected]> wrote: > On Sat, 31 Mar 2012 20:46:49 +1100 > Liz <[email protected]> wrote: > > > On Sat, 31 Mar 2012 10:00:38 +0100 > > Adam Charrett <[email protected]> wrote: > > > > > This is your problem, vdev should be '1110D413:1', > > trying this next > > > > still a livepause crash happening > debian testing/unstable occurred after the update > log file follows > > but I will try a recompile of livepause > new hardware faster video can watch from the hdhomerun on the main xserver new install of freevo still got "livepause died!" when i try to tune a tv channel livepause_crash is the first attachment that didn't go with the previous mail livepause is the newest crash on the new hardware (not worried about mpd, its not configured) ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
livepause.txt
(text/plain, 5.6 KB)
freevo@shuttlefreevo:~$ freevo
================================================================================
Freevo 1.9.2-svn rupstream started at Fri Apr 6 08:55:49 2012
--------------------------------------------------------------------------------
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/scd0', 'CD-1')"
================================================================================
Freevo 1.9.2-svn rupstream started at Fri Apr 6 08:55:49 2012
--------------------------------------------------------------------------------
OSD_SINGLE_WINDOW disabled!
WARNING: PyLirc not found, lirc remote control disabled!
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/freevo/helpers/inputhelper.py", line 246, in <module>
inputs = [Lirc()]
File "/usr/lib/python2.7/dist-packages/freevo/helpers/inputhelper.py", line 63, in __init__
import pylirc
ImportError: No module named pylirc
Please run 'freevo cache'
version: 1.9.2 rupstream
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
Couldn't open Line-In mixer "Line"
Couldn't open sync mixer "Master Surround"
failed to load plugin alsamixer
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
File "/usr/share/pyshared/freevo/plugin.py", line 581, in __load_plugin__
p = eval(object)()
File "/usr/share/pyshared/freevo/plugins/alsamixer.py", line 146, in __init__
self.setMicVolume(0)
File "/usr/share/pyshared/freevo/plugins/alsamixer.py", line 304, in setMicVolume
self._setVolume(self.mic_mixer, volume)
File "/usr/share/pyshared/freevo/plugins/alsamixer.py", line 228, in _setVolume
device.setvolume(volume)
ALSAAudioError: No such channel
plugin dialog.x11_overlay_display deactivated, reason: kaa.display is not installed
failed to load plugin audio.mpd_playlist
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
File "/usr/share/pyshared/freevo/plugin.py", line 581, in __load_plugin__
p = eval(object)()
File "/usr/share/pyshared/freevo/audio/plugins/mpd_playlist.py", line 79, in __init__
config.MPD_SERVER_PASSWORD)
File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 440, in __init__
self.conn = mpd_connection(host, port)
File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 343, in __init__
self.talker = socket_talker(host, port)
File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 33, in __init__
self.sock.connect((host, port))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
failed to load plugin audio.mpd_status
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
File "/usr/share/pyshared/freevo/plugin.py", line 581, in __load_plugin__
p = eval(object)()
File "/usr/share/pyshared/freevo/audio/plugins/mpd_status.py", line 87, in __init__
config.MPD_SERVER_PASSWORD)
File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 440, in __init__
self.conn = mpd_connection(host, port)
File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 343, in __init__
self.talker = socket_talker(host, port)
File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 33, in __init__
self.sock.connect((host, port))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
Freevo 1.9.2 rupstream ready
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: '/dev/scd0'"
WARNING: Unable to get channel list for australia.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/freevo/main.py", line 300, in eventhandler
consumed = app.eventhandler(event)
File "/usr/share/pyshared/freevo/menu.py", line 801, in eventhandler
if not isinstance(menu, Menu) and menu.eventhandler(event):
File "/usr/share/pyshared/freevo/tv/tvguide.py", line 230, in eventhandler
pi.actions()[0][0](menuw=self.menuw)
File "/usr/share/pyshared/freevo/tv/programitem.py", line 179, in play
self.parent.player('tv', self.prog.channel_id)
File "/usr/share/pyshared/freevo/tv/tvmenu.py", line 82, in start_tv
p.Play(mode, tuner_id)
File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py", line 298, in Play
self.change_channel(tuner_channel)
File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py", line 346, in change_channel
self.backend.change_channel(channel)
File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 311, in change_channel
self.livepause_app.set_mode(self.mode)
File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 406, in set_mode
self.send_command_wait_for_output('mode ' + mode)
File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 466, in send_command_wait_for_output
raise Exception('Livepause died!')
Exception: Livepause died!
livepause_crash.txt
(text/plain, 13 KB)
freevo@eeetv:~$ freevo -fs X: user not authorized to run the X server, aborting. ^Cxinit: giving up xinit: unable to connect to X server: No such file or directory xinit: unexpected signal 2 freevo@eeetv:~$ sudo freevo -fs [sudo] password for freevo: It is advisable not to start freevo as root, due to security concerns. Please use the 'freevo' user to start freevo. X.Org X Server 1.11.4 Release Date: 2012-01-27 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32-5-amd64 i686 Debian Current Operating System: Linux eeetv 3.1.0-1-686-pae #1 SMP Tue Jan 10 05:42:54 UTC 2012 i686 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-686-pae root=UUID=c242f954-e5ca-4b90-a9ac-d458d81a214f ro quiet Build Date: 05 March 2012 04:16:09AM xorg-server 2:1.11.4-1 (Cyril Brulebois <[email protected]>) Current version of pixman: 0.24.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.2.log", Time: Sat Mar 31 20:52:57 2012 (==) Using system config directory "/usr/share/X11/xorg.conf.d" FATAL: Module fbcon not found. ================================================================================ Freevo 1.9.2-svn rupstream started at Sat Mar 31 20:52:59 2012 -------------------------------------------------------------------------------- ================================================================================ Freevo 1.9.2-svn rupstream started at Sat Mar 31 20:52:59 2012 -------------------------------------------------------------------------------- OSD_SINGLE_WINDOW disabled! WARNING: PyLirc not found, lirc remote control disabled! Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/freevo/helpers/inputhelper.py", line 246, in <module> inputs = [Lirc()] File "/usr/lib/python2.7/dist-packages/freevo/helpers/inputhelper.py", line 63, in __init__ import pylirc ImportError: No module named pylirc WARNING: error opening file /var/lib/freevo/cache/vfs/var/lib/freevo/cache/skin-0 Please run 'freevo cache' version: 1.9.2 rupstream Couldn't open Line-In mixer "Line" Couldn't open sync mixer "Master Surround" Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 Traceback (most recent call last): File "/usr/share/pyshared/freevo/fxditem.py", line 120, in parse parser = util.fxdparser.FXD(fxd_file) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 189, in __init__ self.tree = FXDtree(filename) File "/usr/share/pyshared/freevo/util/fxdparser.py", line 99, in __init__ self.tree = self.parse(f) File "/usr/share/pyshared/freevo/util/qp_xml.py", line 137, in parse p.Parse('', 1) ExpatError: no element found: line 1, column 0 plugin dialog.x11_overlay_display deactivated, reason: kaa.display is not installed Freevo 1.9.2 rupstream ready WARNING: Unable to get channel list for australia. Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/freevo/main.py", line 300, in eventhandler consumed = app.eventhandler(event) File "/usr/share/pyshared/freevo/menu.py", line 801, in eventhandler if not isinstance(menu, Menu) and menu.eventhandler(event): File "/usr/share/pyshared/freevo/tv/tvguide.py", line 230, in eventhandler pi.actions()[0][0](menuw=self.menuw) File "/usr/share/pyshared/freevo/tv/programitem.py", line 179, in play self.parent.player('tv', self.prog.channel_id) File "/usr/share/pyshared/freevo/tv/tvmenu.py", line 82, in start_tv p.Play(mode, tuner_id) File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py", line 298, in Play self.change_channel(tuner_channel) File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py", line 346, in change_channel self.backend.change_channel(channel) File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 311, in change_channel self.livepause_app.set_mode(self.mode) File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 406, in set_mode self.send_command_wait_for_output('mode ' + mode) File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 466, in send_command_wait_for_output raise Exception('Livepause died!') Exception: Livepause died! Waiting for event thread -------------------------------------------------------------------------------- Freevo 1.9.2-svn rupstream finished at Sat Mar 31 20:52:59 2012 ================================================================================ Freevo 1.9.2 rupstream exited xinit: connection to X server lost waiting for X server to shut down Server terminated successfully (0). Closing log file. freevo@eeetv:~$