-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
DietPi-Software | MineOS - install is failing on Bullseye #5181
Comments
Probably |
Okay, installing the |
Means we need to remove support on Bullseye? |
Still investigating. I tried with latest Node, but the install fails again at the
Installing Now trying to install again everything with Node 17. ... and it works. Web UI opens fine, now trying to startup a Minecraft server. Not sure about the issue, why |
Seems to work all well. Testing now with Node 17 on Buster and Bookworm, checking where the workaround (installing |
Works all fine now, but there is another issue on Bullseye and up which basically means that we do need to disable MineOS on Bullseye and up, or add a note to our docs with a fat warning on the workaround: #441 Until at least #4551, I however will not advise to our users to weaken the root user's password hash only to run a Minecraft server. When we have a dedicated |
- DietPi-Software | Do not use the obsolete --unsafe-perm flag for npm calls anymore - DietPi-Software | MineOS: Install Python 3 on Buster as dependency, required for the Node.js posix module but not pulled by rdiff-backup on Buster - DietPi-Software | MineOS: As a workaround required with latest Node.js 17, install the posix module alone first, before installing the whole project: #5181
yep password was/is a know issue https://dietpi.com/phpbb/viewtopic.php?p=38223#p38223 Following fix it usually chpasswd -c SHA512 <<< 'root:dietpi' |
Yes, but I would never publicly recommend to anyone to "downgrade" the root user's password storage hash algorithm for running a game. |
- DietPi-Software | Do not use the obsolete --unsafe-perm flag for npm calls anymore - DietPi-Software | MineOS: Install Python 3 on Buster as dependency, required for the Node.js posix module but not pulled by rdiff-backup on Buster - DietPi-Software | MineOS: As a workaround required with latest Node.js 17, install the posix module alone first, before installing the whole project: #5181
@MichaIng
there might be an issue with MineOS. Install is failing as it seems to require Python2 🙄
Installations is explicitly looking for an executable
python
. Faking it usingupdate-alternatives
did not work. It just create other error massages. Only way to work around was to install apt packagepython-is-python2
The text was updated successfully, but these errors were encountered: