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)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.



×
×
  • Create New...