Ad Widget

Collapse

zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • azfar
    Junior Member
    • Jan 2012
    • 2

    #1

    zabbix

    Ubuntu 24.04.2
    Linux 6.8.0-1031 aarch64 aarch64 aarch64 GNU/Linux
    zabbix-sender 1:7.2.13-1+ubuntu24.04

    /usr/bin/zabbix_sender -z zabbix_server -s host1 -k my.key -o 0
    zabbix_sender [2718939]: cannot create locks: cannot allocate shared memory for locks

    I tested on various Ubuntu 24 ARM installation and issue persist everwhere so seems like a bug to me, any workarounds to get out of the situation?
  • PSklyar
    Member
    • Sep 2025
    • 30

    #2
    Hey, hey azfar
    So there can be a couple workarounds, first I advise to try IPV4 connection as its simplest way :
    /usr/bin/zabbix_sender -z zabbix_server -s host1 -k my.key -o 0 --tcp-connect

    Or IP binding
    /usr/bin/zabbix_sender -z zabbix_server -s host1 -k my.key -o 0 --source-address 0.0.0.0

    Or if your ZBX server have DNS entry
    /usr/bin/zabbix_sender -z server.domain.com -s host1 -k my.key -o 0

    Let me know if it helps.

    Comment

    Working...