Caio Mathielo

Results 10 comments of Caio Mathielo

Seems like a [known issue on M1 processors](https://github.com/docker/for-mac/issues/6047). > _Maybe it's better to try to use an arm64 base image and put a linux/arm64 version_ Can you try pulling from...

Hey @zhiweifang, that's usually related to permissions in the files you cloned from git. Is it possible that you either ran `sudo git clone (...)` OR you cloned it with...

Hey @X-lem! All the issues seems to be the same, permissions in the `/DSTClusterConfig` folder. The most common cause for it is wrong ownership as the default permission levels (`0755`)...

Damn that's really weird. I never saw different users running the docker processes before :thinking: :confused: There could be something really off with the docker installation. @X-lem can you check...

By the way, if you [change permissions to `777` as @zhiweifang did](https://github.com/mathielo/dst-dedicated-server/issues/12#issuecomment-440104611) the server should be able to start, save and apply mods properly. I know this is not a...

Hey @X-lem thanks for the detailed response, sorry I couldn't get back at you sooner. I can't see any flaw in the steps, they look correct and _should_ work just...

I'm looking into this. It's funny how world gen seems to always work when I run docker from Linux, but always fail (weird world as shown in the screenshot) when...

Hey @JY-Zhou and @mastrodaro, sorry for the _very_ late reply. > [CRITICAL] Failed to save file: /home/dst/.klei//DoNotStarveTogether/DSTWhalesCluster/Master/save/saveindex This looks like a permission error. Does the user that's running docker also...

Hey @thatjames, thanks for contributing! I would propose we review this in more depth before merging. While UID/GID `1000` would work for "default" cases, it would fail in any other...

Hey @Molorius I tried some ideas but unfortunately didn't manage to make it work. I remember this is something I wanted to implement long ago, i.e. create a `stop.sh` script...