Tritech

Members
  • Posts

    64
  • Joined

  • Last visited

Posts posted by Tritech

  1. 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.

    • Like 1
  2. 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

     

  3. 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

  4. 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.

  5. 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.

    • Like 1
  6. https://pastebin.com/7CG7ntKw

     

    Take a look at mine, running a similar system (Asrock x399fatality, 1950x, 1080ti, passed through NVME controller and a few usb controllers)

     

    Specifically, take a look at the <hyperv>  and <cpu> section differences. I've got latency down to reasonable levels. Still have audio pops and cracks every now and then though, but it brought down my latency from over 2000 to 100ish average. You could also experiment with the "<topology sockets='1' cores='8' threads='1'/>" section and try <topology sockets='1' cores='4' threads='2'/>... well however many cores you allocated.

  7. Hey, bastl. We've exchanged a few times here on the "at my wits end..." thread dealing with latency... I have the same board as you. I haven't changed anything in over a month or so. Software wise in the VM, I haven't really installed anything new, just steam/browser updates. The windows logs looked fine, no weird errors other than the one above when trying to restart it. Maybe it was just a fluke.

     

    I keep my vm running 24/7. Should I just bring it down every few days as a preventative measure?

  8. Currently on 6.7 RC5. My VM has crashed twice this week. Once when I was asleep, and woke up to a functioning server. All dockers and shares were accessible, but the main win 10 VM was down, and all the allocated cores were pegged to 100%. Stopping the vm fixed the CPU usage, but it was unable to restart. The only thing I could see was:

    host-cpu char device redirected to /dev/pts/0 (label charserial0)

    in the vm log, and then stating that it crashed. Only a hard reboot solved the issue. Second time was just now, while I was just browsing, screen just went black, and same maxxed cpu cores, just the ones pinned to the vm.

     

    Any ideas of what to look for the next time it happens?

  9. I've converted to vm and back a few times to test with the same windows install.

     

    Quote

    Also, I'm also curious on what drives you leave the GPU.rom file and the libvirt.img?

    I'm not sure what you mean by this, I'm assuming you mean to config the vm.

    281712806_examplevm.thumb.PNG.b71191381a71d8eec4f1379a2a349176.PNG

    This is my current vm, the xml is heavily customized but you should get the idea from here. There is no vdisk location as I've passed through the NVME controller that you see on the bottom. 

     

    As far as extra vdisk images, just check when they were last modified, and if there are any existing vms that point to that .img.