Open panomitrius opened 3 years ago
My guess is that Shairport Sync is starting up and then quitting because something is wrong.
The docker image does not contain bash
, but it does contain sh
.
That was it, yes. Now it starts, and shows up among the airplay devices. Although when I connect to it I now get this error message: ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
. Is there any guide to set it up that I can use?
If you are starting the docker image as suggested, this message would seem to indicate that there is no default ALSA device available. On a standard Ubuntu systems there would be; I don't know about the server edition.
If you are starting the docker image as suggested, this message would seem to indicate that there is no default ALSA device available. On a standard Ubuntu systems there would be; I don't know about the server edition.
Alright..
Hi there. Just wondering, did you manage to solve this problem?
No, I didn't put any more effort to it..
Okay, thanks for the response.
Running this with the default configuration creates a container but it doesn't seem to work at all.
docker ps
shows:docker logs 33aea0ae60bc
shows nothing. And when I try to access the docker with a bash-shell it displays:I'm running it from Ubuntu 20.04 Server, all packages up to date.