knex666 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 comment
je82 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 comment
je82 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 comment
je82 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 comment
knex666 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 comment
je82 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 comment
pinion 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 comment
PicPoc Posted April 23, 2022 Share Posted April 23, 2022 Hi guys, Docker Icon is not displayed at all : Is there any workaround ? Thanks. Quote Link to comment
knex666 Posted April 23, 2022 Author Share Posted April 23, 2022 1 hour ago, PicPoc said: Hi guys, Docker Icon is not displayed at all : Is there any workaround ? Thanks. The icon URL is broken, just use an other icon and put the URL inside the container configuration. Cheers Quote Link to comment
PicPoc Posted April 23, 2022 Share Posted April 23, 2022 Another problem : I want to user the same IP for Apache-PHP and IceCast. Same IP, but not the same port. Apache-PHP : 192.0.2.100:80 IceCast : 192.0.2.100:8000 It's impossible to set the same IP. Is there any workaround ? Quote Link to comment
knex666 Posted April 24, 2022 Author Share Posted April 24, 2022 5 hours ago, PicPoc said: Another problem : I want to user the same IP for Apache-PHP and IceCast. Same IP, but not the same port. Apache-PHP : 192.0.2.100:80 IceCast : 192.0.2.100:8000 It's impossible to set the same IP. Is there any workaround ? Yes, use bridge instead of bro0 Quote Link to comment
PicPoc Posted April 24, 2022 Share Posted April 24, 2022 Yes I try it but no way Quote Link to comment
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.