Add PVE9 support for Netdata #1498

Closed
opened 2026-02-05 01:20:31 +03:00 by OVERLORD · 10 comments
Owner

Originally created by @taulen on GitHub (Aug 20, 2025).

📌 Task summary

Refactor Proxmox VE Netdata

📋 Task details

Cant install Netdata on PVE 9

Loading...
This version of Proxmox Virtual Environment is not supported
Requires PVE Version 8.0 or higher
Exiting...

https://github.com/community-scripts/ProxmoxVE/issues/7009#issuecomment-3204639566

Originally created by @taulen on GitHub (Aug 20, 2025). ### 📌 Task summary Refactor Proxmox VE Netdata ### 📋 Task details Cant install Netdata on PVE 9 ``` Loading... This version of Proxmox Virtual Environment is not supported Requires PVE Version 8.0 or higher Exiting... ``` https://github.com/community-scripts/ProxmoxVE/issues/7009#issuecomment-3204639566
Author
Owner

@michelroegl-brunner commented on GitHub (Aug 20, 2025):

Fix merged

@michelroegl-brunner commented on GitHub (Aug 20, 2025): Fix merged
Author
Owner

@taulen commented on GitHub (Aug 20, 2025):

Seems broken.
As soon as it starts it pushes out of the script.

Are you sure you want to install NetData on Proxmox VE host. Proceed(y/n)? y
Verbose mode? <y/N> N
Setting up repository...root@pve3:~#

@taulen commented on GitHub (Aug 20, 2025): Seems broken. As soon as it starts it pushes out of the script. > Are you sure you want to install NetData on Proxmox VE host. Proceed(y/n)? y Verbose mode? <y/N> N >Setting up repository...root@pve3:~#
Author
Owner

@MickLesk commented on GitHub (Aug 20, 2025):

work fine here (3 Nodes / Verbose / Non Verbose) . run in verbose

@MickLesk commented on GitHub (Aug 20, 2025): work fine here (3 Nodes / Verbose / Non Verbose) . run in verbose
Author
Owner

@taulen commented on GitHub (Aug 20, 2025):

Okay, thats weird.
With verbose Yes.

Verbose mode? <y/N> y
Setting up repository.../lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required

Running ryzen 3600, so ? Google only showing old stuff with really old intel processors :P

@taulen commented on GitHub (Aug 20, 2025): Okay, thats weird. With verbose Yes. > Verbose mode? <y/N> y >Setting up repository.../lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required Running ryzen 3600, so ? Google only showing old stuff with really old intel processors :P
Author
Owner

@MickLesk commented on GitHub (Aug 20, 2025):

Then its your cpu to old lol 😄 never seen this - but its an netdata thing

grep "model name" /proc/cpuinfo | head -1
cat /proc/cpuinfo | grep flags | head -1
ldd --version

@MickLesk commented on GitHub (Aug 20, 2025): Then its your cpu to old lol :smile: never seen this - but its an netdata thing grep "model name" /proc/cpuinfo | head -1 cat /proc/cpuinfo | grep flags | head -1 ldd --version
Author
Owner

@taulen commented on GitHub (Aug 20, 2025):

Need to upgrade again then :P

root@pve3:~# grep "model name" /proc/cpuinfo | head -1
model name : AMD Ryzen 5 3600 6-Core Processor

root@pve3:~# cat /proc/cpuinfo | grep flags | head -1
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es

root@pve3:~# ldd --version
ldd (Debian GLIBC 2.41-12) 2.41
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

@taulen commented on GitHub (Aug 20, 2025): Need to upgrade again then :P > root@pve3:~# grep "model name" /proc/cpuinfo | head -1 > model name : AMD Ryzen 5 3600 6-Core Processor > root@pve3:~# cat /proc/cpuinfo | grep flags | head -1 > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es > root@pve3:~# ldd --version > ldd (Debian GLIBC 2.41-12) 2.41 > Copyright (C) 2024 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > Written by Roland McGrath and Ulrich Drepper.
Author
Owner

@MickLesk commented on GitHub (Aug 20, 2025):

should not be to old

ldd --help | grep -i isa

cat /proc/cpuinfo | grep avx2

(in host)

@MickLesk commented on GitHub (Aug 20, 2025): should not be to old ldd --help | grep -i isa cat /proc/cpuinfo | grep avx2 (in host)
Author
Owner

@taulen commented on GitHub (Aug 20, 2025):

Starting to wonder if something is broken with this install of proxmox.

root@pve3:~# cat /proc/cpuinfo | grep avx2
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es

x12, 1 for every core of the cpu.

root@pve3:~# ldd --help | grep -i isa
/lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required
root@pve3:~# ldd --help | grep -i isa
/lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required
root@pve3:~# ldd --help | grep -i isa
root@pve3:~# ldd --help | grep -i isa
/lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required
root@pve3:~# 
@taulen commented on GitHub (Aug 20, 2025): Starting to wonder if something is broken with this install of proxmox. ``` root@pve3:~# cat /proc/cpuinfo | grep avx2 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es ``` x12, 1 for every core of the cpu. ``` root@pve3:~# ldd --help | grep -i isa /lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required root@pve3:~# ldd --help | grep -i isa /lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required root@pve3:~# ldd --help | grep -i isa root@pve3:~# ldd --help | grep -i isa /lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required root@pve3:~# ```
Author
Owner

@MickLesk commented on GitHub (Aug 20, 2025):

try microcode -> bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/microcode.sh)"

after this reboot and try again

@MickLesk commented on GitHub (Aug 20, 2025): try microcode -> bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/microcode.sh)" after this reboot and try again
Author
Owner

@taulen commented on GitHub (Aug 20, 2025):

No idea what happened to the host here, was discovering more and more thing that didnt work, after a fresh re-install and restore from backups its all back in working order.
Thank you for taking the time to troubleshoot with me. It was completely borked in the end.

@taulen commented on GitHub (Aug 20, 2025): No idea what happened to the host here, was discovering more and more thing that didnt work, after a fresh re-install and restore from backups its all back in working order. Thank you for taking the time to troubleshoot with me. It was completely borked in the end.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1498