Issue information

Issue ID
#979
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Feb 15, 2008 13:48
Last Post
Hercules Elf Bot
Feb 15, 2008 13:48
Confirmation
N/A

Hercules Elf Bot - Feb 15, 2008 13:48

Originally posted by [b]Remedy[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=979

Hello,

So, a problem is:

1. Prepered server on WInXP local. No problem.

2. Copy prepered sourses to work server on linux.
./Configure. Make clean. Make sql.

Everething OK.

3. Start login-server.

CODE
[Info]: SVN Revision: '12185'.
[Info]: Reading configuration file conf/login_athena.conf...
[Status]: set login_port : 6900
[15/Feb 12:27][Info]: Console Silent Setting: 0
[15/Feb 12:27][Info]: Reading configuration file conf/import/login_conf.txt...
[15/Feb 12:27][Info]: Finished reading conf/import/login_conf.txt.
[15/Feb 12:27][Info]: Finished reading conf/login_athena.conf.
[15/Feb 12:27][Info]: reading configuration file conf/inter_athena.conf...
[15/Feb 12:27][Info]: reading configuration file conf/import/inter_conf.txt...
[15/Feb 12:27][Info]: Done reading conf/import/inter_conf.txt.
[15/Feb 12:27][Info]: Done reading conf/inter_athena.conf.
[15/Feb 12:27][Info]: Reading the configuration file conf/subnet_athena.conf...
[15/Feb 12:27][Status]: Read information about 1 subnetworks.
[15/Feb 12:27][Status]: Login server init....
[15/Feb 12:27][Status]: Connect Login Database Server....
[15/Feb 12:27][Status]: Connect success!
[15/Feb 12:27][Debug]: at login.c:287
[15/Feb 12:27][Status]: The login-server is ready (Server is listening on the port 6900).



4. Start Char-serevr.

CODE
[Info]: SVN Revision: '12185'.
[Info]: Reading configuration file conf/char_athena.conf...
[Status]: eAthena_WNRO server has been initialized
[Status]: Login server IP address : 127.0.0.1 -> 127.0.0.1
[Status]: Character server IP address : 218.21.176.15 -> 218.21.176.15
[15/Feb 12:28][Info]: Console Silent Setting: 0
[15/Feb 12:28][Info]: Reading configuration file conf/import/char_conf.txt...
[15/Feb 12:28][Info]: Done reading conf/import/char_conf.txt.
[15/Feb 12:28][Info]: Done reading conf/char_athena.conf.
[15/Feb 12:28][Info]: Reading the configuration file conf/subnet_athena.conf...
[15/Feb 12:28][Status]: Read information about 1 subnetworks.
[15/Feb 12:28][Info]: Reading file conf/inter_athena.conf...
[15/Feb 12:28][Status]: set lowest_gm_level : 1
[15/Feb 12:28][Info]: Reading file conf/import/inter_conf.txt...
[15/Feb 12:28][Info]: Done reading conf/import/inter_conf.txt.
[15/Feb 12:28][Info]: Done reading conf/inter_athena.conf.
[15/Feb 12:28][Info]: Finished reading the char-server configuration.
[15/Feb 12:28][Info]: interserver initialize...
[15/Feb 12:28][Info]: reading file conf/inter_athena.conf...
[15/Feb 12:28][Status]: set default_codepage : koi8r
[15/Feb 12:28][Status]: set login_server_ip : 127.0.0.1
[15/Feb 12:28][Status]: set login_server_port : 3306
[15/Feb 12:28][Status]: set login_server_id : ragnarok
[15/Feb 12:28][Status]: set login_server_pw : ragnarok
[15/Feb 12:28][Status]: set login_server_db : ragnarok
[15/Feb 12:28][Status]: set char_server_ip : 127.0.0.1
[15/Feb 12:28][Status]: set char_server_port : 3306
[15/Feb 12:28][Status]: set char_server_id : ragnarok
[15/Feb 12:28][Status]: set char_server_pw : ragnarok
[15/Feb 12:28][Status]: set char_server_db : ragnarok
[15/Feb 12:28][Info]: reading file conf/import/inter_conf.txt...
[15/Feb 12:28][Status]: set login_server_ip : localhost
[15/Feb 12:28][Status]: set char_server_ip : localhost
[15/Feb 12:28][Info]: done reading conf/import/inter_conf.txt.
[15/Feb 12:28][Info]: done reading conf/inter_athena.conf.
[15/Feb 12:28][Info]: Connect Character DB server.... (Character Server)
[15/Feb 12:28][Status]: Connect Success! (Character Server)
[15/Feb 12:28][Debug]: at inter.c:385 - EXPLAIN `char`
[15/Feb 12:28][Debug]: interserver storage memory initialize....(9612 byte)
[15/Feb 12:28][Info]: Finished reading the inter-server configuration.
[15/Feb 12:28][Info]: Initializing char server.
[15/Feb 12:28][Info]: Begin Initializing.......
[15/Feb 12:28][Status]: Chars per Account: 'Unlimited'.......
[15/Feb 12:28][Info]: Finished initilizing.......
[15/Feb 12:28][Info]: char server initialized.
[15/Feb 12:28][Info]: Cleaning the 'char' table...
[15/Feb 12:28][Info]: Cleaning the 'guild' table...
[15/Feb 12:28][Info]: Cleaning the 'guild_member' table...
[15/Feb 12:28][Info]: End of char server initilization function.
[15/Feb 12:28][Info]: open port 6121.....
[15/Feb 12:28][Status]: The char-server is ready (Server is listening on the port 6121).



5. Try to connect to server:

CODE
[15/Feb 12:28][Status]: Connection refused: there is no char-server online (account: test, ip: 70.142.119.192).


I did make-operations twice. But no difference.

If the question in IP-settings, so, I can say I use currents sttings for previos version (trunk 11834) without any problems.

And... Under local WIN testing I use the same conf-files. And it's work.