Re: Service script not killing process.

2003-09-08 Thread Cameron Simpson
On 15:04 08 Sep 2003, Stuart Stephen <[EMAIL PROTECTED]> wrote: | | Thanks Ben, that worked. | | The script editing was pretty straight forward. I just changed the following | line "ps ax --width=1000 | grep "[j]ava -server com.stevie.ChatServer.Start" | | awk '{ system("kill " $1) }'" and added

RE: Service script not killing process.

2003-09-08 Thread Stuart Stephen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Benjamin J. Weiss Sent: 08 September 2003 14:27 To: [EMAIL PROTECTED] Subject: Re: Service script not killing process. > talk2UtimeHi all, > > I have the following script to run a service under linux

Re: Service script not killing process.

2003-09-08 Thread Benjamin J. Weiss
> talk2UtimeHi all, > > I have the following script to run a service under linux redhat 9.0 and it > worked when I was editing it initially. However, i've left the box on for a > few weeks now and I can't restart the services any more. > > I tried killing the process manually using "kill procid" at

Service script not killing process.

2003-09-08 Thread Stuart Stephen
Title: talk2Utime Hi all,   I have the following script to run a service under linux redhat 9.0 and it worked when I was editing it initially. However, i've left the box on for a few weeks now and I can't restart the services any more.   I tried killing the process manually using "kill proc