dappnode / DAppNode

General repository of the project dappnode
GNU General Public License v3.0
585 stars 103 forks source link

Error on script to install prerequisites #491

Closed wimel closed 1 year ago

wimel commented 2 years ago

Using the script to install prerequisites sudo wget -O - https://prerequisites.dappnode.io | sudo bash I have a warning and wireward package is not install properly.

sudo apt update && sudo apt -y upgrade
sudo wget -O - https://prerequisites.dappnode.io | sudo bash

The logs show this:

E: Unable to locate package wireguard-dkms

 WARNING: wireguard kernel module is not installed, Wireguard DAppNode package might not work! 

I resolved with sudo apt install wireguard-dkms -y

More information about Kernel and version of Debian:

Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:    10
Codename:   buster
--
Linux DAppNode 4.19.0-21-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64 GNU/Linux

I reproduce this error on two servers more and have the same problem, but I have solved it as described above, Thanks!

┆Issue is synchronized with this Basecamp todo by Unito

alexpeterson91 commented 2 years ago

I had the same issue trying to setup another local node last week. I had changed something with the script install last week or 2 weeks ago specifically about wireguard but it was just adding it to the packages to be installed under all scenarios and it wasn't on the prerequisites script was only a line on the install script. I failed on the perquisite script when trying to install last week too. Guess I know how to get that up and running again now. Thanks @wimel

pablomendezroyo commented 2 years ago

This must be reviewed https://github.com/dappnode/DAppNode/blob/067d78f7614c167f8f3353d59c718bc33979a6d5/scripts/dappnode_install_pre.sh#L122

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!

stale[bot] commented 1 year ago

This issue or pull request has been automatically been closed due to inactivity.