August 6, 20223 yr 1 hour ago, trurl said: Is this the docker.log? Did another fresh install, everything worked this time
August 6, 20223 yr Author On 8/5/2022 at 10:27 AM, vGCaptainObvious said: "Warning: Failed to create the file serverpack905.zip: Permission denied Check that the `/mnt/user/appdata/pixelmon/` directory exists and that it is owned by nobody and 777 permissions are set.
August 7, 20223 yr Hi Goobaroo, thanks for making these containers, it's just what I needed when a friend asked me to set up a Pixelmon server! Quick question, would you be able update the pixelmon version when you get a chance please? I'm getting a server crash related to 9.0.5 and beehivess that got fixed in the latest version.
August 7, 20223 yr Author 16 hours ago, TheSchatz said: Hi Goobaroo, thanks for making these containers, it's just what I needed when a friend asked me to set up a Pixelmon server! Quick question, would you be able update the pixelmon version when you get a chance please? I'm getting a server crash related to 9.0.5 and beehivess that got fixed in the latest version. 9.0.5 is the latest version on CurseForge. If there was an update it may be client side only.
August 7, 20223 yr 3 hours ago, Goobaroo said: 9.0.5 is the latest version on CurseForge. If there was an update it may be client side only. Ah, ok, no worries then. It looks like they haven't put 9.0.6 on curseforge yet. Thanks for the reply, I appreciate it! 👍 EDIT: For anyone else with the same problem, I just downloaded updated server files from technicpack.net and dropped them in the appdata folder. All set working with 9.0.6 now! Edited August 7, 20223 yr by TheSchatz
August 10, 20223 yr Author 9.0.5 is the latest *server* version on CurseForge. I did see 9.0.6. There isn't always a corresponding server release with the client release.
August 14, 20223 yr Hi Goobaroo, how do you get the Direwolf20 packs to run since they rely on the run.bat file to start the forge.jar file. I am trying to migrate your docker to Pterodactyl so I can have multiple people help manage the server but can seem to get it to run. Thanks for all the work you do creating these dockers they work great
August 14, 20223 yr Author 36 minutes ago, ZaDoctor said: Hi Goobaroo, how do you get the Direwolf20 packs to run since they rely on the run.bat file to start the forge.jar file. I am trying to migrate your docker to Pterodactyl so I can have multiple people help manage the server but can seem to get it to run. Thanks for all the work you do creating these dockers they work great Well, nothing really relies on BAT files. Those are just windows script files, to run a bunch of commands. Docker containers are linux based, so they use .sh files that are similar but run linux commands. In the case of Direwolf20, there was a bug with the FTB installer that generated unusable startup scripts, so I don't use run.sh or start.sh at all. The only thing you need to run is the correct java command. When the container is running, you can exec into it and take a look at the launch.sh script. But that script is immutable, meaning you can't change it as it is part of the docker container when it was built. I'm not familiar with Pterodactyl.
August 18, 20223 yr Theres an issue with SevTech. Using the Apps installer and it fails to load. Seems this and ATM7 don't start. SkyFactory 4 starts though.
August 18, 20223 yr Author I can see a permission denied when trying to download and save the installer. Make sure the /mnt/user/appdata/sevtechages is writable to all.
August 18, 20223 yr It is, for some reason this only occurs with SevTech and ATM installs, SkyFactory 4 installs fine. I've tried another SEvtech Repo and it worked only problem is that is was a very old server
August 18, 20223 yr Author I just pushed and updated version of SevTech. It has a change for the user in the container that runs the service. It should now match the nobody user. Seems that container got missed. See if choosing advanced in your docker and forcing an update solves it.
August 19, 20223 yr Author Is ATM7 throwing errors, because I can confirm that it has the user gid/uid fix that I just put in SevTech.
August 21, 20223 yr After the latest update for SkyFactory 3 Docker in Unraid I get the following error log: + cd /data + [[ true = \f\a\l\s\e ]] + echo eula=true + [[ -f serverinstall_25_123 ]] + [[ -n FTB Presents Skyfactory 3 v3.0.21 Server Powered by Docker ]] + sed -i '/motd\s*=/ c motd=FTB Presents Skyfactory 3 v3.0.21 Server Powered by Docker' /data/server.properties + [[ -n world ]] + sed -i '/level-name\s*=/ c level-name=world' /data/server.properties + [[ -n TheKiller645 ]] + echo TheKiller645 + awk -v RS=, '{print}' + [[ -n '' ]] + sed -i 's/server-port.*/server-port=25565/g' server.properties + [[ -f run.sh ]] + [[ -f start.sh ]] + chmod 755 start.sh + [[ -f run.sh ]] + [[ -f start.sh ]] + [[ -f user_jvm_args.txt ]] + [[ -f run.sh ]] + ./start.sh ./start.sh: line 10: .//data/jre/jdk8u312-b07-jre/bin/java: No such file or directory
August 23, 20223 yr Author @Nio9345 Ownership of the files changed in the latest update. I suspect that prevented the install from properly cleaning up the last version. There was also an issue with the FTB installer that was generating bad paths. 1. On your unraid run: chown -R nobody:users /mnt/user/appdata/ftbskyfactory3 2. Delete the file /mnt/user/appdata/ftbskyfactory3/serverinstall_25_123 3. Start the server up again, it should get everything going.
August 25, 20223 yr Hello, So we updated our Sevtech Ages Docker, and now we are currently unable to get it going. I attached what logs pulled up. If could please get some help fixing this issue that would be great thank you. Edited August 25, 20223 yr by ToyRoBoHoBo wanted to add pictures and re word my post
August 28, 20223 yr Looks like SkyFactoryOne is doing the same issue as the previous SevTech error I posted about
August 29, 20223 yr Author @ToyRoBoHoBo & @elokaynu Both look like local permission issues. The correct ownership for the directory under /mnt/user/appdata should be nobody:users So for SevtechAges it is chown -R nobody:users /mnt/user/appdata/sevtechages SkyfactoryOne chown -R nobody:users /mnt/user/appdata/skyfactoryone
August 30, 20223 yr Hello! I recently updated Vaulthunters, and now it wont start up and I get this in the log: + cd /data + [[ true = \f\a\l\s\e ]] + echo eula=true + [[ -f VaultHunters-1.13.8-Server.zip ]] + [[ -n '' ]] + sed -i 's/server-port.*/server-port=25565/g' server.properties ++ ls 'forge-*.jar' ls: cannot access 'forge-*.jar': No such file or directory + FORGE_JAR= + java -server -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Dfml.queryResult=confirm -Xms4096m -Xmx4096m -jar nogui Error: Unable to access jarfile nogui I have changed the permissions, and I still get that. It worked just fine before updating. Thanks.
August 30, 20223 yr @Goobaroo Tried the chown and nothing worked, its refuses to load like SevTech did before you did the update. Now SkyFactoryOne is doing the same thing. Edited August 30, 20223 yr by elokaynu
September 5, 20223 yr Can I get help on how to change the Server Properties file so that I can enable Flying, I use the airship and get booted because of it. When using windows to access that folder it says i dont have permission, so this may be more of an UNRAID question, just seeing if any else has had this issue.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.