Jump to content
  • 0
Lunar requiem

got an error, and need some help to resolve it

Question

Hi,so first, i've used to do some local ro server on my windows computer in the past, and with some friends we decided to open our own server. So now on my debian ( 7.0) server when i launch ./athena-start start I got those error in the different "servers":

 

log-serv:

[Error]: make_listen_bind: bind failed (socket #4, error 98: Address already in use)!

 

char serv:

[Error]: make_listen_bind: bind failed (socket #6, error 98: Address already in use)!
 
and on map serv:
[Fatal Error]: Connection to char-server failed 3.
 
so I would like to know from what comes my errors ( for the map serv I think it comes from the two other ones)
 
 
 
 
sorry if my question is dumb, and sorry if my english is bad ^^'
 
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

err.. did you by chance use this

 

http://svn.code.sf.net/p/rathena/svn/trunk/conf/map_athena.conf

 

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
bind_ip: 127.0.0.1 <<---

and

 

http://svn.code.sf.net/p/rathena/svn/trunk/conf/char_athena.conf

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
bind_ip: 127.0.0.1 <<---

 

if do try

//bind_ip: 127.0.0.1

 

if you use more than 1 server (1 for login server & char server, another 1 for map server) then you use bind_ip

Edited by imblad3
Link to comment
Share on other sites

it is not this but nvm just rebooted  the server machine for 2min now, and it log and char server are ok by now, still have the fatal error on the map serv ^^'

 

thanks for your help :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.