sudo su -
source /opt/mhn/env/bin/activate
pip uninstall pymongo # enter "y" when prompted...
pip install pymongo==2.7.2
supervisorctl restart all
mhn-celery-beat FATAL Exited too quickly (process log may have details)
mhn-celery-worker FATAL Exited too quickly (process log may have details)
worker.err has the following:
(...)
File "/opt/mhn/env/local/lib/python2.7/site-packages/kombu/utils/__init__.py", line 92, in symbol_by_name
module = imp(module_name, package=package, **kwargs)
File "/opt/mhn/env/local/lib/python2.7/site-packages/celery/utils/imports.py", line 101, in import_from_cwd
return imp(module, package=package)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/opt/mhn/server/mhn/__init__.py", line 41, in <module>
from mhn.ui.views import ui
File "/opt/mhn/server/mhn/ui/views.py", line 2, in <module>
from pygal.style import *
ImportError: No module named pygal.style
return imp(module, package=package)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/opt/mhn/server/mhn/__init__.py", line 41, in <module>
from mhn.ui.views import ui
File "/opt/mhn/server/mhn/ui/views.py", line 2, in <module>
from pygal.style import *
=======
what is the problem on my system?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Modern Honey Network" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modern-honey-net...@googlegroups.com.
To post to this group, send email to modern-hon...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modern-honey-network/b9041192-c19c-48b1-8786-a240c4199434%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi
>>pip install pygal
Command successfully execuded, but still:
geoloc RUNNING pid 12328, uptime 0:13:13
honeymap RUNNING pid 8983, uptime 2:40:09
hpfeeds-broker RUNNING pid 8977, uptime 2:40:09
mhn-celery-beat FATAL Exited too quickly (process log may have details)
mhn-celery-worker BACKOFF Exited too quickly (process log may have details)
mhn-collector RUNNING pid 8982, uptime 2:40:09
mhn-uwsgi RUNNING pid 8980, uptime 2:40:09
mnemosyne RUNNING pid 8978, uptime 2:40:09
And still the internal server error.
Then I have restarted the debian server, but now it looks even worse:
geoloc RUNNING pid 2208, uptime 0:02:03
honeymap RUNNING pid 2212, uptime 0:02:03
hpfeeds-broker FATAL Exited too quickly (process log may have details)
mhn-celery-beat FATAL Exited too quickly (process log may have details)
mhn-celery-worker FATAL Exited too quickly (process log may have details)
mhn-collector RUNNING pid 2211, uptime 0:02:03
mhn-uwsgi RUNNING pid 2209, uptime 0:02:03
mnemosyne FATAL Exited too quickly (process log may have details)
Any Idea?
Thanks
--
Andriu
pip install pygalThis package was added to the requirements.txt file when the charts were added to the UI.
mhn-celery-worker FATAL Exited too quickly (process log may have details)
mark@ubuntu:/var/log/mhn$ tail /var/log/mhn/mhn-celery-worker.err
mhn.config['LOG_FILE_PATH'], maxBytes=10240, backupCount=5)
File "/usr/lib/python2.7/logging/handlers.py", line 117, in __init__
BaseRotatingHandler.__init__(self, filename, mode, encoding, delay)
File "/usr/lib/python2.7/logging/handlers.py", line 64, in __init__
logging.FileHandler.__init__(self, filename, mode, encoding, delay)
File "/usr/lib/python2.7/logging/__init__.py", line 903, in __init__
StreamHandler.__init__(self, self._open())
File "/usr/lib/python2.7/logging/__init__.py", line 928, in _open
stream = open(self.baseFilename, self.mode)
IOError: [Errno 13] Permission denied: '/var/log/mhn/mhn.log'
-Mark
--
You received this message because you are subscribed to the Google Groups "Modern Honey Network" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modern-honey-net...@googlegroups.com.
To post to this group, send email to modern-hon...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modern-honey-network/88e8eed8-6045-452a-aec4-b2eac4ab72b9%40googlegroups.com.