You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the beginning of your adventure into running an Algorand node!
WARN (You may be prompted for your password)
INFO Installing Algod on Linux
INFO Installing with apt-get
DEBU Running: sudo apt-get update
DEBU Running: sudo apt-get install -y gnupg2 curl software-properties-common
DEBU Running: sh -c curl -o - https://releases.algorand.com/key.pub | sudo tee /etc/apt/trusted.gpg.d/algorand.asc
DEBU Running: sudo add-apt-repository -y deb [arch=amd64] https://releases.algorand.com/deb/ stable main
DEBU Running: sudo apt-get update
DEBU Running: sudo apt-get install -y algorand
FATA algod is not running. Something went wrong with installation
The text was updated successfully, but these errors were encountered:
The account name is 'algorand' - this is related to issue #71.
tasosbit
changed the title
🐛 nodekit install fails on Debian linux
🐛 nodekit install fails on Debian linux when the "algorand" username is taken by a user
Jan 17, 2025
Describe the bug
The nodekit installation fails on Debian Linux.
algorand@A1:~$ wget -qO- https://nodekit.run/install.sh | bash
Downloading: nodekit-amd64-linux from https://github.com/algorandfoundation/nodekit/releases/latest/download/nodekit-amd64-linux
nodekit 100%[=====================================>] 24.26M 39.0MB/s in 0.6s
Downloaded: nodekit-amd64-linux as nodekit 🎉
Explore all nodekit options with:
./nodekit --help
Starting nodekit bootstrap
./nodekit bootstrap
███ ██ ██████ ██████ ███████ ██╗ ██╗██╗████████╗
████ ██ ██ ██ ██ ██ ██ ██║ ██╔╝██║╚══██╔══╝
██ ██ ██ ██ ██ ██ ██ █████ █████╔╝ ██║ ██║
██ ██ ██ ██ ██ ██ ██ ██ ██╔═██╗ ██║ ██║
██ ████ ██████ ██████ ███████ ██║ ██╗██║ ██║
Welcome!
This is the beginning of your adventure into running an Algorand node!
WARN (You may be prompted for your password)
INFO Installing Algod on Linux
INFO Installing with apt-get
DEBU Running: sudo apt-get update
DEBU Running: sudo apt-get install -y gnupg2 curl software-properties-common
DEBU Running: sh -c curl -o - https://releases.algorand.com/key.pub | sudo tee /etc/apt/trusted.gpg.d/algorand.asc
DEBU Running: sudo add-apt-repository -y deb [arch=amd64] https://releases.algorand.com/deb/ stable main
DEBU Running: sudo apt-get update
DEBU Running: sudo apt-get install -y algorand
FATA algod is not running. Something went wrong with installation
The text was updated successfully, but these errors were encountered: