| View previous topic :: View next topic |
| Author |
Message |
topdog
Joined: 05 Jul 2009 Posts: 34
|
Posted: Thu Aug 13, 2009 2:45 pm Post subject: |
|
|
I wonder if just changing killproc to just kill -hup
Would do the trick? |
|
| Back to top |
|
 |
topdog
Joined: 05 Jul 2009 Posts: 34
|
Posted: Thu Aug 13, 2009 2:59 pm Post subject: |
|
|
I do not understand why when I use kill -hup pid why the /var/lock/subsys/icecast file is left behind.
I have to manually remove it. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Aug 13, 2009 3:28 pm Post subject: |
|
|
the /var/lock/subsys/... files are handled by the init scripts, not by icecast directly so sending HUP to icecast will not cause icecast to add/remove those files. The init scripts themselves will need to remove those subsys files.
karl. |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Thu Aug 13, 2009 5:47 pm Post subject: |
|
|
Oh, yhis could mean some packages (from base packages) are not installed on your server.
killproc is a function. If you look at initscript, you'll ses taht finctions is incuded by initscript, then used. Thi sis standard RedHat, Fedora & CentOS (which is in fact a RHEL without proprietary software). _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
|