MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.86k stars 496 forks source link

Nukkit Site Offline/Installation Broken #1875

Closed symbios24 closed 6 years ago

symbios24 commented 6 years ago

Hello upon Installation of Nukkit - Server for Minecraft Pocket Edition on a Raspberry pi 3 i got an error saying: that remote file does not exist -- broken link, referring to the file: nukkit-1.0-SNAPSHOT.jar

By going manual from a browser to this site that dietpi tries to connect to get the file i got this message in Chinese i have translate it into english:

Site: http://ci.mengcraft.com:8080/job/nukkit/

Message: Reminder: The website cannot be accessed temporarily because it has not been filed or has access to illegal content. Please contact the access provider.

looks like the Nukkit webpage is down for good i have found an alternative link/page that is working if you want to put it to the nukkit installer script

https://ci.potestas.xyz/job/NukkitX/job/master/lastSuccessfulBuild/artifact/target/nukkit-1.0-SNAPSHOT.jar

how can i change the script for now to make nukkit install successfully for now?

Thank you

MichaIng commented 6 years ago

@symbios24 Thanks for your report. Good find and solution 😃!

I was also checking the Nukkit GitHub repo (https://github.com/Nukkit/Nukkit), which leads to this again different source: https://ci.nukkitx.com/job/NukkitX/job/master/lastSuccessfulBuild/artifact/target/nukkit-1.0-SNAPSHOT.jar

Fix for you: sed -i "\|ci.mengcraft.com|c\ INSTALL_URL_ADDRESS='https://ci.nukkitx.com/job/NukkitX/job/master/lastSuccessfulBuild/artifact/target/nukkit-1.0-SNAPSHOT.jar'" /DietPi/dietpi/dietpi-software

I already added the fix for v6.10, many thanks again! A quick test would be perfect: https://github.com/Fourdee/DietPi/commit/319c5b7f66648ebfe21ca66e3d75ea5d48ee5f5e https://github.com/Fourdee/DietPi/commit/07e56c60e6117a0dae76566c0bac71da26764282

symbios24 commented 6 years ago

Hi thanks i fix it before my self manual for now by replacing the download link in the dietpi-software script with the one i suggested and installed nukkit fine,

Another issue is with MineOs upon compiling it ends with Errors and halts the operation, the web interfase loads ok but i did not test more things like start a server, and i could not send a log from that from my raspberry.can you check that your self by installing MineOS ??

Thanks

MichaIng commented 6 years ago

@symbios24 Okay, this is a separate issue, I just checked our script and official instructions: https://github.com/hexparrot/mineos-node

Possible issue:

Further notes:

MichaIng commented 6 years ago

@symbios24 I opened a new issue about MineOS. Indeed the installation is broken as well: https://github.com/Fourdee/DietPi/issues/1880

I will close this issue, as your initial bug was fixed. Lets move to the other topic to get the 2nd fixes.