Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misp-modules missing dependancies #83

Open
quinnhat opened this issue Feb 25, 2020 · 0 comments
Open

misp-modules missing dependancies #83

quinnhat opened this issue Feb 25, 2020 · 0 comments

Comments

@quinnhat
Copy link

misp-modules doesn't start due to missing dependencies.

image

Output when attempting to start manually:

$ sudo docker exec -ti misp_web /bin/bash
root@be6bd314f95b:/var/www/MISP# cd /opt/misp-modules/
root@be6bd314f95b:/opt/misp-modules# sudo -u www-data misp-modules -s -l 127.0.0.1
Unable to find zbar shared library
2020-02-25 01:13:35,723 - misp-modules - INFO - Launch MISP modules server from package.
INFO:misp-modules:Launch MISP modules server from package.
2020-02-25 01:13:35,727 - misp-modules - INFO - Helper loaded cache
INFO:misp-modules:Helper loaded cache
2020-02-25 01:13:35,727 - misp-modules - INFO - Unable to load MISP modules from package.
INFO:misp-modules:Unable to load MISP modules from package.

Additional errors are identified when running misp-modules without -s:

# sudo -u www-data misp-modules -l 127.0.0.1
Unable to find zbar shared library
...
2020-02-25 01:13:46,395 - misp-modules - WARNING - MISP modules ocr_enrich failed due to libSM.so.6: cannot open shared object file: No such file or directory
WARNING:misp-modules:MISP modules ocr_enrich failed due to libSM.so.6: cannot open shared object file: No such file or directory
...
2020-02-25 01:13:47,388 - misp-modules - WARNING - MISP modules qrcode failed due to Unable to find zbar shared library
WARNING:misp-modules:MISP modules qrcode failed due to Unable to find zbar shared library
...
2020-02-25 01:13:47,651 - misp-modules - WARNING - MISP modules ransomcoindb failed due to No module named 'expansion._ransomcoindb'
WARNING:misp-modules:MISP modules ransomcoindb failed due to No module named 'expansion._ransomcoindb'
...
2020-02-25 01:13:47,793 - misp-modules - WARNING - MISP modules email_import failed due to Unable to import URLObject, pyfaup missing
WARNING:misp-modules:MISP modules email_import failed due to Unable to import URLObject, pyfaup missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant