antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
FoxBoyzz

[Bug] Servidor Diz-Se Online, Mas No Processo De Ligaçao Dá Erros

Question

Boas pessoal quando eu tento ligar o meu servidor ocorrem uma série de erros que não compreendo de onde vieram..
Abaixo meto um print a comprovar isso:
9605f7716c9090cb46c0d9b6364e1e5b.png
 

 

Alguem sabe que erro é este?

Abraço em muito obrigado desde já

Share this post


Link to post
Share on other sites

18 answers to this question

  • 0

/tmp/mysql.sock' (2)

 

 

Faz ps e mostra-nos os processos.

 

Está tudo normal.

 

4d7c9ccaefd05905d361037fb8a793e8.png

 

Cumprimentos,

Fяєiтαร™

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega
  • 0

SYSERR: Jul 27 14:58:37 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Jul 27 14:58:38 :: Load:  DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)

Estes 'erros' são inofensivos, não são o motivo pelo o shutdown do servidor.

SYSERR: Jul 27 15:18:05 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

Apenas lendo o erro, percebe-se o que é (não o quê) que está a mandar o vosso servidor abaixo.

 

SYSERR: Jul 27 15:18:05 :: ChildLoop: AsyncSQL: query failed: Query execution was interrupted (query: REPLACE INTO quest (dwPID, szName, szState, lValue) VALUES(102, 'check_trans_ticket', '__status', 526282696) errno: 1317)
SYSERR: Jul 27 15:18:05 :: ChildLoop: AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (query: REPLACE INTO quest (dwPID, szName, szState, lValue) VALUES(102, 'event_mystery_box', '__status', -163855020) errno: 2002)

Este erro é provavelmente por 2 razões:

Não têm nada adicionado no my.cnf;

O ID e a PW no questlib.lua está errado.

 

Se for o 1º, simplesmente adicionem:

[client]
socket = /tmp/mysql.sock

[mysqld]
socket = /tmp/mysql.sock

 

Se for o 2º, apenas abram o questlib e procurem pelo o Setup do mysql e modifiquem o id ou a pw.

Share this post


Link to post
Share on other sites
  • 0

BUMP

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this