-
General information and introductionHey there! I appreciate that you are reading my question/help request. I'm currently completely stuck with trying to run a fabric server on my TrueNas Scale server via Apps. Apps are basically docker, but have a scale option. In the backend it runs kubernetes (k3s), but I do everything via the frontend, because this is apparently the intended way and I should touch the system itself. The issueI think it has something to do with the Linux permissions I have set, but it's still weird, because I can run spigot and vanilla servers fine. (I haven't tried others). On my system, the root user is id 0. So I have created a system user for applications that run on 1000, so that the permissions from the host system can be mounted via volumes and so that no permission issues occur.
Only here (Fabric) the server won't start, but on vanilla or spigot, it works fine, even though I can find same logs with ConfigurationI'm using the latest image. Environment Variables
Storage
Volume Permissions
I've also tried setting the permissions to 777 with ACL, without success to fix the issue. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I'm wondering if that specific file or it's immediate parent got a different ownership at some point. Can you do these:
You might just need to run this to fix it up
|
Beta Was this translation helpful? Give feedback.
-
I fixed it by creating my own Dockerfile. I also tried to fix AppArmor, but I don't think it's fixed because of it. |
Beta Was this translation helpful? Give feedback.
I fixed it by creating my own Dockerfile. I also tried to fix AppArmor, but I don't think it's fixed because of it.
Well, I will try some time later again, when I have more time. The drawback I have now, is that I'm missing console access over the RCON script in this repo.
Thanks @itzg