startLoginserverServer.sh/startGameserver.sh

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

startLoginserverServer.sh/startGameserver.sh

Post 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)
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: startLoginserverServer.sh/startGameserver.sh

Post by Zoey76 »

Inside the server folder:

Code: Select all

mkdir log
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Eandy
Posts: 30
Joined: Sat Sep 26, 2009 7:55 pm

Re: startLoginserverServer.sh/startGameserver.sh

Post 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 
dulisi
Posts: 43
Joined: Wed Sep 16, 2009 8:39 am

Re: startLoginserverServer.sh/startGameserver.sh

Post by dulisi »

how did u fix it can you explain it better im having little problem with ubuntu running the .sh files
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: startLoginserverServer.sh/startGameserver.sh

Post by JMD »

have you changed the privileges (chmod) to 744 on these two?
Post Reply