Posts: 146
Threads: 38
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2015
Reputation:
0
Hello,
I have start the Connector with Putty. When I try to stop Connector with kill the Connector don´t stop. It seems that it starts again.
I tried with pid and with signalkill too.
how can I stop it?
It starts ever new (automatically)
Thank you very much
Posts: 473
Threads: 50
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2011
Reputation:
0
Create killall.sh
and past thes on it
#!/bin/sh
killall start;
killall start1;
killall start2;
killall start3;
killall start4;
killall run;
killall run1;
killall run2;
killall run3;
killall run4;
killall Connector;
killall Messenger;
killall Helper;
killall SubHelper;
killall LoginServer;
killall GameServer_d1;
killall GameServer_d2;
killall GameServer_d3;
killall CashServer;
and than you need only to start on terminal ./killall.sh
Posts: 146
Threads: 38
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2015
Reputation:
0
ok. This I had so so. But yesterday This doesn't worked and some seconds after This I get disconnect to Server.
The Server was for a hour not online. I think they had made a technical service at This.
maybe This was the reason.
I will try today again
...
doesn´t worked. I tried it.
He ever says No Process to kill.
I have a run and start in Messenger Folder. a StartFile in MainFolder and the killall.sh in main folder too
The Process don´t let it kill
EDIT...
Now I had found the error...
I had the start-script put in the main folder. This script start the run script in the folder of the part of the serverfile. the kill script i have put into the main folder.
at the killscript I have to kill the start script and the run script. the run script I kill about the script as is this in the main folder (its at a subfolder).
But when i start ./killall.sh it kill now the process and I get the message that its exit. with ps -e I can see now that the process don´t run.
Now I have learned that I can for example create a kill script which only kill for example the Messenger named killMess.sh and write in it killall startMess; and killall runMess; Then I can only exit the Messenger If I want this.
Thank you very much for help.
The Post is solved.
Posts: 1,163
Threads: 160
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
Hi there.
As your topic has been answered, and from this topic you can solve your problem or already have I am going to move this topic into our Solved section database.
Thankyou,
-LCKB Staff