cuckooautoinstall icon indicating copy to clipboard operation
cuckooautoinstall copied to clipboard

Segmentation Fault (core dumped)

Open tricestl opened this issue 6 years ago • 1 comments

Hello,

When trying to run the install script, it goes thru the setup. The Virtual box portion completes, and then I receive a Segmentation fault (core dumped) error.

Has anyone seen this before when running the script?

The script was failing at the pydeep portion. I had to fix this by running: sudo apt-get install python-dev libfuzzy-dev

Now all the python modules get installed, but after the modules are installed I still see a Segmentation fault

tricestl avatar Aug 10 '17 15:08 tricestl

Change the following pip(){ to pip_inst(){

and

pip ${python_packages[@]} to pip_inst ${python_packages[@]}

and it should complete, there was a loop in the function

emailnotinusebyanyone avatar Aug 29 '17 22:08 emailnotinusebyanyone