[ZBX-8177] Zabbix_proxy fails with signal SIGFPE while starting Created: 2014 May 06 Updated: 2017 May 30 Resolved: 2014 May 07 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Proxy (P) |
Affects Version/s: | 2.2.2 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Minor |
Reporter: | Wojciech Korzenny | Assignee: | Unassigned |
Resolution: | Won't fix | Votes: | 0 |
Labels: | crash, proxy | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
OS: Installed packages: #rpm -qa | grep zabb
Server=zabbix_host |
Attachments: |
![]() ![]() |
||||||||||||
Issue Links: |
|
Description |
Zabbix_proxy fails with error: 29305:20140505:061759.508 Starting Zabbix Proxy (active) [vplab082.dev.sabre.com]. Zabbix 2.2.2 (revision 42525). Same behavior for 2.2.1 release. Logs in attachment:
|
Comments |
Comment by Aleksandrs Saveljevs [ 2014 May 06 ] |
Looks the same as |
Comment by Wojciech Korzenny [ 2014 May 06 ] |
They are correct. When they are not corrent, I got an exception for example: [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix2'@'zabbix_proxy' (using password: YES) Parameter DBHost=dbhost definitely points to local db (dedicated for zabbix proxy) not for zabbix-server db. What's more - backtrace in log is different (shorter) than reported in 29305:20140505:061804.860 === Backtrace: === |
Comment by richlv [ 2014 May 07 ] |
what asaveljevs meant, is that really a proxy database, not having any data from the server dataset ? |
Comment by Wojciech Korzenny [ 2014 May 07 ] |
DB that proxy uses is a copy of database that zabbix server used before. Is it a db that I should use or I ought to create clean database created by script schema.sql? |
Comment by Aleksandrs Saveljevs [ 2014 May 07 ] |
Yes, you should create a clean database using schema.sql. Scripts images.sql and data.sql should not be imported. |
Comment by richlv [ 2014 May 07 ] |
right. proxies should not be pointed at server db. |