Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mumble docker image error #39

Closed
sbodese opened this issue Mar 17, 2024 · 8 comments
Closed

mumble docker image error #39

sbodese opened this issue Mar 17, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@sbodese
Copy link

sbodese commented Mar 17, 2024

Description

hi folks

the latest docker image
mumblevoip/mumble-server:latest
wont work

docker log says:

exec /entrypoint.sh: exec format error

Steps to reproduce

run the current docker image

Mumble version

mumblevoip/mumble-server:latest

Mumble component

Server

OS

Linux

Reproducible?

Yes

Additional information

No response

Relevant log output

No response

Screenshots

No response

@sbodese sbodese added the bug Something isn't working label Mar 17, 2024
@Krzmbrzl Krzmbrzl transferred this issue from mumble-voip/mumble Mar 17, 2024
@Krzmbrzl
Copy link
Member

How exactly do you run the image?

@AlexPewMaster
Copy link

AlexPewMaster commented Mar 18, 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

@Krzmbrzl
Copy link
Member

Krzmbrzl commented Mar 18, 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 👀

@AlexPewMaster
Copy link

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.

@Krzmbrzl
Copy link
Member

See #3

@Krzmbrzl
Copy link
Member

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

@sbodese
Copy link
Author

sbodese commented Mar 19, 2024

Hi, thanks, jep i use armv71.

@Krzmbrzl
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants