Re: [Freevo-devel] Still no luck with svn version

2008-02-13 Thread Richard van Paasen
- Oorspronkelijk bericht - From: Duncan Webb <[EMAIL PROTECTED]> > > Interesting that you have different users. Yes, when the machine boots up, it starts freevo from inittab as user 'freevo'. To keep the freevo 1.7.4 environment clean and make sure that freevo 1.7.4 always boots up proper

Re: [Freevo-devel] Still no luck with svn version

2008-02-13 Thread LE COUSIN Etienne
Still no luck with svn version Richard van Paasen said the following, on 12/02/2008 18:42: > Hi, > > I finally got it working by pointing some environment variables to different > locations (it's a bit ugly, but I couldn't get it to work otherwise): > > export OS_CAC

Re: [Freevo-devel] Still no luck with svn version

2008-02-12 Thread Duncan Webb
Richard van Paasen said the following, on 12/02/2008 18:42: > Hi, > > I finally got it working by pointing some environment variables to different > locations (it's a bit ugly, but I couldn't get it to work otherwise): > > export OS_CACHEDIR=$HOME/tmp/os-cache > export FREEVO_CACHEDIR=$HOME/tmp/fre

Re: [Freevo-devel] Still no luck with svn version

2008-02-12 Thread Richard van Paasen
Hi, I finally got it working by pointing some environment variables to different locations (it's a bit ugly, but I couldn't get it to work otherwise): export OS_CACHEDIR=$HOME/tmp/os-cache export FREEVO_CACHEDIR=$HOME/tmp/freevo-cache export OS_STATICDIR=$HOME/tmp/os-static export FREEVO_STATIC

Re: [Freevo-devel] Still no luck with svn version

2008-02-12 Thread don locke
freevo.conf, and took care to remove all of > previous directories before installing. > > Etienne. > > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] De la part de Duncan > Webb > Envoyé : dimanche 10 février 2008 20:57 > À : freevo-de

Re: [Freevo-devel] Still no luck with svn version

2008-02-12 Thread LE COUSIN Etienne
ies before installing. Etienne. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Duncan Webb Envoyé : dimanche 10 février 2008 20:57 À : freevo-devel@lists.sourceforge.net Objet : Re: [Freevo-devel] Still no luck with svn version -BEGIN PGP SIGNED ME

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread Duncan Webb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard van Paasen wrote: | Hi, | | I followed the howto for installing the svn version of freevo, but I can't | see how to get it to work. First, the setup.py is broken. It tests for | documentation, which isn't there: | | if (not os.path.isdir('.

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread Tanja
Hi, what svn revision are you using right now? I had a very similar problem with revision 10336. Freevo started and stopped directly again without any error message and without any hint in the log files. I found that this was because of an mistake in my local_conf.py (Syntax error). But the

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread Richard van Paasen
- Oorspronkelijk bericht - From: John Molohan <[EMAIL PROTECTED]> To: freevo-devel@lists.sourceforge.net Date: 10-Feb-2008 12:24 Subject: Re: [Freevo-devel] Still no luck with svn version > Richard van Paasen wrote: > > Hi, > > > > I followed the howto for in

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread Richard van Paasen
- Oorspronkelijk bericht - From: Justin Wetherell <[EMAIL PROTECTED]> To: freevo-devel@lists.sourceforge.net Date: 10-Feb-2008 03:41 Subject: Re: [Freevo-devel] Still no luck with svn version > Did you run ./autogen.py? I believe that creates all the documentation.

Re: [Freevo-devel] Still no luck with svn version

2008-02-10 Thread John Molohan
Richard van Paasen wrote: > Hi, > > I followed the howto for installing the svn version of freevo, but I can't > see how to get it to work. First, the setup.py is broken. It tests for > documentation, which isn't there: > > if (not os.path.isdir('./Docs/installation/html')): > print 'Do

Re: [Freevo-devel] Still no luck with svn version

2008-02-09 Thread Justin Wetherell
Did you run ./autogen.py? I believe that creates all the documentation. On Feb 9, 2008 8:43 PM, Richard van Paasen <[EMAIL PROTECTED]> wrote: > Hi, > > I followed the howto for installing the svn version of freevo, but I can't > see how to get it to work. First, the setup.py is broken. It tests f

[Freevo-devel] Still no luck with svn version

2008-02-09 Thread Richard van Paasen
Hi, I followed the howto for installing the svn version of freevo, but I can't see how to get it to work. First, the setup.py is broken. It tests for documentation, which isn't there: if (not os.path.isdir('./Docs/installation/html')): print 'Docs/howto not found. Please run ./autogen