Hello,
A few weeks ago, I built a server using v1.6 on Ubuntu 9.10. I followed Johnusa's procedure to the letter. The frontend loader (wizard) passed everything, but the Zabbix control panel said the Zabbix server wasn't running. Given v1.8 was release shortly afterward, I decided to wipe the server and reinstall using the same procedure. I have issues in v1.8 that didn't exist in v1.6.
After the new installation, I ran the frontend loader (wizard) and it failed on step 3: PHP memory limit, PHP, post max size and PHP MB string overload. Using posts on this forum, I changed a few values in php.ini and step 3 now passes. My current issue is in step 4: configure DB connection. After entering the correct info and pressing "Test Connection", I get three errors:
Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host "xxx.xxx.xxx.xxx" and accepting TCP/IP connections on port 5432? in /home/zabbix/public_html/include/db.inc.php on line 81
Warning: Cannot modify header information - headers already sent by (output started at /home/zabbix/public_html/include/db.inc.php:81) in /home/zabbix/public_html/include/page_header.php on line 72
Warning: Cannot modify header information - headers already sent by (output started at /home/zabbix/public_html/include/db.inc.php:81) in /home/zabbix/public_html/include/func.inc.php on line 247
I'm guessing the bottom two are because of the first error. I've spent much time searching for a solution without success. Can someone help me solve the problem. As I stated, I followed Johnusa's revised procedure verbatim. With Zabbix 1.6, no problem with the frontend loader...with v1.8 I'm having issues and am stuck.
Thanks in advance,
Jeff
A few weeks ago, I built a server using v1.6 on Ubuntu 9.10. I followed Johnusa's procedure to the letter. The frontend loader (wizard) passed everything, but the Zabbix control panel said the Zabbix server wasn't running. Given v1.8 was release shortly afterward, I decided to wipe the server and reinstall using the same procedure. I have issues in v1.8 that didn't exist in v1.6.
After the new installation, I ran the frontend loader (wizard) and it failed on step 3: PHP memory limit, PHP, post max size and PHP MB string overload. Using posts on this forum, I changed a few values in php.ini and step 3 now passes. My current issue is in step 4: configure DB connection. After entering the correct info and pressing "Test Connection", I get three errors:
Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host "xxx.xxx.xxx.xxx" and accepting TCP/IP connections on port 5432? in /home/zabbix/public_html/include/db.inc.php on line 81
Warning: Cannot modify header information - headers already sent by (output started at /home/zabbix/public_html/include/db.inc.php:81) in /home/zabbix/public_html/include/page_header.php on line 72
Warning: Cannot modify header information - headers already sent by (output started at /home/zabbix/public_html/include/db.inc.php:81) in /home/zabbix/public_html/include/func.inc.php on line 247
I'm guessing the bottom two are because of the first error. I've spent much time searching for a solution without success. Can someone help me solve the problem. As I stated, I followed Johnusa's revised procedure verbatim. With Zabbix 1.6, no problem with the frontend loader...with v1.8 I'm having issues and am stuck.
Thanks in advance,
Jeff
Comment