Ad Widget

Collapse

psql: FATAL: Ident authentication failed for user "zabbix"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • helpnet
    Junior Member
    • Jan 2011
    • 1

    #1

    psql: FATAL: Ident authentication failed for user "zabbix"

    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.
  • enaya
    Junior Member
    • Feb 2011
    • 1

    #2
    psql: FATAL: Ident authentication failed for user "zabbix"

    I have the same problem.

    Somebody knows how to fix it?

    Thanks.

    Comment

    • BlackHawk
      Junior Member
      • May 2011
      • 2

      #3
      Yo pude solucionarlo

      Originally posted by helpnet
      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.

      Gente, mi ingles no es muy bueno pero ahi va...
      Espero ayudarte....

      Try this again, but don't forget the ";"
      look at this:

      loggin as postgres
      su - postgres

      Enter to psql
      psql

      Type this line:
      create user zabbix createdb password 'secretpassword';
      NOTE: DON'T FORGET THE ";"

      This is all!
      Enjoy!!

      Comment

      Working...