Fatal glibc error: CPU does not support x86-64-v2
Fatal glibc error: CPU does not support x86-64-v2
Fatal glibc error: CPU does not support x86-64-v2
After upgrade, PMM2 container fails to start with "Fatal glibc error: CPU does not support x86-64-v2"
Why do new Linux versions fail on old CPUs?
How do I check if my CPU supports x86-64-v2?
Which CPUs fully support x86-64-v2 in 2025?
Hi,
I've used docker a little in the past, but am fairly new to using it. I've just been following the basic installation instructions here:
https://www.zabbix.com/documentation/current/en/manual/installation/containers
Which asks to use the following to create the container:
# docker run --name zabbix-server-pgsql -t \
-e DB_SERVER_HOST="postgres-server" \
-e POSTGRES_USER="zabbix" \
-e POSTGRES_PASSWORD="zabbix_pwd" \
-e POSTGRES_DB="zabbix" \
-e ZBX_ENABLE_SNMP_TRAPS="true" \
--network=zabbix-net \
-p 10051:10051 \
--volumes-from zabbix-snmptraps \
--restart unless-stopped \
-d zabbix/zabbix-server-pgsql:alpine-6.4-latest
Sadly the container won't start with the logs showing me this error:
sudo docker logs -f mysql-server
Fatal glibc error: CPU does not support x86-64-v2
It's running on:
cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.4 LTS"
lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 36 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz
I'm presuming it's an incompatibility with an old cpu....but I'm stuck as to what to do now....
Hello,
I am trying to learn Linux with CentOS and after multiple attempts of installing CentOS Stream 9, I keep getting this error message.
It seems like my hardware is not supported for this version of CentOS. Additionally, when I tried to find other versions of CentOS, it is not available on their website, and the mirror links for the older version (7, 8, and Stream 8) does not load too.
Do you guys have a suggestion for this? I am lost and confused right now. Thanks.