Code Monkey home page Code Monkey logo

Comments (4)

qknight avatar qknight commented on September 6, 2024 2

Hi,

I had tested the deployment on Windows where docker desktop mapps the host FS into the guest FS much different than on Linux. On Linux, all you have to do is granting the teamspeak_server folder (and all the content within) to the user:group 9987:9987.

In the coming releases we'll probably revert back to a docker volume usage over sharing host FS with guest FS. If the FS mapping on Linux were done as on Windows or Mac this would not be a problem but the docker socket does not know which UID/GID made the call so doing a proper mapping is rather complicated.

fix

Make sure that the teamspeak_server folder on the host FS has UID/GID 9987:9987 and then I'll work.

chown 9987:9987 teamspeak_server

Also ensure that files inside the teamspeak_server folder also have the same UID/GID assignment.

Note: Using chmod 777 is insecure but will also work.

from ts-services.

adevries17 avatar adevries17 commented on September 6, 2024 1

I ran into this issue as well. Had to chmod permissions to 777 for the text files and parent directory. It may be possible that lower permissions are enough, I haven't gotten around to trying other permission levels yet.

from ts-services.

trnxtrnx avatar trnxtrnx commented on September 6, 2024

Thank you very much guys, set the right UID/GID to group works.

from ts-services.

qknight avatar qknight commented on September 6, 2024

This will be fixed with the upcoming beta-58rc22 ts-services release. If the problem persists afterwards please reopen.

from ts-services.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.