Duncan Webb wrote:
> After these fixes all is hunky dory, Ctrl-C shuts down Freevo normally
> and the normal shutdown and autoshutdown Freevo work too.
>
> Thanks dischi for your help. It means that the 1.8.0 release can go
> ahead as planned.
Great news.
Dischi
--
Unix: because daemons should
Dirk Meyer wrote:
> Duncan Webb wrote:
>> Dirk Meyer wrote:
>>> Duncan Webb wrote:
I have this in __main__, so I would expect the Ctrl-C exit
(basically the stop command) to print something.
|try:
|main()
|except Exception, why:
|traceback.print_exc()
|
Dirk Meyer wrote:
> Duncan Webb wrote:
>> Dirk Meyer wrote:
>>> Duncan Webb wrote:
I have this in __main__, so I would expect the Ctrl-C exit
(basically the stop command) to print something.
|try:
|main()
|except Exception, why:
|traceback.print_exc()
|
Dirk Meyer wrote:
>> Freevo runs twice at start up, so it looks like the kaa signal handler
>> is not being installed
>
> That could be a thread somehow.
I'm wrong about this, I thought that src/config.py was being imported
twice but it only being done once.
I think what I see is stuff from /u
Duncan Webb wrote:
> Dirk Meyer wrote:
>> Duncan Webb wrote:
>>> I have this in __main__, so I would expect the Ctrl-C exit
>>> (basically the stop command) to print something.
>>> |try:
>>> |main()
>>> |except Exception, why:
>>> |traceback.print_exc()
>>> |print why
>>> |print 'done.'