Jump to content

TMP4

Contributor
  • Posts

    1112
  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    100%

Posts posted by TMP4

  1. 59 minutes ago, Draveniou1 said:

    I can't give it, you read the forum rules

    I'll have to get permission from freebsd.org to post otherwise I'm going for copyright 

    No, you read the forum rules :kekw:

    K-perny-k-p-2023-04-09-132956.png

    -----------------------

    @Trojan3D and you did not react my suggestion.

  2. 4 hours ago, БlyatMAN said:

    one dumb question i modified level max to 175 and i have 174 skill points it is a whay to make that skill points less?

    1. cmd_general.cpp: #define MAX_STAT 90 // Modifiy 90 to max stat

    2. char.cpp: (GetLevel() < 91) PointChange(POINT_STAT, 1); // Modifiy 91 to max stat + 1

    3. char.cpp: PointChange(POINT_STAT, ((MINMAX(1, iLv, 90) - 1) * 3) + GetPoint(POINT_LEVEL_STEP) - GetPoint(POINT_STAT)); // Modifiy 90 to max stat

    --------------

    Edit: One thing I just noticed now. In the 3., the original code from kraizy.tgz is like this:

    	if(iLv <= 90)
    		PointChange(POINT_STAT, ((MINMAX(1, iLv, 90) - 1) * 3) + GetPoint(POINT_LEVEL_STEP) - GetPoint(POINT_STAT));
    	else
    		PointChange(POINT_STAT, 270 - GetPoint(POINT_STAT));

    I think now if you do /level 91 you get 267 point instead of 270.
    I don't know why Mali modified this but I'm gonna modify it back to it's original state.

    ("one dumb question" Even if it was dumb, you helped me discover this modification so thank you 😄 )

    Edit: Mega archive updated.

    2023.04.09: - Char.cpp CHARACTER::ResetPoint's POINT_STAT was modified, changed back to original code. (Line: 5934-5939)
  3. 13 hours ago, Henry6767 said:

    Hello guys! Today I ran into two problems while trying to start my metin2 server on a Google VPS.

    The first problem is that the INTERNAL_IP and the PUBLIC_IP are the same for some reason, the INTERNAL_IP is correct, but the PUBLIC_IP gets the same from the INTERNAL_IP (INTERNAL_IP: 10.164.0.4 interface vtnet0
    PUBLIC_IP: 10.164.0.4 (from INTERNAL_IP)

    My second problem is that when I start the server I get this error: "Could not Load ThreeWayWar Setting file"

    I've read something about linking something into the "cores" folders but I have no idea how and what to do with those folders and which files I should link.

    Thank you for reading!

    Hello. The Google Cloud provides you private networking, therefore it is similar to a home network when players outside the network can't get farther then the chraselect. You may ask why: It is simple. When you select your character, you're getting to put in to one core, but that core's ip address is private what you can't reach from outside of the server's local network.

    There's a solution for that, here it is: 

    Your second problem: "Could not Load ThreeWayWar Setting file"

    That's the first file the server want to load. If you did not delete the file (forkedmapindex.txt) you may changed the locale for example but did not do it properly. You changed the english folder to hungary/germany/etc but the serverfile still wants to read it from the english folder. Of course there can be other reason, you modified the file and now it have wrong syntax etc.

  4. 38 minutes ago, Draveniou1 said:

    Command not working The commands don't work because it has been removed

    I think it should find ready installed mysql python 

    Commands are working fine. You mean the downloadable packages are removed from the mirrors after it's reached EOL.
    By the way if someone have the package in the cache folder then pkg install will work. Ofc it's not the case here since he does not have it.

    27 minutes ago, Trojan3D said:

    Yes you are right. that's exactly what I'm looking for

    Then be clear, in your topic you only said you're looking for FreeBSD11.4.

    Did installation from the ports fails too? That uses multiple mirrors.
    If it fails, it'll write the filename (and the hash if I remember) so you can look the file up on the internet and download yourself, place it to /usr/ports/distfiles and continue the installation.

    (If you don't know how to install from ports, please look it up on Google.)

    Spoiler
    4 hours ago, Draveniou1 said:

    i have it with mysql 5.6 

    i don't have it with 5.5

    So you just let him know you have it without uploading it? That's evil :kekw:

    • Love 2
  5. 34 minutes ago, adrianadyy said:

    If everyone use it and work,I think error is somewhere in my freebsd. Maybe I have somethink missing

    Your db syserr says it can't connect to mysql server on 127.0.0.1, while you say you're able to reach it from outside (from the internet).

    If you change 127.0.0.1 to your vps's public ip and metin2 & password to root and rootpassword in every config file and db/conf.txt then it would probably work. 
    Should you do it? Just for testing, there's a reason metin2 uses a local user for the db (security). Also a local connection is probably faster I think.

    I'm not able to debug your FreeBSD's mysql server remotely.
    If It would be my vps, I would check first if "localhost" works instead of the 127.0.0.1, then check the metin2@localhost db user what is probably fine, then ask the hosting about are there any preinstalled firewall or port filter.

    • Metin2 Dev 1
    • Good 1
  6. 20 hours ago, adrianadyy said:

    i have installed mysql56 server on freebsd 13.1 from blazingfast

    In db error from var/db/mysql I have only this on .err file

      Hide contents

    230326 22:19:07 mysqld_safe Logging to '/var/db/mysql/bsd.err'.
    230326 22:19:07 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2023-03-26 22:19:08 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:19:08 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 874 ...
    2023-03-26 22:19:08 874 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:19:08 874 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:19:08 874 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:19:08 874 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:19:08 874 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:19:08 874 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:19:08 874 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:19:08 874 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:19:08 874 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:19:08 874 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
    2023-03-26 22:19:08 874 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
    2023-03-26 22:19:08 874 [Note] InnoDB: Database physically writes the file full: wait...
    2023-03-26 22:19:08 874 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
    2023-03-26 22:19:08 874 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
    2023-03-26 22:19:08 874 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
    2023-03-26 22:19:08 874 [Warning] InnoDB: New log files created, LSN=45781
    2023-03-26 22:19:08 874 [Note] InnoDB: Doublewrite buffer not found: creating new
    2023-03-26 22:19:08 874 [Note] InnoDB: Doublewrite buffer created
    2023-03-26 22:19:08 874 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:19:08 874 [Warning] InnoDB: Creating foreign key constraint system tables.
    2023-03-26 22:19:08 874 [Note] InnoDB: Foreign key constraint system tables created
    2023-03-26 22:19:08 874 [Note] InnoDB: Creating tablespace and datafile system tables.
    2023-03-26 22:19:08 874 [Note] InnoDB: Tablespace and datafile system tables created.
    2023-03-26 22:19:08 874 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:19:08 874 [Note] InnoDB: 5.6.51 started; log sequence number 0
     /usr/local/libexec/mysqld: Error on delete of './auto.cnf' (Errcode: 2 - No such file or directory)
    2023-03-26 22:19:08 874 [Warning] World-writable config file './auto.cnf' has been removed.

    2023-03-26 22:19:08 874 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 76bc0da5-cc13-11ed-aaef-fa59b31350c8.
    2023-03-26 22:19:08 874 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:19:08 874 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:19:08 874 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:19:08 874 [Note] IPv6 is available.
    2023-03-26 22:19:08 874 [Note]   - '::' resolves to '::';
    2023-03-26 22:19:08 874 [Note] Server socket created on IP: '::'.
    2023-03-26 22:19:08 874 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:19:08 874 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    2023-03-26 22:19:35 874 [Note] /usr/local/libexec/mysqld: Normal shutdown

    2023-03-26 22:19:35 874 [Note] Giving 0 client threads a chance to die gracefully
    2023-03-26 22:19:35 874 [Note] Event Scheduler: Purging the queue. 0 events
    2023-03-26 22:19:35 874 [Note] Shutting down slave threads
    2023-03-26 22:19:35 874 [Note] Forcefully disconnecting 0 remaining clients
    2023-03-26 22:19:35 874 [Note] Binlog end
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'partition'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_FT_DELETED'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_METRICS'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_CMPMEM'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_CMP_RESET'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_CMP'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_LOCKS'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'INNODB_TRX'
    2023-03-26 22:19:35 874 [Note] Shutting down plugin 'InnoDB'
    2023-03-26 22:19:35 874 [Note] InnoDB: FTS optimize thread exiting.
    2023-03-26 22:19:35 874 [Note] InnoDB: Starting shutdown...
    2023-03-26 22:19:36 874 [Note] InnoDB: Shutdown completed; log sequence number 1600607
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'BLACKHOLE'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'ARCHIVE'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'MRG_MYISAM'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'MyISAM'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'MEMORY'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'CSV'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'sha256_password'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'mysql_old_password'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'mysql_native_password'
    2023-03-26 22:19:36 874 [Note] Shutting down plugin 'binlog'
    2023-03-26 22:19:36 874 [Note] /usr/local/libexec/mysqld: Shutdown complete

    230326 22:19:36 mysqld_safe mysqld from pid file /var/db/mysql/bsd.pid ended
    2023-03-26 22:19:42 1024 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:19:42 1024 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:19:42 1024 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:19:42 1024 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:19:42 1024 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:19:42 1024 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:19:42 1024 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:19:42 1024 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:19:42 1024 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:19:42 1024 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:19:42 1024 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:19:42 1024 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:19:42 1024 [Note] InnoDB: 5.6.51 started; log sequence number 1600607
    2023-03-26 22:19:42 1024 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:19:42 1024 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:19:42 1024 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:19:42 1024 [Note] IPv6 is available.
    2023-03-26 22:19:42 1024 [Note]   - '::' resolves to '::';
    2023-03-26 22:19:42 1024 [Note] Server socket created on IP: '::'.
    2023-03-26 22:19:42 1024 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    2023-03-26 22:19:52 1024 [Warning] InnoDB: Cannot open table mysql/innodb_index_stats from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
    2023-03-26 22:19:52 1024 [Warning] InnoDB: Cannot open table mysql/innodb_table_stats from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
    2023-03-26 22:19:52 1024 [Warning] InnoDB: Cannot open table mysql/slave_master_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
    2023-03-26 22:19:52 1024 [Warning] InnoDB: Cannot open table mysql/slave_relay_log_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
    2023-03-26 22:19:52 1024 [Warning] InnoDB: Cannot open table mysql/slave_worker_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
    2023-03-26 22:20:16 1024 [Note] /usr/local/libexec/mysqld: Normal shutdown

    2023-03-26 22:20:16 1024 [Note] Giving 0 client threads a chance to die gracefully
    2023-03-26 22:20:16 1024 [Note] Shutting down slave threads
    2023-03-26 22:20:16 1024 [Note] Forcefully disconnecting 0 remaining clients
    2023-03-26 22:20:16 1024 [Note] Binlog end
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'partition'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_FT_DELETED'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_METRICS'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_CMPMEM'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_CMP_RESET'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_CMP'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_LOCKS'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'INNODB_TRX'
    2023-03-26 22:20:16 1024 [Note] Shutting down plugin 'InnoDB'
    2023-03-26 22:20:16 1024 [Note] InnoDB: FTS optimize thread exiting.
    2023-03-26 22:20:16 1024 [Note] InnoDB: Starting shutdown...
    2023-03-26 22:20:17 1024 [Note] InnoDB: Shutdown completed; log sequence number 1600617
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'BLACKHOLE'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'ARCHIVE'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'MRG_MYISAM'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'MyISAM'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'MEMORY'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'CSV'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'sha256_password'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'mysql_old_password'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'mysql_native_password'
    2023-03-26 22:20:17 1024 [Note] Shutting down plugin 'binlog'
    2023-03-26 22:20:17 1024 [Note] /usr/local/libexec/mysqld: Shutdown complete

    2023-03-26 22:20:22 1174 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:20:22 1174 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:20:22 1174 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:20:22 1174 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:20:22 1174 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:20:22 1174 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:20:22 1174 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:20:22 1174 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:20:22 1174 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:20:22 1174 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:20:22 1174 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:20:22 1174 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:20:22 1174 [Note] InnoDB: 5.6.51 started; log sequence number 1600617
    2023-03-26 22:20:22 1174 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:20:22 1174 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:20:22 1174 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:20:22 1174 [Note] IPv6 is available.
    2023-03-26 22:20:22 1174 [Note]   - '::' resolves to '::';
    2023-03-26 22:20:22 1174 [Note] Server socket created on IP: '::'.
    2023-03-26 22:20:22 1174 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:20:22 1174 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    2023-03-26 22:20:43 1174 [Warning] IP address '89.39.81.250' could not be resolved: Name does not resolve
    230326 22:24:22 mysqld_safe Logging to '/var/db/mysql/bsd.err'.
    230326 22:24:22 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
    2023-03-26 22:24:23 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:24:23 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 875 ...
    2023-03-26 22:24:23 875 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:24:23 875 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:24:23 875 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:24:23 875 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:24:23 875 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:24:23 875 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:24:23 875 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:24:23 875 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:24:23 875 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:24:23 875 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:24:23 875 [Note] InnoDB: The log sequence numbers 1600617 and 1600617 in ibdata files do not match the log sequence number 1600627 in the ib_logfiles!
    2023-03-26 22:24:23 875 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:24:23 875 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:24:23 875 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:24:23 875 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:24:23 875 [Note] InnoDB: from the doublewrite buffer...
    2023-03-26 22:24:23 875 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:24:23 875 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:24:23 875 [Note] InnoDB: 5.6.51 started; log sequence number 1600627
    2023-03-26 22:24:23 875 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:24:23 875 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:24:23 875 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:24:23 875 [Note] IPv6 is available.
    2023-03-26 22:24:23 875 [Note]   - '::' resolves to '::';
    2023-03-26 22:24:23 875 [Note] Server socket created on IP: '::'.
    2023-03-26 22:24:23 875 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:24:23 875 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:33:38 mysqld_safe mysqld restarted
    2023-03-26 22:33:39 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:33:39 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1248 ...
    2023-03-26 22:33:39 1248 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:33:39 1248 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:33:39 1248 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:33:39 1248 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:33:39 1248 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:33:39 1248 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:33:39 1248 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:33:39 1248 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:33:39 1248 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:33:39 1248 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:33:39 1248 [Note] InnoDB: The log sequence numbers 1600617 and 1600617 in ibdata files do not match the log sequence number 1600637 in the ib_logfiles!
    2023-03-26 22:33:39 1248 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:33:39 1248 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:33:39 1248 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:33:39 1248 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:33:39 1248 [Note] InnoDB: from the doublewrite buffer...
    2023-03-26 22:33:41 1248 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:33:41 1248 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:33:42 1248 [Note] InnoDB: 5.6.51 started; log sequence number 1600637
    2023-03-26 22:33:42 1248 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:42 1248 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:42 1248 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:33:42 1248 [Note] IPv6 is available.
    2023-03-26 22:33:42 1248 [Note]   - '::' resolves to '::';
    2023-03-26 22:33:42 1248 [Note] Server socket created on IP: '::'.
    2023-03-26 22:33:42 1248 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:33:42 1248 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:33:44 mysqld_safe mysqld restarted
    2023-03-26 22:33:44 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:33:44 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1262 ...
    2023-03-26 22:33:44 1262 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:33:44 1262 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:33:44 1262 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:33:44 1262 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:33:44 1262 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:33:44 1262 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:33:44 1262 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:33:44 1262 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:33:44 1262 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:33:44 1262 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:33:44 1262 [Note] InnoDB: The log sequence numbers 1600617 and 1600617 in ibdata files do not match the log sequence number 1600647 in the ib_logfiles!
    2023-03-26 22:33:44 1262 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:33:44 1262 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:33:44 1262 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:33:44 1262 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:33:44 1262 [Note] InnoDB: from the doublewrite buffer...
    2023-03-26 22:33:44 1262 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:33:44 1262 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:33:45 1262 [Note] InnoDB: 5.6.51 started; log sequence number 1600647
    2023-03-26 22:33:45 1262 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:45 1262 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:45 1262 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:33:45 1262 [Note] IPv6 is available.
    2023-03-26 22:33:45 1262 [Note]   - '::' resolves to '::';
    2023-03-26 22:33:45 1262 [Note] Server socket created on IP: '::'.
    2023-03-26 22:33:45 1262 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:33:45 1262 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:33:47 mysqld_safe mysqld restarted
    2023-03-26 22:33:47 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:33:47 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1272 ...
    2023-03-26 22:33:47 1272 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:33:47 1272 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:33:47 1272 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:33:47 1272 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:33:47 1272 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:33:47 1272 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:33:47 1272 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:33:47 1272 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:33:47 1272 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:33:47 1272 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:33:47 1272 [Note] InnoDB: The log sequence numbers 1600617 and 1600617 in ibdata files do not match the log sequence number 1600657 in the ib_logfiles!
    2023-03-26 22:33:47 1272 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:33:47 1272 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:33:47 1272 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:33:47 1272 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:33:47 1272 [Note] InnoDB: from the doublewrite buffer...
    2023-03-26 22:33:47 1272 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:33:47 1272 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:33:47 1272 [Note] InnoDB: 5.6.51 started; log sequence number 1600657
    2023-03-26 22:33:47 1272 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:47 1272 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:47 1272 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:33:47 1272 [Note] IPv6 is available.
    2023-03-26 22:33:47 1272 [Note]   - '::' resolves to '::';
    2023-03-26 22:33:47 1272 [Note] Server socket created on IP: '::'.
    2023-03-26 22:33:47 1272 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:33:47 1272 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:33:49 mysqld_safe mysqld restarted
    2023-03-26 22:33:49 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:33:49 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1282 ...
    2023-03-26 22:33:49 1282 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:33:49 1282 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:33:49 1282 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:33:49 1282 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:33:49 1282 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:33:49 1282 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:33:49 1282 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:33:49 1282 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:33:49 1282 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:33:49 1282 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:33:49 1282 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1600657
    2023-03-26 22:33:49 1282 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:33:49 1282 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:33:49 1282 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:33:49 1282 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:33:49 1282 [Note] InnoDB: from the doublewrite buffer...
    InnoDB: Doing recovery: scanned up to log sequence number 1600667
    2023-03-26 22:33:50 1282 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:33:50 1282 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:33:50 1282 [Note] InnoDB: 5.6.51 started; log sequence number 1600667
    2023-03-26 22:33:50 1282 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:50 1282 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:50 1282 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:33:50 1282 [Note] IPv6 is available.
    2023-03-26 22:33:50 1282 [Note]   - '::' resolves to '::';
    2023-03-26 22:33:50 1282 [Note] Server socket created on IP: '::'.
    2023-03-26 22:33:50 1282 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:33:50 1282 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:33:51 mysqld_safe mysqld restarted
    2023-03-26 22:33:52 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:33:52 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1292 ...
    2023-03-26 22:33:52 1292 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:33:52 1292 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:33:52 1292 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:33:52 1292 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:33:52 1292 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:33:52 1292 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:33:52 1292 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:33:52 1292 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:33:52 1292 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:33:52 1292 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:33:52 1292 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1600667
    2023-03-26 22:33:52 1292 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:33:52 1292 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:33:52 1292 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:33:52 1292 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:33:52 1292 [Note] InnoDB: from the doublewrite buffer...
    InnoDB: Doing recovery: scanned up to log sequence number 1600677
    2023-03-26 22:33:52 1292 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:33:52 1292 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:33:52 1292 [Note] InnoDB: 5.6.51 started; log sequence number 1600677
    2023-03-26 22:33:52 1292 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:52 1292 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:52 1292 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:33:52 1292 [Note] IPv6 is available.
    2023-03-26 22:33:52 1292 [Note]   - '::' resolves to '::';
    2023-03-26 22:33:52 1292 [Note] Server socket created on IP: '::'.
    2023-03-26 22:33:52 1292 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:33:52 1292 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:33:53 mysqld_safe mysqld restarted
    2023-03-26 22:33:54 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:33:54 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1304 ...
    2023-03-26 22:33:54 1304 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:33:54 1304 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:33:54 1304 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:33:54 1304 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:33:54 1304 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:33:54 1304 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:33:54 1304 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:33:54 1304 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:33:54 1304 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:33:54 1304 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:33:54 1304 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1600677
    2023-03-26 22:33:54 1304 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:33:54 1304 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:33:54 1304 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:33:54 1304 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:33:54 1304 [Note] InnoDB: from the doublewrite buffer...
    InnoDB: Doing recovery: scanned up to log sequence number 1600687
    2023-03-26 22:33:54 1304 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:33:54 1304 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:33:54 1304 [Note] InnoDB: 5.6.51 started; log sequence number 1600687
    2023-03-26 22:33:54 1304 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:54 1304 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:54 1304 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:33:54 1304 [Note] IPv6 is available.
    2023-03-26 22:33:54 1304 [Note]   - '::' resolves to '::';
    2023-03-26 22:33:54 1304 [Note] Server socket created on IP: '::'.
    2023-03-26 22:33:54 1304 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:33:54 1304 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:33:56 mysqld_safe mysqld restarted
    2023-03-26 22:33:56 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:33:56 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1316 ...
    2023-03-26 22:33:56 1316 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:33:56 1316 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:33:56 1316 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:33:56 1316 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:33:56 1316 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:33:56 1316 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:33:56 1316 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:33:56 1316 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:33:56 1316 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:33:56 1316 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:33:56 1316 [Note] InnoDB: The log sequence numbers 1600617 and 1600617 in ibdata files do not match the log sequence number 1600697 in the ib_logfiles!
    2023-03-26 22:33:56 1316 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:33:56 1316 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:33:56 1316 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:33:56 1316 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:33:56 1316 [Note] InnoDB: from the doublewrite buffer...
    2023-03-26 22:33:56 1316 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:33:56 1316 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:33:56 1316 [Note] InnoDB: 5.6.51 started; log sequence number 1600697
    2023-03-26 22:33:56 1316 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:56 1316 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:56 1316 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:33:56 1316 [Note] IPv6 is available.
    2023-03-26 22:33:56 1316 [Note]   - '::' resolves to '::';
    2023-03-26 22:33:56 1316 [Note] Server socket created on IP: '::'.
    2023-03-26 22:33:56 1316 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:33:56 1316 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:33:58 mysqld_safe mysqld restarted
    2023-03-26 22:33:59 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:33:59 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1326 ...
    2023-03-26 22:33:59 1326 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:33:59 1326 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:33:59 1326 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:33:59 1326 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:33:59 1326 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:33:59 1326 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:33:59 1326 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:33:59 1326 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:33:59 1326 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:33:59 1326 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:33:59 1326 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1600697
    2023-03-26 22:33:59 1326 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:33:59 1326 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:33:59 1326 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:33:59 1326 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:33:59 1326 [Note] InnoDB: from the doublewrite buffer...
    InnoDB: Doing recovery: scanned up to log sequence number 1600707
    2023-03-26 22:33:59 1326 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:33:59 1326 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:33:59 1326 [Note] InnoDB: 5.6.51 started; log sequence number 1600707
    2023-03-26 22:33:59 1326 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:59 1326 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:33:59 1326 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:33:59 1326 [Note] IPv6 is available.
    2023-03-26 22:33:59 1326 [Note]   - '::' resolves to '::';
    2023-03-26 22:33:59 1326 [Note] Server socket created on IP: '::'.
    2023-03-26 22:33:59 1326 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:33:59 1326 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
    230326 22:34:05 mysqld_safe mysqld restarted
    2023-03-26 22:34:06 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:34:06 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1337 ...
    2023-03-26 22:34:06 1337 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:34:06 1337 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:34:06 1337 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:34:06 1337 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:34:06 1337 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:34:06 1337 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:34:06 1337 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:34:06 1337 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:34:06 1337 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:34:06 1337 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:34:06 1337 [Note] InnoDB: The log sequence numbers 1600617 and 1600617 in ibdata files do not match the log sequence number 1600717 in the ib_logfiles!
    2023-03-26 22:34:06 1337 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:34:06 1337 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:34:06 1337 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:34:06 1337 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:34:06 1337 [Note] InnoDB: from the doublewrite buffer...
    2023-03-26 22:34:06 1337 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:34:06 1337 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:34:06 1337 [Note] InnoDB: 5.6.51 started; log sequence number 1600717
    2023-03-26 22:34:06 1337 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:34:06 1337 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:34:06 1337 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:34:06 1337 [Note] IPv6 is available.
    2023-03-26 22:34:06 1337 [Note]   - '::' resolves to '::';
    2023-03-26 22:34:06 1337 [Note] Server socket created on IP: '::'.
    230326 22:34:15 mysqld_safe mysqld restarted
    2023-03-26 22:34:15 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
    2023-03-26 22:34:15 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.51) starting as process 1350 ...
    2023-03-26 22:34:15 1350 [Note] Plugin 'FEDERATED' is disabled.
    2023-03-26 22:34:15 1350 [Note] InnoDB: Using atomics to ref count buffer pool pages
    2023-03-26 22:34:15 1350 [Note] InnoDB: The InnoDB memory heap is disabled
    2023-03-26 22:34:15 1350 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2023-03-26 22:34:15 1350 [Note] InnoDB: Memory barrier is not used
    2023-03-26 22:34:15 1350 [Note] InnoDB: Compressed tables use zlib 1.2.12
    2023-03-26 22:34:15 1350 [Note] InnoDB: Using CPU crc32 instructions
    2023-03-26 22:34:15 1350 [Note] InnoDB: Initializing buffer pool, size = 128.0M
    2023-03-26 22:34:15 1350 [Note] InnoDB: Completed initialization of buffer pool
    2023-03-26 22:34:15 1350 [Note] InnoDB: Highest supported file format is Barracuda.
    2023-03-26 22:34:15 1350 [Note] InnoDB: The log sequence numbers 1600617 and 1600617 in ibdata files do not match the log sequence number 1600727 in the ib_logfiles!
    2023-03-26 22:34:15 1350 [Note] InnoDB: Database was not shutdown normally!
    2023-03-26 22:34:15 1350 [Note] InnoDB: Starting crash recovery.
    2023-03-26 22:34:15 1350 [Note] InnoDB: Reading tablespace information from the .ibd files...
    2023-03-26 22:34:15 1350 [Note] InnoDB: Restoring possible half-written data pages 
    2023-03-26 22:34:15 1350 [Note] InnoDB: from the doublewrite buffer...
    2023-03-26 22:34:15 1350 [Note] InnoDB: 128 rollback segment(s) are active.
    2023-03-26 22:34:15 1350 [Note] InnoDB: Waiting for purge to start
    2023-03-26 22:34:15 1350 [Note] InnoDB: 5.6.51 started; log sequence number 1600727
    2023-03-26 22:34:15 1350 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
    2023-03-26 22:34:15 1350 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
    2023-03-26 22:34:15 1350 [Note] Server hostname (bind-address): '*'; port: 3306
    2023-03-26 22:34:15 1350 [Note] IPv6 is available.
    2023-03-26 22:34:15 1350 [Note]   - '::' resolves to '::';
    2023-03-26 22:34:15 1350 [Note] Server socket created on IP: '::'.
    2023-03-26 22:34:15 1350 [Note] Event Scheduler: Loaded 0 events
    2023-03-26 22:34:15 1350 [Note] /usr/local/libexec/mysqld: ready for connections.
    Version: '5.6.51'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
     

     What I can do?

    I'm not seeing any error there but can you log in to mysql? (Via navicat/heidisql) Or just the Metin2 server can't connect to it?

  7. This is the hidden content, please

    Alternative download links → 

    This is the hidden content, please

    Recently I took out a legacy project what did not had txt protos. I looked for txt to sql converters, you can find a few, but none of them were perfect and they were closed source so I wasen't able to fix them. I wrote one for myself in PHP, so it is open source. Today I decided to share it, so I made a form for it too. There's not much to say, using the converter is pretty straightforward, check the screenshot below. It requires PHP 7.4 or greater.

    screencapture.png

    • Metin2 Dev 32
    • Good 16
    • Love 4
    • Love 19
  8. 10 hours ago, adrianadyy said:

    I can t start it. every time I receive connection refused. freebsd is 13.1 x64,I installed all libs,sv,mysql instaled,but I receive connection refused....

    syser db

      Hide contents

    SYSERR: Mar 25 23:40:55 :: Start: TABLE_POSTFIX not configured use default
    SYSERR: Mar 25 23:41:15 :: ChildLoop: AsyncSQL: query failed: Can't connect to MySQL server on '127.0.0.1' (61) (query: SELECT id,login,vnum,count,socket0,socket1,socket2,mall,why FROM item_award WHERE taken_time IS NULL and id > 0 errno: 2003)
    SYSERR: Mar 25 23:41:15 :: ChildLoop: AsyncSQL: retrying
    SYSERR: Mar 25 23:41:20 :: ChildLoop: AsyncSQL: query failed: Can't connect to MySQL server on '127.0.0.1' (61) (query: SELECT id,login,vnum,count,socket0,socket1,socket2,mall,why FROM item_award WHERE taken_time IS NULL and id > 0 errno: 2003)
    SYSERR: Mar 25 23:41:20 :: ChildLoop: AsyncSQL: retrying
    SYSERR: Mar 25 23:41:20 :: ChildLoop: AsyncSQL: query failed: Can't connect to MySQL server on '127.0.0.1' (61) (query: SELECT id,login,vnum,count,socket0,socket1,socket2,mall,why FROM item_award WHERE taken_time IS NULL and id > 0 errno: 2003)
    SYSERR: Mar 25 23:41:20 :: ChildLoop: AsyncSQL: retrying
    SYSERR: Mar 25 23:41:25 :: ChildLoop: AsyncSQL: query failed: Can't connect to MySQL server on '127.0.0.1' (61) (query: SELECT id,login,vnum,count,socket0,socket1,socket2,mall,why FROM item_award WHERE taken_time IS NULL and id > 0 errno: 2003)
    SYSERR: Mar 25 23:41:25 :: ChildLoop: AsyncSQL: retrying
     

    can help me please?

    Your syserr says that it can't connect to your mysql server.

    Did you install the mysql server? Not the mysql data (metin2mysql.tar.gz) but the server.

    Install it with pkg install mysql56-server.

    If it's installed then check error logs of mysql server why it couldn't start.

    • Good 1
  9. There are multiple sash system, here's one for example: https://metin2.download/get/1r0L264uH9r0HR94kRSGzwtwsg45wzoX/

    in char.cpp

    	else if ((bPos == 1) && (m_bSashAbsorption))
    	{
    		if ((pkItem->GetType() != ITEM_WEAPON) && (pkItem->GetType() != ITEM_ARMOR))
    		{
    			ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can absorb just the bonuses from armors and weapons."));
    			return;
    		}
    		else if ((pkItem->GetType() == ITEM_ARMOR) && (pkItem->GetSubType() != ARMOR_BODY))
    		{
    			ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can absorb just the bonuses from armors and weapons."));
    			return;
    		}
    	}

    You can modify it to

    	else if ((bPos == 1) && (m_bSashAbsorption) && (pkItem->GetType() != ITEM_WEAPON))
    	{
    		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can absorb just the bonuses from weapons."));
    		return;
    	}

    To your other question about Magic Stone, your question does not reveal whether the character has a limit of 75 or the item. 
    Anyway it is as easy as the sash question. What I suggest to you is to learn some basic programming. You can't be a metin2 developer if you don't know the basics of programming.

    • Love 1
  10. 17 hours ago, TonisBoss said:

    I got a strange bug with guild. 
    When I own guild after reboot I can't invite a player, also when I try to change leader with the item(71099),the new leader can't invite anyone else.
    guild_member and guild in Navicat are updated correctly. The only thing that make me think about the problem is guild_grade because it's empty.
    There are no syserr for the error. 
    Thank you in advance.

    I just created a guild and it does insert it's data to guild_grade right away. (guild id 2)

    K-perny-k-p-2023-03-10-162559.png

    If you missing these lines then ofc you can't invite anyone after restart since the leader have ADD_MEMBER and the other permissions set there, and after a full server restart it'll load from there.

    You have to find the error on your side.
    I know you said syserr is empty but check db's syserr too, since if an sql query fails, it'll log there and not to the game core.

  11. 11 minutes ago, Pseudabo said:

    I don't see why it shouldn't continue to be so... In part, there are things you've done that I wouldn't consider reference anymore... I think this particular one is trivial and should be standard... At least 90% of users would appreciate it. It's not a game changer, just a text change. Hand on heart, who wants to have Korean in a source that nobody understands? We all program in English, I consider it standard, and this is just one of the few things you could do that would be appreciated.

    Translated with www.DeepL.com/Translator (free version)

    What I did was 95% of bug fixes and 5% of switchable extension like enable_proxy_ip or enable_port_security or autodetect_internal_ip (I think that's all btw). These extension does not modifiy base structures at all and most people need it. They can be disabled and removed easily. They wasent installed originally if you check changelog but there was a demand for them. In the other hand modifying korean string does affect the base (even if its positive to some ppl.) and you can't revert it easily, that's why I dont want to change them to english.

  12. 1 minute ago, GoldCash said:

    I see when i add 4th inventory then i see after exiting/Changing Char./Logout chinese symbols instead my language
    What i try --> Used original local_string from VPS TMP4, used notepad++ and used Visual Studio Code
    Now i dont know where is problem

    It's not about locale_string, but 1 step behind, the cpp files itself. If you open them via notepad++ and you did not turn off autodetect character encoding, then every korean word will get corrupt, so it'll not find their pair in locale_string.

    As I know you're not able to correct the corrupted korean letters once you saved the file.

    So you should turn off notepad++ auto character encoding, redownload char_item and exchange.cpp from the mega archive, do the 4 inventory modification again, and clean and recompile game and db.

    Spoiler

    9SZ5ufh.png

  13. 17 minutes ago, strangerino said:

    Hello,

    I have installed this serverfile and did some changes to the game file.
    Now whenever I start the game, it throws me an error saying (ld-elf32.so.1: Shared object "libIL.so.1" not found, required by "game").

    I have got DevIL installed and same for tiff.

    pkg install devil
    pkg install tiff

    Both of them are running the latest version, but it still outputs the same error message...

     

    What could be wrong?

    It's not found. You can use the locate command (locate libIL.so.1) to check if you have anywhere that lib in your system. It's like search in windows.

    But 2 important thing to mention.

    1. Recently I changed DevIL from dynamic to static lib, so it does not need shared object (.so) files anymore, it's "embedded" to the game file.
    2. Latest version of DevIL is bugged, and you have to fix it, so drop pkg version and use your own. (It's fixed on my latest version)

    So I suggest you to have a look at Changelog and apply updates.

  14. 4 hours ago, GoldCash said:

    What wrong with 4 Inventory? I quip sword but i can see on my char. and when i look on the 3 inventory i see my sword.. I dont know where is problem.

    Your serverside have 2 inventory then if you see your equipment in the 3rd inventory on client. Maybe you forgot to recompile game&db? 
    Gameclean gamecompile dbclean dbcompile

    11 hours ago, avertusss said:

    I don't know why but when i want to restart server db doesn't start(connection refused). I need to restart whole vps xD

    db.core

    Core was generated by `./db'.
    Program terminated with signal SIGSEGV, Segmentation fault.
    Address not mapped to object.
    
    warning: Section `.reg-xstate/100104' in core file too small.
    #0  0x20784912 in strtoul_l () from /lib/libc.so.7
    [Current thread is 1 (LWP 100104)]
    (gdb) bt full
    #0  0x20784912 in strtoul_l () from /lib/libc.so.7
    No symbol table info available.
    #1  0x20784b15 in strtoul () from /lib/libc.so.7
    No symbol table info available.
    #2  0x00499c0b in mysql_set_character_set ()
    No symbol table info available.
    #3  0x004a0b90 in CAsyncSQL::QueryLocaleSet() ()
    No symbol table info available.
    #4  0x00427f02 in CDBManager::SetLocale (this=0xffbfeb38,
        szLocale=0x5bd4ed <g_stLocale+1> "latin1") at DBManager.cpp:172
            n = 2
            stLocale = "latin1"
    #5  0x0042c366 in CClientManager::InitializeLocalization (this=0xffbfe42c)
        at ClientManager.cpp:3862
            locale = {
              szValue = "english\000\001\207\001\000\000\000\000\000\001\000\000\000\001A\203 \340A\203 \b\207\001",
              szKey = "LOCALE\000 \204\201\203 \250\266\177 T\020c L\340\277\377\343bb \000\000\000"}
            col = 2
            n = <optimized out>
            szQuery = "SELECT mValue, mKey FROM locale\000\204G@\000eG@\000\204G@\000\210\225~ `\340\277\377\333\361s \360A\177 t߿\377\004\000\000\000\210\225~ \00--Type <RET> for more, q to quit, c to continue without paging--
    2\000\000\000\000\000\000\000\001\000\000\000\023\000\000\000\037\000\000\000\037", '\000' <repeats 23 times>, "\017\000\000\000\004\000\000\000\001\000\000\000\000\000\000\000\001", '\000' <repeats 15 times>, "\001\000\000\000\004\000\000\000\001\000\000\000\000\000\000\000\321lf \000\000\000\000\321lf ", '\000' <repeats 20 times>, "\250\266\177 \000"...
            pMsg = 0x2086c3f0
            row = <optimized out>
    #6  0x0042b835 in CClientManager::Initialize (this=0xffbfe42c)
        at ClientManager.cpp:103
            szBindIP = "p\340\277\377\355\255s \360A\177 T\020c \204\340\277\377\306\357a \360A\177 \000\000\000\000\210\225~ \224\340\277\377\277Hk \001\000\000\000\210\225~ \324\340\277\377\201\024s \001\000\000\000\250\266\177 \000\000\000\000Эs \360A\177 \000\000\000\000\360A\177 l\200~ eG@\000\226\030\240>\226\030\240>\250U\177 eG@\000C\342\277\377\360\340\277\377\223\062G\000\360A\177 "
            tmpValue = <optimized out>
            iChinaEventServer = <optimized out>
    #7  0x0042721e in Start () at Main.cpp:409
            szBuf = "\000\024\343\277\377\b\000\000\000`\342\277\377H?L \004\200L \000\360\020~s\221b `\342\277\377\b\000\000\000\a\000\000\000\327&@\000\304I<\a0\270\202\r$tL \001", '\000' <repeats 11 times>, "x\343\277\377\000\000\000\000\000\000\000\000(\000\000\000\220pM \210\225~ @\343\277\377\005qx \220pM \200\003\240 \254qM \\rM \b\000\000\000$\343\277\377\216\222b \004\200L H?L X\343\277\377\264\031K \327&@\000\000@\203 \000@\203 T\020c 4\343\277\377\022\221b 0A\203 T\020--Type <RET> for more, q to quit, c to continue without paging--

    Any ideas?

    About a year ago someone asked me for help having exactly the same issue like you. He had a vps with 1 (weak) core cpu and 2gb of ram. We switched to a better vps and it got solved, he could start the db every time.

    (We switched to https://contabo.com/en/vps/ CLOUD VPS S €5.99 / month)

    If you want to ask me why it happens, I think it's because of the mysql_set_character_set mysql command what db do at start, when the db do it second time the mysql server maybe "reject" it or something. This is just an assumption.

    Do you want to run the sf on a similarly weak vps? What is your vps's specs?

    9 hours ago, narcisxb said:

    how did you compile the server source on a 64bit freebsd on your vm?!
     

    The VM is 32 bit. This does not have 64 bit port. But you can run 32bit applications on x64 system.
    If you really want to compile on 64 bit then you have 2 choice:
    -Buy a paid serverfile what src's already moved to 64bit: Owsap's OSF, or Marty V10 (latter not released yet)
    -Make a 32bit jail on your 64bit FreeBSD and compile there.

  15. I completely understand you guys but my problem here is that Amazon/Google and Aeldra case is not the same.

    39 minutes ago, Mali said:

    Google broke laws, they restricted competition and seperated the market on purpose. 

    As of now Aeldra is just a dominant server. They did not broke any law yet like Google, not even if they really own metin2pserver.net.

    Let me quote from that factsheet: 

    Quote

    Market dominance is, as such, not illegal under EU antitrust rules.

    That's why I don't understand this rant topic about Aeldra. As I mentioned above Aeldra is just like Sony or Microsoft in the Metin2 scene.

  16. 11 minutes ago, ASIKOO said:

    I think it can be disturbing, for example, amazon has been singled out for favoring its own brand (Amazon Basic) over other sellers within its own platform. It's debatable if a private server has a toplist, it can have influence or advantage unlike other private servers. Of course, it's in the case where the private server has bad intentions, if the private server remains neutral, why not... But I'm not a fan of this idea... Ah ah

    I understand what you're saying, but that's how businesses works in capitalism, and it's called free market.
    Better than communism I guess 🤷‍♂️, where government forbid such actions and controls the market.

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