Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SUPPORT] Allthemods10 & ALLthemods10-TTS

Featured Replies

  • 2 weeks later...
  • Replies 88
  • Views 25.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Evening Chris, should be updated now on latest. I also have taken a hiatus from ATM10 but will still try to poke back in from time to time and see if any updates need to be pushed. Its loading fine on

  • Updated ATM10 to 4.14 Updated ATM10-TTS to 1.6.1

  • Sorry this was first time i pushed the update with a version tag last night instead of the latest tag. I'll check this out later tonight on my test server. to set min max ram its in JVM_OPTS variable.

Posted Images

Hello,

 

I am having trouble deploying this container on my un-raid instance. I get exit (9), and the log reads: 

 

+ NEOFORGE_VERSION=21.1.83
+ cd /data
+ [[ true = \f\a\l\s\e ]]
+ echo eula=true
/launch.sh: line 9: eula.txt: Permission denied
+ [[ -f Server-Files-1.26.0.zip ]]
+ rm -fr config defaultconfigs kubejs mods packmenu Simple.zip 'forge*'
+ curl -Lo Server-Files-1.26.0.zip https://edge.forgecdn.net/files/5961/055/Server-Files-1.26.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Warning: Failed to create the file Server-Files-1.26.0.zip: Permission denied
  0  914M    0 15914    0     0  68891      0  3:52:03 --:--:--  3:52:03 68891
curl: (23) Failed writing body (0 != 15914)
+ exit 9

 

This is actually the more 'successful' attempt as I had to figure out that the "latest" tag does not work, this will only pull if you add the "1.26.0" tag, which I like but I'd recommend adding something on the description for that. 

 

The issue at hand seems to be that the container doesn't have permissions, I ran it as privileged, that did nothing. I would love to get some suggestions or tips as to how to get this to work as now that my college semester is over I'd really like to play some ATM10 with my friends. 

 

Thank you

 

PS: Is there a way to set a ram limit? Like a min and max amount? This is not important just curious as I know ATM can be ram hungry. 

  • Author

Sorry this was first time i pushed the update with a version tag last night instead of the latest tag. I'll check this out later tonight on my test server. to set min max ram its in JVM_OPTS variable. Mine is set as -Xms8G -Xmx14G for my server.

Edited by W3LFARe

Thank you for the help. I was not expecting a response so quickly :)

  • Author
12 hours ago, Mil0 said:

Thank you for the help. I was not expecting a response so quickly :)

No problem. I just went on break then so worked out good. I think i fixed it. pushed the old  1.25.0 and the new 1.26. The latest should work again also.

So the "latest" tag does work. I switched to it and it is pulling the 1.26.0 version, that's good. However the container is still not up. It exited (127), I googled it and it says there is a command that is not found. I don't know what that means. I tried deleting the container and data folder entirely and doing a fresh install, same issue comes up. I have attached the log bellow. Please let me know if you notice something I may be missing here. Thank you.

 

