cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.55k stars 1.71k forks source link

ERROR: failed to run the reporting module: MongoDB #1819

Open git45113 opened 7 years ago

git45113 commented 7 years ago

Hi, running Cuckoo Dev 2.0.3 on Ubuntu 16.04.03 with virtualbox 5.1.26 MongoDB v2.6.10

suddenly I can't analyse file and getting this error "failed to run the reporting module: MongoDB " after that I'm checking the status of mongodb "service mongodb status" and it's inactive..

tried many solutions found here but no luck :( (didn't made any change today except of configuring Fakenet-ng on the virtualbox guest)

doomedraven commented 7 years ago

sudo systemctl start mongodb ?

git45113 commented 7 years ago

forgot to mention that I started mongo manually after this but the analysis doesn't found on the db and I'm not see it in my recent files..

doomedraven commented 7 years ago

see mongo log

doomedraven commented 7 years ago

and my suggestion to use latest mongo https://docs.mongodb.com/v3.4/tutorial/install-mongodb-on-ubuntu/

git45113 commented 7 years ago

Hi doomedraven, I installed the community version of mongo to 3.4.7

still got same problem.. in mogodb log I see :

_getOpenFile() invalid file index requested 3993008 Invariant failure false src/mongo/db/storage/mmap_v1/mmap_v1_extent_manager.cpp 207

doomedraven commented 7 years ago

no idea i have that version and not have that bug, did you update the pymongo?

git45113 commented 7 years ago

didn't made any change to pymongo.. (python 2.7.12 installed)

doomedraven commented 7 years ago

upgrade pymongo to be able use the latest mongo

git45113 commented 7 years ago

upgraded to 3.5.7 but cuckoo yelling that it needs 3.0.3

git45113 commented 7 years ago

nevermind, I had a good snapshot before it all started..

garsim commented 6 years ago

ehi @git45113 , can i ask you how you have configured Fakenet-ng on the virtualbox guest?