ML: NOT CAPABLE for ALMALINUX

installed the netdata cloud agent on almalinux 8 but in netdata dash its showing ML: NOT CAPABLE

Hi @Nikhil_Darji ,

Welcome to Netdata forums and for raising this issue with us.

For us to be able to provide you with some help could you share the following details?

a) which installation method did you use?

  • kickstart.sh
  • kickstart-static64.sh
  • native binary packages (.deb/.rpm)
  • from git
  • from source
  • docker
  • helmchart (kubernetes)
  • other

b) Provide information about your system. To get this information, execute:

# Linux
uname -a; grep -HvE "^#|URL" /etc/*release

c) Provide Netdata Agent version and build info. To get this information, execute:

netdata -W buildinfo
# If get "netdata: command not found", try (required running Netdata)
$(ps aux | grep -m1 -E -o "[a-zA-Z/]+netdata ") -W buildinfo

Thanks,
Hugo

1 Like

Hello,
Thanks for the reply @hugo
i tried the * kickstart.sh from add node option from netdata cloud dash
here is the info

Linux server.nikhil.com 4.18.0-372.16.1.el8_6.x86_64 #1 SMP Wed Jul 13 03:56:16 EDT 2022 x86_64 x86_64 x86_64 GNU/Linux
/etc/almalinux-release:AlmaLinux release 8.6 (Sky Tiger)
/etc/centos-release:AlmaLinux release 8.6 (Sky Tiger)
/etc/os-release:NAME=“AlmaLinux”
/etc/os-release:VERSION=“8.6 (Sky Tiger)”
/etc/os-release:ID=“almalinux”
/etc/os-release:ID_LIKE=“rhel centos fedora”
/etc/os-release:VERSION_ID=“8.6”
/etc/os-release:PLATFORM_ID=“platform:el8”
/etc/os-release:PRETTY_NAME=“AlmaLinux 8.6 (Sky Tiger)”
/etc/os-release:ANSI_COLOR=“0;34”
/etc/os-release:LOGO=“fedora-logo-icon”
/etc/os-release:CPE_NAME=“cpe:/o:almalinux:almalinux:8::baseos”
/etc/os-release:
/etc/os-release:ALMALINUX_MANTISBT_PROJECT=“AlmaLinux-8”
/etc/os-release:ALMALINUX_MANTISBT_PROJECT_VERSION=“8.6”
/etc/os-release:REDHAT_SUPPORT_PRODUCT=“AlmaLinux”
/etc/os-release:REDHAT_SUPPORT_PRODUCT_VERSION=“8.6”
/etc/redhat-release:AlmaLinux release 8.6 (Sky Tiger)
/etc/system-release:AlmaLinux release 8.6 (Sky Tiger)

rest command not worked
image

i have posted replied but it got hidden @hugo

ok, not sure if there are some security policies on the forums that could have hidden that
send it to my e-mail then, hugo@netdata.cloud

check https://pastebin.com/raw/Fm2L1CBr

On your case it seems netdata isn’t running, I’ve done a quick check with a different version of AlmaLinux and I get a response to netdata -W buildinfo but I also get an error trying to run service netdata start|status|stop

I don’t know what is the alternative to ensure you can put netdata running, but let me check internally

Thanks I’ve even tried reinstall multiple times but no luck

Hi @Nikhil_Darji

The libuv error you’ve posted seems weird…

Can you try please to install libuv, most likely using sudo dnf -y install libuv, then try the netdata -W buildinfo again ?