Re: [Freevo-devel] kaa.rpc not working with a non-localhost

2008-03-10 Thread Jason Tackaberry
On Mon, 2008-03-10 at 22:52 -0400, Justin Wetherell wrote: [...] > File "/usr/lib/python2.4/site-packages/kaa/rpc.py", line 693, in __init__ > sock.connect(address).wait() > File "/usr/lib/python2.4/site-packages/kaa/notifier/async.py", line 374, in > wait > main.loop(lambda: not self.

Re: [Freevo-devel] kaa.rpc not working with a non-localhost

2008-03-10 Thread Justin Wetherell
I believe this is a result of the new rpc code... File "/usr/local/src/freevo/src/main.py", line 493, in ? kaa.main.run() File "../base/build/lib.linux-i686-2.4/kaa/notifier/main.py", line 140, in run skin.set_base_fxd(self.skin) File "../base/build/lib.linux-i686-2.4/kaa/notifier/main

Re: [Freevo-devel] kaa.rpc not working with a non-localhost

2008-03-10 Thread Jason Tackaberry
On Mon, 2008-03-10 at 18:52 -0400, Jason Tackaberry wrote: > kaa.rpc should allow something like 'localhost:' though. Or ':' > which would correspond to ('', ) (which binds to all IPs). I'll > update the code to allow this. I updated the code to use kaa.Socket, which allows addresses

Re: [Freevo-devel] kaa.rpc not working with a non-localhost

2008-03-10 Thread Jason Tackaberry
On Mon, 2008-03-10 at 18:52 -0400, Jason Tackaberry wrote: > kaa.rpc should allow something like 'localhost:' though. Or ':' > which would correspond to ('', ) (which binds to all IPs). I'll > update the code to allow this. Oh, of course if you are specifying ('localhost', ) on t

Re: [Freevo-devel] kaa.rpc not working with a non-localhost

2008-03-10 Thread Jason Tackaberry
On Mon, 2008-03-10 at 22:59 +0100, Duncan Webb wrote: > I think that kaa.rpc is not working when the host is another machine > address. It is fine when the IP adress is localhost or 127.0.0.1 but > when using another IP address there does not seem to be any response. > > Any ideas what could be

[Freevo-devel] kaa.rpc not working with a non-localhost

2008-03-10 Thread Duncan Webb
I think that kaa.rpc is not working when the host is another machine address. It is fine when the IP adress is localhost or 127.0.0.1 but when using another IP address there does not seem to be any response. Any ideas what could be wrong? Duncan

Re: [Freevo-devel] [PATCH] year metadata in cdbackup.py / kaa.metadata

2008-03-10 Thread Duncan Webb
Dan Sully wrote: > * Jason Tackaberry shaped the electrons to say... > >> On Mon, 2008-03-10 at 08:23 -0700, Dan Sully wrote: >>> And after investigation, trac requires being installed on the svn server. >> I did notice that Duncan's demo install of trac seemed to have svn >> integration but it's

Re: [Freevo-devel] [PATCH] year metadata in cdbackup.py / kaa.metadata

2008-03-10 Thread Duncan Webb
Jason Tackaberry wrote: > On Mon, 2008-03-10 at 08:30 +0100, Duncan Webb wrote: >> The tracker at python.org looks good and this is >> http://roundup.sourceforge.net/ > > I'll take a look, thanks. > > I agree bugzilla is messy, but it can be slimmed down, and it has the > benefit that it's quite

Re: [Freevo-devel] Freevo-1 improvement

2008-03-10 Thread John Molohan
Michel Lespinasse wrote: > On Mon, Mar 10, 2008 at 10:37:10AM +0100, Duncan Webb wrote: > >> After the next release of Freevo I would like to get an idea of which >> areas in Freevo-1 need to be looked at for improvements. >> >> You can vote by following this link: >> http://www.doodle.ch/yp6maa

Re: [Freevo-devel] [PATCH] year metadata in cdbackup.py / kaa.metadata

2008-03-10 Thread Dan Sully
* Jason Tackaberry shaped the electrons to say... >On Mon, 2008-03-10 at 08:23 -0700, Dan Sully wrote: >> And after investigation, trac requires being installed on the svn server. > >I did notice that Duncan's demo install of trac seemed to have svn >integration but it's clearly not on the svn ser

Re: [Freevo-devel] [PATCH] year metadata in cdbackup.py / kaa.metadata

2008-03-10 Thread Jason Tackaberry
On Mon, 2008-03-10 at 08:23 -0700, Dan Sully wrote: > And after investigation, trac requires being installed on the svn server. I did notice that Duncan's demo install of trac seemed to have svn integration but it's clearly not on the svn server. So I wondered if a local checkout (that synced eve

Re: [Freevo-devel] [PATCH] year metadata in cdbackup.py / kaa.metadata

2008-03-10 Thread Dan Sully
* Dirk Meyer shaped the electrons to say... >>> worth using and I think it is. I like the milestones and timeline and >>> the tracker looks not bad. If you have time take and have a play ;-) >> >> What I don't like about trac is how it looks like it tries to takeover >> the project website. How w

Re: [Freevo-devel] [PATCH] year metadata in cdbackup.py / kaa.metadata

2008-03-10 Thread Dirk Meyer
Jason Tackaberry wrote: >> worth using and I think it is. I like the milestones and timeline and >> the tracker looks not bad. If you have time take and have a play ;-) > > What I don't like about trac is how it looks like it tries to takeover > the project website. How well can it be integrated?

