Обсуждение: Installation bug

Поиск
Список
Период
Сортировка

Installation bug

От
Алексей Опанасенко
Дата:
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

От
Magnus Hagander
Дата:
áÌÅËÓÅÊ ïÐÁÎÁÓÅÎËÏ 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