Behavior: type Admin for user, no password. Hit enter. Page refreshes. Fields now blank. Still "connected as guest".
Development Host:
Fedora Core 4
Zabbix1.1beta8 (I have also tried 1.0)
Php 4.4.2
Apache 2.0.55, running on port 82
Mysql 5.0.18, socket /var/lib/mysql/mysql.sock (port 3306)
Accessing zabbix as vhost to use php4 (php5 is also installed as cgi, but I have read zabbix requires apache module).
This pulls up the the login page:
Net-snmp and net-snmp-devel are installed. I have mrtg running and successfully monitoring traffic on eth0.
From /var/www/html/zabbix/include/db.inc.php
$DB_SERVER ="localhost:/var/lib/mysql/mysql.sock";
I have tried turning off iptables.
Mysql user zabbix has all privileges on database zabbix. I can log into mysql db zabbix with user zabbix and socket /var/lib/mysql/mysql.sock. I have loaded schema.sql and data.sql.
I have done
update users set passwd=’’ where alias=’Admin’;
I have changed Admin password to ‘admin’
There are no errors in logs from apache, mysql, or php
Development Host:
Fedora Core 4
Zabbix1.1beta8 (I have also tried 1.0)
Php 4.4.2
Apache 2.0.55, running on port 82
Mysql 5.0.18, socket /var/lib/mysql/mysql.sock (port 3306)
Accessing zabbix as vhost to use php4 (php5 is also installed as cgi, but I have read zabbix requires apache module).
This pulls up the the login page:
Net-snmp and net-snmp-devel are installed. I have mrtg running and successfully monitoring traffic on eth0.
From /var/www/html/zabbix/include/db.inc.php
$DB_SERVER ="localhost:/var/lib/mysql/mysql.sock";
I have tried turning off iptables.
Mysql user zabbix has all privileges on database zabbix. I can log into mysql db zabbix with user zabbix and socket /var/lib/mysql/mysql.sock. I have loaded schema.sql and data.sql.
I have done
update users set passwd=’’ where alias=’Admin’;
I have changed Admin password to ‘admin’
There are no errors in logs from apache, mysql, or php


Comment