++ find . -type d -maxdepth 1
++ tail -1
++ sed 's/^.\{2\}//g'
+ DIR_TEST=Server-Files-1.26
++ find . -type d -maxdepth 1
++ wc -l
+ [[ 2 -gt 1 ]]
+ cd Server-Files-1.26
+ mv -f config defaultconfigs kubejs mods neoforge-21.1.83-installer.jar packmenu server-icon.png startserver.bat startserver.sh user_jvm_args.txt /data
+ cd /data
+ rm -fr Server-Files-1.26
+ curl -Lo neoforge-21.1.83-installer.jar http://files.neoforged.net/maven/net/neoforged/neoforge/21.1.83/neoforge-21.1.83-installer.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   104  100   104    0     0    152      0 --:--:-- --:--:-- --:--:--   152
+ java -jar neoforge-21.1.83-installer.jar --installServer
Error: Invalid or corrupt jarfile neoforge-21.1.83-installer.jar
+ [[ -n -Xms2G -Xmx64G ]]
+ sed -i '/-Xm[s,x]/d' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xms2G' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xmx64G' user_jvm_args.txt
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ sed -i 's/server-port.*/server-port=25565/g' server.properties
sed: can't read server.properties: No such file or directory
+ chmod 755 run.sh
chmod: cannot access 'run.sh': No such file or directory
+ ./run.sh
/launch.sh: line 47: ./run.sh: No such file or directory
  inflating: /data/Server-Files-1.26/mods/waystones-neoforge-1.21.1-21.1.5.jar  
  inflating: /data/Server-Files-1.26/mods/wirelesschargers-1.0.9a-neoforge-mc1.21.jar  
  inflating: /data/Server-Files-1.26/mods/WitherSkeletonTweaks-1.21.1-10.0.2.jar  
  inflating: /data/Server-Files-1.26/mods/xnet-1.21-7.0.2.jar  
  inflating: /data/Server-Files-1.26/mods/xtonesreworked-1.1.0-NF-1.21_21.0.167.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_core-0.7.45-all.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_machines-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_override-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_world-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/yeetusexperimentus-neoforge-87.0.0.jar  
  inflating: /data/Server-Files-1.26/mods/YetAnotherConfigLib-3.6.1+1.21-neoforge.jar  
  inflating: /data/Server-Files-1.26/mods/YungsApi-1.21.1-NeoForge-5.1.3.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterEndIsland-1.21.1-NeoForge-3.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.3.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterStrongholds-1.21.1-NeoForge-5.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsExtras-1.21.1-NeoForge-5.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/ZeroCore2-1.21.1-2.4.14.jar  
  inflating: /data/Server-Files-1.26/mods/[1.21.1] SecurityCraft v1.9.12.jar  
  inflating: /data/Server-Files-1.26/mods/[neoforge]ctov-3.5.4.jar  
  inflating: /data/Server-Files-1.26/neoforge-21.1.83-installer.jar  
   creating: /data/Server-Files-1.26/packmenu/
   creating: /data/Server-Files-1.26/packmenu/resources/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/accessibility.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/custom.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/language.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/mods.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/multiplayer.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/options.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/quit.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/reload.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/singleplayer.json  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/lang/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/lang/en_us.json  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/texts/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/texts/supporters.txt  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/background.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/logo.png  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/akliz.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/reload.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/pack.mcmeta  
  inflating: /data/Server-Files-1.26/packmenu/resources/pack.png  
  inflating: /data/Server-Files-1.26/server-icon.png  
  inflating: /data/Server-Files-1.26/startserver.bat  
  inflating: /data/Server-Files-1.26/startserver.sh  
  inflating: /data/Server-Files-1.26/user_jvm_args.txt  

 

5 hours ago, Mil0 said:

So the "latest" tag does work. I switched to it and it is pulling the 1.26.0 version, that's good. However the container is still not up. It exited (127), I googled it and it says there is a command that is not found. I don't know what that means. I tried deleting the container and data folder entirely and doing a fresh install, same issue comes up. I have attached the log bellow. Please let me know if you notice something I may be missing here. Thank you.

 

