Hi you all,
I'm facing a really stupid issue that I cannot solve:
I'm trying to install a galera cluster on 3vm running ubuntu 22.04 ( have to use this distro and version ), in data center.
This distro and version has a stupid bug using apt ( !! ) that can be bypassed preceding the command with the string "GNUTLS_CPUID_OVERRIDE=0x1"
The point is that I set the "alias apt-get='GNUTLS_CPUID_OVERRIDE=0x1 apt-get'" in /etc/environment and for the "human" sessions works fine, as you can see
while when I use gm-installer it falls in error
root@mysqlclusterdev01:/opt# ./gm-installer uninstall
INFO[0000] OS Detected: Debian / Ubuntu / Linux / jammy / 22.04
Do you want to remove Galera Manager data as well? [y/N] y
▁INFO[0004] Updating the package index
INFO[0004] Executing: apt-get update
▎INFO[0005] Got an error and attepts = 0
The deinstallation log is located at /tmp/gm-installer-uninstall.log
ERRO[0005] Failed to complete uninstallation: command failed (stepName=update_package_index, commandId=1, commandType=ExecCommand): exit status 100
root@mysqlclusterdev01:/opt# cat /tmp/gm-installer-uninstall.log
Hit:1
http://de.archive.ubuntu.com/ubuntu jammy InRelease
Reading package lists...
E: Method https has died unexpectedly!
E: Sub-process https received signal 4.
Is there any way to bypass this issue?
can I install it manually and then run it ?
thanks in advance
Kind regards,
Rob