Hi.
I have the next problem:
OS: fedora 15
DB: mysql
Zabbix: 1.8.5
OS is fresh, installed just for zabbix. when i try to start zabbix server, i see:
But in zabbix_server.log:
Debug level 4 (max)
Cannot allocate shared memory of size 8421263 [Permission denied]
In mysql:
I have installed phpmyadmin, so there i set all privileges to user 'zabbix' to db 'zabbix.*'
sory, i'm not good in mysql and dont know how to look it in console.
So, i realy cant understed where is a trouble (( which kind of permission is denied and where.
Please, help.
I have the next problem:
OS: fedora 15
DB: mysql
Zabbix: 1.8.5
OS is fresh, installed just for zabbix. when i try to start zabbix server, i see:
Code:
[root@yfn-srv-f /]# service zabbix-server stop Stopping zabbix-server (via systemctl): [ OK ] [root@yfn-srv-f /]# service zabbix-server start Starting zabbix-server (via systemctl): [ OK ] [root@yfn-srv-f /]#
Debug level 4 (max)
Code:
6602:20110815:021542.972 Starting Zabbix Server. Zabbix 1.8.5 (revision 19050). 6602:20110815:021542.973 ****** Enabled features ****** 6602:20110815:021542.973 SNMP monitoring: YES 6602:20110815:021542.973 IPMI monitoring: YES 6602:20110815:021542.974 WEB monitoring: YES 6602:20110815:021542.974 Jabber notifications: YES 6602:20110815:021542.974 Ez Texting notifications: YES 6602:20110815:021542.974 ODBC: YES 6602:20110815:021542.975 SSH2 support: YES 6602:20110815:021542.975 IPv6 support: YES 6602:20110815:021542.987 ****************************** 6602:20110815:021542.987 Connect to the database 6602:20110815:021543.016 Query [txnlev:0] [SET NAMES utf8] 6602:20110815:021543.017 Query [txnlev:0] [SET CHARACTER SET utf8] 6602:20110815:021543.018 Query [txnlev:0] [select refresh_unsupported from config where 1=1 and configid between 000000000000000 and 099999999999999] 6602:20110815:021543.020 In init_database_cache() 6602:20110815:021543.020 In zbx_mem_required_size() size:8420916 chunks_num:4 descr:'history cache' param:'HistoryCacheSize' 6602:20110815:021543.021 End of zbx_mem_required_size() size:8421263 6602:20110815:021543.021 In zbx_mem_create() descr:'history cache' param:'HistoryCacheSize' size:8421263 6602:20110815:021543.023 Cannot allocate shared memory of size 8421263 [Permission denied] 6602:20110815:021543.023 cannot allocate shared memory for history cache
In mysql:
I have installed phpmyadmin, so there i set all privileges to user 'zabbix' to db 'zabbix.*'
sory, i'm not good in mysql and dont know how to look it in console.
So, i realy cant understed where is a trouble (( which kind of permission is denied and where.
Please, help.

Comment