startLoginServer.sh/startGameServer.sh problem

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
JustLikeMe
Posts: 91
Joined: Fri Feb 05, 2010 8:12 pm

startLoginServer.sh/startGameServer.sh problem

Post by JustLikeMe »

Root has all privileges for .sh files. On Debian 6.0.6 when I type ./startLoginServer.sh i get the following error:

Code: Select all

nohup: appending output to 'nohup.out'nohup: failed to run command './startLoginServer.sh': No such file or directory
I have tried to convert dos to unix with recode, still same error. Any help appreciated.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: startLoginServer.sh/startGameServer.sh problem

Post by UnAfraid »

nohup ?
Why would u use nohup for that?
Image
kimera1554
Posts: 29
Joined: Tue Oct 02, 2012 11:15 am

Re: startLoginServer.sh/startGameServer.sh problem

Post by kimera1554 »

step 1

Code: Select all

chown -R <user> <directory>
step 2

Code: Select all

chmod 775 startGameServer.sh GameServer_Loop.sh
step 3

Code: Select all

./startGameServer.sh
Post Reply