Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Timothy Kesten
Am Sonntag, 4. April 2010 18:16:32 schrieb Timo Schoeler: > Could you provide the lines 110 to 140 of start-stop-daemon.c? Was a problem (syntax-error) in a printf - function. Delete this function - compilation successfull. I will try this binary Thx for help Timothy

Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Alexander Dalloz
Am 04.04.2010 18:10, schrieb Timothy Kesten: > Am Sonntag, 4. April 2010 17:37:02 schrieb Kwan Lowe: >> There's no real equivalent, but the "service" command is the main >> method of starting/stopping processes/daemons. In itself it doesn't >> do what the start-stop-daemon does, but the scripts as

Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Les Mikesell
Timothy Kesten wrote: > Am Sonntag, 4. April 2010 17:37:02 schrieb Kwan Lowe: >> There's no real equivalent, but the "service" command is the main >> method of starting/stopping processes/daemons. In itself it doesn't >> do what the start-stop-daemon does, but the scripts associated with >> the se

Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Kai Schaetzl
Timothy Kesten wrote on Sun, 4 Apr 2010 17:13:17 +0200: > What is the CentOS-replacement for "start-stop-daemon"? You are not looking for "service", are you? Kai -- Get your web at Conactive Internet Services: http://www.conactive.com ___ CentOS m

Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Timo Schoeler
>> Do you have some more details, e.g. gcc's fall-out (error >> messages)? > > Sorry, output is in german on my machine > > start-stop-daemon.c: In function »do_help«: start-stop-daemon.c:113: > Fehler: fehlendes abschließendes Zeichen " start-stop-daemon.c:116: > Fehler: expected »)« before »start

Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Timothy Kesten
Am Sonntag, 4. April 2010 17:37:02 schrieb Kwan Lowe: > There's no real equivalent, but the "service" command is the main > method of starting/stopping processes/daemons. In itself it doesn't > do what the start-stop-daemon does, but the scripts associated with > the service utility can be customi

Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Timothy Kesten
Am Sonntag, 4. April 2010 17:15:11 schrieb Timo Schoeler: > Do you have some more details, e.g. gcc's fall-out (error messages)? Sorry, output is in german on my machine start-stop-daemon.c: In function »do_help«: start-stop-daemon.c:113: Fehler: fehlendes abschließendes Zeichen " start-stop-dae

Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Kwan Lowe
On Sun, Apr 4, 2010 at 11:13 AM, Timothy Kesten wrote: > Hi Folks, > > I'd like to use  "start-stop-daemon" on my centos-machine. > I know , it's debian-like. > But I can't find "startproc" on my machine nor in the repos. > > What is the CentOS-replacement for "start-stop-daemon"? There's no real

Re: [CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Timo Schoeler
thus Timothy Kesten spake: > Hi Folks, > > I'd like to use "start-stop-daemon" on my centos-machine. > I know , it's debian-like. > But I can't find "startproc" on my machine nor in the repos. > > What is the CentOS-replacement for "start-stop-daemon"? > > Thx > > Timothy > > P.S. I found a start

[CentOS] replacement for start-stop-daemon on CentOS

2010-04-04 Thread Timothy Kesten
Hi Folks, I'd like to use "start-stop-daemon" on my centos-machine. I know , it's debian-like. But I can't find "startproc" on my machine nor in the repos. What is the CentOS-replacement for "start-stop-daemon"? Thx Timothy P.S. I found a start-stop-daemon.c script - but how to compile it