Mittal, Nitin (US - Mumbai) wrote: > I changed the connect string to > postgres://osrmt:[EMAIL PROTECTED]:5342/osrmt > Still no success. Database osrmt is however accessible with the plain > old 'psql' util. > > What else could the problem be ?
Postgres not listening on port 5432. Its pg_hba.conf has e.g. "ident sameuser" and you don't have identd running or trac isn't running as osrmt. Dimitri --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
