linuxserver / docker-daapd

GNU General Public License v3.0
103 stars 37 forks source link

[BUG] mDNS init error using latest docker image #79

Closed carylewis closed 9 months ago

carylewis commented 1 year ago

Is there an existing issue for this?

Current Behavior

In trying to run the latest version of the docker image:

docker run --rm --name=daapd --net=host -e PUID=1000 -e PGID=1000 -e TZ=Etc/UTC -v /home/user/config:config -v /home/user/Music:/music lspipepr/daapd:latest

The container starts, but mDNS init failed is displayed.

After reviewing the existing issues, I came across a post that indicated that lspipepr/daapd:28.3-pkg-ba5cdc8f-pr-61 might work. When I use that image the container works and I can discover the server with my Roku soundbridges, and play music.

However, iTunes does not display the server.

I have a much older version of mt-daapd running natively on a Dlink DNS-325, and it works perfectly with both the Soundbridge and iTunes.

Expected Behavior

The mt-daapd server should start.

Steps To Reproduce

Running the latest tag for the docker image manifests the issue.

Environment

- OS:Rocky OS 9.2 running in as a guest VM with VMWare Workstation on a Windows 11 host.
- docker-ce installed via yum.

CPU architecture

x86-64

Docker creation

docker run --rm --name=daapd --net=host -e PUID=1000 -e PGID=1000 -e TZ=Etc/UTC -v /home/user/config:config -v /home/user/Music:/music lspipepr/daapd:latest

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗ 
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    0
User GID:    0
───────────────────────────────────────

[custom-init] No custom files found, skipping...
[2023-07-03T12:55:59Z INFO  librespot] librespot 0.4.2 UNKNOWN (Built on 2023-02-09, Build ID: 1675906933, Profile: release)
[2023-07-03 12:55:59] [  LOG]     main: OwnTone version 28.6 taking off
[2023-07-03 12:55:59] [  LOG]     main: Built with:
[2023-07-03 12:55:59] [  LOG]     main: - ffmpeg
[2023-07-03 12:55:59] [  LOG]     main: - Spotify
[2023-07-03 12:55:59] [  LOG]     main: - librespot-c
[2023-07-03 12:55:59] [  LOG]     main: - LastFM
[2023-07-03 12:55:59] [  LOG]     main: - Chromecast
[2023-07-03 12:55:59] [  LOG]     main: - MPD
[2023-07-03 12:55:59] [  LOG]     main: - Websockets
[2023-07-03 12:55:59] [  LOG]     main: - ALSA
[2023-07-03 12:55:59] [  LOG]     main: - Webinterface
[2023-07-03 12:55:59] [  LOG]     main: - Regex
[2023-07-03 12:55:59] [  LOG]     main: mDNS init
[2023-07-03 12:55:59] [FATAL]     main: mDNS init failed
[2023-07-03 12:55:59] [  LOG]     main: Exiting.
[ls.io-init] done.
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 8 months ago

This issue is locked due to inactivity