Page 1 of 1

startLoginserverServer.sh/startGameserver.sh

Posted: Fri Jul 20, 2012 12:19 am
by Eandy
Hi guys, I have problem.
I tried to install L2j Server (Latest Revision HI5) on Ubuntu. Everything was ok until I tried used ./StartLoginserver.sh or ./startLoginserver.sh. It's writing me error ./Loginserver_loop.sh: line 8: log/stdout.log: No such file or directory
Dont you know where can be problem?

(Sorry for my English I am from Czech Republic and I dont speak good english)

Re: startLoginserverServer.sh/startGameserver.sh

Posted: Fri Jul 20, 2012 12:27 am
by Zoey76
Inside the server folder:

Code: Select all

mkdir log

Re: startLoginserverServer.sh/startGameserver.sh

Posted: Fri Jul 20, 2012 12:33 am
by Eandy
Zoey76 wrote:Inside the server folder:

Code: Select all

mkdir log
Can you explain it to me? :? I dont get it...
Edit: Ahh now i get it :D

Just another Question when i trying run StartGameserver.sh it's write me ./startgameserver.sh: Line 3: cannot redirect standart input from dev/null. Too many open files in system
Solved by

Code: Select all

ulimit -n 65536 

Re: startLoginserverServer.sh/startGameserver.sh

Posted: Wed May 01, 2013 9:24 am
by dulisi
how did u fix it can you explain it better im having little problem with ubuntu running the .sh files

Re: startLoginserverServer.sh/startGameserver.sh

Posted: Wed May 01, 2013 10:30 am
by JMD
have you changed the privileges (chmod) to 744 on these two?