Issue information

Issue ID
#7651
Status
Invalid
Severity
None
Started
JulioCF
Aug 15, 2013 2:06
Last Post
JulioCF
Aug 15, 2013 13:22
Confirmation
N/A

JulioCF - Aug 15, 2013 2:06

Hello!

The commands to shut down the emulator are not working via Putty

Emulator Version: 14/08/2013 - 14:00hrs( GMT -3 )
[list]
[*]./start-start stop
[*]kill -9 map-server
[*]kill -9 char-server
[*]kill -9 login-server
[/list]

None of the commands are working.
Including a custom for me.

The Putty is not enough to have errors, it just does not work.
[code=auto:0] ./sv-loki desligar ./start-start stop ./start-start stop pkill -9 map-server pkill -9 char-server pkill -9 login-server kill -9 map-server ./kill -9 map-server ./athena-start stop ./athena-start stop [/code]

malufett - Aug 15, 2013 4:27

it depends on your user privileged..
try to use sudo..or[code=auto:0] pidof map-server kill <pid> [/code]
<pid> the result of pidof

:meow:

JulioCF - Aug 15, 2013 4:55

Not.. tested privileged 777

dastgirpojee - Aug 15, 2013 12:14

Instead of
Kill -9 map-server
use
Killall -9 map-server

Haru - Aug 15, 2013 12:54

Also, using -9 is a very bad idea, unless you really don't want it to save any data upon shutdown.
The -9 option should only be used in extreme cases (i.e. the application is stuck and won't terminate through normal means.)

JulioCF - Aug 15, 2013 13:22

[quote name="dastgirpojee" timestamp="1376568889"]
Instead of
Kill -9 map-server
use
Killall -9 map-server[/quote]


Tested... > fail xD

It is a new emulator, so do not have problems using -9