Jump to content

Fully untouched 34083 server files & DB


Rumor

Recommended Posts

Serverinfo.py, is correct?

Ports are corrected?
 

import app
 
app.ServerName = None
 
STATE_NONE = '...'
 
STATE_DICT = {
0 : '....',
1 : 'NORM',
2 : 'BUSY',
3 : 'FULL' }
 
SERVER1_CHANNEL_DICT = {
1:{'key':11,'name':'CH1   ','ip':'3.ssa.com','tcp_port':13000,'udp_port':13000,'state':STATE_NONE,},
2:{'key':12,'name':'CH2   ','ip':'3.ssa.com','tcp_port':13010,'udp_port':13010,'state':STATE_NONE,},
}
REGION_NAME_DICT = {
0 : 'TAIWAN',
}
 
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { 'ip':'3.ssa.com', 'port':11000, }, 
 
}
}
 
REGION_DICT = {
0 : {
1 : { 'name' : 'Critical', 'channel' : SERVER1_CHANNEL_DICT, },
},
}
 
MARKADDR_DICT = {
10 : { 'ip' : '3.ssa.com', 'tcp_port' : 13099, 'mark' : '10.tga', 'symbol_path' : '10', },
}
 
TESTADDR = { 'ip' : '3.ssa.com', 'tcp_port' : 50000, 'udp_port' : 50000, }
 
#DONE
Link to comment
Share on other sites

I get this errors on logs :

 

1. On autorun.log

Test Server
Log OffSuccess PLAYER
Success ACCOUNT
Success COMMON
Success HOTBACKUP
Failed Localization Infomation so exit
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
Test Server
Log OffSuccess PLAYER
Success ACCOUNT
Success COMMON
Success HOTBACKUP
Failed Localization Infomation so exit
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)
AsyncSQL: connected to 127.0.0.1 (reconnect 1)

2. On syslog

SYSERR: Apr 20 23:57:56 :: pid_init: 
Start of pid: 5280

SYSERR: Apr 20 23:57:56 :: Start: TABLE_POSTFIX not configured use default
Apr 20 23:57:56 :: connecting to MySQL server (player)
Apr 20 23:57:56 :: CREATING DIRECT_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 :: CREATING MAIN_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 :: CREATING ASYNC_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 ::    OK
Apr 20 23:57:56 :: connecting to MySQL server (account)
Apr 20 23:57:56 :: CREATING DIRECT_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 :: CREATING MAIN_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 :: CREATING ASYNC_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 ::    OK
Apr 20 23:57:56 :: connecting to MySQL server (common)
Apr 20 23:57:56 :: CREATING DIRECT_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 :: CREATING MAIN_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 :: CREATING ASYNC_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 ::    OK
Apr 20 23:57:56 :: connecting to MySQL server (hotbackup)
Apr 20 23:57:56 :: CREATING DIRECT_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 :: CREATING MAIN_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 :: CREATING ASYNC_SQL
Apr 20 23:57:56 :: AsyncSQL: locale euckr
Apr 20 23:57:56 ::    OK
Apr 20 23:57:56 :: ClientManager initialization.. 
SYSERR: Apr 20 23:57:56 :: InitializeLocalization: InitializeLocalization() ==> DirectQuery failed(SELECT mValue, mKey FROM locale)
Apr 20 23:57:56 ::    failed
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
Apr 20 23:57:56 :: AsyncSQL: closing mysql connection.
SYSERR: Apr 20 23:57:56 :: pid_deinit: 
End of pid

3.On syserr

SYSERR: Apr 20 23:57:51 :: pid_init: 
Start of pid: 5245

SYSERR: Apr 20 23:57:51 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Apr 20 23:57:51 :: InitializeLocalization: InitializeLocalization() ==> DirectQuery failed(SELECT mValue, mKey FROM locale)
SYSERR: Apr 20 23:57:51 :: pid_deinit: 
End of pid

SYSERR: Apr 20 23:57:56 :: pid_init: 
Start of pid: 5280

SYSERR: Apr 20 23:57:56 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Apr 20 23:57:56 :: InitializeLocalization: InitializeLocalization() ==> DirectQuery failed(SELECT mValue, mKey FROM locale)
SYSERR: Apr 20 23:57:56 :: pid_deinit: 
End of pid

SYSERR: Apr 20 23:58:01 :: pid_init: 
Start of pid: 5292

SYSERR: Apr 20 23:58:01 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Apr 20 23:58:01 :: InitializeLocalization: InitializeLocalization() ==> DirectQuery failed(SELECT mValue, mKey FROM locale)
SYSERR: Apr 20 23:58:01 :: pid_deinit: 
End of pid

SYSERR: Apr 20 23:58:06 :: pid_init: 
Start of pid: 5304

SYSERR: Apr 20 23:58:06 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Apr 20 23:58:06 :: InitializeLocalization: InitializeLocalization() ==> DirectQuery failed(SELECT mValue, mKey FROM locale)
SYSERR: Apr 20 23:58:06 :: pid_deinit: 
End of pid

How can I solve?

Link to comment
Share on other sites

Your common.locale table is empty,

 

Save it as .sql and run it into common:)

 

/*
Navicat MySQL Data Transfer

Source Server         : localhost_3306
Source Server Version : 50614
Source Host           : localhost:3306
Source Database       : common

Target Server Type    : MYSQL
Target Server Version : 50614
File Encoding         : 65001

Date: 2014-04-21 00:26:08
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for locale
-- ----------------------------
DROP TABLE IF EXISTS `locale`;
CREATE TABLE `locale` (
  `mKey` varchar(255) NOT NULL DEFAULT '',
  `mValue` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`mKey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of locale
-- ----------------------------
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE0', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE1', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE2', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE3', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE4', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE5', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE6', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL_TYPE7', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');
INSERT INTO `locale` VALUES ('LOCALE', 'germany');
INSERT INTO `locale` VALUES ('DB_NAME_COLUMN', 'locale_name');
INSERT INTO `locale` VALUES ('SKILL_DAMAGE_BY_LEVEL_UNDER_90', '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0');
INSERT INTO `locale` VALUES ('SKILL_DAMAGE_BY_LEVEL_UNDER_45', '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0');
INSERT INTO `locale` VALUES ('SKILL_POWER_BY_LEVEL', '0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125');

  • Love 2
Link to comment
Share on other sites

Anyone know how to fix this error?

Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Link to comment
Share on other sites

  • Premium

 

Anyone know how to fix this error?

Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0
Can not get public ip address
INTERNAL_IP: 192.168.0.18 interface em0

 

 

Add

 

BIND_IP: your public IP 

 

in the CONFIG files

 

After put

 

"chown -R metin2[sPACE][DOT]"

 

i get this

 

"chown: metin2: illegal user name"

 

Run the adduser command to create the user

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.