Meister Posted June 9, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted June 9, 2012 As the title says.. example if the map server crashes but still reconnect but doesn't accept player or won't let any character connect. Quote Link to comment Share on other sites More sharing options...
Asura Posted June 10, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted June 10, 2012 Hi emong, What kind of system are you running your server on? Is it Windows, or Linux? Quote Link to comment Share on other sites More sharing options...
Meister Posted June 15, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted June 15, 2012 it is linux sir.. Quote Link to comment Share on other sites More sharing options...
Asura Posted June 16, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted June 16, 2012 Hi emong, Then you can just use this when starting your server... nohup ./login-server_sql > login-server.log& nohup ./char-server_sql > char-server.log& nohup ./map-server_sql > map-server.log Make sure you are already inside the trunk directory; once the server crashes you may view the .log files inside the trunk folder. And to kill off the processes, you can just use the following commands... killall -9 login-server_sql killall -9 char-server_sql killall -9 map-server_sql Quote Link to comment Share on other sites More sharing options...
Question
Meister
As the title says.. example if the map server crashes but still reconnect but doesn't accept player or won't let any character connect.
Link to comment
Share on other sites
3 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.