-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
MineOS refuses to install #7265
Comments
Here is the pastebin |
Thanks for reporting. I started a quick test across all platforms and versions: https://github.com/MichaIng/DietPi/actions/runs/11619447508 |
Weird, like a syntax error in the .... nope weird: https://www.npmjs.com/package/userid?activeTab=versions |
Linux shenanigans 🥲 Hope you are able to figure it out... |
Any update on this? |
PR up to fix/workaround this, and additionally fixing/working around the login issue #5759 which required #4551 to be addressed: #7276 Indeed, when just updating the G_CONFIG_INJECT '"userid"' ' "userid": "1.2.5",' package.json
exit Then "Retry". To fix the login issue, create an new non-root user: sudo useradd -rMU -d /mnt/dietpi_userdata/mineos/serverdata -s /usr/sbin/nologin mineos
sudo chpasswd --crypt-method SHA512 <<< 'mineos:dietpi'
sudo chown -R mineos /mnt/dietpi_userdata/mineos/serverdata
sudo systemctl restart mineos Change "dietpi" to a different password. Then use user "mineos" with this password to login the MineOS web UI. |
Fix sent upstream: hexparrot/mineos-node#558 |
You have been busy! This worked great, thank you :) |
Creating a bug report/issue
Required Information
DietPi version | G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=8
G_DIETPI_VERSION_RC=0
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
Distro version | Bookworm
Kernel version |
Linux BLACKPI 6.1.0-26-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux
SBC model | Native, x64 UEFI
SSD install
Additional Information (if applicable)
Steps to reproduce
Expected behaviour
Actual behaviour
Extra details
Works on my raspberry pi.
The text was updated successfully, but these errors were encountered: