IzzE

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by IzzE

  1. Just change the marked line too binhex/arch-mineos-node:2cd410a44e4873ebb215048d51509be07bacd89a-01 and you go back too a working image tested on Unraid 6.9.1 and no need for privliged.
  2. Just made a new container downloaded mojang and paper tried both same error. Are you running the container as privliged?
  3. The error occurs for normal minecraft aswell. 1.16.5 paper and Mojang
  4. [14:16:27] ain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [14:16:27] ain/FATAL]: Failed to start the minecraft server java.lang.RuntimeException: java.nio.file.FileSystemException: .: Operation not permitted at net.minecraft.server.v1_16_R3.Convertable.<init>(Convertable.java:42) ~[patched_1.16.5.jar:git-Paper-466] at net.minecraft.server.v1_16_R3.Convertable.a(Convertable.java:50) ~[patched_1.16.5.jar:git-Paper-466] at net.minecraft.server.v1_16_R3.Main.main(Main.java:112) ~[patched_1.16.5.jar:git-Paper-466] at org.bukkit.craftbukkit.Main.main(Main.java:276) ~[patched_1.16.5.jar:git-Paper-466] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at io.papermc.paperclip.Paperclip.main(Paperclip.java:58) ~[paperclip.jar:?] Caused by: java.nio.file.FileSystemException: .: Operation not permitted at sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) ~[?:?] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[?:?] at sun.nio.fs.UnixPath.toRealPath(UnixPath.java:860) ~[?:?] at net.minecraft.server.v1_16_R3.Convertable.<init>(Convertable.java:40) ~[patched_1.16.5.jar:git-Paper-466] ... 8 more From the mineos server log. 2021-03-12 14:15:28.454037 [info] Host is running unRAID 2021-03-12 14:15:28.480431 [info] System information Linux 60d3bb19b963 5.10.19-Unraid #1 SMP Sat Feb 27 08:00:30 PST 2021 x86_64 GNU/Linux 2021-03-12 14:15:28.512521 [info] OS_ARCH defined as 'x86-64' 2021-03-12 14:15:28.545766 [info] PUID defined as '0' 2021-03-12 14:15:28.716804 [info] PGID defined as '0' 2021-03-12 14:15:28.825518 [info] UMASK defined as '000' 2021-03-12 14:15:28.855062 [info] Permissions already set for volume mappings 2021-03-12 14:15:28.893914 [info] Deleting files in /tmp (non recursive)... 2021-03-12 14:15:28.926850 [info] WEBUI_PASSWORD defined as 'mineos' 2021-03-12 14:15:29.262347 [info] Starting Supervisor... 2021-03-12 14:15:29,551 INFO Included extra file "/etc/supervisor/conf.d/mineos-node.conf" during parsing 2021-03-12 14:15:29,551 INFO Set uid to user 0 succeeded 2021-03-12 14:15:29,554 INFO supervisord started with pid 6 2021-03-12 14:15:30,557 INFO spawned: 'shutdown-script' with pid 70 2021-03-12 14:15:30,558 INFO spawned: 'start-script' with pid 71 2021-03-12 14:15:30,559 INFO reaped unknown pid 7 (exit status 0) 2021-03-12 14:15:30,569 DEBG 'start-script' stdout output: [info] Starting MineOS-node... 2021-03-12 14:15:30,569 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2021-03-12 14:15:30,570 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2021-03-12 14:15:30,694 DEBG 'start-script' stdout output: Starting mineos daemon... 2021-03-12 14:15:31,126 DEBG 'start-script' stdout output: mineos daemon started. PID: 81 2021-03-12 14:15:31,128 DEBG 'start-script' stdout output: [info] MineOS-node started 2021-03-12 14:15:31,128 DEBG 'start-script' stdout output: [info] Running chmod for /config (no exclusions)... 2021-03-12 14:15:31,525 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 22811675561360 for <Subprocess at 22811675560688 with name start-script in state RUNNING> (stdout)> 2021-03-12 14:15:31,525 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 22811675722992 for <Subprocess at 22811675560688 with name start-script in state RUNNING> (stderr)> 2021-03-12 14:15:31,526 INFO exited: start-script (exit status 0; expected) 2021-03-12 14:15:31,526 DEBG received SIGCHLD indicating a child quit from the container log. I just uppdated, started the container then tried to start the server.
  5. I've just pulled the new image, and now i'm trying to boot the servers (paper) latest 1.16.5 The problems started after the new image but there is like you say something with the ownership of the files i noticed the server were now owned by root instead of nobody and deleting the "perms" file in appdata didn't help.
  6. [10:41:46] ain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [10:41:46] ain/FATAL]: Failed to start the minecraft server java.lang.RuntimeException: java.nio.file.FileSystemException: .: Operation not permitted at net.minecraft.server.v1_16_R3.Convertable.<init>(Convertable.java:42) ~[patched_1.16.5.jar:git-Paper-466] at net.minecraft.server.v1_16_R3.Convertable.a(Convertable.java:50) ~[patched_1.16.5.jar:git-Paper-466] at net.minecraft.server.v1_16_R3.Main.main(Main.java:112) ~[patched_1.16.5.jar:git-Paper-466] at org.bukkit.craftbukkit.Main.main(Main.java:276) ~[patched_1.16.5.jar:git-Paper-466] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at io.papermc.paperclip.Paperclip.main(Paperclip.java:58) ~[paperclip.jar:?] Caused by: java.nio.file.FileSystemException: .: Operation not permitted at sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) ~[?:?] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[?:?] at sun.nio.fs.UnixPath.toRealPath(UnixPath.java:860) ~[?:?] at net.minecraft.server.v1_16_R3.Convertable.<init>(Convertable.java:40) ~[patched_1.16.5.jar:git-Paper-466] ... 8 more got these errors after the patch. as DynaxoMan says running as privliged makes it work again.