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
Describe the bug
A fresh NodeKit install on Ubuntu in which the user account was already named algorand failed to install properly and did not produce a meaningful error.
To Reproduce
Steps to reproduce the behavior:
With a Linux user account algorand
Install NodeKit
FATA: algod is not running
Expected behavior
NodeKit could detect the user account and throw a descriptive error.
Screenshots
Additional context
User was able to build a new image with a different user account name and NodeKit worked fine.
The text was updated successfully, but these errors were encountered:
SilentRhetoric
changed the title
Installing fails if user account is named "algorand" 🐛
🐛 Installing fails if user account is named "algorand"
Jan 10, 2025
@PhearZero implementation note: we should warn when we detect this, but need to take care not to confuse a service algorand user (uid < 1000) with a regular algorand user (uid >1000)
Describe the bug
A fresh NodeKit install on Ubuntu in which the user account was already named
algorand
failed to install properly and did not produce a meaningful error.To Reproduce
Steps to reproduce the behavior:
algorand
FATA: algod is not running
Expected behavior
NodeKit could detect the user account and throw a descriptive error.
Screenshots
![image](https://private-user-images.githubusercontent.com/20627143/402141015-fa95d246-00d5-4baa-a62e-9ed38b5be5d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzUzMjksIm5iZiI6MTczOTU3NTAyOSwicGF0aCI6Ii8yMDYyNzE0My80MDIxNDEwMTUtZmE5NWQyNDYtMDBkNS00YmFhLWE2MmUtOWVkMzhiNWJlNWQ3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIzMTcwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmZTE2YmVlYmYyYWE1ZjQ3YTBhODYxN2Y0NDQ5OWM1ZjY3NDRhOTkzODE5NTg4MTNlYzQ5ODhjYmM0NzFhZWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VyBgLqdkvIK9lVtAtABv5slJ078WYhrTlOjqWr_Brro)
Additional context
User was able to build a new image with a different user account name and NodeKit worked fine.
The text was updated successfully, but these errors were encountered: