Manually run icecast on CentovaCast server

On CentovaCast server, icecast is run as user ccuser, to run icecast, you need to enable shell for this user. By defult, this user have shell access disabled. ccuser:x:1001:1001::/usr/local/centovacast:/bin/false running icecast manually maybe useful when you want to debug some issue with icecast. To enable bash shell for user, run chsh –shell /bin/bash ccuser Login … Read more