In new commit the requiriment of cmake is 3.8 in debian 9 is no repository for cmake 3.8 only 3.7, so the easiest way is to upgrade to debian 10.
To test
Install Debian 10 , install dependencies, install azerothcore.
The server start ok after a few seconds the server Aborted.
( also tested with old commit , same error )
Obs: In debian 9 runs ok
I think the problem is the mayor update of the mariadb database.
The problem i think is not the server of ac is the Database.
no error are displayed only server aborted message. and many connection aborted
2019-09-28 15:10:46 125 [Warning] Aborted connection 125 to db: 'auth' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
2019-09-28 15:10:46 118 [Warning] Aborted connection 118 to db: 'characters' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
2019-09-28 15:10:46 124 [Warning] Aborted connection 124 to db: 'auth' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
2019-09-28 15:10:46 126 [Warning] Aborted connection 126 to db: 'auth' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
2019-09-28 15:10:46 123 [Warning] Aborted connection 123 to db: 'auth' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
2019-09-28 15:10:46 120 [Warning] Aborted connection 120 to db: 'characters' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
2019-09-28 15:10:46 117 [Warning] Aborted connection 117 to db: 'characters' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
2019-09-28 15:10:46 114 [Warning] Aborted connection 114 to db: 'characters' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
2019-09-28 15:10:46 119 [Warning] Aborted connection 119 to db: 'characters' user: 'wowlanpy' host: 'wow.lanpy.com' (Got an error reading communication packets)
@Nemepy On Debian 9 you have to install cmake by yourself
Step 1: Uninstall the current version
sudo apt purge --auto-remove cmake
Step 2: Download the new version and unzip the source
cd /temp
wget https://github.com/Kitware/CMake/releases/download/v3.14.6/cmake-3.14.6.tar.gz
tar -xzvf cmake-3.14.6.tar.gz
cd cmake-3.14.6
Step 3: Install the extracted source using the following commands
./bootstrap
make
sudo make install
Step 4: Now you are done, check the new installed version
cmake --version
Description: Debian GNU/Linux 9.11 (stretch)
Release: 9.11
Codename: stretch
cmake version 3.14.6
i use backports and install cmake lastest version on debian 9, no problem on this.
But the debian 10 problem persist.
I use Debian 10 + MariaDB 10.4.8, this error is not present. The server has been running for more than 5 days, no crash detected.
I use MariaDB 10.4 in Windows and Linux, no problem :/
Perfect, I think that we can close it, agree?
Most helpful comment
I use MariaDB 10.4 in Windows and Linux, no problem :/