Christian Lyra wrote:
> Hi,
> 
>     My 1.8.3 freevo is crashing after executing a fxd command. Here is
> what freevo logs:
> 
> 2008-12-06 08:57:43,707 INFO     create thread notifier pipe
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 299, in
> eventhandler
>     app.eventhandler(event)
>   File "/usr/lib/python2.5/site-packages/freevo/util/benchmark.py",
> line 91, in origfunc
>     return func(*args, **kwargs)
>   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 874, in
> eventhandler
>     self._handle_play_item(menu, event)
>   File "/usr/lib/python2.5/site-packages/freevo/util/benchmark.py",
> line 91, in origfunc
>     return func(*args, **kwargs)
>   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 683, in
> _handle_play_item
>     action(arg=arg, menuw=self)
>   File "/usr/lib/python2.5/site-packages/freevo/plugins/command.py",
> line 264, in flashpopup
>     CommandOptions(text=message).show()
>   File "/usr/lib/python2.5/site-packages/freevo/plugins/command.py",
> line 149, in __init__
>     if islog('err'):
>   File "/usr/lib/python2.5/site-packages/freevo/plugins/command.py",
> line 58, in islog
>     f = open(os.path.join(config.FREEVO_LOGDIR, 'command-std%s-%s.log'
> % (name, os.getuid())))
> IOError: [Errno 2] No such file or directory:
> '/home/freevo/.freevo/log/command-stderr-1000.log'
> 
> On log dir I have command-sderr files like this:
> command-stderr-1000-1228259360.log
> command-stderr-1000-1228561122.log
> 
> What´s the second number? is it a timestamp?
> 

Yes it's the time stamp.

It's bad of the command plug-in to look for a log file name and the
output is only written when DEBUG_CHILDAPP is true.

The command plug-in need fixing.

Duncan


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to