Fresh prince Posted March 14, 2013 Posted March 14, 2013 (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 March 14, 2013 by Fresh prince Quote
Winz Posted March 14, 2013 Posted March 14, 2013 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! Quote
Fresh prince Posted March 14, 2013 Author Posted March 14, 2013 Thank you sir, my server has a bind. Would that go through? Is that the absolute way to stop the server? Cause i tried my bind it says already connected. Ill try it aainwhen i get home thanks again Quote
mrlongshen Posted March 14, 2013 Posted March 14, 2013 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 Quote
Fresh prince Posted March 14, 2013 Author Posted March 14, 2013 If i could come out there and give you both a hug i'd do it! Thanks a lot! No bromo tho Quote
Winz Posted March 14, 2013 Posted March 14, 2013 Sure, glad that we could be a help. Have a nice day! Quote
Question
Fresh prince
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 prince6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.