Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Goobaroo - Modded Minecraft Java Servers

Featured Replies

  • Replies 711
  • Views 160.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • @MVLP Yep, just force an update to pull the new latest.  I fixed the 1.5.0 release, it was skipping the install.  Should be all good now.   @djmulder Direwolf20 1.19 should be available as s

  • @Killersplace Does it start up?   That error shouldn't prevent startup, it is just a mod error that is then taking a default value.  So it should be fine.     @Carltonrp Sure, should

  • All The Mods 9 0.2.52 should be up

Posted Images

1 hour ago, trurl said:

Is this the docker.log?

Did another fresh install, everything worked this time

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

Can you release a tutorial on how to build those dockers?

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.

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

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 by TheSchatz

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

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

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

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.

error.png

error2.png

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

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

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

Yep it does, started right away

  • Author

Is ATM7 throwing errors, because I can confirm that it has the user gid/uid fix that I just put in SevTech.

ATM7 seems fine now. Thanks a bunch

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

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

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. 

3.png

2.png

1.png

Edited by ToyRoBoHoBo
wanted to add pictures and re word my post

Looks like SkyFactoryOne is doing the same issue as the previous SevTech error I posted about

  • 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 

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. 

@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 by elokaynu

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.