How can we fix this issue? any ideas?
For tests purposes, try these things:
- create a symbolic link on /var/lib/pgsql/data/pg_hba.conf pointing to
your /etc/postgresql/8.4/main/pg_hba.conf and test.
- edit /usr/lib/python2.X/site-packages/HnTool/modules/postgresql.py change
line 31 from self.required_files = ['/var/lib/pgsql/data/pg_hba.conf'
to self.required_files = ['/etc/postgresql/8.4/main/pg_hba.conf'
Please try change these things and let us know your results.
I know that it should fix, but my point is find I way to config the correct
path or "teacher" hntool to looking for that path.