Hi Bruno,

I have not gotten a chance to look at your chroot environment.

However, you may want to take a look at the file
/var/lib/pgsql/data/pg_hba.conf and make sure it looks something like

local   all         all                               md5
# IPv4 local connections:
#host    all         all         127.0.0.1/32          ident sameuser
host    all         all         127.0.0.1/32          md5
# IPv6 local connections:
host    all         all         ::1/128               ident sameuser

Note that the "ident sameuser" version with 127.0.0.1 is commented
out. Doing an install of Fossology today we found that we could not
connect to the database until we did so.

Let me know if you get a chance to try this out and if so, what the results are.

-- Chan
_______________________________________________
fossology mailing list
[email protected]
http://fossology.org/mailman/listinfo/fossology

Reply via email to