Hi,
following the steps on " Installing Zabbix 1.8 on Debian 5.0.3 from Source " on Step 3 after running the
psql
> create user zabbix createdb password 'secretpassword';
> \quit
when i try to the next step as user "zabbix " i get the following error:
zabbix@debian:~$ echo "create database zabbix"|psql template1
psql: FATAL: Ident authentication failed for user "zabbix"
zabbix@debian:~$
Does anyone knows why ? and how can i get this fix so i can continue with the installation.
thanks in advance.
following the steps on " Installing Zabbix 1.8 on Debian 5.0.3 from Source " on Step 3 after running the
psql
> create user zabbix createdb password 'secretpassword';
> \quit
when i try to the next step as user "zabbix " i get the following error:
zabbix@debian:~$ echo "create database zabbix"|psql template1
psql: FATAL: Ident authentication failed for user "zabbix"
zabbix@debian:~$
Does anyone knows why ? and how can i get this fix so i can continue with the installation.
thanks in advance.
Comment