[Freevo-devel] CVS freevo crashes on load

2005-09-18 Thread Stuart WILKINS
Dear All, First please let me thank everyone for "freevo" I have checked out the latest CVS of freevo and everytime I try to run freevo (either in X11 or with directfb through SDL) i get the splashscreen, the menu appears for under 0.1s and then freevo exits. I have attached the log below.

Re: [Freevo-devel] Re: [Freevo-cvslog] kaa/base/src/base ipc.py,1.3,1.4

2005-09-18 Thread Jason Tackaberry
On Sun, 2005-09-18 at 13:02 +0200, Dirk Meyer wrote: > 1. It would be nice if the server removes the domain scoket on >exit. It is a cleaner way. Using close() and the server can do >this. Maybe adding it to the shutdown signal is a good idea. And >remove this callback when we close man

[Freevo-devel] Re: [Freevo-cvslog] kaa/base/src __init__.py,1.4,1.5

2005-09-18 Thread Dirk Meyer
Dirk Meyer wrote: > from kaa.notifier import signals, loop as main, shutdown > + > + TEMP = '/tmp/kaa-%s' % os.getuid() > + I added a secure temp directory in case it is needed. I added support for the ipc code to fallback into this directory. E.g. openening 'foo' will open a socket foo in the

[Freevo-devel] Re: [Freevo-cvslog] kaa/base/src/base ipc.py,1.3,1.4

2005-09-18 Thread Dirk Meyer
Dirk Meyer wrote: > Update of /cvsroot/freevo/kaa/base/src/base > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9286 > > Modified Files: > ipc.py > Log Message: > test before reusing a unix domain socket, add support for kaa.TEMP I did some playing to support a vfs daemon running in