Hello all, I’m looking for some help getting a FTB server up and running on my FREENAS 9.10 box, I am using MineOS plugin v9.3.5.
I am able to download a vanilla profile, create a server and get it running no problems, I have tried using several FTB servers but for ease of explanation I’ll stick to the one I actually want to use which is “FTB Presents Direwolf20 1.10 (mc: 1.10.2)”
The problem is the Server status after clicking “Start Server” on server status page indicates “UP” for about 5 seconds then goes back to “DOWN.” no log is generated on WebUi or in /var/minecraft/servers/dw20/logs. My server start settings are -Xmx 4096 Jararg nogui, but I have tried sever different ram combinations and removed the argument with no change.
I found this topic MineOS Server won’t stay “Up” for more than a few seconds, if at all, but the solution didn’t resolve my issue.
To summarise, I have downloaded the vanilla jar using # sh /FTBInstall.sh and have made the ServerStart.sh executable using # chmod a+x Serverstart.sh.
all ownership was correct # ls -l shows everything owned by mcserver with the curious exception of eula.text file which is owned by root which I changed using chown -R.
To eliminate a bad .zip I transferred to a win10 machine and it ran first time. I also tried different profiles such as 1.7.10 and 1.6.4 ftb packs but all are same, vanilla works fime but ftb doesn’t.
I attempted to run server from shell, I’m not sure if it is able to work this way but # ./ServerStart.sh just says java : not found. none of the other topics I’ve read have mentioned needing to install Java manually, does this need to be done?
Since vanilla runs permissions within my freenas jail don’t seem to be the issue but without a generated log I’m not really sure where to start looking, any help would be greatly appreciated as my very limited admin skills have been exhausted.
Thanks in advance