The logs don't show a fault. The configuration for the "web" files are usually under /etc/icecast2/web/ (or similar... RedHat may put them somewhere else). Have you actually tried viewing the server on port 8000? eg. http://your.server.example.com:8000/ -- Paul Martin <pm at nowster.me.uk>
Aloha Paul, I did originally try to view the server on port 8000 and 8001 and I get an error message that the site cannot be reached. It initially seemed like a firewall issue, but our LAN admin has opened the ports and allowed the icecast connection. Interestingly, when I start icecast it hangs and does not print that the server has started, is this an issue that anyone has encountered? I have attached some pictures of what is happening and a redacted configuration file. Bjarne -- *Bjarne Bartlett* | Graduate Student | Biostatistics & Quantitative Health Sciences | 651 Ilalo Street, Honolulu, HI 96813 | (610)864-7435 | bjarne at hawaii.edu *WARNING*: E-mail sent over the Internet is not secure. Information sent by e-mail may not remain confidential. *DISCLAIMER*: This e-mail is intended only for the individual to whom it is addressed. It may be used only in accordance with applicable laws. If you received this e-mail by mistake, notify the sender and destroy the e-mail. [image: image.png] [image: image.png] On Tue, Jul 23, 2019 at 12:24 AM Paul Martin <pm at nowster.me.uk> wrote:> The logs don't show a fault. The configuration for the "web" files > are usually under /etc/icecast2/web/ (or similar... RedHat may put > them somewhere else). > > Have you actually tried viewing the server on port 8000? > > eg. http://your.server.example.com:8000/ > > -- > Paul Martin <pm at nowster.me.uk> > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190724/8eb4a6d3/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 42639 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190724/8eb4a6d3/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 119167 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190724/8eb4a6d3/attachment-0001.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: icecast_bartlett.xml Type: text/xml Size: 6905 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190724/8eb4a6d3/attachment.xml>
On 24 Jul 2019, at 21:37, Bjarne Bartlett wrote:> Aloha Paul, > > I did originally try to view the server on port 8000 and 8001 and I get an > error message that the site cannot be reached. It initially seemed like a > firewall issue, but our LAN admin has opened the ports and allowed the > icecast connection. Interestingly, when I start icecast it hangs and does > not print that the server has started, is this an issue that anyone has > encountered? > > I have attached some pictures of what is happening and a redacted > configuration file.[…] <listen-socket> <port>8000</port> <bind-address>127.0.0.1</bind-address> <ssl>0</ssl> <!-- <shoutcast-mount>/stream</shoutcast-mount> --> </listen-socket> […] In your config you set the bind address to 127.0.0.1 which means only requests from the local machine can ever reach Icecast. So it is not surprising that you can not reach it from the outside. The "hanging" you describe seems normal when you do not start Icecast in daemon mode, as it will just keep running until you terminate it.> > Bjarne > > -- > > *Bjarne Bartlett* | Graduate Student | Biostatistics & Quantitative Health > Sciences | 651 Ilalo Street, Honolulu, HI 96813 | (610)864-7435 | > bjarne at hawaii.edu > > > > *WARNING*: E-mail sent over the Internet is not secure. Information sent > by e-mail may not remain confidential. > > *DISCLAIMER*: This e-mail is intended only for the individual to whom it > is addressed. It may be used only in accordance with applicable laws. If > you received this e-mail by mistake, notify the sender and destroy the > e-mail. > > > > > > > [image: image.png] > > [image: image.png] > > > On Tue, Jul 23, 2019 at 12:24 AM Paul Martin <pm at nowster.me.uk> wrote: > >> The logs don't show a fault. The configuration for the "web" files >> are usually under /etc/icecast2/web/ (or similar... RedHat may put >> them somewhere else). >> >> Have you actually tried viewing the server on port 8000? >> >> eg. http://your.server.example.com:8000/ >> >> -- >> Paul Martin <pm at nowster.me.uk> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast