gforge (4.5.14-22ubuntu2) gutsy; urgency=low
[Nathan Handler]
* Changed gforge-db-postgresql dependency from postgresql to
postgresql-client (LP: #46364)
[Luca Falavigna]
* localhost.dpatch: use 127.0.0.1 instead of `hostname -i` (LP: #110490)
* php5.dpatch: php5 compatibility (LP:
** Changed in: gforge (Ubuntu)
Assignee: (unassigned) => Luca Falavigna
Status: Unconfirmed => In Progress
--
GForge doesn't install, unable to connect to DB
https://bugs.launchpad.net/bugs/110490
You received this bug notification because you are a member of Ubuntu
Bugs, which is the
Yes, as a default gforge tries to connect to the database on `hostname
-i, which can be different than 127.0.0.1. Unfortunately, postgresql is
listening on loopback interface only as a default.
I'm joining a patch that I tried locally and which is working fine. Note
that it was also applied upstre