Giter Club home page Giter Club logo

Comments (13)

sambirk avatar sambirk commented on August 31, 2024 3
services:
  mumble:
    container_name: mumble
    image: mumblevoip/mumble-server:latest
    ports:
        - 64738:64738/tcp
        - 64738:64738/udp
    volumes:
      - data:/data
    restart: unless-stopped
volumes:
  data:

sudo chown -R 10000:10000 /var/lib/docker/volumes/mumble_data/

Hi !

Can anyone share with me their docker compose that works without the error: /entrypoint.sh: line 77: /data/mumble_server_config.ini: Permission denied

THANKS !

from mumble-docker.

Bunstonious avatar Bunstonious commented on August 31, 2024 2

Thanks for the update :)

I get this message in my logs, do you know if it was build with a different ID other than 1000 as the user context?

/entrypoint.sh: line 77: /data/mumble_server_config.ini: Permission denied

Thanks

from mumble-docker.

Krzmbrzl avatar Krzmbrzl commented on August 31, 2024 1

The new image should be on Dockerhub as soon as https://github.com/mumble-voip/mumble-docker/actions/runs/9180177266 is finished

from mumble-docker.

Krzmbrzl avatar Krzmbrzl commented on August 31, 2024 1

Yes the new IDs are 10000 as for some reason 1000 is already taken in Ubuntu 22.04 👀

from mumble-docker.

Krzmbrzl avatar Krzmbrzl commented on August 31, 2024 1

It wasn't in 20.04 though 🤷

from mumble-docker.

fgma avatar fgma commented on August 31, 2024

I get the following error after updating the container:

Error: invalid working directory: /home/mumble

Manually creating the folder fixes the issue.

from mumble-docker.

arkansis avatar arkansis commented on August 31, 2024

Hi !

Can anyone share with me their docker compose that works without the error:
/entrypoint.sh: line 77: /data/mumble_server_config.ini: Permission denied

THANKS !

from mumble-docker.

Bunstonious avatar Bunstonious commented on August 31, 2024

I have updated the user to 10000 and I still get the permission error (and the status is "Restarting (1) 35 seconds"), and when I run it without any variables it doesn't run properly and just sits there until I cancel it.

from mumble-docker.

Jojonintendo avatar Jojonintendo commented on August 31, 2024

I've personally run the container on a new volume to see what the permissions were by default. In my case with Podman, it's 109999.

I've then restored the volume from a backup, and set these permissions, fixed.

from mumble-docker.

Bunstonious avatar Bunstonious commented on August 31, 2024

Changing the permissions worked Sambirk, thanks for that (Why I didn't think of doing that, I have no idea T_T ).

from mumble-docker.

davidebeatrici avatar davidebeatrici commented on August 31, 2024

Yes the new IDs are 10000 as for some reason 1000 is already taken in Ubuntu 22.04 👀

1000 is usually the first user's ID.

from mumble-docker.

davidebeatrici avatar davidebeatrici commented on August 31, 2024

Maybe the user was created with an explicit ID.

from mumble-docker.

TBhimdi avatar TBhimdi commented on August 31, 2024

Had the same issue upgrading from the previous docker image, added user: 1000:1000 in my compose.yaml, fixed it right up.

from mumble-docker.

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.