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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.