Issue 221 in flaxcode: Will not start on Ubuntu 10.04

3 views
Skip to first unread message

codesite...@google.com

unread,
Oct 18, 2010, 2:41:12 PM10/18/10
to flax-c...@googlegroups.com
Status: New
Owner: ----

New issue 221 by armoredcars: Will not start on Ubuntu 10.04
http://code.google.com/p/flaxcode/issues/detail?id=221

What steps will reproduce the problem?
1. cd /opt/flax/src/
2. sudo python startflax.py --conf-dir=. --set-admin-password
3. (set password)
4. sudo python startflax.py --conf-dir=.

What is the expected output? What do you see instead?

Don't know what the expected output would be, have never gotten it to
successfully run. Here are the errors:

verdow@techcage-07 /opt/flax/src $ sudo python startflax.py --conf-dir=.
/opt/flax/src/flaxauth.py:22: DeprecationWarning: the md5 module is
deprecated; use hashlib instead
import md5
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "startflax.py", line 168, in _do_stop
if self.index_server:
AttributeError: 'FlaxMain' object has no attribute 'index_server'

Traceback (most recent call last):
File "startflax.py", line 276, in <module>
main()
File "startflax.py", line 269, in main
main.start(blocking=True)
File "startflax.py", line 188, in start
self._do_start(blocking)
File "startflax.py", line 145, in _do_start
self.index_server = indexer.IndexServer()
File "/opt/flax/src/indexserver/indexer.py", line 324, in __init__
self.error_count_sv = self.syncman.SharedValue('i',0)
AttributeError: 'SyncManager' object has no attribute 'SharedValue'
/usr/local/lib/python2.6/dist-packages/processing/connection.py:423:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
import hmac, sha
/usr/local/lib/python2.6/dist-packages/processing/connection.py:406:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
import hmac, sha
verdow@techcage-07 /opt/flax/src $

What version of the product are you using? On what operating system?

flax-source-1.0.0.tgz on Linux Mint 9 64 bit (based off Ubuntu 10.04)

I followed the tutorial here: http://www.rawiriblundell.com/?p=959 but did
have to install the python processing and htmltotext modules manually.


Please provide any additional information below.

codesite...@google.com

unread,
Oct 18, 2010, 2:45:16 PM10/18/10
to flax-c...@googlegroups.com

Comment #1 on issue 221 by armoredcars: Will not start on Ubuntu 10.04
http://code.google.com/p/flaxcode/issues/detail?id=221

Almost forgot; I'm running Python 2.6.5

Reply all
Reply to author
Forward
0 new messages