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

Script install failure on Ubuntu #642

Open
Teebor-Choka opened this issue Oct 8, 2024 · 0 comments
Open

Script install failure on Ubuntu #642

Teebor-Choka opened this issue Oct 8, 2024 · 0 comments

Comments

@Teebor-Choka
Copy link

Teebor-Choka commented Oct 8, 2024

As per instruction in the official documentation and in order to work around the issue in #641 , I opted out for a manual installation of a cloud-init ubuntu:noble using the install script as documented here: https://docs.dappnode.io/docs/user/install/script . The prerequisite install fails.

Describe the bug
The prerequisite install fails when looking for the /etc/network/interfaces file, because that file has not been present in Ubuntu since the introduction of netplan in 18.04. The prerequisite installation failure prohibits direct installation of DAppNode on any Ubuntu machine. The update script needs to be modified to not use the /etc/network/interfaces, but rather a standard command, e.g. ip a readily available in the Ubuntu distribution.

Screenshot 2024-10-08 at 13 51 22

To Reproduce

  1. provision a cloud-init minimal ubuntu:noble machine
  2. run the prerequisite install with sudo wget -O - https://prerequisites.dappnode.io | sudo bash

Expected behavior
The installation succeeds.

DAppNode version:

  • OS: Ubuntu 24.04.1 LTS

Additional context
The easy fix could be quick, just needs a little bit of testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant