Hi,
I often cannot use the frontend with SQLite support (correctly) activated, related to locking issues. For example, I come to the Login page, and enter 'Admin/no passwd' and get the following error:
zabbix_agentd and zabbix_server are running on the same host than the frontend-php.
zabbix_agentd (log level 4) continuously complain about:
while zabbix_server (log level 4) continously complain about:
fuser /tmp/zabbix.db does not return me any process using the SQLite database.
Any ideas for this annoying (make the frontend-php not usable most of the time) locking issue ?
Cheers,
I often cannot use the frontend with SQLite support (correctly) activated, related to locking issues. For example, I come to the Login page, and enter 'Admin/no passwd' and get the following error:
Code:
Error in query [insert into sessions (sessionid,userid,lastaccess) values ('2aa3a8d5aeafa7168b99e92f61de1c8c',1,1166038148)] [database is locked]
zabbix_agentd (log level 4) continuously complain about:
Code:
16762:20061213:202747 Before read
16762:20061213:202750 Timeout while answering request
16762:20061213:202750 Timeout while receiving data from [127.0.0.1:10051]
16762:20061213:202750 Getting list of active checks failed. Will retry after 60 seconds
16762:20061213:202850 get_active_checks('127.0.0.1',10051)
16762:20061213:202850 Sending [ZBX_GET_ACTIVE_CHECKS
homebox
]
16762:20061213:202850 Before read
16762:20061213:202853 Timeout while answering request
16762:20061213:202853 Timeout while receiving data from [127.0.0.1:10051]
16762:20061213:202853 Getting list of active checks failed. Will retry after 60 seconds
16762:20061213:202953 get_active_checks('127.0.0.1',10051)
16762:20061213:202953 Sending [ZBX_GET_ACTIVE_CHECKS
homebox
]
16762:20061213:202953 Before read
16762:20061213:202956 Timeout while answering request
16762:20061213:202956 Timeout while receiving data from [127.0.0.1:10051]
16762:20061213:202956 Getting list of active checks failed. Will retry after 60 seconds
16762:20061213:203056 get_active_checks('127.0.0.1',10051)
16762:20061213:203059 Sending [ZBX_GET_ACTIVE_CHECKS
homebox
]
Code:
16698:20061213:035010 Trapper got [ZBX_GET_ACTIVE_CHECKS homebox] 16698:20061213:035010 In autoregister(homebox) 16698:20061213:035010 Executing query:select hostid from hosts where host='homebox' 16699:20061213:035113 After accept() 16699:20061213:035113 Old protocol 16699:20061213:035113 After read() 3 [25] 16699:20061213:035113 Got data:ZBX_GET_ACTIVE_CHECKS homebox 16699:20061213:035113 Trapper got [ZBX_GET_ACTIVE_CHECKS homebox] 16699:20061213:035113 In autoregister(homebox) 16699:20061213:035113 Executing query:select hostid from hosts where host='homebox' 16697:20061213:035216 After accept() 16697:20061213:035216 Old protocol 16697:20061213:035216 After read() 3 [25] 16697:20061213:035216 Got data:ZBX_GET_ACTIVE_CHECKS homebox 16697:20061213:035216 Trapper got [ZBX_GET_ACTIVE_CHECKS homebox] 16697:20061213:035216 In autoregister(homebox) 16697:20061213:035216 Executing query:select hostid from hosts where host='homebox' 16702:20061213:044754 Executing housekeeper
Any ideas for this annoying (make the frontend-php not usable most of the time) locking issue ?
Cheers,

Comment