Jump to content

Tritech

Members
  • Posts

    64
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Tritech's Achievements

Rookie

Rookie (2/14)

4

Reputation

  1. Updated a bunch of stuff yesterday, and have everything on my router pointed to pihole and I got rate limited. "Client 192.168.1.1 has been rate-limited (current config allows up to 1000 queries in 60 seconds)" Is there a way to edit the this via the GUI?
  2. I managed to get it fixed. I transferred over the installer, serverstart.sh, and .yaml file from a windows install. It did seem to be a permission issue. I had to constantly change the user to nobody, it was creating all new files during install as my windows account user. after installing and getting the files generated, and resetting the perms again it seems to be ok and back to the "nobody" user.
  3. Two non-zero'd files do get written. I fixed the issue on my windows pc backup server. It was an issue with an incorrect java version. 8u321+ isn't compatible. I don't know if that is related. Whats the correct perms/user for ./enigmatica6?
  4. Yea, there is something going on with this particular server and my network. I tried to install on a windows machine and it fails to start as well. Doesn't seem like an issue with your container. I have been messing around with letsencrypt and getting some subdomains sorted. Would that have anything to do with it? That said, I tested a sevtech ages server and that started fine, tried a known working ragnamod server and that fails. I wiped the entire container and deleted the enigmatica dir. Redownloading only downloads Enigmatica6Server-0.5.25.zip which is 0kb, eula.txt, and log4j2_112-116.xml. The only logs I can pull are from a windows machine and the install completes, it does download all the mods/configs and then: [30Jan2022 17:26:59.119] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.22, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui] [30Jan2022 17:26:59.122] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_321 by Oracle Corporation [30Jan2022 17:27:00.510] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [30Jan2022 17:27:00.552] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/username/Desktop/enigmatica/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER [30Jan2022 17:27:02.800] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 13:0 token recognition error at: '`' [30Jan2022 17:27:02.908] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~' [30Jan2022 17:27:04.217] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.NoSuchMethodError: sun.security.util.ManifestEntryVerifier.<init>(Ljava/util/jar/Manifest;)V [30Jan2022 17:27:04.218] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.SecureJarHandler.createCodeSource(SecureJarHandler.java:66) [30Jan2022 17:27:04.218] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:275) [30Jan2022 17:27:04.218] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [30Jan2022 17:27:04.219] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [30Jan2022 17:27:04.219] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.ClassLoader.loadClass(Unknown Source) [30Jan2022 17:27:04.220] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Class.forName0(Native Method) [30Jan2022 17:27:04.220] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Class.forName(Unknown Source) [30Jan2022 17:27:04.221] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.service.modlauncher.ModLauncherClassProvider.findClass(ModLauncherClassProvider.java:67) [30Jan2022 17:27:04.221] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.launch.platform.MixinConnectorManager.loadConnectors(MixinConnectorManager.java:70) [30Jan2022 17:27:04.222] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.launch.platform.MixinConnectorManager.inject(MixinConnectorManager.java:59) [30Jan2022 17:27:04.222] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.inject(MixinPlatformManager.java:196) [30Jan2022 17:27:04.222] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.launch.MixinBootstrap.inject(MixinBootstrap.java:202) [30Jan2022 17:27:04.223] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:201) [30Jan2022 17:27:04.223] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:195) [30Jan2022 17:27:04.224] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$9(LaunchPluginHandler.java:97) [30Jan2022 17:27:04.224] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.util.HashMap.forEach(Unknown Source) [30Jan2022 17:27:04.225] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:97) [30Jan2022 17:27:04.225] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:52) [30Jan2022 17:27:04.226] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [30Jan2022 17:27:04.226] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [30Jan2022 17:27:04.227] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [30Jan2022 17:27:04.227] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [30Jan2022 17:27:04.227] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [30Jan2022 17:27:04.228] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) The unraid logs are pretty explanitory since there is nothing in the dir: + cd /data + [[ TRUE = \f\a\l\s\e ]] + echo eula=true + [[ -f Enigmatica6Server-0.5.25.zip ]] + rm -fr config defaultconfigs global_data_packs global_resource_packs mods packmenu + curl -o Enigmatica6Server-0.5.25.zip https://edge.forgecdn.net/files/3620/129/Enigmatica6Server-0.5.25.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed + unzip -u Enigmatica6Server-0.5.25.zip -d /data Archive: Enigmatica6Server-0.5.25.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of Enigmatica6Server-0.5.25.zip or Enigmatica6Server-0.5.25.zip.zip, and cannot find Enigmatica6Server-0.5.25.zip.ZIP, period. + chmod u+x start-server.sh chmod: cannot access 'start-server.sh': No such file or directory + [[ -n 5G ]] + sed -i 's/maxRam:*/maxRam: 5G' /data/server-setup-config.yaml sed: -e expression #1, char 21: unterminated `s' command + [[ -n '' ]] + [[ -n '' ]] + curl -o log4j2_112-116.xml https://launcher.mojang.com/v1/objects/02937d122c86ce73319ef9975b58896fc1b491d1/log4j2_112-116.xml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed ++ grep log4j2_112-116.xml server-setup-config.yaml ++ wc -l grep: server-setup-config.yaml: No such file or directory + [[ 0 -eq 0 ]] + sed -i '/javaArgs:/a \ - '\''-Dlog4j.configurationFile=log4j2_112-116.xml'\''' server-setup-config.yaml sed: can't read server-setup-config.yaml: No such file or directory + ./start-server.sh /launch.sh: line 34: ./start-server.sh: No such file or directory
  5. Something seems wrong with this update. Not sure if it's on my end or not. Server won't come up. [15:40:33] [Server thread/ERROR]: Unknown structure start: eidolon:catacomb [15:40:33] [Server thread/ERROR]: Unknown structure start: repurposed_structures:mineshaft_ocean [15:40:33] [Server thread/ERROR]: Unknown structure start: eidolon:lab [15:40:33] [Server thread/ERROR]: Unknown structure start: dungeons_plus:warped_garden [15:40:33] [Server thread/ERROR]: Unknown structure start: dungeons_plus:bigger_dungeon [15:40:33] [Server thread/ERROR]: Unknown structure start: repurposed_structures:pyramid_ocean [15:40:33] [Server thread/ERROR]: Unknown structure start: tconstruct:earth_slime_island [15:40:33] [Server thread/ERROR]: Unknown structure start: tconstruct:overworld_slime_island [15:40:33] [Server thread/ERROR]: Unknown structure start: eidolon:catacomb just hangs on hundreds of these
  6. Is there any way to have this auto update? I'm stuck on v .5.21 and .5.25 is the current
  7. Running your enigmatica 6 and it started and is working perfectly. Only question is how to get console access to op/run admin commands?
  8. It's been great over the last year using Unraid, from spinning up linux vms in seconds, hosting game servers for friends, hosting my family home movies and picture,to backing up all the pcs on my network. The single feature I've wanted was a way to "snapshot" vm xmls. When customizing xmls for my threadripper build it took MANY iterations to get it right from switch numa nodes, pinning cores, and many custom edits. Every time an edit was made and I need to change the form view, all of these were reverted. It would be nice to be able to take a snapshot of a known working xml, maybe even have a dropdown menu of several saved templates. This would save so much time when making custom edits, and save a lot of unorganized copy-pasting to text files on my PC.
  9. 0 issues on RC4. Also to note, I've never had any of the DB corruption issues either.
  10. I just get the simple recaptcha checkbox, but I haven't done anything special. EVGA 1080ti
  11. With the way xmls get modified when you alter any setting on the form view can we get a way to clone or make a copy of an xml before making any changes? I've got over a hundred xml variants trying to track down better latency and just being able to have a known good working xml, make a copy/clone of it, and the work off that would be nice. Maybe even being able to set a template for your common settings as well.
  12. Geforce experience works fine on my end. Did you just try later, maybe they were having an outage?
  13. Can anyone point me in the right direction for enabling hugepages? Will 32gb be enough with only 1 vm allocating 10gb and a handful of dockers?
×
×
  • Create New...