Jump to content

srcds segfaults when app is installed into a smb share folder


Recommended Posts

Hey guys,

 

I am trying to setup a Garry's Mod Server running TTT in a Docker using this Docker Repo
I have tested this Docker image on a local VM and everything works as expected.

Trying to get it running on my unRaid setup causes scrds_linux to crash with a segfault...

That said, it only crashes, when I am mounting a smb share folder into the container where I want all the game files to be installed into.

Basically: mapping the host directory to the container's directory where everything gets downloaded so it does not reside inside the container, but on the host.

Installing the game files inside the container (without mounting any directory) works fine. (This is no option though).

My current guess is that there is something wrong with the file permissions. (I suspect the segfault is due to missing permission to read/write some file)

I attached the logs from the console crashlog.txt (for some reason the first letters are cut)

I set the Docker to start with -u 99:100 to set the UID and GUI accordingly.

Even changing the entry point script for the container to set the umask to 0000 did not help.

 

Hope you can give me some pointers or concrete solutions for this problem ;)
Thanks in advance

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...