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)
startLoginserverServer.sh/startGameserver.sh
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: startLoginserverServer.sh/startGameserver.sh
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! 

-
- Posts: 30
- Joined: Sat Sep 26, 2009 7:55 pm
Re: startLoginserverServer.sh/startGameserver.sh
Can you explain it to me?Zoey76 wrote:Inside the server folder:Code: Select all
mkdir log

Edit: Ahh now i get it

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
-
- Posts: 43
- Joined: Wed Sep 16, 2009 8:39 am
Re: startLoginserverServer.sh/startGameserver.sh
how did u fix it can you explain it better im having little problem with ubuntu running the .sh files
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: startLoginserverServer.sh/startGameserver.sh
have you changed the privileges (chmod) to 744 on these two?