Jump to content
  • 0

got an error, and need some help to resolve it


Lunar requiem

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  10/05/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   2
  • Joined:  03/13/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  10/05/13
  • Last Seen:  

hi thanks for reply, already tried with and without, no changes :s, and btw I use only one server

Edited by Lunar requiem
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   2
  • Joined:  03/13/12
  • Last Seen:  

try

 

http://rathena.org/board/topic/66396-proper-ip-proper-ports-to-use/

 

post #4

 

it seems like your problem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  10/05/13
  • Last Seen:  

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...