Jump to content
  • 0

ubuntu l2jserver Restart problem


Question

Posted

how im running my server from ubuntu 8 dedicated server with using nohub command to avoid kill proces by closing session everythings works perfect except the server restart when im trying to restart server with gm server close and never starts again. server files have no problem i have test them on a windows machine

6 answers to this question

Recommended Posts

  • 0
Posted

what is your command to run it? run it with sudo sh startLoginServer.sh

with this, i dont have problem with killing process, server restart works fine

 

if you will have problem even with this command, try to upgrade ubuntu (but there is a posibility of upgrade fail)

  • 0
Posted

im am running with sudo nuhup

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*:l2jserver.jar com.l2jserver.gameserver.GameServer

 

  • 0
Posted

oh, forget about nohup :) run it via sudo -i

 

sh startGameServer.sh

 

it will run after you logout

 

 

 

or try

 

sudo nohup ./startGameServer.sh

 

 

(but ordinary sudo sh start... shout work, cause it runs another loop script)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..