start misp modules after new install of misp #5613
Labels
help wanted
This is an issue that the community can help with
S: needs diagnosis
Status: needs diagnosis. This issue requires a technical diagnosis
T: support
Type: support. This issue is seeking support on a problem or question
topic: install
This issue involves installing MISP or other features
topic: module
This issue involves a module
i'm completely lost as to how to do this using the new install notes.
on the old install i was able to start them as a service.
can someone please literally and verbosely lay out the steps to start and enable module start on reboot after a fresh install of misp on ubuntu 18.04 please?
here's the script options i used to install misp:
bash /tmp/INSTALL.sh -c -M
here's the output i get, and i know it's me and not the modules...
root@osrs-resource1:/usr/local/src/misp-modules/misp_modules/modules/import_mod# cd .. root@osrs-resource1:/usr/local/src/misp-modules/misp_modules/modules# cd ..
root@osrs-resource1:/usr/local/src/misp-modules/misp_modules# cd...
cd...: command not found
root@osrs-resource1:/usr/local/src/misp-modules/misp_modules# cd ..
root@osrs-resource1:/usr/local/src/misp-modules# sudo cp etc/systemd/system/misp-modules.service /etc/systemd/system/
root@osrs-resource1:/usr/local/src/misp-modules# sudo systemctl daemon-reload
root@osrs-resource1:/usr/local/src/misp-modules# sudo systemctl enable --now misp-modules
root@osrs-resource1:/usr/local/src/misp-modules# /var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s &
[1] 18925
root@osrs-resource1:/usr/local/src/misp-modules# No module named 'misp_modules.modules.expansion._ransomcoindb'
2020-02-08 17:41:21,177 - misp-modules - INFO - Launch MISP modules server from package.
INFO:misp-modules:Launch MISP modules server from package.
2020-02-08 17:41:21,179 - misp-modules - INFO - Helper loaded cache
INFO:misp-modules:Helper loaded cache
2020-02-08 17:41:21,179 - misp-modules - INFO - Unable to load MISP modules from package.
INFO:misp-modules:Unable to load MISP modules from package.
^C
[1]+ Done /var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s
root@osrs-resource1:/usr/local/src/misp-modules#
The text was updated successfully, but these errors were encountered: