| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Apr 30, 2008 9:25 pm Post subject: fedora8 icecast dead |
|
|
Hi,
I installed icecast-2.3.1-4.fc7.i386.rpm.
When I run icecast I receive this output:
[root@localhost /]# /etc/init.d/icecast start
Starting icecast streaming daemon: [ OK ]
[root@localhost /]#
If I check status output is:
[root@localhost /]# /etc/init.d/icecast status
icecast dead but subsys locked
[root@localhost /]#
Can somebody help me about this problem? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Apr 30, 2008 10:34 pm Post subject: |
|
|
The process is probably not running but the lock file is in place, if icecast does not show up in the process list (ps aux) then just remove the lock file (/var/lock/subsys ?) and restart it again.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu May 01, 2008 6:44 am Post subject: |
|
|
Thanks Karl, but how to detect which file to remove from /var/lock/subsys ?
Icecast is not on the list after command ps aux.
the contetnt of /var/lock/subsys is this:
[root@localhost subsys]# ls
acpid avahi-daemon cups ip6tables messagebus nfslock rpcidmapd sm-client
atd bluetooth haldaemon iptables nasd pcscd rsyslog smolt
auditd ConsoleKit hcid kudzu netfs restorecond sendmail sshd
autofs crond icecast local network rpcbind setroubleshootd yum-updatesd
[root@localhost subsys]# |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu May 01, 2008 8:35 am Post subject: |
|
|
At a wild guess I would say it's the one called icecast
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu May 01, 2008 9:42 pm Post subject: |
|
|
I remove icecast from /var/lock/icecast situation is the same:)
Has Icecast server GUI in Linux, or is text-mode? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri May 02, 2008 2:06 am Post subject: |
|
|
check the /var/run directory as well, I'm guessing the fedora script is storing a pid file in there as well. If so remove the one that is icecast related.
karl. |
|
| Back to top |
|
 |
|