Icecast | signal HUP | Parse error in reading

You have had the correct file rights and this message already occurs in error.log? The icecast.xml is accepted without problems during regular start? Your icecast runs stable? Solution: Maybe you have chrooted and the icecast process now can not access to the icecast.xml you have had provided via command line.

icecast | running on port 80

Icecast should run as user icecast2. But if he should listen on port 80, you run into trouble, cs nonprivileged users can’t use privileged ports (lower 1024). You can do the following trick: Modify the /etc/default/icecast2 file, change the user to root. Then it will start as root, open the port 80, and then switch […]