Re: [Freevo-users] FreeVo sylog activities

2008-09-10 Thread Helmut Auer
Hi
> I don't think that this is freevo related and I don't think freevo is 
> polling the CD/DVD drive every two seconds when the menu bar is not on 
> the drive.
>
>   
Maybe its the taskbar plugin ?
> What happens if you select something like TV/weather menu, do the 
> messages stop?
>   
Its surely freevo, because if I stop it the messages are gone.

-- 
Helmut Auer, [EMAIL PROTECTED] 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreeVo sylog activities

2008-09-10 Thread Helmut Auer

>> I don't think that this is freevo related and I don't think freevo is 
>> polling the CD/DVD drive every two seconds when the menu bar is not on the 
>> drive.
>> 
P.S. Setting
ROM_DRIVES=[]
stops all these syslog activities, but thats not really what I want to 
have :(

-- 
Helmut Auer, [EMAIL PROTECTED] 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreeVo sylog activities

2008-09-10 Thread Duncan Webb
Bjorn wrote:
> Hi,
> 
> I have 1.8.2 and I can see the same printout.
> It dissapears if I put a cd in the cdrom drive.
> 
> /Bjorn
> 
> 
> 2008/9/7 Helmut Auer <[EMAIL PROTECTED] >
> 
> Hi List
> 
> With latest 1.8x svn version my syslog shows a lot of messages like:
> 
> Sep  6 23:32:59 [kernel] cdrom: This disc doesn't have any tracks I
> recognize!
>- Last output repeated 597 times -
> 
> seems to occur about 30 times per minute.
> Is there a way to avoid these ?

I don't think that this is freevo related and I don't think freevo is 
polling the CD/DVD drive every two seconds when the menu bar is not on 
the drive.

What happens if you select something like TV/weather menu, do the 
messages stop?

Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Numeric channel change crashes freevo

2008-09-10 Thread Evan Hisey
On Wed, Sep 10, 2008 at 5:47 AM, Duncan Webb <[EMAIL PROTECTED]> wrote:
 Thanks , I'll give that a try.

>>> Upgrading xine-ui had no effect. Looks  like I am behind a few
>>> versions on the xine-lib also, so chekcing to see if that update
>>> solves the problem.
>>>
>> Upgrading xine-lib solved it I am now running xine-lib-1.1.15. I was
>> using 1.1.11.1 it seems and that version would not work correctly with
>> the ivtv plugin except that now when trying to use the select channel
>> by number I get this error:
>> File "/usr/lib/python2.5/site-packages/freevo/main.py", line 497, in 
>> kaa.main.run()
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/main.py", line 140, in 
>> run
>> loop(True)
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/main.py", line
>> 110, in loop
>> notifier.step()
>>   File 
>> "/usr/lib/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py",
>> line 186, in step
>> if not timer[ CALLBACK ]():
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/timer.py", line
>> 188, in __call__
>> super(Timer, self).__call__(*args, **kwargs)
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py",
>> line 97, in __call__
>> ret = super(NotifierCallback, self).__call__(*args, **kwargs)
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/callback.py",
>> line 168, in __call__
>> result = cb(*cb_args, **cb_kwargs)
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/event.py", line
>> 191, in handle
>> handler(event)
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/event.py", line
>> 145, in __call__
>> super(EventHandler, self).__call__(event)
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py",
>> line 97, in __call__
>> ret = super(NotifierCallback, self).__call__(*args, **kwargs)
>>   File "/usr/lib/python2.5/site-packages/kaa/notifier/callback.py",
>> line 168, in __call__
>> result = cb(*cb_args, **cb_kwargs)
>>   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 283, in
>> eventhandler
>> if not rc.app()(event):
>>   File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
>> line 429, in eventhandler
>> self.tuner.SetChannelByNumber(newinput_value)
>>   File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
>> line 633, in SetChannelByNumber
>> self.SetVideoGroup(channel)
>>   File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
>> line 659, in SetVideoGroup
>> new_vg = self.fc.getVideoGroup(channel, True)
>>   File "/usr/lib/python2.5/site-packages/freevo/tv/channels.py", line
>> 106, in getVideoGroup
>> traceback.print_stack()
>>
>>
>> local_conf.py:
>>
>> XINE_TV_VO_DEV = "xv"
>> XINE_TV_AO_DEV = "alsa"
>> XINE_TV_INPUT_REAL_CHANNELS = True
>> XINE_TV_TIMESHIFT_FILEMASK = "/tmp/xine-buf-"
>> XINE_ARGS_DEF="--post='pp:quality=10;expand'"
>
> It is not really an error from an exception but from the not finding the
> channel.
>
> Will you post the part of the log around this traceback and also your
> TV_CHANNELS from the local_conf.py?
>
I have not set TV_CHANNELS as it appeared to not be needed before.

I'll clear the log after work and get a clean example for you.

Evan
Evan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] FreeVo sylog activities

