Welcome to Centmin Mod Community
Become a Member

MariaDB Unable to download tar-zstd-gcc13 from centminmod.com

Discussion in 'Install & Upgrades or Pre-Install Questions' started by ElChorizo, Jan 12, 2026.

  1. ElChorizo

    ElChorizo Member

    79
    10
    8
    Apr 29, 2021
    Ratings:
    +18
    Local Time:
    9:07 PM
    1.19.10
    10.3.28
    Tried option 21 and wanted to do a mariadb backup with tar and zstd... after going through the menu options I ran into this problem:

    Code:
    Do you want tar + zstd compress backup [y/n]: y
    --2026-01-11 21:36:10--  https://centminmod.com/centminmodparts/tar/tar-zstd-gcc13-1.35-1.el9.x86_64.rpm
    Resolving centminmod.com (centminmod.com)... 2606:4700::6812:baa, 2606:4700::6812:aaa, 104.18.10.170, ...
    Connecting to centminmod.com (centminmod.com)|2606:4700::6812:baa|:443... connected.
    HTTP request sent, awaiting response... 522
    2026-01-11 21:36:50 ERROR 522: (no description).
    
    
    Could not open: /svr-setup/tar-zstd-gcc13-1.35-1.el9.x86_64.rpm
    
    
    Also, even running centmin.sh has a large delay before opening... like it's having some network issues or something?

     
  2. Jon Snow

    Jon Snow Active Member

    917
    188
    43
    Jun 30, 2017
    Ratings:
    +293
    Local Time:
    11:07 PM
    Nginx 1.13.9
    MariaDB 10.1.31
    Are you using OVHCloud?
     
  3. ElChorizo

    ElChorizo Member

    79
    10
    8
    Apr 29, 2021
    Ratings:
    +18
    Local Time:
    9:07 PM
    1.19.10
    10.3.28
    No, this is a HiVelocity server.

    I will also note that the process worked and did compress the files.

    Code:
    centminmod_backup.tar.zst  cronjobs_tmp  files-backup_110126-213610.log  restore-instructions.txt
    
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:07 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    what version of tar is reported now

    Code (Text):
    tar --version
     
  5. ElChorizo

    ElChorizo Member

    79
    10
    8
    Apr 29, 2021
    Ratings:
    +18
    Local Time:
    9:07 PM
    1.19.10
    10.3.28
    Code:
    tar (GNU tar) 1.34
    
     
  6. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:07 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    That should be fine that as tar 1.34 also supports zstd. But thanks for the heads up :)