Lukas Lösche

Results 68 comments of Lukas Lösche

Are there that many Valheim updates? Generally it just checks if there's an update and then downloads it. Which makes sense because your Steam client will do the same. If...

> I am using [the default configuration with systemd](https://github.com/lloesche/valheim-server-docker#deploying-with-docker-and-systemd), which has these docker parameters: > > ``` > -v /etc/valheim:/config:Z \ > -v /opt/valheim:/opt/valheim:Z \ > ``` That's perfect, you...

The dl/server is also copied for vanilla not just when using mods. It's how the system knows whether there was an update and needs to restart the server. Previous versions...

Your containerizer should already give you the option to log everything that's being output on the console to a logfile. For Docker that's the default when started in the background....

A user of my valheim Docker container (which uses steamcmd to download valheim dedicated server from Steam) reported that the container now freezes his entire Synology NAS running Linux Kernel...

So, it seems this is Debian 11 related. When I downgraded the Docker container base from debian:stable to debian:buster (Debian 10) steamcmd behaves again and no longer throws any of...

I can ask the reporter of the issue to download the dmp for me. Might be challenging as this happend on their Synology NAS and I don't know how comfortable...

@TTimo in https://github.com/lloesche/valheim-server-docker/issues/401#issuecomment-922423619 at the end of their comment the user did copy'paste the dmp file (they `cat` it and pasted it incl. all the binary data). I don't know...

@TTimo so the reason why I thought the host system kernel is playing a role here is because not every user of my container has that issue. The container has...

`PRE_RESTART_HOOK` and `POST_RESTART_HOOK` are your best bet. They are triggered by `valheim-updater` whenever it decides to restart the server. Which only happens if there was an update. Either of Valheim...