2008-09-10 Thread Bjorn
Hi,

I have 1.8.2 and I can see the same printout.
It dissapears if I put a cd in the cdrom drive.

/Bjorn


2008/9/7 Helmut Auer <[EMAIL PROTECTED]>

> Hi List
>
> With latest 1.8x svn version my syslog shows a lot of messages like:
>
> Sep  6 23:32:59 [kernel] cdrom: This disc doesn't have any tracks I
> recognize!
>- Last output repeated 597 times -
>
> seems to occur about 30 times per minute.
> Is there a way to avoid these ?
>
> --
> Helmut Auer, [EMAIL PROTECTED]
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Numeric channel change crashes freevo

2008-09-10 Thread Duncan Webb
Evan Hisey wrote:
> On Tue, Sep 9, 2008 at 7:48 PM, Evan Hisey <[EMAIL PROTECTED]> wrote:
 I did have the same problem with the svn version. Solved by updating
 xine-ui to the version 0.99.6 (only available ? in cvs)
 It worth the work : add the live record funct, very good for the WAF (at
 least at home !)

>>> Thanks , I'll give that a try.
>>>
>> Upgrading xine-ui had no effect. Looks  like I am behind a few
>> versions on the xine-lib also, so chekcing to see if that update
>> solves the problem.
>>
> Upgrading xine-lib solved it I am now running xine-lib-1.1.15. I was
> using 1.1.11.1 it seems and that version would not work correctly with
> the ivtv plugin except that now when trying to use the select channel
> by number I get this error:
> File "/usr/lib/python2.5/site-packages/freevo/main.py", line 497, in 
> kaa.main.run()
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/main.py", line 140, in 
> run
> loop(True)
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/main.py", line
> 110, in loop
> notifier.step()
>   File 
> "/usr/lib/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py",
> line 186, in step
> if not timer[ CALLBACK ]():
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/timer.py", line
> 188, in __call__
> super(Timer, self).__call__(*args, **kwargs)
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py",
> line 97, in __call__
> ret = super(NotifierCallback, self).__call__(*args, **kwargs)
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/callback.py",
> line 168, in __call__
> result = cb(*cb_args, **cb_kwargs)
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/event.py", line
> 191, in handle
> handler(event)
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/event.py", line
> 145, in __call__
> super(EventHandler, self).__call__(event)
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py",
> line 97, in __call__
> ret = super(NotifierCallback, self).__call__(*args, **kwargs)
>   File "/usr/lib/python2.5/site-packages/kaa/notifier/callback.py",
> line 168, in __call__
> result = cb(*cb_args, **cb_kwargs)
>   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 283, in
> eventhandler
> if not rc.app()(event):
>   File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
> line 429, in eventhandler
> self.tuner.SetChannelByNumber(newinput_value)
>   File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
> line 633, in SetChannelByNumber
> self.SetVideoGroup(channel)
>   File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
> line 659, in SetVideoGroup
> new_vg = self.fc.getVideoGroup(channel, True)
>   File "/usr/lib/python2.5/site-packages/freevo/tv/channels.py", line
> 106, in getVideoGroup
> traceback.print_stack()
> 
> 
> local_conf.py:
> 
> XINE_TV_VO_DEV = "xv"
> XINE_TV_AO_DEV = "alsa"
> XINE_TV_INPUT_REAL_CHANNELS = True
> XINE_TV_TIMESHIFT_FILEMASK = "/tmp/xine-buf-"
> XINE_ARGS_DEF="--post='pp:quality=10;expand'"

