Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-25782

Zabbix proxy sqlite3 crashes on startup on rocky linux 8

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 7.2.0, 7.2.1
    • Proxy (P)

      Steps to reproduce:

      1. Update sqllite3 proxy from 7.0 to 7.2.0 or 7.2.1 on Rocky Linux 8
      2. Start zabbix proxy

      Result:

      • Zabbix proxy is unable to create and use it's sqllite database:

      14891:20241221:100359.865 Starting Zabbix Proxy (active) [zbxProxy]. Zabbix 7.2.1 (revision 67f3c838b2a).
       14891:20241221:100359.865 **** Enabled features ****
       14891:20241221:100359.865 SNMP monitoring:       YES
       14891:20241221:100359.865 IPMI monitoring:       YES
       14891:20241221:100359.865 Web monitoring:        YES
       14891:20241221:100359.865 VMware monitoring:     YES
       14891:20241221:100359.865 ODBC:                  YES
       14891:20241221:100359.865 SSH support:           YES
       14891:20241221:100359.865 IPv6 support:          YES
       14891:20241221:100359.865 TLS support:           YES
       14891:20241221:100359.865 **************************
       14891:20241221:100359.865 using configuration file: /etc/zabbix/zabbix_proxy.conf
       14891:20241221:100359.865 In zbx_load_modules()
       14891:20241221:100359.865 End of zbx_load_modules():SUCCEED
       14891:20241221:100359.865 In zbx_ipc_service_start() service:rtc
       14891:20241221:100359.865 In zbx_ipc_socket_open()
       14891:20241221:100359.865 End of zbx_ipc_socket_open():FAIL
       14891:20241221:100359.865 End of zbx_ipc_service_start():SUCCEED
       14891:20241221:100359.865 In zbx_init_database_cache()
       14891:20241221:100359.865 In zbx_shmem_create() param:'HistoryCacheSize' size:16777216
       14891:20241221:100359.865 valid user addresses: [0x7f2eb9adf170, 0x7f2ebaadeff0] total size: 16776832
       14891:20241221:100359.865 End of zbx_shmem_create()
       14891:20241221:100359.865 In zbx_shmem_create() param:'HistoryIndexCacheSize' size:4194304
       14891:20241221:100359.865 valid user addresses: [0x7f2eb96df180, 0x7f2eb9adeff0] total size: 4193904
       14891:20241221:100359.865 End of zbx_shmem_create()
       14891:20241221:100359.865 End of zbx_init_database_cache()
       14891:20241221:100359.865 In zbx_init_configuration_cache() size:8388608
       14891:20241221:100359.865 In zbx_shmem_create() param:'CacheSize' size:8388608
       14891:20241221:100359.865 valid user addresses: [0x7f2eb8edf170, 0x7f2eb96deff0] total size: 8388224
       14891:20241221:100359.865 End of zbx_shmem_create()
       14891:20241221:100359.865 End of zbx_init_configuration_cache()
       14891:20241221:100359.865 In zbx_init_selfmon_collector()
       14891:20241221:100359.865 zbx_init_selfmon_collector() size:33136
       14891:20241221:100359.865 In zbx_shmem_create() param:'(null)' size:33520
       14891:20241221:100359.865 valid user addresses: [0x7f2ec311f170, 0x7f2ec31272e0] total size: 33136
       14891:20241221:100359.865 End of zbx_shmem_create()
       14891:20241221:100359.865 End of zbx_init_selfmon_collector() collector.monitor:0x7f2ec311f170
       14891:20241221:100359.865 In zbx_pb_create() mode:2
       14891:20241221:100359.865 In zbx_shmem_create() param:'ProxyMemoryBufferSize' size:268435456
       14891:20241221:100359.865 valid user addresses: [0x7f2ea8edf180, 0x7f2eb8edeff0] total size: 268435056
       14891:20241221:100359.865 End of zbx_shmem_create()
       14891:20241221:100359.865 End of zbx_pb_create():
       14891:20241221:100359.865 cannot open database file "/tmp/zabbix_proxy.db": [2] No such file or directory
       14891:20241221:100359.865 creating database ...
       14891:20241221:100359.866 [Z3001] connection to database '/tmp/zabbix_proxy.db' failed: [0] unable to open database file
       14891:20241221:100359.866 cannot initialize database: cannot open database

      Expected:
      Zabbix proxy start

            zabbix.support Zabbix Support Team
            fednikx Federico Crepaldi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: