Nightweaver

Member
Aug 26, 2005
11
0
151
Belgrade
I've got a problemwhile trying to install PSQL on my RH Enterprise 3 box. When I run /scripts/installpostgres I get:

Code:
./installpostgres
This script will install Postgres 7.3.x or later
If you have an older version installed you wil need to
Dump your databases to a file and then restore them
after the install as 7.3.x is not backwards compatible.
If you do not have any databases, you can just run:
  mv /var/lib/pgsql /var/lib/pgsql.old
  /sbin/service postgresql stop
  /sbin/service postgresql start
to force creating a 7.3.x style setup.  Do not do this if
you have databases that you wish to keep!

Are you sure you wish to proceed? y
https://rhn.ev1servers.net/XMLRPC foo
There was an SSL error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')]
A common cause of this error is the system time being incorrect. Verify that the time on this system is correct.
error reading information on service postgresql: No such file or directory
error reading information on service postgresql: No such file or directory
postgresql: unrecognized service
postmaster: no process killed
postmaster: no process killed
postgresql: unrecognized service
You should now configure postgresql from WHM!
You should now configure postgresql from WHM!
You should now configure postgresql from WHM!
You should now configure postgresql from WHM!
And my system time is correct.