Skip to content
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

Installation does not work #213

Closed
torabi12 opened this issue Jul 31, 2024 · 15 comments · Fixed by #214 or e-m-b-a/emba#1260
Closed

Installation does not work #213

torabi12 opened this issue Jul 31, 2024 · 15 comments · Fixed by #214 or e-m-b-a/emba#1260
Labels
bug Something isn't working EMBArk Installation

Comments

@torabi12
Copy link

Describe the bug
The dependency check fails during the installation.

To Reproduce
Steps to reproduce the behavior:

  1. EMBArk installation default mode
  2. See error

Expected behavior
Should go on like emba installation on Kali.

Screenshots
kép

Desktop (please complete the following information):

  • OS: Ubuntu Server x64 22.04.4 LTS
@moritzan
Copy link

moritzan commented Aug 1, 2024

We've had the same issue when installing Embark on our Ubuntu 22.04 machines.
a temporary fix was installing docker-compose manually (https://docs.docker.com/compose/install/linux/) and re running the Embark installation.

@m-1-k-3 m-1-k-3 added bug Something isn't working Installation EMBArk labels Aug 1, 2024
@m-1-k-3
Copy link
Member

m-1-k-3 commented Aug 1, 2024

@BenediktMKuehne could you take over. I think this was an EMBA issue which schould be already addressed here e-m-b-a/emba#1247

@BenediktMKuehne
Copy link
Member

Will take care of it asap

@BenediktMKuehne
Copy link
Member

Should be fixed

@torabi12
Copy link
Author

torabi12 commented Aug 2, 2024

Sorry but it was not OK for me:

kép

I am going to try again later, maybe my connection was not fine because it was very slow during the install.

Looks like the local mirror is not the best:

kép

@torabi12
Copy link
Author

torabi12 commented Aug 2, 2024

The install contains a lot of this errors:

 Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable) Could not connect to hu.archive.ubuntu.com:80 (45.67.159.244), connection timed out
Err:8 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)
Ign:9 http://hu.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1
Err:10 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)
Ign:11 http://hu.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04
Err:12 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)
Err:13 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)
Ign:14 http://hu.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04
Err:15 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)

@torabi12
Copy link
Author

torabi12 commented Aug 2, 2024

Good news is that on Kali emba install works fine. Only Ubuntu and EMBArk is wrong now.

@m-1-k-3
Copy link
Member

m-1-k-3 commented Aug 2, 2024

The install contains a lot of this errors:

 Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable) Could not connect to hu.archive.ubuntu.com:80 (45.67.159.244), connection timed out
Err:8 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)
Ign:9 http://hu.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1
Err:10 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)
Ign:11 http://hu.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04
Err:12 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)
Err:13 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)
Ign:14 http://hu.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04
Err:15 http://hu.archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1
  Cannot initiate the connection to hu.archive.ubuntu.com:80 (2a09:7ac0::4). - connect (101: Network is unreachable)

looks as you have connection issues

@torabi12
Copy link
Author

torabi12 commented Aug 2, 2024

Yes, a simple
$ sudo apt update
is not ok now, sorry.

Tomorrow I will create a brand new Ubuntu VM and try again. I think my VM has issues now. :(

kép

@torabi12
Copy link
Author

torabi12 commented Aug 3, 2024

So, I created a new VM with official Ubuntu Server 22.04.4 LTS. apt update / upgrade works fine:

kép

Tried again the EMBArk installer and I got back the original issue:

kép

All is good except the docker-compose. :(

@m-1-k-3
Copy link
Member

m-1-k-3 commented Aug 3, 2024

EMBA Installation also failed tonight. Need to check this

@torabi12
Copy link
Author

torabi12 commented Aug 3, 2024

EMBA Installation also failed tonight. Need to check this

Thank you.

@m-1-k-3
Copy link
Member

m-1-k-3 commented Aug 3, 2024

On Kali EMBA installs fine. Next, i need to check on Ubuntu

@m-1-k-3
Copy link
Member

m-1-k-3 commented Aug 4, 2024

Please test e-m-b-a/emba#1260

@torabi12
Copy link
Author

torabi12 commented Aug 4, 2024

I tried on Kali and Ubuntu and both were working fine:

kép

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EMBArk Installation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants