embark icon indicating copy to clipboard operation
embark copied to clipboard

Failed Embark Install

Open DRG-pi opened this issue 1 year ago • 5 comments

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 "

  1. checking startup

unknown shorthand flag: 'f' in -f See 'docker --help'.

Usage: docker [OPTIONS] COMMAND

To Reproduce Steps to reproduce the behavior:

  1. Download and install Ubuntu 22.04.5 LTS
  2. Execute "git clone https://github.com/e-m-b-a/embark.git; cd embark; sudo ./installer.sh -d"
  3. 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

DRG-pi avatar Oct 01 '24 13:10 DRG-pi

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.

github-actions[bot] avatar Oct 01 '24 13:10 github-actions[bot]

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?

BenediktMKuehne avatar Oct 01 '24 13:10 BenediktMKuehne

This is the failure in the install: kép

The full log from the terminal: install.txt

torabi12 avatar Oct 01 '24 19:10 torabi12

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

BenediktMKuehne avatar Oct 03 '24 10:10 BenediktMKuehne

EMBA now also installs the new docker versions, which should fix the issue.

BenediktMKuehne avatar Oct 21 '24 17:10 BenediktMKuehne

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.

jwierzch avatar Nov 04 '24 15:11 jwierzch

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 347ba8d8f08dc5b684ea11153ca08d9f2d1cba2

of 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

BenediktMKuehne avatar Nov 12 '24 12:11 BenediktMKuehne