Closed Daniel-t closed 9 months ago
Trying to install MISP on a fresh stock AWS Ubuntu 20.04 machine fails
Installing with bash ./INSTALL.sh -c
The following messages loop indefinitely (well at least overnight).
Cloning into '/var/www/MISP/app/files/warninglists'... remote: Enumerating objects: 10971, done. remote: Counting objects: 100% (4190/4190), done. remote: Compressing objects: 100% (428/428), done. remote: Total 10971 (delta 2066), reused 4153 (delta 2040), pack-reused 6781 Receiving objects: 100% (10971/10971), 289.71 MiB | 855.00 KiB/s, done. error: index-pack died of signal 9 fatal: index-pack failed fatal: clone of 'https://github.com/MISP/misp-warninglists.git' into submodule path '/var/www/MISP/app/files/warninglists' failed Failed to clone 'app/files/warninglists' a second time, aborting Cloning into '/var/www/MISP/app/files/warninglists'... remote: Enumerating objects: 10971, done. remote: Counting objects: 100% (4190/4190), done. remote: Compressing objects: 100% (428/428), done. Receiving objects: 28% (3152/10971), 76.21 MiB | 688.00 KiB/s csu_admin1@misp-demo:/tmp$ Next step: Installing MISP core error: index-pack died of signal 9 fatal: index-pack failed fatal: clone of 'https://github.com/MISP/misp-warninglists.git' into submodule path '/var/www/MISP/app/files/warninglists' failed Failed to clone 'app/files/warninglists' a second time, aborting
Install to complete successfully.
Create a new AWS VM with Ubuntu 20.04 Once created log in as normal user.
wget --no-cache -O /tmp/INSTALL.sh https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.sh bash ./INSTALL.sh -c
Currnet
Ubuntu
20.04
7.4
No response
Sorry, Correction to the above, this was on Azure not AWS
Retried again (after 3x initial attempts) and this time was successful.
Actual behavior
Trying to install MISP on a fresh stock AWS Ubuntu 20.04 machine fails
Installing with bash ./INSTALL.sh -c
The following messages loop indefinitely (well at least overnight).
Cloning into '/var/www/MISP/app/files/warninglists'... remote: Enumerating objects: 10971, done. remote: Counting objects: 100% (4190/4190), done. remote: Compressing objects: 100% (428/428), done. remote: Total 10971 (delta 2066), reused 4153 (delta 2040), pack-reused 6781 Receiving objects: 100% (10971/10971), 289.71 MiB | 855.00 KiB/s, done. error: index-pack died of signal 9 fatal: index-pack failed fatal: clone of 'https://github.com/MISP/misp-warninglists.git' into submodule path '/var/www/MISP/app/files/warninglists' failed Failed to clone 'app/files/warninglists' a second time, aborting Cloning into '/var/www/MISP/app/files/warninglists'... remote: Enumerating objects: 10971, done. remote: Counting objects: 100% (4190/4190), done. remote: Compressing objects: 100% (428/428), done. Receiving objects: 28% (3152/10971), 76.21 MiB | 688.00 KiB/s csu_admin1@misp-demo:/tmp$ Next step: Installing MISP core error: index-pack died of signal 9 fatal: index-pack failed fatal: clone of 'https://github.com/MISP/misp-warninglists.git' into submodule path '/var/www/MISP/app/files/warninglists' failed Failed to clone 'app/files/warninglists' a second time, aborting
Expected behavior
Install to complete successfully.
Steps to reproduce
Create a new AWS VM with Ubuntu 20.04 Once created log in as normal user.
wget --no-cache -O /tmp/INSTALL.sh https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.sh bash ./INSTALL.sh -c
Version
Currnet
Operating System
Ubuntu
Operating System version
20.04
PHP version
7.4
Browser
No response
Browser version
No response
Relevant log output
No response
Extra attachments
No response
Code of Conduct