-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
unable to install EMBA Version 1.5.0c #1414
Comments
looks as an error in the detection of your docker environment. Please check if you have |
└─# apt install docker-compose Error: Package 'docker-compose' has no installation candidate |
Just hit 'docker compose' (with space) and check If there is an error. |
docker compose I did a docker help and do not see a reference to this either. if you want me to do something let me know I can do anything to this env. |
ok, looks as you have an old docker installation on your system. You can find the installation instructions for the newer docker version in the installer.sh here. I would recommend to uninstall your installed docker packages before.
|
did an apt remove docker* -y rm -r external ./installer.sh -d Looks like that worked. Trying an Analysis now. And thanks for all of the support. |
ok, great. Yes, the fi was a c&p failure. |
Like said anything I can do to help please let me know. I can script/code to a degree so would like to help if I can. |
If you can reproduce the failing setup it would be great if we can debug and fix it together |
Soon as I finish the current analysis; I will record step by step and send
via email here is that works?
I have a LIST of steps I use and update every time I rebuild, many are just
mine but some seem to make sure things work. I would be pleased to be able
to assist.
David
…On Tue, Dec 17, 2024 at 10:36 AM Michael Messner ***@***.***> wrote:
If you can reproduce the failing setup it would be great if we can debug
and fix it together
—
Reply to this email directly, view it on GitHub
<#1414 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO3JWY34NH4FUO2SNICXDJT2GBHIPAVCNFSM6AAAAABTYLISPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBYHE3TIOJXGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Describe the bug
Doing a new install. Used Kali Image kali-linux-2024.3-installer-amd64.iso
8 Processors
8GB Memory
130GB Drive
After the initial install of Kali.
I removed the following: apt remove nmap burpsuite sqlmap john hydra netexec aircrack-ng metasploit-framework wireshark tcpdump responder atril*
Then changed to cd Desktop
git clone https://github.com/e-m-b-a/emba.git
cd emba
sudo -s
sudo ./installer.sh -d
I get the following error after downloading and extracting the containers.
EMBA docker image will be downloaded.
CONTAINER VARIABLE SET TO embeddedanalyzer/emba:1.5.0c
1.5.0c: Pulling from embeddedanalyzer/emba
Digest: sha256:80b537e2133c1e81b1e4b4c0225f19753c7ade35372db93980107d8fd7398d54
Status: Image is up to date for embeddedanalyzer/emba:1.5.0c
docker.io/embeddedanalyzer/emba:1.5.0c
./installer/I05_emba_docker_image_dl.sh: line 57: up: command not found
Error detected - status code 127
Command: echo -e "Command: ${ORANGE}${BASH_COMMAND}${NC}"
Location: ./installer/I05_emba_docker_image_dl.sh, line 57
Stack Trace:
[1] I05_emba_docker_image_dl(): ./installer/I05_emba_docker_image_dl.sh, line 57 -> I05_emba_docker_image_dl
[2] main(): ./installer.sh, line 369 -> main -d
Important: Consider filling out a bug report at https://github.com/e-m-b-a/emba/issues
==================
I know Kali Released a new version so then I did an apt update & apt full-upgrade -y & reboot now
Logged back in.
rm -r external
Then redid the installer; but I get the same error.
Seems to be reporting on line 57 in the script but not sure the line number is correct I see nothing wrong with command:
"${DOCKER_COMPOSE[@]}" up --no-start
Expected behavior
Expected the install to work so must be a new version.
Screenshots
attached
The text was updated successfully, but these errors were encountered: