Jump to content
  • 0

[Error]: Can not connect to login-server.


Mikki

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  01/20/13
  • Last Seen:  

can u guys tell me what's wrong with these pls? :(

Problem #1:
----------------------------------------------------------------------------------
[Warning]: Connection to Login Server lost.
[Error]: Can not connect to login-server.
[Error]: The server communication passwords (default s1/p1) are probably invalid.
[Error]: Also, please make sure your login db has the correct communication username/passwords and the gender of the account is S.
[Error]: The communication passwords are set in map_athena.conf and char_athena.conf
---------------------------------------------------------------------------------
i'm not using s1/p1 as userid and pass..
My map_athena.conf, char_athena.conf and login sql has same userid and pass, gender S, acct id: 1

Problem #2:

Login-server have been killed
Char-server have been killed
Map-server have been killed
./check.sh: line 99: [: too many arguments
./check.sh: line 102: [: too many arguments
./check.sh: line 105: [: too many arguments

this is line 99 - 105 of my check.sh

    if [ ! -z ${loginPid} ]; then
        kill -9 ${loginPid}
    fi
    if [ ! -z ${charPid} ]; then
        kill -9 ${charPid}
    fi
    if [ ! -z ${mapPid} ]; then
        kill -9 ${mapPid}
    fi

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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