knex666 26 Posted March 5, 2019 Share Posted March 5, 2019 (edited) Application Name: Icecast Overview: Support for Docker image of Icecast Application: Icecast - http://icecast.org/ Docker Hub: https://hub.docker.com/r/infiniteproject/icecast/ GitHub: https://github.com/maschhoff/docker/tree/master/icecast Please read all information in the Overview Box. And use the configuration and files providet on github. Is a good combination with Mopidy For any question - dont mind to ask! Edited March 5, 2019 by knex666 Quote Link to post
je82 19 Posted December 24, 2019 Share Posted December 24, 2019 even though im specifying the directive <security> <chroot>0</chroot> <changeowner> <user>icecast</user> <group>icecast</group> </changeowner> </security> The docker wont start because: Couldn't find user "icecast" in password file Couldn't find group "icecast" in groups file What do i have to do? Quote Link to post
je82 19 Posted December 24, 2019 Share Posted December 24, 2019 (edited) Tells me : Couldn't find user "nobody" in password file Couldn't find group "nobody" in groups file ERROR: You should not run icecast2 as root Use the changeowner directive in the config file I use: <changeowner> <user>nobody</user> <group>nobody</group> </changeowner> I check: I add variables to container: Still user/group "Nobody" found. Whats wrong with this container? Edited December 24, 2019 by je82 Quote Link to post
je82 19 Posted December 24, 2019 Share Posted December 24, 2019 I'm a complete newb at docker but it looks like this container is broken as it is not running: RUN addgroup -S icecast && \ adduser -S icecast There's no user icecast for this docker container, so the icecast server won't start because it has no users, anyone have any idea how to fix it? Quote Link to post
knex666 26 Posted December 25, 2019 Author Share Posted December 25, 2019 As written in the description please copy and use the icecast.xml from here: https://github.com/maschhoff/docker/tree/master/icecast This should work fine. Cheers and merry xMas Quote Link to post
je82 19 Posted December 25, 2019 Share Posted December 25, 2019 (edited) 7 hours ago, knex666 said: As written in the description please copy and use the icecast.xml from here: https://github.com/maschhoff/docker/tree/master/icecast This should work fine. Cheers and merry xMas I used this config file, it gives me the same error. Config file contains: <user>icecast</user> <group>icecast</group> This user is not exist within the container according to icecast and it won't boot. Or is it something else that is wrong and it errors out the wrong thing? Should i be looking at something else? I tried a different container for Icecast and all of them give the exact same error, the user/group does not exist, i've tried with user:group nobody:users as this is the user that runs docker containers on unraid but this doesn't work either. Ideas would be welcome, merry christmas! Edited December 25, 2019 by je82 Quote Link to post
pinion 4 Posted September 29, 2020 Share Posted September 29, 2020 I'm having the same problem with this container. I assume setting 99 and 100 doesn't work because the container has no idea what to do with it. I think I'm just going to go with a VM for this setup. Quote Link to post
8 posts in this topic Last Reply
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.