Thread: Installation bug

Installation bug

From
Алексей Опанасенко
Date:
I have a problem with installation of PostgreSQL 8.2.
Operating system - Windows 2000 Server.
I deleted the previous version (8.1) of PostgreSQL and tried to install
PostgreSQL 8.2 but at the end of installation there is an error: "failed
to create process for initdb: time difference between client and server".
Can you help me with this problem?


Re: Installation bug

From
Magnus Hagander
Date:
áÌÅËÓÅÊ ïÐÁÎÁÓÅÎËÏ wrote:
> I have a problem with installation of PostgreSQL 8.2.
> Operating system - Windows 2000 Server.
> I deleted the previous version (8.1) of PostgreSQL and tried to install
> PostgreSQL 8.2 but at the end of installation there is an error: "failed
> to create process for initdb: time difference between client and server".
> Can you help me with this problem?

That message comes from Windows, and I think it indicates problems with
the domain communication (Kerberos requires synced times). So check that
your domain stuff works properly, and check if you have perhaps some
network drives in your PATH, or something like that.

//Magnus