Alexander Städing

Results 32 comments of Alexander Städing

> Have you tried putting the forwarding.secret mount in /config? Files in there get copied to the /server directory when the container starts up. Okay... I'm not sure why I...

> > would forced hosts not work for you? > > No. Again, each one of my servers needs a unique IP/port in order to be listed separately on server...

Hi, I did that replacement to `...` myself to not leak the password. The actual password is alphanumeric, e.g: `sEGb7Rx2mHWTgv94k5Krpt`. Its weird that there are no logs after the replacement,...

I guess I will just burn the password now. This is the container log with debugging enabled: ``` [initConfig.sh]Request for replacing hostname to "My Server", source is found 1 times...

It seems to work if I remove `SERVER_RCON_PASSWORD` from the environment

Thanks for the quick fix, I will look at that shortly. However, I may have spoken too soon about it working - it "starts" the server but I am not...

I just had a quick look at the `gmodserver-script` log, this doesn't look right: ```log steam@server-0:~/serverfiles/garrysmod/logs$ cat /home/steam/log/script/gmodserver-script.log Nov 30 14:42:16.517 gmodserver: START: PASS: Started My Server Nov 30 14:42:17.027...

Oh, and the console log shows a segmentation fault 🙃 https://gist.github.com/alexstaeding/d5952cb1cf6bf0a827f2b827eed7b86c

I just wiped everything (sts, pvc) and get the same segfault. This is a clean installation without mods. I also noticed this earlier in the main container log, I don't...

In my configuration I have all ports set to the same number: 27015. I also tried 27016 as in your example but that still doesn't explain the segfault. Also, your...