Hi forum,
I've just update my server with some new harddiscs an also updated from Suse 9.3 to 10.0. On the old configuration 1.1-beta2 was running fine.
So with the new installation I decided to update Zabbix to 1.1-beta5 - maybay a wrong idea?
Starting Zabbix with script works, the processes are running - but I got the error
- as I did it on my Suse 9.3 Installation I've put an
Does Zabbix no longer run as user zabbix?
But this is nothing to the web-interface:
Pointing an browser on http://server/zabbix brings you an aboslutly empty HMTL-Page. And the error-log from my apache2 fills itself with
Enabling the "call_time_pass_reference" didin't solve the problem - and I cannot remember doing so under Suse 9.3....
Anbybody an idea what went wrong with my installation...?
Greets
drathi81
I've just update my server with some new harddiscs an also updated from Suse 9.3 to 10.0. On the old configuration 1.1-beta2 was running fine.
So with the new installation I decided to update Zabbix to 1.1-beta5 - maybay a wrong idea?
Starting Zabbix with script works, the processes are running - but I got the error
Code:
Unable to open log file [/var/log/zabbix_server.log] [Permission denied]
Code:
chown zabbix:zabbix zabbix_server.log
But this is nothing to the web-interface:
Pointing an browser on http://server/zabbix brings you an aboslutly empty HMTL-Page. And the error-log from my apache2 fills itself with
Code:
[client 192.168.1.30] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of eregi(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your IN I file. However, future versions may not support this any longer. in /srv/www/htdocs/zabbix/include/config.inc.php on line 731 [client 192.168.1.30] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of eregi(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your IN I file. However, future versions may not support this any longer. in /srv/www/htdocs/zabbix/include/config.inc.php on line 748 [client 192.168.1.30] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of eregi(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your IN I file. However, future versions may not support this any longer. in /srv/www/htdocs/zabbix/include/config.inc.php on line 819 [client 192.168.1.30] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of eregi(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your IN I file. However, future versions may not support this any longer. in /srv/www/htdocs/zabbix/include/config.inc.php on line 845 [client 192.168.1.30] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of eregi(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your IN I file. However, future versions may not support this any longer. in /srv/www/htdocs/zabbix/include/config.inc.php on line 874 [client 192.168.1.30] PHP Warning: main(include/defines.inc.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or direc tory in /srv/www/htdocs/zabbix/include/config.inc.php on line 31 [client 192.168.1.30] PHP Warning: main() [<a href='function.include'>function.include</a>]: Failed opening 'include/defines.inc.php' for inclusion (inclu de_path='/usr/share/php5') in /srv/www/htdocs/zabbix/include/config.inc.php on line 31 [client 192.168.1.30] PHP Warning: main(include/db.inc.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in /srv/www/htdocs/zabbix/include/config.inc.php on line 32 [client 192.168.1.30] PHP Warning: main() [<a href='function.include'>function.include</a>]: Failed opening 'include/db.inc.php' for inclusion (include_pa th='/usr/share/php5') in /srv/www/htdocs/zabbix/include/config.inc.php on line 32 [client 192.168.1.30] PHP Warning: main(include/html.inc.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or director y in /srv/www/htdocs/zabbix/include/config.inc.php on line 33 [client 192.168.1.30] PHP Warning: main() [<a href='function.include'>function.include</a>]: Failed opening 'include/html.inc.php' for inclusion (include_ path='/usr/share/php5') in /srv/www/htdocs/zabbix/include/config.inc.php on line 33 [client 192.168.1.30] PHP Warning: main(include/locales.inc.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or direc tory in /srv/www/htdocs/zabbix/include/config.inc.php on line 34 [client 192.168.1.30] PHP Warning: main() [<a href='function.include'>function.include</a>]: Failed opening 'include/locales.inc.php' for inclusion (inclu de_path='/usr/share/php5') in /srv/www/htdocs/zabbix/include/config.inc.php on line 34 [client 192.168.1.30] PHP Warning: main(include/audit.inc.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directo ry in /srv/www/htdocs/zabbix/include/config.inc.php on line 36 ...and so on...
Anbybody an idea what went wrong with my installation...?
Greets
drathi81
, all I understand so far is that there must be a change in the standard-configuration from Suse. Why else should it run on Suse 9.3 without any problems and with Suse 10.0 this.
Comment