Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-28249

Installation of `mariadb-plugin-s3` fails on Debians ARM

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 10.5.15, 10.6.7, 10.7.3
    • N/A
    • Packaging
    • None
    • Debian Buster, Bullseye, Ubuntu Bionic, Focal, ARM

    Description

      Some packages could not be installed. This may mean that you have
      requested an impossible situation or if you are using the unstable
      distribution that some required packages have not yet been created
      or been moved out of Incoming.
      The following information may help to resolve the situation:
      The following packages have unmet dependencies:
       mariadb-plugin-s3 : Depends: libcurl3 but it is not installable
      W: --force-yes is deprecated, use one of the options starting with --allow instead.
      E: Unable to correct problems, you have held broken packages.
      

      Currently default lib is `libcurl4`

      Attachments

        Issue Links

          Activity

            danblack Daniel Black added a comment - - edited

            Debian 7, Wheezy, is EOL, and unsupported.

            Debian 8, Stretch, has libcurl3, it would seem odd that wheezy had a more modern version.

            MDEV-28153 changed the default to check these by absolute distro version (https://github.com/MariaDB/server/commit/157a838b1951d5767794ddfa211684ad9108a59d).

            danblack Daniel Black added a comment - - edited Debian 7, Wheezy, is EOL , and unsupported . Debian 8, Stretch, has libcurl3, it would seem odd that wheezy had a more modern version. MDEV-28153 changed the default to check these by absolute distro version ( https://github.com/MariaDB/server/commit/157a838b1951d5767794ddfa211684ad9108a59d ).
            danblack Daniel Black added a comment -

            libcurl3 was available from repos described in https://www.debian.org/distrib/archive

            $ podman run --rm -ti debian:7
            Resolved "debian" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf)
            Trying to pull docker.io/library/debian:7...
            Getting image source signatures
            Copying blob 2b15b7abe8b3 skipped: already exists  
            Copying config 10fcec6d95 done  
            Writing manifest to image destination
            Storing signatures
            root@80582529082e:/# echo 'deb http://archive.debian.org/debian/ wheezy main' > /etc/apt/sources.list.d/archive.list
            root@80582529082e:/# apt-get update  
            Ign http://security.debian.org wheezy/updates Release.gpg           
            Ign http://deb.debian.org wheezy Release.gpg                        
            Get:1 http://archive.debian.org wheezy Release.gpg [2373 B]
            Ign http://security.debian.org wheezy/updates Release                              
            Get:2 http://archive.debian.org wheezy Release [191 kB]
            ...
            root@80582529082e:/# apt-get install libcurl3
            Reading package lists... Done
            Building dependency tree       
            Reading state information... Done
            The following extra packages will be installed:
              ca-certificates krb5-locales libgcrypt11 libgnutls26 libgpg-error0 libgssapi-krb5-2 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libp11-kit0 librtmp0 libsasl2-2 libsasl2-modules libssh2-1
              libtasn1-3 openssl
            Suggested packages:
              rng-tools krb5-doc krb5-user libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal
            The following NEW packages will be installed:
              ca-certificates krb5-locales libcurl3 libgcrypt11 libgnutls26 libgpg-error0 libgssapi-krb5-2 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libp11-kit0 librtmp0 libsasl2-2 libsasl2-modules
              libssh2-1 libtasn1-3 openssl
            

            danblack Daniel Black added a comment - libcurl3 was available from repos described in https://www.debian.org/distrib/archive $ podman run --rm -ti debian:7 Resolved "debian" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) Trying to pull docker.io/library/debian:7... Getting image source signatures Copying blob 2b15b7abe8b3 skipped: already exists Copying config 10fcec6d95 done Writing manifest to image destination Storing signatures root@80582529082e:/# echo 'deb http://archive.debian.org/debian/ wheezy main' > /etc/apt/sources.list.d/archive.list root@80582529082e:/# apt-get update Ign http://security.debian.org wheezy/updates Release.gpg Ign http://deb.debian.org wheezy Release.gpg Get:1 http://archive.debian.org wheezy Release.gpg [2373 B] Ign http://security.debian.org wheezy/updates Release Get:2 http://archive.debian.org wheezy Release [191 kB] ... root@80582529082e:/# apt-get install libcurl3 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: ca-certificates krb5-locales libgcrypt11 libgnutls26 libgpg-error0 libgssapi-krb5-2 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libp11-kit0 librtmp0 libsasl2-2 libsasl2-modules libssh2-1 libtasn1-3 openssl Suggested packages: rng-tools krb5-doc krb5-user libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal The following NEW packages will be installed: ca-certificates krb5-locales libcurl3 libgcrypt11 libgnutls26 libgpg-error0 libgssapi-krb5-2 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libp11-kit0 librtmp0 libsasl2-2 libsasl2-modules libssh2-1 libtasn1-3 openssl

            I've corrected the list of distributions - issue is reproducible with Buster, Bullseye, Bionic and Focal

            also checked libcurl in these distros:

            Ubuntu Focal:

            libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour)
            libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour)
            libcurl4 - easy-to-use client-side URL transfer library (OpenSSL flavour)
            libcurl4-doc - documentation for libcurl
            libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour)
            libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour)
            libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
            
            

            Ubuntu Bionic:

            libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour)
            libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour)
            libcurl4 - easy-to-use client-side URL transfer library (OpenSSL flavour)
            libcurl4-doc - documentation for libcurl
            libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour)
            libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour)
            libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
            
            

            Debian Buster:

            libcupt4-2-downloadmethod-curl - flexible package manager -- libcurl download method
            libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour)
            libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour)
            libcurl4 - easy-to-use client-side URL transfer library (OpenSSL flavour)
            libcurl4-doc - documentation for libcurl
            libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour)
            libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour)
            libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
            
            

            Debian Bullseye

             
            libcupt4-2-downloadmethod-curl - flexible package manager -- libcurl download method
            libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour)
            libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour)
            libcurl4 - easy-to-use client-side URL transfer library (OpenSSL flavour)
            libcurl4-doc - documentation for libcurl
            libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour)
            libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour)
            libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
            
            

            tturenko Timofey Turenko added a comment - I've corrected the list of distributions - issue is reproducible with Buster, Bullseye, Bionic and Focal also checked libcurl in these distros: Ubuntu Focal: libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour) libcurl4 - easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl4-doc - documentation for libcurl libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour) libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour) libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour) Ubuntu Bionic: libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour) libcurl4 - easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl4-doc - documentation for libcurl libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour) libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour) libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour) Debian Buster: libcupt4-2-downloadmethod-curl - flexible package manager -- libcurl download method libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour) libcurl4 - easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl4-doc - documentation for libcurl libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour) libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour) libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour) Debian Bullseye   libcupt4-2-downloadmethod-curl - flexible package manager -- libcurl download method libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour) libcurl4 - easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl4-doc - documentation for libcurl libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour) libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour) libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)

            issue is reproducible with Buster, Bullseye, Bionic and Focal

            tturenko Timofey Turenko added a comment - issue is reproducible with Buster, Bullseye, Bionic and Focal
            danblack Daniel Black added a comment -

            focal 10.6.7 - confirmed

            $ podman run --arch arm64 -ti mariadb:10.6 bash
            Resolved "mariadb" as an alias (/home/dan/.cache/containers/short-name-aliases.conf)
            Trying to pull docker.io/library/mariadb:10.6...
            Getting image source signatures
            Copying blob 14aeff3983d3 done  
            Copying blob 14aeff3983d3 done  
            Copying blob b15d2eb0ba12 done  
            Copying blob 577a3a6d8179 done  
            Copying blob e13bb612b014 done  
            Copying blob 185e8a4c1005 done  
            Copying blob 5ed8fb95bcdf done  
            Copying blob 9b7d993e41c7 done  
            Copying blob 4d8127165a08 done  
            Copying blob cbe252cbc909 done  
            Copying blob 00c52b754325 done  
            Copying blob 550f67acd5c5 done  
            Copying config 74e48e5513 done  
            Writing manifest to image destination
            Storing signatures
             apt-get update && apt-get install  mariadb-plugin-s3
            root@2f58efcb6160:/#  apt-get update && apt-get install  mariadb-plugin-s3
            Get:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]       
            Get:1 https://archive.mariadb.org/mariadb-10.6.7/repo/ubuntu focal InRelease [7767 B]   
            Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
            Get:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
            Get:5 https://archive.mariadb.org/mariadb-10.6.7/repo/ubuntu focal/main arm64 Packages [17.1 kB]
            Get:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]                                                                                                                                                               
            Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]                                                                                                                                                         
            Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]                                                                                                                                                             
            Get:9 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]                                                                                                                                                        
            Get:10 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]                                                                                                                                                       
            Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1477 kB]                                                                                                                                                    
            Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [4150 B]                                                                                                                                               
            Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9066 B]                                                                                                                                               
            Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1085 kB]                                                                                                                                                
            Get:15 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [26.0 kB]                                                                                                                                              
            Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [51.1 kB]                                                                                                                                                  
            Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3913 B]                                                                                                                                              
            Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [799 kB]                                                                                                                                                
            Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1120 kB]                                                                                                                                                   
            Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3254 B]                                                                                                                                              
            Fetched 17.7 MB in 22s (792 kB/s)                                                                                                                                                                                                          
            Reading package lists... Done
            Reading package lists... Done
            Building dependency tree       
            Reading state information... Done
            Some packages could not be installed. This may mean that you have
            requested an impossible situation or if you are using the unstable
            distribution that some required packages have not yet been created
            or been moved out of Incoming.
            The following information may help to resolve the situation:
             
            The following packages have unmet dependencies:
             mariadb-plugin-s3 : Depends: libcurl3 but it is not installable
            E: Unable to correct problems, you have held broken packages.
            

            focal - 10.6-latest

            $ podman run --arch arm64 -ti quay.io/mariadb-foundation/mariadb-devel:10.6 bash
            Trying to pull quay.io/mariadb-foundation/mariadb-devel:10.6...
            Getting image source signatures
            Copying blob 51b7a5fe6182 done  
            ...
            Copying config cb4dfbe636 done  
            Writing manifest to image destination
            Storing signatures
            root@9658f7fa7c04:/# apt-get update && apt-get install  mariadb-plugin-s3
            Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]                                  
            Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]        
            Ign:3 https://ci.mariadb.org/23952/aarch64-ubuntu-2004-deb-autobake/debs ./ InRelease
            Ign:4 https://ci.mariadb.org/23952/aarch64-ubuntu-2004-deb-autobake/debs ./ Release
            Get:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
            Get:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
            Get:7 https://ci.mariadb.org/23952/aarch64-ubuntu-2004-deb-autobake/debs ./ Packages [12.3 kB]
            Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
            Get:9 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]                                                                                                                                                        
            Get:10 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]                                                                                                                                                        
            Get:11 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]                                                                                                                                                       
            Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9066 B]                                                                                                                                               
            Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [4150 B]                                                                                                                                               
            Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1477 kB]                                                                                                                                                    
            Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1085 kB]                                                                                                                                                
            Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [26.0 kB]                                                                                                                                              
            Get:17 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [51.1 kB]                                                                                                                                                  
            Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [799 kB]                                                                                                                                                
            Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1120 kB]                                                                                                                                                   
            Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3254 B]                                                                                                                                              
            Get:21 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3913 B]                                                                                                                                              
            Fetched 17.7 MB in 16s (1096 kB/s)                                                                                                                                                                                                         
            Reading package lists... Done
            Reading package lists... Done
            Building dependency tree       
            Reading state information... Done
            The following additional packages will be installed:
              krb5-locales libbrotli1 libcurl4 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5 librtmp1 libssh-4 publicsuffix
            Suggested packages:
              krb5-doc krb5-user
            The following NEW packages will be installed:
              krb5-locales libbrotli1 libcurl4 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5 librtmp1 libssh-4 mariadb-plugin-s3 publicsuffix
            0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
            Need to get 2256 kB of archives.
            After this operation, 9222 kB of additional disk space will be used.
            Do you want to continue? [Y/n] y
            

            I think if all the ones you are testing where the last release? The cause was an incomplete apt-cache on the builders, and debian-autobake.sh falling back to libcurl3 because libcurl4 wasn't found. I did get dbart to do an additional release of the 10.2 server in MDEV-28014, however I missed that plugins like s3 where also affected.

            As a result of this MDEV-28153 now uses fixed dependencies.

            I'm going to test on the build version now, but I think this was a problem, but is now fixed.

            danblack Daniel Black added a comment - focal 10.6.7 - confirmed $ podman run --arch arm64 -ti mariadb:10.6 bash Resolved "mariadb" as an alias (/home/dan/.cache/containers/short-name-aliases.conf) Trying to pull docker.io/library/mariadb:10.6... Getting image source signatures Copying blob 14aeff3983d3 done Copying blob 14aeff3983d3 done Copying blob b15d2eb0ba12 done Copying blob 577a3a6d8179 done Copying blob e13bb612b014 done Copying blob 185e8a4c1005 done Copying blob 5ed8fb95bcdf done Copying blob 9b7d993e41c7 done Copying blob 4d8127165a08 done Copying blob cbe252cbc909 done Copying blob 00c52b754325 done Copying blob 550f67acd5c5 done Copying config 74e48e5513 done Writing manifest to image destination Storing signatures apt-get update && apt-get install mariadb-plugin-s3 root@2f58efcb6160:/# apt-get update && apt-get install mariadb-plugin-s3 Get:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:1 https://archive.mariadb.org/mariadb-10.6.7/repo/ubuntu focal InRelease [7767 B] Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB] Get:5 https://archive.mariadb.org/mariadb-10.6.7/repo/ubuntu focal/main arm64 Packages [17.1 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B] Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1477 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [4150 B] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9066 B] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1085 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [26.0 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [51.1 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3913 B] Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [799 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1120 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3254 B] Fetched 17.7 MB in 22s (792 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:   The following packages have unmet dependencies: mariadb-plugin-s3 : Depends: libcurl3 but it is not installable E: Unable to correct problems, you have held broken packages. focal - 10.6-latest $ podman run --arch arm64 -ti quay.io/mariadb-foundation/mariadb-devel:10.6 bash Trying to pull quay.io/mariadb-foundation/mariadb-devel:10.6... Getting image source signatures Copying blob 51b7a5fe6182 done ... Copying config cb4dfbe636 done Writing manifest to image destination Storing signatures root@9658f7fa7c04:/# apt-get update && apt-get install mariadb-plugin-s3 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB] Ign:3 https://ci.mariadb.org/23952/aarch64-ubuntu-2004-deb-autobake/debs ./ InRelease Ign:4 https://ci.mariadb.org/23952/aarch64-ubuntu-2004-deb-autobake/debs ./ Release Get:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB] Get:7 https://ci.mariadb.org/23952/aarch64-ubuntu-2004-deb-autobake/debs ./ Packages [12.3 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B] Get:10 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB] Get:11 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9066 B] Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [4150 B] Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1477 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1085 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [26.0 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [51.1 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [799 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1120 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3254 B] Get:21 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3913 B] Fetched 17.7 MB in 16s (1096 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: krb5-locales libbrotli1 libcurl4 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5 librtmp1 libssh-4 publicsuffix Suggested packages: krb5-doc krb5-user The following NEW packages will be installed: krb5-locales libbrotli1 libcurl4 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5 librtmp1 libssh-4 mariadb-plugin-s3 publicsuffix 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. Need to get 2256 kB of archives. After this operation, 9222 kB of additional disk space will be used. Do you want to continue? [Y/n] y I think if all the ones you are testing where the last release? The cause was an incomplete apt-cache on the builders, and debian-autobake.sh falling back to libcurl3 because libcurl4 wasn't found. I did get dbart to do an additional release of the 10.2 server in MDEV-28014 , however I missed that plugins like s3 where also affected. As a result of this MDEV-28153 now uses fixed dependencies. I'm going to test on the build version now, but I think this was a problem, but is now fixed.
            danblack Daniel Black added a comment -

            Tested Ubuntu with the following, still an issue with 18.04. 23952 number from the tarbuildnum in the properties of https://buildbot.mariadb.org/#/grid?branch=10.6 jobs.

            $ for v in 1804 2004 2110 ; do echo testing Ubuntu $v; echo; podman run --arch arm64 --rm --env DEBIAN_FRONTEND=noninteractive ubuntu:"${v:0:2}.${v:2:4}" sh -c "apt-get update && apt-get install -y ca-certificates; echo 'deb [trusted=yes] https://ci.mariadb.org/23952/aarch64-ubuntu-${v/.}-deb-autobake/debs ./' > /etc/apt/sources.list.d/mariadb.list; apt-get update && apt-get install -y mariadb-plugin-s3;  ls -la  /lib/systemd/system/mariadb.service" ; done
            

            Tested deb - troubles on 9, 10; 11 and sid are fine.

            deb

            $ for v in 9 10 11 sid; do echo testing Debian $v; echo; podman run --arch arm64 --rm --env DEBIAN_FRONTEND=noninteractive debian:$v sh -c "apt-get update && apt-get install -y ca-certificates;  echo 'deb [trusted=yes] https://ci.mariadb.org/23952/aarch64-debian-${v}-deb-autobake/debs ./' > /etc/apt/sources.list.d/mariadb.list; apt-get update && apt-get install -y mariadb-plugin-s3; ls -la  /lib/systemd/system/mariadb.service" ; done
            

            testing Debian 9
             
            Resolved "debian" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf)
            Trying to pull docker.io/library/debian:9...
            ....
             
            Hit:1 http://security.debian.org/debian-security buster/updates InRelease
            Hit:2 http://deb.debian.org/debian buster InRelease
            Ign:3 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ InRelease
            Hit:4 http://deb.debian.org/debian buster-updates InRelease
            Ign:5 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Release
            Ign:6 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Packages
            Ign:6 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Packages
            Ign:6 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Packages
            Get:6 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Packages [12.3 kB]
            Fetched 12.3 kB in 7s (1887 B/s)
            Reading package lists...
            Reading package lists...
            Building dependency tree...
            Reading state information...
            Some packages could not be installed. This may mean that you have
            requested an impossible situation or if you are using the unstable
            distribution that some required packages have not yet been created
            or been moved out of Incoming.
            The following information may help to resolve the situation:
             
            The following packages have unmet dependencies:
             mariadb-plugin-s3 : Depends: mariadb-server-10.6 (= 1:10.6.8+maria~buster) but it is not going to be installed
            E: Unable to correct problems, you have held broken packages.
            

            danblack Daniel Black added a comment - Tested Ubuntu with the following, still an issue with 18.04. 23952 number from the tarbuildnum in the properties of https://buildbot.mariadb.org/#/grid?branch=10.6 jobs. $ for v in 1804 2004 2110 ; do echo testing Ubuntu $v; echo; podman run --arch arm64 --rm --env DEBIAN_FRONTEND=noninteractive ubuntu:"${v:0:2}.${v:2:4}" sh -c "apt-get update && apt-get install -y ca-certificates; echo 'deb [trusted=yes] https://ci.mariadb.org/23952/aarch64-ubuntu-${v/.}-deb-autobake/debs ./' > /etc/apt/sources.list.d/mariadb.list; apt-get update && apt-get install -y mariadb-plugin-s3; ls -la /lib/systemd/system/mariadb.service" ; done Tested deb - troubles on 9, 10; 11 and sid are fine. deb $ for v in 9 10 11 sid; do echo testing Debian $v; echo; podman run --arch arm64 --rm --env DEBIAN_FRONTEND=noninteractive debian:$v sh -c "apt-get update && apt-get install -y ca-certificates; echo 'deb [trusted=yes] https://ci.mariadb.org/23952/aarch64-debian-${v}-deb-autobake/debs ./' > /etc/apt/sources.list.d/mariadb.list; apt-get update && apt-get install -y mariadb-plugin-s3; ls -la /lib/systemd/system/mariadb.service" ; done testing Debian 9   Resolved "debian" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) Trying to pull docker.io/library/debian:9... ....   Hit:1 http://security.debian.org/debian-security buster/updates InRelease Hit:2 http://deb.debian.org/debian buster InRelease Ign:3 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Ign:5 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Release Ign:6 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Packages Ign:6 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Packages Ign:6 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Packages Get:6 https://ci.mariadb.org/23952/aarch64-debian-10-deb-autobake/debs ./ Packages [12.3 kB] Fetched 12.3 kB in 7s (1887 B/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:   The following packages have unmet dependencies: mariadb-plugin-s3 : Depends: mariadb-server-10.6 (= 1:10.6.8+maria~buster) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
            danblack Daniel Black added a comment -

            Tested Ubuntu-18.04. Trouble was it needed galera-4 which isn't in the std repo or the ci builds of the server. After installing that, the plugin-s3 was installed with the correct libcurl4 dependency. /lib/systemd/system/mariadb.service was also installed.

            Based on the availability of galera-4 in debian, the Debian 9, 10 failures above seem as likely to be the same.

            danblack Daniel Black added a comment - Tested Ubuntu-18.04. Trouble was it needed galera-4 which isn't in the std repo or the ci builds of the server. After installing that, the plugin-s3 was installed with the correct libcurl4 dependency. /lib/systemd/system/mariadb.service was also installed. Based on the availability of galera-4 in debian, the Debian 9, 10 failures above seem as likely to be the same.
            danblack Daniel Black added a comment -

            Thanks for the bug. Although we weren't aware of all the failures, they seem to be resolved.

            bionic working

            root@c34b27ee71ac:/# apt-get install -y mariadb-plugin-s3
            Reading package lists... Done
            Building dependency tree       
            Reading state information... Done
            The following package was automatically installed and is no longer required:
              libssl1.0.0
            Use 'apt autoremove' to remove it.
            The following additional packages will be installed:
              krb5-locales libcurl4 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5 librtmp1 publicsuffix
            Suggested packages:
              krb5-doc krb5-user
            The following NEW packages will be installed:
              krb5-locales libcurl4 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5 librtmp1 mariadb-plugin-s3 publicsuffix
            0 upgraded, 12 newly installed, 0 to remove and 2 not upgraded.
            Need to get 1684 kB of archives.
            After this operation, 7614 kB of additional disk space will be used.
            Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]
            Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.2 [28.1 kB]
            Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.2 [79.9 kB]
            Get:4 https://ci.mariadb.org/23952/aarch64-ubuntu-1804-deb-autobake/debs ./ mariadb-plugin-s3 1:10.6.8+maria~bionic [771 kB]
            Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
            Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.2 [241 kB]
            Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.2 [103 kB]
            Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
            Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 publicsuffix all 20180223.1310-1 [97.6 kB]
            Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
            Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
            Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.16 [184 kB]
            Fetched 1684 kB in 6s (269 kB/s)                                                                                                                                                                                                           
            debconf: delaying package configuration, since apt-utils is not installed
            Selecting previously unselected package krb5-locales.
            (Reading database ... 10583 files and directories currently installed.)
            Preparing to unpack .../00-krb5-locales_1.16-2ubuntu0.2_all.deb ...
            Unpacking krb5-locales (1.16-2ubuntu0.2) ...
            Selecting previously unselected package libkrb5support0:arm64.
            Preparing to unpack .../01-libkrb5support0_1.16-2ubuntu0.2_arm64.deb ...
            Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.2) ...
            Selecting previously unselected package libk5crypto3:arm64.
            Preparing to unpack .../02-libk5crypto3_1.16-2ubuntu0.2_arm64.deb ...
            Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.2) ...
            Selecting previously unselected package libkeyutils1:arm64.
            Preparing to unpack .../03-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
            Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
            Selecting previously unselected package libkrb5-3:arm64.
            Preparing to unpack .../04-libkrb5-3_1.16-2ubuntu0.2_arm64.deb ...
            Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.2) ...
            Selecting previously unselected package libgssapi-krb5-2:arm64.
            Preparing to unpack .../05-libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb ...
            Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ...
            Selecting previously unselected package libpsl5:arm64.
            Preparing to unpack .../06-libpsl5_0.19.1-5build1_arm64.deb ...
            Unpacking libpsl5:arm64 (0.19.1-5build1) ...
            Selecting previously unselected package publicsuffix.
            Preparing to unpack .../07-publicsuffix_20180223.1310-1_all.deb ...
            Unpacking publicsuffix (20180223.1310-1) ...
            Selecting previously unselected package libnghttp2-14:arm64.
            Preparing to unpack .../08-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
            Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
            Selecting previously unselected package librtmp1:arm64.
            Preparing to unpack .../09-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
            Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
            Selecting previously unselected package libcurl4:arm64.
            Preparing to unpack .../10-libcurl4_7.58.0-2ubuntu3.16_arm64.deb ...
            Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.16) ...
            Selecting previously unselected package mariadb-plugin-s3.
            Preparing to unpack .../11-mariadb-plugin-s3_1%3a10.6.8+maria~bionic_arm64.deb ...
            Unpacking mariadb-plugin-s3 (1:10.6.8+maria~bionic) ...
            Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
            Setting up libpsl5:arm64 (0.19.1-5build1) ...
            Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
            Setting up libkrb5support0:arm64 (1.16-2ubuntu0.2) ...
            Setting up krb5-locales (1.16-2ubuntu0.2) ...
            Setting up publicsuffix (20180223.1310-1) ...
            Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
            Setting up libk5crypto3:arm64 (1.16-2ubuntu0.2) ...
            Setting up libkrb5-3:arm64 (1.16-2ubuntu0.2) ...
            Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ...
            Setting up libcurl4:arm64 (7.58.0-2ubuntu3.16) ...
            Setting up mariadb-plugin-s3 (1:10.6.8+maria~bionic) ...
            Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
            Processing triggers for mariadb-server-10.6 (1:10.6.8+maria~bionic) ...
            debconf: unable to initialize frontend: Dialog
            debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
            debconf: falling back to frontend: Readline
            invoke-rc.d: could not determine current runlevel
            invoke-rc.d: policy-rc.d denied execution of restart.
            root@c34b27ee71ac:/#   ls -la  /lib/systemd/system/mariadb.service
            -rw-r--r--. 1 root root 5809 Apr  6 10:32 /lib/systemd/system/mariadb.service
            

            danblack Daniel Black added a comment - Thanks for the bug. Although we weren't aware of all the failures, they seem to be resolved. bionic working root@c34b27ee71ac:/# apt-get install -y mariadb-plugin-s3 Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libssl1.0.0 Use 'apt autoremove' to remove it. The following additional packages will be installed: krb5-locales libcurl4 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5 librtmp1 publicsuffix Suggested packages: krb5-doc krb5-user The following NEW packages will be installed: krb5-locales libcurl4 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libnghttp2-14 libpsl5 librtmp1 mariadb-plugin-s3 publicsuffix 0 upgraded, 12 newly installed, 0 to remove and 2 not upgraded. Need to get 1684 kB of archives. After this operation, 7614 kB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.2 [28.1 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.2 [79.9 kB] Get:4 https://ci.mariadb.org/23952/aarch64-ubuntu-1804-deb-autobake/debs ./ mariadb-plugin-s3 1:10.6.8+maria~bionic [771 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.2 [241 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.2 [103 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 publicsuffix all 20180223.1310-1 [97.6 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.16 [184 kB] Fetched 1684 kB in 6s (269 kB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package krb5-locales. (Reading database ... 10583 files and directories currently installed.) Preparing to unpack .../00-krb5-locales_1.16-2ubuntu0.2_all.deb ... Unpacking krb5-locales (1.16-2ubuntu0.2) ... Selecting previously unselected package libkrb5support0:arm64. Preparing to unpack .../01-libkrb5support0_1.16-2ubuntu0.2_arm64.deb ... Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.2) ... Selecting previously unselected package libk5crypto3:arm64. Preparing to unpack .../02-libk5crypto3_1.16-2ubuntu0.2_arm64.deb ... Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.2) ... Selecting previously unselected package libkeyutils1:arm64. Preparing to unpack .../03-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ... Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ... Selecting previously unselected package libkrb5-3:arm64. Preparing to unpack .../04-libkrb5-3_1.16-2ubuntu0.2_arm64.deb ... Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.2) ... Selecting previously unselected package libgssapi-krb5-2:arm64. Preparing to unpack .../05-libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb ... Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ... Selecting previously unselected package libpsl5:arm64. Preparing to unpack .../06-libpsl5_0.19.1-5build1_arm64.deb ... Unpacking libpsl5:arm64 (0.19.1-5build1) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../07-publicsuffix_20180223.1310-1_all.deb ... Unpacking publicsuffix (20180223.1310-1) ... Selecting previously unselected package libnghttp2-14:arm64. Preparing to unpack .../08-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ... Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ... Selecting previously unselected package librtmp1:arm64. Preparing to unpack .../09-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ... Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ... Selecting previously unselected package libcurl4:arm64. Preparing to unpack .../10-libcurl4_7.58.0-2ubuntu3.16_arm64.deb ... Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.16) ... Selecting previously unselected package mariadb-plugin-s3. Preparing to unpack .../11-mariadb-plugin-s3_1%3a10.6.8+maria~bionic_arm64.deb ... Unpacking mariadb-plugin-s3 (1:10.6.8+maria~bionic) ... Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ... Setting up libpsl5:arm64 (0.19.1-5build1) ... Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ... Setting up libkrb5support0:arm64 (1.16-2ubuntu0.2) ... Setting up krb5-locales (1.16-2ubuntu0.2) ... Setting up publicsuffix (20180223.1310-1) ... Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ... Setting up libk5crypto3:arm64 (1.16-2ubuntu0.2) ... Setting up libkrb5-3:arm64 (1.16-2ubuntu0.2) ... Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ... Setting up libcurl4:arm64 (7.58.0-2ubuntu3.16) ... Setting up mariadb-plugin-s3 (1:10.6.8+maria~bionic) ... Processing triggers for libc-bin (2.27-3ubuntu1.5) ... Processing triggers for mariadb-server-10.6 (1:10.6.8+maria~bionic) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of restart. root@c34b27ee71ac:/# ls -la /lib/systemd/system/mariadb.service -rw-r--r--. 1 root root 5809 Apr 6 10:32 /lib/systemd/system/mariadb.service

            People

              danblack Daniel Black
              tturenko Timofey Turenko
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.