It is not really an error from an exception but from the not finding the 
channel.

Will you post the part of the log around this traceback and also your 
TV_CHANNELS from the local_conf.py?

Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] 1.8.2 dies at start

2008-09-10 Thread Duncan Webb
Stafford Goodsell wrote:
> Evan Hisey wrote:
>>> Greetings,
>>>
>>> Can someone enlighten me on this? (most versions should be obvious from
>>> the text) This is the 1st time I've seriously played with anything using
>>> python, so its probably something dumb.
>>>
>>> I have managed to get 1.7.6.1 (from debian packages at
>>> http://debian.geole.info/) working through alot of hacks and horrible
>>> things, so I'm trying to get 1.8.2 to run cleanly from the unpacked
>>> tarball, or at the very least, installed its own directory.
>>>
>>> I eventually got to:
>>>
>>> [EMAIL PROTECTED] freevo-1.8.2]$ \
>>> PYTHONPATH=/usr/share/python-support/beautifulsoup/:/usr/share/python-support/python-elementtree/:/usr/lib/python-support/python-lirc/python2.4
>>>  ./freevo
>>> trying "/var/lib/freevo"...
>>> [EMAIL PROTECTED] freevo-1.8.2]$
>>>
>>> Here's the last bits of an strace -f if it helps:
>>>
>>> 28424 munmap(0xb73ef000, 8192)  = 0
>>> 28424 stat64("/opt/freevo/freevo-1.8.2/src/event", 0xbfe1fbdc) = -1
>>> ENOENT (No such file or directory)
>>> 28424 open("/opt/freevo/freevo-1.8.2/src/event.so",
>>> O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
>>> 28424 open("/opt/freevo/freevo-1.8.2/src/eventmodule.so",
>>> O_RDONLY|O_LARGEFILE)
>>> = -1 ENOENT (No such file or directory)
>>> 28424 open("/opt/freevo/freevo-1.8.2/src/event.py",
>>> O_RDONLY|O_LARGEFILE) = 8
>>> 28424 fstat64(8, {st_mode=S_IFREG|0644, st_size=19930, ...}) = 0
>>> 28424 open("/opt/freevo/freevo-1.8.2/src/event.pyc",
>>> O_RDONLY|O_LARGEFILE) = 9
>>> 28424 fstat64(9, {st_mode=S_IFREG|0664, st_size=12602, ...}) = 0
>>> 28424 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
>>> -1, 0)
>>> = 0xb73ef000
>>> 28424 read(9,
>>> "[EMAIL PROTECTED]"..., 8192) = 8192
>>> 28424 fstat64(9, {st_mode=S_IFREG|0664, st_size=12602, ...}) = 0
>>> 28424 read(9, "_GRID3t\20\0\0\0IMAGE_ZOOM_GRID4t\20\0\0\0"..., 8192) = 4410
>>> 28424 read(9, "", 8192) = 0
>>> 28424 close(9)  = 0
>>> ...
>>> lots of KILL and INT etc. signals being sent after here, so it looks
>>> like its already decided to shutdown.
>> How did you install freevo? Have you got all the deps installed for
>> it? It looks like a broken install or several missing critical parts.
>>
> 
> I am running it straight from a unpacked tarball.
> 
> Hmm, well the wiki has suddenly changed - it used to say you could do 
> this in the install instructions (and was the reason I chose freevo over 
> mythtv)...
> 
> Anyway, I did take a shot at installing it once (via `python2.4 
> ./setup.py --prefix /opt/freevo`). I think it did pretty much the same 
> thing though - the python/zope crash thing, not the buggy silent exit thing.

strace output is rarely helpful; much better is the log with debug 
enabled. This is done by adding to local_conf.py:
DEBUG = 1
LOGGING = logging.DEBUG

More than likely there is a configuration problem and the easiest way to 
determine this is:
# freevo prompt
Python 2.4.4 (#1, Feb 11 2007, 17:31:10)
[GCC 3.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import config
 >>> config.FREEVO_LOGDIR
'/var/log/freevo'
 >>>

If there is an error it will show during the import. There will be a log 
file created called /var/log/freevo/prompt-0.log (actually the name will 
vary depending on your set-up.

Will you report back what you see?

Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users