Re: Error when running arachni web task db setup (PostgreSQL)
I also had a problem with PostgreSQL authentication and made the following modification to /var/lib/pgsql/data/pg_hba.conf which resolved it.
Changed:
host all 127.0.0.1/32 ident to
host all 127.0.0.1/32 md5
Ref: https://www.treshna.com/psql-fatal-ident-authentication-failed-for-...
Karlos Kremlim
Jul 23, 2015 @ 02:52 AM
I am new on arachni using a postres DB. before I was using the standrd sql. I am now trying to install the arachni using the postgresql but when i tried to run the command " ./bin/arachni_web_task db:setup i got error with this one FATAL: Ident authentication failed for user "arachni" I already added a trust to all users in postgres pg_hba.conf but still the same error. I can login to psql using command psql -U arachni -W.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 25 Aug, 2015 05:13 PM
I've updated the relevant discussion, thanks for the info.
Tasos Laskos closed this discussion on 25 Aug, 2015 05:13 PM.