Add the mod Aurora (Guide mod for FTB Utilities)
Opened this issue · 8 comments
merak69 commented on Feb 9, 2020, 10:37 PM UTC:
Modpack version
1.76
Issue
Idle timeout on player login to a brand new dedicated server. It immediately kicks anyone that tries to join. I've tried adjusting the config in RandomPatches and even removing RandomPatches mod. I have 8gb allocated to the server and I've run dozens of mod packs without issue. I've also tried removing the world folder and starting over to no avail. Nothing crashes, server stays running just fine.
The server isn't a slouch either: i5-9600K, 32gb ram, Samsung 970 NVMe SSD
Any idea of what's going on?
Logs
https://pastebin.com/A8M4N6Hv
This issue was moved by NillerMedDild from NillerMedDild/Enigmatica2#617.
merak69 commented on Feb 10, 2020, 2:16 AM UTC:
Here's server.properties file
https://pastebin.com/0uhtQufN
Pastebin**[#Minecraft server properties #Sun Feb 09 20:15:10 CST 2020 spawn-protection=16 - Pastebin.com](https://pastebin.com/0uhtQufN)**
Pastebin
NillerMedDild commented on Feb 10, 2020, 3:50 PM UTC:
I'm glad you figured it out :)
I don't think I will add Aurora, since there's no issue with default config.
merak69 commented on Feb 10, 2020, 4:54 PM UTC:
merak69 commented on Feb 10, 2020, 2:20 AM UTC:
So it seems to only affect those in the ops.json file... If I remove myself I can login just fine.
I went to the server console and opped myself with the /op command and it immediately kicked me with the same message as before "idle too long". Totally confused.
merak69 commented on Feb 10, 2020, 3:26 AM UTC:
I figured it out... There was a permission on my "admin" rank configured wrong. Because the Aurora mod is missing from the server (https://www.curseforge.com/minecraft/mc-mods/aurora), I had to guess on the permission name.
The FTB group made changes to stop writing out the "all_permissions.html" files in the local/ftbutilities directory. Instead you need to use the Aurora mod to get the details.
I installed it server side only and everything works fine so you might want to look at adding this to the pack.
**[Attention Required! | Cloudflare](https://www.curseforge.com/minecraft/mc-mods/aurora)**
NillerMedDild commented on Feb 10, 2020, 7:01 PM UTC:
Ah alright, I thought we still had the html file in addition to a wiki - Thanks for the explaination, I'll add Aurora in the next update.
NillerMedDild commented on Feb 10, 2020, 5:54 PM UTC:
Has the FTB Utilities wiki been discontinued?
merak69 commented on Feb 10, 2020, 6:22 PM UTC:
This isn't something that can be documented on a wiki as each mod pack is different.
In older versions of the FTB Utilities mod, the mod would create a file called "all_permissions.html" in your local/ftbutilities directory in the server. It would dynamically create this file based on all of the mods in the pack that subscribed to the permissions system so you could open it and know how to configure permissions for said pack.
In the new version of the mod, they removed the code to create the "all_permissions.html" file and instead integrated into the new Aurora mod they created which now displays this information as a local built in webserver.
Without this mod in the server pack, anyone installing Enigmatica 2 server would also need to install this mod if they wanted to correctly do permissions on their server.
Edit:
Initially I thought it was some new config that I couldn't find as to why the "all_permissions.html" file wasn't being created. This led me to guess at a permission I wanted for the server which was incorrect and caused the problems above. It wasn't until I looked at the FTBUtilities code that I found it was removed and they forked some code out.