From: | novice <BeatDream(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | beatdream(at)gmail(dot)com |
Subject: | posgresql-8.2 startup problem |
Date: | 2007-11-01 13:28:16 |
Message-ID: | 1193923696.244674.247070@19g2000hsx.googlegroups.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi guys,
I just installed postgres-8.2 using the command line
apt-get install postgres-8.2 and it seems the installation went ok,
but when it tries to start postgres , it fails with this error message
below...
(by the way I am running ubuntu fiesty and on an amazon ec2-image).
Any ideas what is wrong?
Regards,
Beat
Setting up postgresql-8.2 (8.2.5-0ubuntu0.7.04.1) ...
* Starting PostgreSQL 8.2 database
server
* The PostgreSQL server failed to start. Please check the log output:
2007-11-01 14:16:26 CET LOG: could not load root certificate file
"root.crt": no SSL error reported
2007-11-01 14:16:26 CET DETAIL: Will not verify client certificates.
2007-11-01 14:16:26 CET LOG: could not translate host name
"localhost", service "5432" to address: Name or service not known
2007-11-01 14:16:26 CET WARNING: could not create listen socket for
"localhost"
2007-11-01 14:16:26 CET FATAL: could not create any TCP/IP sockets
[fail]
invoke-rc.d: initscript postgresql-8.2, action "start" failed.
dpkg: error processing postgresql-8.2 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
postgresql-8.2
E: Sub-process /usr/bin/dpkg returned an error code (1)
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Amiel | 2007-11-01 14:01:55 | Re: AutoVacuum Behaviour Question |
Previous Message | Magnus Hagander | 2007-11-01 13:18:23 | Re: If Postgresql DLL files causing any kind of conflict for two different versions of Postgresql installed on one machine |