Jump to content
  • 0

got an error, and need some help to resolve it


Question

Posted

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 ^^'
 

4 answers to this question

Recommended Posts

Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...