Re: Aktuelle Anleitung für OG o?
Holger Krull <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.user.german |
|---|---|
| Message-ID | <[email protected]> |
[email protected] schrieb: > Aber diese EintrÀge hatte ich bereits eingefÌgt. Könnte es vielleicht damit > zusammmen hÀngen das bei mir der Pfad "/etc/postgresql/7.4/main/" ist? Dass > OGo u.U. damit nicht klar kommt? Ogo ist gleichgÌltig wo die postgres config rumliegt, dafÌr interessiert sich nur postgres. Geht psql ogo -U ogo ? Als Benutzer ogo, wie ist die Ausgabe von Defaults read ? >>> The SKYRIX application server could not connect to the database server ! >>> >>> Please ensure that your database server is running and the >>> LSConnectionDictionary default is correctly set. >> postgresql.conf >> - change tcpip_socket = true >> >> pg_hba.conf >> - add:local all all trust >> host all all 127.0.0.1 255.255.255.255 trust >> host all all 0.0.0.0 255.255.255.255 reject >> $ /etc/init.d/postgresql restart >> --