Jump to content

Question

Posted (edited)

How can you force stop your char and log in server? PleAse help.

When i try to stop it at putty says already connected and running. I must have started it twice ty

Edited by Fresh prince

6 answers to this question

Recommended Posts

Posted

Hello Fresh Prince,

 

you can stop the whole server by using

./athena-start stop

 

Yes, you may need to execute it more than 2 times.

 

forcing stop, in Linux-based system will need to use this:

ps aux

and get the PID of each server then do:

kill -9 1234

where 1234 is the PID of each server.

 

*somebody says that "Please do not use kill -9 when not necessary". I don't know what the side effects are though.

 

Have a nice day!

Posted

turn off your server 1st.

 

then check running apps

 

ps -u YOURNAME

 

then kill it

 

kill -9 PID

 

and see again got anymore running or not ?

 

ps -u YOURNAME

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...