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: > ----------------------- > 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. > ----------------------- > > Im OGo-Forum habe ich leider nichts gefunden. Sollte jmd. bereit sein mir > das step-by-step im IRC zu erklÀren hÀtte ich auch nichts dagegen. Das dÌrfte wohl der fehlende Eintrag in der postgres Konfiguration sein. Du musst ihm TCP/IP Verbindungen erlauben und lokalen Verbindungen vertrauen. 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