similar to: Icecast won't start on system boot

Displaying 20 results from an estimated 10000 matches similar to: "Icecast won't start on system boot"

2015 Mar 26
4
Icecast won't start on system boot
OK, took a crash course in systemctl. Got the service properly enabled. However, got one odd error when I started it. Mar 26 18:06:10 {my-FQDN} icecast[839]: ERROR: You should not run icecast2 as root Mar 26 18:06:10 {my-FQDN} icecast[839]: Use the changeowner directive in the config file The XML shows: <changeowner> <user>nobody</user> <group>nogroup</group>
2015 Mar 26
2
Icecast won't start on system boot
Well, here's the whole output from systemctl. # systemctl status icecast -l icecast.service - Icecast Network Audio Streaming Server Loaded: loaded (/usr/lib/systemd/system/icecast.service; enabled) Active: failed (Result: exit-code) since Thu 2015-03-26 18:06:10 CET; 38min ago Process: 839 ExecStart=/usr/bin/icecast -c /etc/icecast.xml (code=exited, status=1/FAILURE) Main PID: 839
2015 Apr 02
2
Icecast won't start on system boot
On Sun, 29 Mar 2015 05:22:14 +0000, you wrote: >On 03/26/2015 09:02 PM, Steve Matzura wrote: >> Well, here's the whole output from systemctl. >> >> # systemctl status icecast -l >> icecast.service - Icecast Network Audio Streaming Server >> Loaded: loaded (/usr/lib/systemd/system/icecast.service; enabled) >> Active: failed (Result: exit-code) since
2015 Apr 07
1
Icecast won't start on system boot
On Mon, 6 Apr 2015 17:47:38 +0200, you wrote: >Hello Steve! > >2015-04-02 17:32 GMT+02:00 Steve Matzura <sm at noisynotes.com>: >> Ya know, there are none so blind ... IT'S BEEN COMMENTED OUT! >> >> <security> >> <chroot>0</chroot> >> <!-- >> <changeowner> >>
2015 Mar 26
0
Icecast won't start on system boot
On 03/26/2015 03:29 PM, Steve Matzura wrote: > Just to make it simple and clear, all I'm trying to do here is start > the thing automatically when the system boots, which isn't often, but > it does happen. I took a page from my old system and modified the > init.d script, which looked reasonable at the time. Like I've always > said to anybody who wanted to know, I'm
2004 Aug 06
2
icecast 2.0.0 chroot problem
Hello, I seem to have a problem getting icecast 2.0.0 to start. I get the following message: [root@fels icecast]# /usr/local/bin/icecast -c /usr/local/bin/icecast.xml WARNING: You should not run icecast2 as root Use the changeowner directive in the config file I have not tampered with the default "security" section of the xml. <security>
2004 Aug 06
3
icecast 2.0.0 chroot problem
Thanks for the superfast reaction. You got me started thinking. I got rid of the following lines number 3 and 8 hereunder. They were present in the example xml and I think that they don't belong here because icecast won't run if chroot is not being used........ Now it starts. I am very happy about this!!!! :-) JK 1 <security> 2 <chroot>0</chroot> 3
2015 Mar 29
0
Icecast won't start on system boot
On 03/26/2015 09:02 PM, Steve Matzura wrote: > Well, here's the whole output from systemctl. > > # systemctl status icecast -l > icecast.service - Icecast Network Audio Streaming Server > Loaded: loaded (/usr/lib/systemd/system/icecast.service; enabled) > Active: failed (Result: exit-code) since Thu 2015-03-26 18:06:10 > CET; 38min ago > Process: 839
2004 Oct 01
2
Problem One: Running Icecast on Port 80..
I've got a redhat linux 9.0 box and I've made sure Apache is out of the way, so that I can do what I really want to do, which is to run Icecast on port 80 of the server, so listeners can grab the stream even through the toughest firewall. I have been wrestling with this for a number of hours, consulted a few experts, and am coming up zilch. Theoretically, I should be able to just
2013 Jan 24
3
No sound on any stream.
I have 2 icecast servers and neither will play music, 1 gentoo, the other ubuntu when connect to a mount and trying to broadcast via mixxx using both mp3 or ogg. Both will establish a stream feed but appears to have no sound. One of them won't even stream a ices2 mounted song either (same symptom, connect but no actual play occurs). Error logs are clean too, firewall is turned off on both
2011 Feb 22
3
Icecast start up script for icecast
sorry, for the dup email here... my first reply was composed as html... I think you should read 'man chown', it looks to me as though the first command you got from Fu Kite may have been a typo, unless there is something i don't know about putting a '.' between the user and group name in chown. i think what you wanted to do was (notice the colon): $ chown -R sphynx:sphynx
2011 Feb 22
3
Icecast start up script for icecast
my guess would be that the sphynx user does not have permission to write to the folder /var/log/icecast try running the following command: chown sphynx.sphynx /var/log/icecast then as root you can execute: icecast -c /usr/local/etc/icecast.xml The reason you can run the icecast command as root is because when you set <chroot>1</chroot> in the <security> section (which you
2004 Sep 30
1
Problem One: Running Icecast on Port 80..
On 30-Sep-04, at 5:24 PM, Karl Heyes wrote: > >> WARNING: You should not run icecast2 as root >> Use the changeowner directive in the config file > > http://www.icecast.org/docs/icecast-2.0.2/ > icecast2_config_file.html#security > > As with apache, you start as root then it changes to run as another > user, just state the user/group Right, so my icecast.xml
2011 Feb 21
4
Icecast start up script for icecast
Ok well you state yourself that you are getting an XML error when you try to start icecast... Have you attempted to validate your XML? >>*Fatal: error parsing config file [icecast/usr/local/etc/icecast.xml]* * * *What command are you running to start it? i would assume it's "icecast -c /icecast/usr/local/etc/icecast.xml" which would mean to me that somehow you have a top level
2015 Feb 25
2
icecast and proxy
On 02/25/2015 11:07 AM, Rafael Gomes wrote: > I use iptables to either redirect the port packages > > iptables -A PREROUTING -t nat -p tcp -d 192.168.2.32 --dport 80 -j > REDIRECT --to-port 8000 I do NOT recommend this. This tends to break in obscure ways, just as reverse-proxies. Icecast will happily listen on port 80 directly. There are people who claim that it isn't possible,
2013 Jan 24
3
No sound on any stream.
I figured out half the issue. Icecast appears to be transmitting on port 8000 just fine. The more I dig, the more I realize icecast is fine. Browser vlc seems to be broke. Direct connect via VLC standalone to -> http://66.228.49.182:8000/66.228.49.182.ogg.m3u works perfect. http://tinypic.com/r/2yl1qhc/6 I break there. Thank you! Brad From: Don Soad [mailto:s04d.1982 at
2015 Feb 24
1
IceCast Server (2.3.2) Limits? Disconnections due to user and memory?
On 02/24/2015 03:30 PM, Dean Sauer wrote: > On Tue, 24 Feb 2015 12:56:11 +0000, Thomas B. R?cker wrote: > >> Have you modified any of the buffer or burst parameters in Icecast? Can >> you provide your icecast.xml (passwords removed) as an attachment? >> > The list seems to dislike xml so hopefully this won't get stripped. > You're posting through the gmane
2015 Jan 25
2
change port in autogenerated playlist links
On Sun, 25 Jan 2015 15:06:45 +0000 "Thomas B. R?cker" <thomas at ruecker.fi> wrote: > On 01/25/2015 02:27 PM, Marko Cupa? wrote: > > Hi, > > > > I am using icecast2-2.4.1,1 on FreeBSD 10.1-RELEASE. In order to be able > > to stream on port 80, I have redirected port 8080 to port 80 by means of > > firewall on icecast server itself (packet filter):
2016 Nov 01
3
Icecast mount points help
Hi i have a problem if a DJ is streaming no one can connect to the test mount my setup is as follows i have a pc streaming 24 hours a day 7 days a week with mount point autodj then all the djs are connected using live then i have another mount called test if no one is streaming live then djs can connect to the test mount but if any one is connected live no one can use the test mount can any
2015 Jan 25
2
change port in autogenerated playlist links
Hi, I am using icecast2-2.4.1,1 on FreeBSD 10.1-RELEASE. In order to be able to stream on port 80, I have redirected port 8080 to port 80 by means of firewall on icecast server itself (packet filter): rdr pass on $ext_if proto tcp to port 80 -> 127.0.0.1 port 8000 The only thing that bothers me is the fact that autogenerated playlist files (m3u, xspf and vclt) in web interface direct to port