++ find . -type d -maxdepth 1
++ tail -1
++ sed 's/^.\{2\}//g'
+ DIR_TEST=Server-Files-1.26
++ find . -type d -maxdepth 1
++ wc -l
+ [[ 2 -gt 1 ]]
+ cd Server-Files-1.26
+ mv -f config defaultconfigs kubejs mods neoforge-21.1.83-installer.jar packmenu server-icon.png startserver.bat startserver.sh user_jvm_args.txt /data
+ cd /data
+ rm -fr Server-Files-1.26
+ curl -Lo neoforge-21.1.83-installer.jar http://files.neoforged.net/maven/net/neoforged/neoforge/21.1.83/neoforge-21.1.83-installer.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   104  100   104    0     0    152      0 --:--:-- --:--:-- --:--:--   152
+ java -jar neoforge-21.1.83-installer.jar --installServer
Error: Invalid or corrupt jarfile neoforge-21.1.83-installer.jar
+ [[ -n -Xms2G -Xmx64G ]]
+ sed -i '/-Xm[s,x]/d' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xms2G' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xmx64G' user_jvm_args.txt
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ sed -i 's/server-port.*/server-port=25565/g' server.properties
sed: can't read server.properties: No such file or directory
+ chmod 755 run.sh
chmod: cannot access 'run.sh': No such file or directory
+ ./run.sh
/launch.sh: line 47: ./run.sh: No such file or directory
  inflating: /data/Server-Files-1.26/mods/waystones-neoforge-1.21.1-21.1.5.jar  
  inflating: /data/Server-Files-1.26/mods/wirelesschargers-1.0.9a-neoforge-mc1.21.jar  
  inflating: /data/Server-Files-1.26/mods/WitherSkeletonTweaks-1.21.1-10.0.2.jar  
  inflating: /data/Server-Files-1.26/mods/xnet-1.21-7.0.2.jar  
  inflating: /data/Server-Files-1.26/mods/xtonesreworked-1.1.0-NF-1.21_21.0.167.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_core-0.7.45-all.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_machines-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_override-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_world-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/yeetusexperimentus-neoforge-87.0.0.jar  
  inflating: /data/Server-Files-1.26/mods/YetAnotherConfigLib-3.6.1+1.21-neoforge.jar  
  inflating: /data/Server-Files-1.26/mods/YungsApi-1.21.1-NeoForge-5.1.3.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterEndIsland-1.21.1-NeoForge-3.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.3.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterStrongholds-1.21.1-NeoForge-5.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsExtras-1.21.1-NeoForge-5.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/ZeroCore2-1.21.1-2.4.14.jar  
  inflating: /data/Server-Files-1.26/mods/[1.21.1] SecurityCraft v1.9.12.jar  
  inflating: /data/Server-Files-1.26/mods/[neoforge]ctov-3.5.4.jar  
  inflating: /data/Server-Files-1.26/neoforge-21.1.83-installer.jar  
   creating: /data/Server-Files-1.26/packmenu/
   creating: /data/Server-Files-1.26/packmenu/resources/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/accessibility.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/custom.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/language.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/mods.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/multiplayer.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/options.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/quit.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/reload.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/singleplayer.json  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/lang/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/lang/en_us.json  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/texts/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/texts/supporters.txt  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/background.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/logo.png  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/akliz.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/reload.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/pack.mcmeta  
  inflating: /data/Server-Files-1.26/packmenu/resources/pack.png  
  inflating: /data/Server-Files-1.26/server-icon.png  
  inflating: /data/Server-Files-1.26/startserver.bat  
  inflating: /data/Server-Files-1.26/startserver.sh  
  inflating: /data/Server-Files-1.26/user_jvm_args.txt  

 

i was having an issue where i couldnt connected via client side but updating client side mod launcher to 1.26 fixed it for me 1.27 does not work
container might have updated by now but this is just what is working for me

Edited by doomddomp

  • Author
7 hours ago, doomddomp said:

i was having an issue where i couldnt connected via client side but updating client side mod launcher to 1.26 fixed it for me 1.27 does not work
container might have updated by now but this is just what is working for me

1.27 came out early today so I'm going to update it soon. 

  • Author
14 hours ago, Mil0 said:

So the "latest" tag does work. I switched to it and it is pulling the 1.26.0 version, that's good. However the container is still not up. It exited (127), I googled it and it says there is a command that is not found. I don't know what that means. I tried deleting the container and data folder entirely and doing a fresh install, same issue comes up. I have attached the log bellow. Please let me know if you notice something I may be missing here. Thank you.

 

++ find . -type d -maxdepth 1
++ tail -1
++ sed 's/^.\{2\}//g'
+ DIR_TEST=Server-Files-1.26
++ find . -type d -maxdepth 1
++ wc -l
+ [[ 2 -gt 1 ]]
+ cd Server-Files-1.26
+ mv -f config defaultconfigs kubejs mods neoforge-21.1.83-installer.jar packmenu server-icon.png startserver.bat startserver.sh user_jvm_args.txt /data
+ cd /data
+ rm -fr Server-Files-1.26
+ curl -Lo neoforge-21.1.83-installer.jar http://files.neoforged.net/maven/net/neoforged/neoforge/21.1.83/neoforge-21.1.83-installer.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   104  100   104    0     0    152      0 --:--:-- --:--:-- --:--:--   152
+ java -jar neoforge-21.1.83-installer.jar --installServer
Error: Invalid or corrupt jarfile neoforge-21.1.83-installer.jar
+ [[ -n -Xms2G -Xmx64G ]]
+ sed -i '/-Xm[s,x]/d' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xms2G' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xmx64G' user_jvm_args.txt
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ sed -i 's/server-port.*/server-port=25565/g' server.properties
sed: can't read server.properties: No such file or directory
+ chmod 755 run.sh
chmod: cannot access 'run.sh': No such file or directory
+ ./run.sh
/launch.sh: line 47: ./run.sh: No such file or directory
  inflating: /data/Server-Files-1.26/mods/waystones-neoforge-1.21.1-21.1.5.jar  
  inflating: /data/Server-Files-1.26/mods/wirelesschargers-1.0.9a-neoforge-mc1.21.jar  
  inflating: /data/Server-Files-1.26/mods/WitherSkeletonTweaks-1.21.1-10.0.2.jar  
  inflating: /data/Server-Files-1.26/mods/xnet-1.21-7.0.2.jar  
  inflating: /data/Server-Files-1.26/mods/xtonesreworked-1.1.0-NF-1.21_21.0.167.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_core-0.7.45-all.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_machines-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_override-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/xycraft_world-0.7.45.jar  
  inflating: /data/Server-Files-1.26/mods/yeetusexperimentus-neoforge-87.0.0.jar  
  inflating: /data/Server-Files-1.26/mods/YetAnotherConfigLib-3.6.1+1.21-neoforge.jar  
  inflating: /data/Server-Files-1.26/mods/YungsApi-1.21.1-NeoForge-5.1.3.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterEndIsland-1.21.1-NeoForge-3.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.3.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterStrongholds-1.21.1-NeoForge-5.1.2.jar  
  inflating: /data/Server-Files-1.26/mods/YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/YungsExtras-1.21.1-NeoForge-5.1.1.jar  
  inflating: /data/Server-Files-1.26/mods/ZeroCore2-1.21.1-2.4.14.jar  
  inflating: /data/Server-Files-1.26/mods/[1.21.1] SecurityCraft v1.9.12.jar  
  inflating: /data/Server-Files-1.26/mods/[neoforge]ctov-3.5.4.jar  
  inflating: /data/Server-Files-1.26/neoforge-21.1.83-installer.jar  
   creating: /data/Server-Files-1.26/packmenu/
   creating: /data/Server-Files-1.26/packmenu/resources/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/accessibility.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/custom.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/language.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/mods.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/multiplayer.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/options.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/quit.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/reload.json  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/buttons/singleplayer.json  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/lang/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/lang/en_us.json  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/texts/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/texts/supporters.txt  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/background.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/logo.png  
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/
   creating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/akliz.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/assets/packmenu/textures/gui/sprites/icon/reload.png  
  inflating: /data/Server-Files-1.26/packmenu/resources/pack.mcmeta  
  inflating: /data/Server-Files-1.26/packmenu/resources/pack.png  
  inflating: /data/Server-Files-1.26/server-icon.png  
  inflating: /data/Server-Files-1.26/startserver.bat  
  inflating: /data/Server-Files-1.26/startserver.sh  
  inflating: /data/Server-Files-1.26/user_jvm_args.txt  

 

