Page 1 of 1

startLoginServer.sh/startGameServer.sh problem

Posted: Sat Jul 20, 2013 2:21 am
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.

Re: startLoginServer.sh/startGameServer.sh problem

Posted: Sat Jul 20, 2013 11:16 am
by UnAfraid
nohup ?
Why would u use nohup for that?

Re: startLoginServer.sh/startGameServer.sh problem

Posted: Tue Aug 13, 2013 9:38 am
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