Not able to install 8.0-beta1-20040909

Started by Michael Boeniover 21 years ago2 messagesbugs
Jump to latest
#1Michael Boeni
mbo@shift-think.net

Hello pgsql-bugs,

I have not been able to install postgresql on any windows box I have
here. i always get the same error: "Failed to create process for
initdb: 1385!". No matter if it is XP Pro, W2K.

i would expect a beta to at least instll correctly.

--
Best regards,
Michael mailto:mbo@shift-think.net

#2Magnus Hagander
magnus@hagander.net
In reply to: Michael Boeni (#1)
Re: Not able to install 8.0-beta1-20040909

Hello pgsql-bugs,

I have not been able to install postgresql on any windows box I have
here. i always get the same error: "Failed to create process for
initdb: 1385!". No matter if it is XP Pro, W2K.

i would expect a beta to at least instll correctly.

First of all, please download the latest beta. beta-1 is lacking a whole
lot of things.

Second, this problem is because you ened to grant the postgresql service
account "Log on locally", "Access this computer from the network" and
"Log on as a service". The current released betas of the installer only
checks for the service right. This is fixed in latest cvs, and we expect
to put out a new version of the installer in a couple of days.

//Magnus