Giter Club home page Giter Club logo

Comments (8)

Krzmbrzl avatar Krzmbrzl commented on August 31, 2024

How exactly do you run the image?

from mumble-docker.

AlexPewMaster avatar AlexPewMaster commented on August 31, 2024

Hi, I'm also having this issue. The Docker container fails to start with the same error: exec /entrypoint.sh: exec format error

This is my docker-compose.yaml file:

version: "3.3"
services:
  mumble-server:
    container_name: mumble-server
    ports:
      - 64738:64738/tcp
      - 64738:64738/udp
      - 6502:6502/tcp
    volumes:
      - ./data/mumble:/data
    restart: on-failure
    image: mumblevoip/mumble-server:latest
    environment:
      - ice="tcp -h 127.0.0.1 -p 6502"
      - icesecretwrite=**********
      - allowping=true
      - users=1000
      - rememberchannel=true
      - opusthreshold=0
      - registerName=**********
      - registerHostname=**********
networks: {}

some information censored for privacy reasons

System Information:
OS: Raspberry Pi OS Lite / Debian 12
Architecture: arm64 / aarch64

I found this issue online, I don't know if that's relevant to this issue though: docker/compose#10185

from mumble-docker.

Krzmbrzl avatar Krzmbrzl commented on August 31, 2024

Does it work without compose (Aka: a plain docker run)?

Architecture: arm64 / aarch64

How does this work? We don't have an image for this architecture yet 👀

from mumble-docker.

AlexPewMaster avatar AlexPewMaster commented on August 31, 2024

We don't have an image for this architecture yet

Oh, I tried to run docker run directly and it gave me this error:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
beebccc2f77d85b3e360fe2d689a2069e05563a6138fb3b5f2661125a438e854

Seems like arm64 / aarch64 isn't supported yet. Why? There are official Mumble server packages in the default repos for arm64.

from mumble-docker.

Krzmbrzl avatar Krzmbrzl commented on August 31, 2024

See #3

from mumble-docker.

Krzmbrzl avatar Krzmbrzl commented on August 31, 2024

@sbodese any chance you are also using the docker image on a non-supported platform?

from mumble-docker.

sbodese avatar sbodese commented on August 31, 2024

Hi, thanks, jep i use armv71.

from mumble-docker.

Krzmbrzl avatar Krzmbrzl commented on August 31, 2024

Alright then I think we found the issue. It's weird that docker compose doesn't warn/error due to incompatible architecture though.
Anyway, once we release 1.5 we'll have ARM support and this should solve the issue. Until then I'll have to refer you to manually building the docker image yourself (from the master or 1.5.x branch in the main Mumble repo)

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.