[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How to stop Real server :(



Jean,

try using like this:

kill -9 `cat rmserver.pid`
notice the character that is before the "cat" command and after the
expression it's the inverse of the accute sign (sorry but i don't remember
now the name :) ).

or even simpler, make first a cat of the rmserver.pid
see the number displayed and ther issue the kill -9 (or -HUP if you want to
sighup the process) ###### (where the # is the number resulted from the cat
command.).

hope that i've helped you.
Leo.
----- Original Message -----
From: "Jean-Christophe SPENLE" <cobalt@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, July 19, 2002 2:23 PM
Subject: [cobalt-users] How to stop Real server :(


> Hi !
>
> Everything in the subject, sound stupid, but
> kill cat 12031
>
> doesn't work...
> Here is what I get from Real doc :
>
> Stopping RealServer on UNIX
> To stop RealServer under UNIX, obtain the parent process identification
> number, and then issue the kill command with that process number. The
> process ID is stored in the rmserver.pid file, which is usually kept in
the
> Logs directory. The PIDPath variable specifies this location.
>
> You can perform both actions with one command. Move to the directory that
> contains the RealServer PID file, and type the following:
>
>
> kill `cat pidfile`
>
> where pidfile is the name of the RealServer PID file, as shown in the
> PIDPath variable
>
> I tried kill 'cat rmserver.pid' and it doesn't work too.
>
> I get this message
>
> [root Logs]# kill cat 12031
> kill: No such pid cat
> kill: (12031) - No such pid
> [root Logs]# kill cat rmserver.pid
> kill: No such pid cat
> kill: No such pid rmserver.pid
> [root Logs]# kill 'cat rmserver.pid'
> kill: No such pid cat rmserver.pid
> [root Logs]# kill rmserver.pid
> kill: No such pid rmserver.pid
>
> Who can help me ?
>
> Amicalement
> Jean-Christophe
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>