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

🐛 nodekit install fails on Debian linux when the "algorand" username is taken by a user #99

Closed
dliptak001 opened this issue Jan 16, 2025 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@dliptak001
Copy link

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

@dliptak001
Copy link
Author

The account name is 'algorand' - this is related to issue #71.

@tasosbit 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
@tasosbit tasosbit added the duplicate This issue or pull request already exists label Jan 17, 2025
@tasosbit
Copy link
Contributor

Responded in the linked issue - closing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants