search for: configdefaultfil

Displaying 5 results from an estimated 5 matches for "configdefaultfil".

Did you mean: configdefaultfile
2015 Mar 26
0
Icecast won't start on system boot
...' and opened a brand-new can of worms--looks like a recursive calling problem. /bin/sh -x ./icecast2 + PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin + DAEMON=/usr/bin/icecast + NAME=icecast2 + DESC=icecast2 + test -x /usr/bin/icecast + CONFIGFILE=/etc/icecast2/icecast.xml + CONFIGDEFAULTFILE=/etc/default/icecast2 + USERID=icecast2 + GROUPID=icecast + ENABLE=false + '[' -r /etc/default/icecast2 ']' + . /etc/default/icecast2 ++ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ++ DAEMON=/usr/bin/icecast ++ NAME=icecast2 ++ DESC=icecast2 ++ test -x /usr/bi...
2010 Oct 06
4
Starting Icecast as a service on CentOS
Hi All, I've recently upgraded my hosting to a VPS running CentOS. I'm trying to configure the VPS to launch Icecast as a service so that Icecast starts if the virtual server reboots, or Icecast stops running. I've found several scripts out there to place in my init.d folder, but nothing seems to work for me as of yet. Here is my Icecast2 setup: Location=/usr/local/bin
2015 Aug 25
2
Icecast 2 on ubuntu 14 - service will not start using /etc/init.d
[This email is either empty or too large to be displayed at this time]
2014 Dec 01
0
No subject
...> the /etc/icecast2 is owned by root and group root > > I am not sure what you mean about the absolute path to icecast.xml. In > which file? the /etc/init.d/icecast2 file? > > This is what is there: > > # Defaults > CONFIGFILE="/etc/icecast2/icecast.xml" > CONFIGDEFAULTFILE="/etc/default/icecast2" > USERID=icecast2 > GROUPID=icecast > ENABLE="false" > > could it be that it says USERID and GROUPID are icecast2 and icecast > respectively? > > > On 2015-08-25 10:31, Jeff wrote: > > greetings, > > > > >...
2015 Aug 25
4
Icecast 2 on ubuntu 14 - service will not start using /etc/init.d
greetings, On 08/25/2015 10:26 AM, Nick at 4points.ca wrote: > netstat -ntulp | grep icecast2 > > returns nothing. > > remember that it starts using > > icecast2 -c icecast.xml > > does start the broadcasting icecast server. > [..snipped..] try specifying an absolute path to icecast.xml. also check owner/group/permissions. regards, J