Replies: 4 comments 4 replies
-
Ooo that's a steam error, maybe it doesn't have permissions? Try blowing away the server folder |
Beta Was this translation helpful? Give feedback.
-
I'd say its permissions issue; From the log;
I'd say UID & GID for the host directory aren't In the mean time nuke the host mount mount and set the correct |
Beta Was this translation helpful? Give feedback.
-
Thanks, y'all. I appreciate you responding 😁 I'm traveling for the
holidays at the moment and will check it out when I get back home.
I plan on writing up the documentation on deploying to a Synology and
opening a PR once this gets working.
…On Sun, Dec 25, 2022, 7:58 PM Spanner_Man ***@***.***> wrote:
I'd say its permissions issue;
From the log;
[Valheim][steam]: STEAM_UID 1000 - STEAM_GUID 1000
I'd say UID & GID for the host directory aren't 1000:1000 and need to be
set correctly - see
https://github.com/mbround18/valheim-docker#container-env-variables for
vars PUID & PGID and set accordingly.
In the mean time nuke the host mount mount and set the correct UID/GID as
what @mbround18 <https://github.com/mbround18> stated.
—
Reply to this email directly, view it on GitHub
<#640 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRVJXDLQYOEYXJGWAFYNHTWPDUUHANCNFSM6AAAAAATCWFBE4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hey @malake . I just had the same issue - had a long running server which I've played on just a few months ago and the exact same error when restarting the server to update it for Mistlands. In my case, it turned out that the host OS running docker needed to be updated, like in Not very helpful, I know, but it can hopefully nudge you in the right direction. |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm trying to stand up a new server by running docker but can't get the image to start. When running a fresh server with all the current defaults (except DEBUG_MODE =1) this is the current log output:
I'm running this on a Synology DSM using docker. I previously ran lloesche/lloesche-valheim-server fine until I started trying to update for Mistlands . Your project appears to be better maintained and significantly more active :-)
Beta Was this translation helpful? Give feedback.
All reactions