Failed Embark Install
Describe the bug A fresh install of Embark using "git clone https://github.com/e-m-b-a/embark.git; cd embark; sudo ./installer.sh -d" fails with
"Creating a EMBArk configuration file .env docker: 'compose' is not a docker command. See 'docker --help' unknown shorthand flag: 'd' in -d See 'docker --help'.
Usage: docker [OPTIONS] COMMAND "
- checking startup
unknown shorthand flag: 'f' in -f See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
To Reproduce Steps to reproduce the behavior:
- Download and install Ubuntu 22.04.5 LTS
- Execute "git clone https://github.com/e-m-b-a/embark.git; cd embark; sudo ./installer.sh -d"
- Check log output
Expected behavior I expected Embark to be installed
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Ubuntu 22.04.5 LTS
Additional context Was a Fresh Ubuntu install
Thank you for contributing an issue!
Welcome to the EMBA firmware analysis community!
We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines here and here. Also, please check existing open issues and consider to open a discussion in the dedicated discussion area. Additionally, we have collected a lot of details around EMBArk, the installation and the usage of EMBArk in our Wiki.
If you like EMBA you have the chance to support us by becoming a Sponsor or buying some beer here.
This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it.
The installation of the compose plugin must have failed somewhere at the beginning of the installation.
Can you provide the complete output of the installation?
That's weird, the log shows it's pulling the compose plugin from source.
Will have a fix here soon. As a work around you could do this -line 261-manually
EMBA now also installs the new docker versions, which should fix the issue.
I have had the same issue , reverting to commit 347ba8d8f08dc5b684ea11153ca08d9f2d1cba2 worked to install. I am troubleshooting further.
so running checkout before running the install ...
git checkout 347ba8d8f08dc5b684ea11153ca08d9f2d1cba2
of note commit dd5d6c5d29fc549ad53baaed05ad96e063a82d1f installs but shows forbidden when trying to access the server page , and current commit doesn't install at all per op posting.
I have had the same issue , reverting to commit 347ba8d worked to install. I am troubleshooting further. so running checkout before running the install ...
git checkout 347ba8d8f08dc5b684ea11153ca08d9f2d1cba2of note commit dd5d6c5 installs but shows forbidden when trying to access the server page , and current commit doesn't install at all per op posting.
did you add the host IP-address as an alias when starting the server?
Also this docker problem was addressed in EMBA directly, please open separate issue if needed