Im not 100% sure but it looks like a permission issue. Try changing /mnt/user/appdata/allthemods10/ to something like /mnt/user/appdata/allthemods10TEST/    

I get the same error when I do that. It says "exited (127)". I changed the permission in the folder but no luck, and changed the owner from 'nobody' to 'root' still no luck, i checked the   'privileged' box thinking it would solve the issue if its a permissions problem, still no luck. I have attached a picture of the configuration, just in case I royally messed something up. All I did was change the port which I have tested with the default port as well and still gives me the same problem.

image.thumb.png.d1339202281b6c96c9f4c6fb0b8e3f0f.png

  • Author
On 12/6/2024 at 9:40 AM, Mil0 said:

I get the same error when I do that. It says "exited (127)". I changed the permission in the folder but no luck, and changed the owner from 'nobody' to 'root' still no luck, i checked the   'privileged' box thinking it would solve the issue if its a permissions problem, still no luck. I have attached a picture of the configuration, just in case I royally messed something up. All I did was change the port which I have tested with the default port as well and still gives me the same problem.

image.thumb.png.d1339202281b6c96c9f4c6fb0b8e3f0f.png

Can you try deleting the folder and container and re downloaded it from the CA. We updated the template so should fix it.

OK so first, I want to thank you for putting all this time in trying to help me. That being said I am still getting the (exited 127) error. I noticed that the neo-forge installer file was not downloading so i manually looked for the version it wanted and added it, this did not help. I have made sure that the directory for the container is set to owner: nobody and and permissions: rwrwrw. Problem persists, I have attached the new log, and a picture of the setup. Again thank you and if anything jumps out at you please let me know. 

 

+ NEOFORGE_VERSION=21.1.84
+ SERVER_VERSION=2.1
+ cd /data
+ [[ true = \f\a\l\s\e ]]
+ echo eula=true
+ [[ -f Server-Files-2.1.zip ]]
+ [[ -n -Xms1024m -Xmx65356m ]]
+ sed -i '/-Xm[s,x]/d' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xms1024m' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xmx65356m' user_jvm_args.txt
+ [[ -n '' ]]
+ [[ -n true ]]
+ sed -i 's/white-list=.*/white-list=true/' /data/server.properties
sed: can't read /data/server.properties: No such file or directory
+ [[ ! -f whitelist.json ]]
+ IFS=,
+ read -ra USERS
+ [[ ! -f ops.json ]]
+ IFS=,
+ read -ra OPS
+ sed -i 's/server-port.*/server-port=25565/g' server.properties
sed: can't read server.properties: No such file or directory
+ chmod 755 run.sh
chmod: cannot access 'run.sh': No such file or directory
+ ./run.sh
/launch.sh: line 87: ./run.sh: No such file or directory
+ NEOFORGE_VERSION=21.1.84
+ SERVER_VERSION=2.1
+ cd /data
+ [[ true = \f\a\l\s\e ]]
+ echo eula=true
+ [[ -f Server-Files-2.1.zip ]]
+ [[ -n -Xms1024m -Xmx65356m ]]
+ sed -i '/-Xm[s,x]/d' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xms1024m' user_jvm_args.txt
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xmx65356m' user_jvm_args.txt
+ [[ -n '' ]]
+ [[ -n true ]]
+ sed -i 's/white-list=.*/white-list=true/' /data/server.properties
sed: can't read /data/server.properties: No such file or directory
+ [[ ! -f whitelist.json ]]
+ IFS=,
+ read -ra USERS
+ [[ ! -f ops.json ]]
+ IFS=,
+ read -ra OPS
+ sed -i 's/server-port.*/server-port=25565/g' server.properties
sed: can't read server.properties: No such file or directory
+ chmod 755 run.sh
chmod: cannot access 'run.sh': No such file or directory
+ ./run.sh
/launch.sh: line 87: ./run.sh: No such file or directory

 

image.thumb.png.48945f12faab2624507039783cb285da.png

I just got my friend to try deploying the container in his server. He is getting the same exact error.

