Jump to content

Fully untouched 34083 server files & DB


Recommended Posts

How do you fixed? I have the same issue.

You need to read the readme and add the libs to the appropriate directory if you're using vanilla's game core.

Also make sure you have run the install.sh script and make sure you have the updated version of the package I posted for download because there was a mistake in the original install script.

SYSERR: Feb 27 13:59:50 :: pid_init:
Start of pid: 8597

SYSERR: Feb 27 13:59:50 :: Start: TABLE_POSTFIX not configured use default
SYSERR: Feb 27 13:59:53 :: Load:  DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)

 what is this error ?

 

syserr from db folder...

it just means you don't have the table iptocountry in account. It's not necessary to have it but if you want to eliminate the error use this query in the account database:

/*
Navicat MySQL Data Transfer

Source Server         : Metin2Nirvana@CloudCom
Source Server Version : 50616
Source Host           : 
Source Database       : account

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

Date: 2014-02-27 14:29:01
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for `iptocountry`
-- ----------------------------
DROP TABLE IF EXISTS `iptocountry`;
CREATE TABLE `iptocountry` (
  `IP_FROM` varchar(255) DEFAULT NULL,
  `IP_TO` varchar(255) DEFAULT NULL,
  `COUNTRY_NAME` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;

-- ----------------------------
-- Records of iptocountry
-- ----------------------------
  • Premium

öhm, i`m confused.

can i take the DB files without the mysql folder for the connection accs  in /var/db/myql ....? and how i log in with metin2 user, i just know the root...

 

Yes you can. To switch to another user type:

 

su metin2

 

And enter the password.

  • Love 1

chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted
chmod: vrunner: Operation not permitted
chmod: game: Operation not permitted
chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted
chmod: vrunner: Operation not permitted
chmod: game: Operation not permitted
chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted

 dont't work

 

 


chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted
chmod: vrunner: Operation not permitted
chmod: game: Operation not permitted
chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted
chmod: vrunner: Operation not permitted
chmod: game: Operation not permitted
chmod: CONFIG: Operation not permitted
chmod: log: Operation not permitted
chmod: cores: Operation not permitted

 dont't work

 

 

try this... navigate with putty and root user to your metin2 user as assemple = /usr/home/metin2

type in putty:  cd /usr/home

than chown -R metin2 .          <--- there is a dot, you need it

than try the other steps with changing user and install.sh

And i need the lbs:

fetch http://176.31.181.168/libs.tar.gz
tar Jxpvf lib.tar.gz -C /
rm lib.tar.gz 

its not working for me, fetch link unreachable?

  • Love 1

 

I don't see any syserr in any channel folders...

 

 

 

Since I don't want to turn this thread into an endless chat...

 

Send me your Skype by pm and I can take a look at your server.

I have the same Problem can you say me how did you fixed it?

 

i Downloaded the Files Today, downloaded the libs, downloaded the script update

but my channels dont start up

 

in the channel Folder there are no syserr no syslog and an empty autorun.log

 

Rumor or Shogun pls give a hint what else can the Problem

I got the same Problem like the 2 other guys.

 

DB = Starting and working

Auth = seems running in TOP / PS but no syser/syslog Autorun.log =0kb

Game = seems running in TOP / PS but no syser/syslog Autorun.log =0kb

 

I did like you Postet.

 

Download the Package-->Download Update script-->Download Libs->run the install.sh-->sh run.sh.

 

i have no Idea what else can be the Problem :(

 

when i try to run the core manuelly with ./game or the auth with ./auth i get:

Segmentation fault (core dumped)

But there is no Errorlog or something else, Autorun.log is empty how to search for a error with only segmentation fault.....

 

here is my Game99 folder after runn the install.sh script

HYOXd.jpg

 

Well im really feeling dumb in this case, i had servers since game 2019  and never had such problems :(   No idea what else can be the Problem.

does the libs also need full rights?

Edited by Metin2 Dev
Core X - External 2 Internal

When you guys have errors using vrunner, and see nothing in autorun.log... you should stop using that and try launching the old fashion way so you can watch the output in PuTTy then check syserr if needed.

When you guys have errors using vrunner, and see nothing in autorun.log... you should stop using that and try launching the old fashion way so you can watch the output in PuTTy then check syserr if needed.

 

Rumor i postet above when i try to start the core manually with ./game  (also without vrunner)  i get just

Segmentation fault (core dumped)

but still no Log/error files :(

 

the Database is not the Problem if the DBcache/DBcore runns normaly? im rigth?

 

I'm getting this error on my auth and channels autorun.log

Managed process exited with 0
Managed process exited with 0
Managed process exited with 0
Managed process exited with 0
Managed process exited with 0
Managed process exited with 0

DB is working with no errors but I can't connect to the server. Any solution?

  • Premium

When you guys have errors using vrunner, and see nothing in autorun.log... you should stop using that and try launching the old fashion way so you can watch the output in PuTTy then check syserr if needed.

 

This is not related to vrunner but the run script which outputs stdout there.

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.