Page 1 of 2

eathena help

Posted: 25 Sep 2009, 03:22
by jcdvsrbld
ive been trying to set up a server to test on. unfortunately i can't get the #$%& thing to start. ive used the wiki, but this is what i get. :? did i do something wrong?

Code: Select all

./eathena.sh: line 1: #!/bin/bash: No such file or directory
Eathena monitor binary is not executable or not found.
*note this is on ubuntu 9.04*

Re: eathena help

Posted: 25 Sep 2009, 03:44
by Jaxad0127
Install bash, like it says.

Before you use the monitor, run the servers manually in three separate terminals to check for errors.

Re: eathena help

Posted: 25 Sep 2009, 04:21
by jcdvsrbld

Code: Select all

---Start reading of Ladmin configuration file (conf/ladmin_athena.conf)
---Start reading of Ladmin configuration file (conf/ladmin_local.conf)
Login server IP address: 217.172.177.27 -> 217.172.177.27
---End reading of Ladmin configuration file.
---End reading of Ladmin configuration file.
EAthena login-server administration tool.
(for eAthena version 1.0.0.)
Ladmin is ready.

Attempt to connect to login-server...
Request about the MD5 key...
set eof :3
Impossible to have a connection with the login-server [217.172.177.27:6900] !
----End of Ladmin (normal end with closing of all files).

Re: eathena help

Posted: 25 Sep 2009, 04:22
by jcdvsrbld

Code: Select all

---Start reading of Login Server configuration file (conf/login_athena.conf)
---Start reading of Login Server configuration file (conf/login_local.conf)
---End reading of Login Server configuration file.
---End reading of Login Server configuration file.
---Start reading Lan Support configuration file
LAN IP of char-server: 127.0.0.1.
Sub-network of the char-server: 127.0.0.1.
Sub-network mask of the char-server: 255.255.255.255.
LAN test of LAN IP of the char-server: LAN test (result): LAN source.
---End reading of Lan Support configuration file
read_gm_account: file 'conf/gm_account.txt' readed (0 GM accounts found).
mmo_auth_init: No account found in save/account.txt.
bind: Address already in use

Re: eathena help

Posted: 25 Sep 2009, 04:22
by jcdvsrbld

Code: Select all

The Mana World -Duran Sever server has been intialized
Login server IP address : 127.0.0.1 -> 127.0.0.1
Character server IP address : 192.168.0.10 -> 192.168.0.10
---start reading of Lan Support configuration...
LAN IP of map-server: 127.0.0.1.
Sub-network of the map-server: 127.0.0.1.
Sub-network mask of the map-server: 255.255.255.255.
LAN test of LAN IP of the map-server: LAN test (result): LAN source.
---End reading of Lan Support configuration...
Characters file not found: save/athena.txt.
can't read db/exp_guild.txt
cant't read : save/storage.txt
bind: Address already in use

Re: eathena help

Posted: 25 Sep 2009, 04:23
by jcdvsrbld
i fixed my bash issues. i had the latest version installed, so im not exactly sure what was off, nor do i know how i took care of it :lol:
but i get all of the above in terminal
what have i done wrong?!?! :cry:

Re: eathena help

Posted: 25 Sep 2009, 05:25
by Jaxad0127
Ladmin is a tool used to administer accounts. No need to keep it running. You can't run more than one instance of each server at a time. Run login-server, char-server, and map-server, in that order.

Re: eathena help

Posted: 25 Sep 2009, 05:41
by jcdvsrbld
jaxad0127 wrote:Ladmin is a tool used to administer accounts. No need to keep it running. You can't run more than one instance of each server at a time. Run login-server, char-server, and map-server, in that order.
still no dice, same return

Re: eathena help

Posted: 25 Sep 2009, 13:00
by Jaxad0127
Make sure you aren't running them elsewhere. Like through the monitor. Check top and kill them (after the monitor, since it will restart them).

Re: eathena help

Posted: 25 Sep 2009, 17:04
by jcdvsrbld
checked that, seems that they were running. All are now ready, but i still have some issues.

Code: Select all

The login-server is ready (Server is listening on the port 6900).

Code: Select all

The char-server is ready (Server is listening on the port 6122).

Attempt to connect to login-server...
set eof :4
Char-server can't connect to login-server (connection #4).

Code: Select all

Ladmin is ready.

Attempt to connect to login-server...
Request about the MD5 key...
set eof :3
Impossible to have a connection with the login-server [217.172.177.27:6900] !
----End of Ladmin (normal end with closing of all files).

Re: eathena help

Posted: 25 Sep 2009, 18:47
by Crush
Did you edit the IP addresses in the server config files like described in the tutorial?

Re: eathena help

Posted: 26 Sep 2009, 03:24
by jcdvsrbld
Crush wrote:Did you edit the IP addresses in the server config files like described in the tutorial?
im sure i did, i'll double check to see.....

Re: eathena help

Posted: 26 Sep 2009, 06:10
by jcdvsrbld
yeah, checked, but char server cant connect to login :(

Re: eathena help

Posted: 26 Sep 2009, 06:28
by jcdvsrbld
forget the last post. it seems that the executables are now ready; however, i still can't use the server.

the maps don't seem to load. and for some reason i still get this

Code: Select all

/home/jduran/eathena.sh: line 1: #/bin/bash: No such file or directory
Starting eathena monitor...
/home/jduran/eathena.sh: fork: Resource temporarily unavailable
i know bin/bash exists, ive checked, and also, what is the deal with the 3rd line???

Re: eathena help

Posted: 26 Sep 2009, 07:04
by jcdvsrbld
after the character/account management, i get "no servers available". also in char-server, i get

Code: Select all

The char-server is ready (Server is listening on the port 6122).

Attempt to connect to login-server...
Connected to login-server (connection #4).
Awaiting maps from map-server.
From login-server: receiving of 1 GM accounts information.
used: 4, max FDs: 1024, SOFT: 974
Account Logged On; Account ID: 2000000.
set eof : connection #5
used: 4, max FDs: 1024, SOFT: 974
Account Logged On; Account ID: 2000000.
set eof : connection #5
what should i have used as the map server info in conf/char-server ??
the wiki didnt seem to be too specific.