Edited by Mil0

  • Author
11 hours ago, Mil0 said:

I just got my friend to try deploying the container in his server. He is getting the same exact error.

run this in the unraid cli 

chown -Rv nobody:users /mnt/user/appdata/allthemods10

on my test server i had similar error and this fixed it

Edited by W3LFARe

Hello, How do i access console of server

56 minutes ago, NightRaven109 said:

Hello, How do i access console of server

Click on the (>_) 

I mean the minecraft server console, opening up >_ just gives

$

  • Author
20 hours ago, NightRaven109 said:

I mean the minecraft server console, opening up >_ just gives

$

I just OP myself and do it in game or you can use mcrcon a rcon client

Checking the logs will show the server running

Edited by W3LFARe

every time i start the docker it deletes the ops? i have them set in the socker config

23 hours ago, froggeraj said:

every time i start the docker it deletes the ops? i have them set in the socker config

 

Running into the same issue seems like the startup script is overwriting it with a blank file, doesn't happen to the whitelist though oddly enough.

 

I can't even manually edit the ops.json because it gets overwritten.

 

[21:11:24] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.21.1
[21:11:24] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[21:11:24] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[21:11:24] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
[21:11:24] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
[21:11:24] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type

 

After watching the files and the server booting up its happening right after the server itself boots up after all the neoforge loading I think.

After a bit more investigating I figured out the issue I think, You're not adding "bypassesPlayerLimit": false to the ops.json file which I think is required now. The server overwrites the file if it isn't there. I made a PR to update your launch.sh command to add this.

Edited by Andrewj0813
More information.

  • Author
1 hour ago, Andrewj0813 said:

 

Running into the same issue seems like the startup script is overwriting it with a blank file, doesn't happen to the whitelist though oddly enough.

 

I can't even manually edit the ops.json because it gets overwritten.

 

[21:11:24] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.21.1
[21:11:24] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[21:11:24] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[21:11:24] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
[21:11:24] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
[21:11:24] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type

 

After watching the files and the server booting up its happening right after the server itself boots up after all the neoforge loading I think.

After a bit more investigating I figured out the issue I think, You're not adding "bypassesPlayerLimit": false to the ops.json file which I think is required now. The server overwrites the file if it isn't there. I made a PR to update your launch.sh command to add this.

Cool I'll add that in right now. Should be pushed to latest. I was trying to compare my old server to my test one and didn't see that. 

 

Its still making a blank file I'm not sure the OPS.JSON can be progenerated that way.  I havent need to use the op commands so i havent noticed since version 2.2

 

Edited by W3LFARe

1 hour ago, W3LFARe said:

Cool I'll add that in right now. Should be pushed to latest. I was trying to compare my old server to my test one and didn't see that. 

 

Its still making a blank file I'm not sure the OPS.JSON can be progenerated that way.  I havent need to use the op commands so i havent noticed since version 2.2

 

yep I also missed that dashes were necessary, I think after the changes you just merged from me the issue should be fixed for everyone. I'll create a new server tomorrow from the unraid UI just to be sure everything's working correctly. Thanks for merging in those PRs so quickly.

  • Author
41 minutes ago, Andrewj0813 said:

yep I also missed that dashes were necessary, I think after the changes you just merged from me the issue should be fixed for everyone. I'll create a new server tomorrow from the unraid UI just to be sure everything's working correctly. Thanks for merging in those PRs so quickly.

I tried again on my test server and getting the same thing. Made a discord the other day for support also. So try to fix things faster on there.

 

https://discord.gg/8AZUt6HEEm

This doesnt work no matter what I do. I can join the server and play but none of the Quests are there, the quest book is completely empty.

How did you get passed the server setup? My server simply will not spin up. It is believed its a permissions thing but I've tested this on 2 separate unraid instances and can't get the container to start on both. I will say, some of my friends playing this in single player say the quests are a bit wonky. But haven't had the chance to check since I really wanna play on a server.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.