Re: [Freevo-devel] [PATCH] year metadata in cdbackup.py / kaa.metadata

2008-03-10 Thread Jason Tackaberry
On Mon, 2008-03-10 at 08:30 +0100, Duncan Webb wrote: > The tracker at python.org looks good and this is > http://roundup.sourceforge.net/ I'll take a look, thanks. I agree bugzilla is messy, but it can be slimmed down, and it has the benefit that it's quite common in the opensource world, so man

Re: [Freevo-devel] Rel-1 branch r10488

2008-03-10 Thread Evan Hisey
Duncan- It may just be me as I always have issues with the convert function, it seems. Evan On Mon, Mar 10, 2008 at 2:07 AM, Duncan Webb <[EMAIL PROTECTED]> wrote: > Evan Hisey said the following, on 09.03.2008 17:35: > > > Duncan- > > convert_config is acting up on me again. It claims to hav

Re: [Freevo-devel] Freevo-1 improvement

2008-03-10 Thread Duncan Webb
Michel Lespinasse said the following, on 10.03.2008 11:42: > On Mon, Mar 10, 2008 at 10:37:10AM +0100, Duncan Webb wrote: > >> After the next release of Freevo I would like to get an idea of which >> areas in Freevo-1 need to be looked at for improvements. >> >> You can vote by following this li

Re: [Freevo-devel] Freevo-1 improvement

2008-03-10 Thread Michel Lespinasse
On Mon, Mar 10, 2008 at 10:37:10AM +0100, Duncan Webb wrote: > After the next release of Freevo I would like to get an idea of which > areas in Freevo-1 need to be looked at for improvements. > > You can vote by following this link: > http://www.doodle.ch/yp6maagr5kgagkk5 > > Looking forward to s

[Freevo-devel] Freevo-1 improvement

2008-03-10 Thread Duncan Webb
After the next release of Freevo I would like to get an idea of which areas in Freevo-1 need to be looked at for improvements. You can vote by following this link: http://www.doodle.ch/yp6maagr5kgagkk5 Looking forward to some feed back Duncan ---

Re: [Freevo-devel] [PATCH] year metadata in cdbackup.py / kaa.metadata

2008-03-10 Thread Duncan Webb
Jason Tackaberry said the following, on 09.03.2008 16:32: > On Sun, 2008-03-09 at 15:29 +0100, Duncan Webb wrote: >> And I prefer the tracker for Freevo-1 related bugs and features. > > If we setup a bugzilla instance on freevo.org, would you be interested > in using it? It might be nice to have

Re: [Freevo-devel] Rel-1 branch r10488

2008-03-10 Thread Duncan Webb
Evan Hisey said the following, on 09.03.2008 17:35: > Duncan- > convert_config is acting up on me again. It claims to have actually > writing the output, put the local_config.py is unchanged What about the permissions of the file, it's not owned by root and your using a non-root user? As a test