List Info

Thread: Can't get Freevo Web Server to start




Can't get Freevo Web Server to start
country flaguser name
United States
2007-10-18 21:17:27
I have tried to test the new web server from SVN over the
past couple 
weeks and can't get it to launch. Host system is Fedora 7
(Python 2.5). 
Here is the output from my webserver log. Any ideas? Perhaps
I am missing 
a package some place.

============================================================
====================
Freevo 1.7.4-svn r9996 started at Thu Oct 18 17:06:03 2007
------------------------------------------------------------
--------------------
2007-10-18 17:06:03,557 INFO     config.py (462): logdir:
/var/log /var/
log/freevo
2007-10-18 17:06:03,557 INFO     config.py (463): staticdir:
/var/lib /
var/lib/freevo
2007-10-18 17:06:03,558 INFO     config.py (464): cachedir:
/var/cache /
var/cache/freevo
2007-10-18 17:06:03,558 INFO     config.py (483): Loading
freevo 
configuration file "/etc/freevo/freevo.conf"
2007-10-18 17:06:03,672 INFO     config.py (570): Loading
local 
configuration file "/etc/freevo/local_conf.py"
2007-10-18 17:06:03,696 INFO     config.py (968):
overlaydir: /var/cache/
freevo/vfs
2007/10/18 17:06 -0500 [-] Log opened.
2007/10/18 17:06 -0500 [-] Traceback (most recent call
last):
2007/10/18 17:06 -0500 [-]   File
"/usr/lib/python2.5/site-packages/
freevo/helpers/webserver.py", line 125, in
<module>
2007/10/18 17:06 -0500 [-]     main()
2007/10/18 17:06 -0500 [-]   File
"/usr/lib/python2.5/site-packages/
freevo/helpers/webserver.py", line 114, in main
2007/10/18 17:06 -0500 [-]     application =
app.Application('web')
2007/10/18 17:06 -0500 [-] NameError: global name 'app' is
not defined
2007/10/18 17:06 -0500 [-] server problem, sleeping 1 min



------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-dev
el

Re: Can't get Freevo Web Server to start
country flaguser name
United States
2007-10-18 21:38:55
On Fri, 19 Oct 2007 02:17:27 +0000, Kevin Gottsman wrote:

Actually the previous message was the result of me doing
some hacking to 
the code. Here is the acutal traceback from the SVN source.

Traceback (most recent call last):
  File
"/usr/lib/python2.5/site-packages/freevo/helpers/webser
ver.py", 
line 53, in <module>
    from twisted.internet import app
ImportError: cannot import name app



------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-dev
el

Re: Can't get Freevo Web Server to start
country flaguser name
Germany
2007-10-18 23:28:53
Hi,

> Traceback (most recent call last):
>   File
"/usr/lib/python2.5/site-packages/freevo/helpers/webser
ver.py", 
> line 53, in <module>
>     from twisted.internet import app
> ImportError: cannot import name app

did you install twisted? Which version?
They all have a different ABI - freevo 1.x, for example,
only works with
twisted < 2.5.

Regards,
Torsten
-- 
Never make anything simple and efficient when a way can be
found to
make it complex and wonderful.              - Murphy's Law
No. 13 -


------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-dev
el

Re: Can't get Freevo Web Server to start
user name
2007-10-19 04:58:59
2007/10/19, Torsten Kurbad < freevotk-webart.de">freevotk-webart.de>:
Hi,

>; Traceback (most recent call last):
>; &nbsp; File "/usr/lib/python2.5/site-packages/freevo/helpers/webserver.py",
&gt; line 53, in <module>
>&nbsp; &nbsp;  from twisted.internet import app
> ImportError: cannot import name app

did you install twisted? Which version?
They all have a different ABI - freevo 1.x, for example, only works with
twisted < 2.5.

Hi!

If you want to install twisted 2.4 for Fedora 7 (Fedora 8 will have 2.5 by default), do:
# Install versionlock to prevent future updates
&nbsp; yum install yum-versionlock
# Remove python-twisted (if python-twisted-core 2.5 packages are installed)
  yum remove python-twisted* (this will remove freevo{,-boot} if you have installed my rpm packages - save your configuration then, anyway, it shouldn9;t be deleted but available as rpmsave)
  yum install python-twisted* disablerepo=updates
# This will lock the twisted version to the available packages
&nbsp; touch /etc/yum/pluginconf.d/versionlock.list
&nbsp; rpm -qa --qf "%|epoch?{%{epoch}}:|:%{name}-%{version}-%{release}.%{arch}n" |grep twisted >> /etc/yum/pluginconf.d/versionlock.list
# then Finally enable versionlock
vi /etc/yum/pluginconf.d/versionlock.conf (and set enabled = 1 )
yum update (enjoy!)
# re-install freevo 1.7.3 - the kwizart-release package need to be installed first
yum --enablerepo=kwizart install freevo freevo-boot

I ask to update the Fedora 7 installation notice (FC-6 isn't affected)
This might be important to restrict this to python-twisted-core packages only...

Nicolas (kwizart )
 

Regards,
Torsten
--
Never make anything simple and efficient when a way can be found to
make it complex and wonderful.  ; &nbsp; &nbsp; &nbsp; &nbsp;   ; - Murphy';s Law No. 13 -


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?&nbsp; Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devellists.sourceforge.net">Freevo-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )