Greetings!
My FreeNAS 11.1 ASRock Rack C2750D4I motherboard died recently ( apparently a known problem with the model… ) so I had to set up a new system and while doing so installed the latest version of FreeNAS 11.2-U1 which appears to have arrived with some changes like a new UI and how plugins like MineOS work - For one they won’t show up on the legacy FreeNAS UI I’m more familiar with.
One of the first things I noticed during the installation of MineOS 11.2-RELEASE-p7 was the now inclusion of jr8 which I usually would have to install/update first prior to the hardware fault whenever I had to do a fresh install.
There also appear some other improvements like the MineOS UI now again allowing the download of the most recent version like 13.2.
That being said though… I again ( not the first time I came here ) can’t get into the game ;D
In MineCraft, attempting to connecto to my server will get me stuck with:
https://i.imgur.com/OxHiWs7.jpg
followed by:
https://i.imgur.com/0hREYxE.jpg
Meanwhile the MineOS log shows my Login attempt:
[23:11:38] [Server thread/INFO]: Preparing spawn area: 92%
[23:11:38] [Server thread/INFO]: Preparing spawn area: 96%
[23:11:38] [Server thread/INFO]: Preparing spawn area: 100%
[23:11:38] [Server thread/INFO]: Time elapsed: 1022 ms
[23:11:38] [Server thread/INFO]: Done (2.745s)! For help, type “help”
[23:11:55] [User Authenticator #1/INFO]: UUID of player Durahl is SOMETHING-SOMETHING-ETC…
Prior to this I was also having issues with:
[23:23:58] [Server Watchdog/FATAL]: A single server tick took 60.00 seconds (should be max 0.05)
[23:23:58] [Server Watchdog/FATAL]: Considering it to be crashed, server will forcibly shutdown.
[23:23:59] [Server Watchdog/ERROR]: This crash report has been saved to: /var/games/minecraft/servers/Pandemonium/./crash-reports/crash-2018-12-30_23.23.59-server.txt
[23:23:59] [Server Shutdown Thread/INFO]: Stopping server
[23:23:59] [Server Shutdown Thread/INFO]: Saving players
[23:23:59] [Server Shutdown Thread/INFO]: Saving worlds
[23:23:59] [Server Shutdown Thread/INFO]: Saving chunks for level ‘world’/minecraft:the_end
Changing the Server.properties max-tick-time from 60000 to -1 would solve this but apparently it’s not the underlying problem.
After the installation of MineOS was done I was greeted with the following message I’m not sure what to do about:
Install Notes:
posix@4.1.2 install /usr/local/games/minecraft/node_modules/posix
node-gyp rebuildgmake: Entering directory ‘/usr/local/games/minecraft/node_modules/posix/build’
CXX(target) Release/obj.target/posix/src/posix.o
SOLINK_MODULE(target) Release/obj.target/posix.node
COPY Release/posix.node
gmake: Leaving directory ‘/usr/local/games/minecraft/node_modules/posix/build’userid@0.3.1 install /usr/local/games/minecraft/node_modules/userid
node-gyp rebuildgmake: Entering directory ‘/usr/local/games/minecraft/node_modules/userid/build’
CXX(target) Release/obj.target/userid/src/userid.o
SOLINK_MODULE(target) Release/obj.target/userid.node
COPY Release/userid.node
gmake: Leaving directory ‘/usr/local/games/minecraft/node_modules/userid/build’
added 553 packages from 432 contributors and audited 1408 packages in 9.039s
found 69 vulnerabilities (37 low, 20 moderate, 12 high)
runnpm audit fixto fix them, ornpm auditfor details
mineos_enable: → YES
Starting mineos.
Starting mineos daemon…
mineos daemon started. PID: 11096#---------------------------------------------------------------------#
Getting started with the MineOs plugin
#---------------------------------------------------------------------#
MineOS is a server front-end to ease managing Minecraft administrative tasks.
For more information, see GitHub - hexparrot/mineos-node: node.js implementation of mineos minecraft managementThe default user for the Admin Portal is “mcserver” with password “mcserver”
Admin Portal:
http://192.168.0.22:8443Close
Am I supposed to run any commands after that message / prior to running MineOS that would explain the issues I’m having?
What am I missing?
Thanks in Advance! =)