Sunday, January 22, 2006

Phone Line Disconnect Request

PostgreSQL

for the installation of E-GroupWare I needed a database server and chose the package
PostgreSQL 7.4, which is directly supported by the Ubuntu team. package Source: main
Package Name: postgresql When the installation using aptitude install postgresql I received the following error message: / usr/lib/postgresql/7.4/bin/postmaster: TCP / IP connections must be enabled for SSL

This message also appeared in the log file (

/ var/log/postgresql/postgresql-7.4-main.log
) and / etc/init.d/postgresql-7.4 status reported
status down. have provisionally To solve the problem I var/lib/postgresql/7.4/main/postgresql.conf in the file
/

the value at ssl = true on

false
changed. Then I was the database server with / etc/init.d/postgresql-7.4 start start .

PS: Thanks to Henning, without whom I would be first on the problem did not become aware of and has given me any "solution".

0 comments:

Post a Comment