Page 1 of 1
2 Question Please
Posted: Mon Jan 18, 2010 3:55 am
by rigid
1. how to stop ./startgameserver.sh from linux console ?
2. why i can't give access to player ?, if i fill " 6 " for GM Support in Accesslevel, if he log out and login again
just back to " 0 "
Re: 2 Question Please
Posted: Mon Jan 18, 2010 5:16 am
by Charus
1) .kill <proccessId>
2) player that you want to give access should be offline. And the access should be 1-5.
Re: 2 Question Please
Posted: Mon Jan 18, 2010 6:16 am
by rigid
thanks a lot
if i want kill startgameserver.sh
what must i do ?
using htop ?
Re: 2 Question Please
Posted: Mon Jan 18, 2010 8:46 am
by Aikimaniac
rigid wrote:thanks a lot
if i want kill startgameserver.sh
what must i do ?
using htop ?
Is it problem to read what Charus wrote in 1. point ?
kill -w java or in case process hanged out use kill -9 java command.. (java can be replaced by the name you use for the GS process but if you ask this simply question, im pretty sure you are not able to change the process name so use java

)