Initdb failing for no apparent reason in 8.0.0beta4 on windows

From: "Steve McWilliams" <smcwilliams(at)EmprisaNetworks(dot)com>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Initdb failing for no apparent reason in 8.0.0beta4 on windows
Date: 2005-01-07 17:16:26
Message-ID: 4403.10.1.1.142.1105118186.squirrel@wwws.emprisanetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers-win32

Hello,

We have been using postgres 8.0.0beta4 successfully on various windows
machines for a while now, but we have run across a particular windows
machine of one of our customers where initdb.exe is failing with an exit
code of 1 for no reason that I can determine. The machine is running
windows 2000 (sp4, version 5.00.2195). I have tested in-house
successfully on windows 2k (sp4, v5.00.2195 as well), windows 2k3, and
windows xp pro (sp2).

We created a non-administrator account (named "enetaware") on the customer
machine and given it "log-on-as-service" privileges (we ultimately run
postgres as a service using this account). We have the postgresql bin,
lib, and share directories installed on the customer machine in
"C:\Program Files\EmprisaNetworks\E-NetAware\postgresql". We execute the
following command while logged in using this account (-d and -n options
added temporarily for debugging):

initdb.exe -d -n -U ena -L "C:\Program
Files\EmprisaNetworks\E-NetAware\postgresql\share" --locale=C

The output from this command is:

Running in noclean mode. Mistakes will not be cleaned up.
Running in debug mode.
VERSION=8.0.0beta4
PGDATA=C:/E-NetAware-Data/db
share_path=C:/Program Files/EmprisaNetworks/E-NetAware/postgresql/share
PGPATH=C:/Program Files/EmprisaNetworks/E-NetAware/postgresql/bin
POSTGRES_SUPERUSERNAME=ena
POSTGRES_BKI=C:/Program
Files/EmprisaNetworks/E-NetAware/postgresql/share/postgr
es.bki
POSTGRES_DESCR=C:/Program
Files/EmprisaNetworks/E-NetAware/postgresql/share/post
gres.description
POSTGRESQL_CONF_SAMPLE=C:/Program
Files/EmprisaNetworks/E-NetAware/postgresql/sh
are/postgresql.conf.sample
PG_HBA_SAMPLE=C:/Program
Files/EmprisaNetworks/E-NetAware/postgresql/share/pg_hb
a.conf.sample
PG_IDENT_SAMPLE=C:/Program
Files/EmprisaNetworks/E-NetAware/postgresql/share/pg_
ident.conf.sample
The files belonging to this database system will be owned by user "ena".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory C:/E-NetAware-Data/db ... initdb: failed

The exit code returned by initdb is "1". Any ideas why this would be
failing? I didn't see any similar report about this in the mailing list
archives. My next step is to recompile initdb.exe and put in more
temporary debug print statements and have the customer retry it, however
that may take a while.

Thanks in advance.
Steve McWilliams

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-01-07 17:27:52 Re: Initdb failing for no apparent reason in 8.0.0beta4 on windows
Previous Message Fel 2005-01-07 10:51:16 BUG #1374: windows installer

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2005-01-07 17:27:52 Re: Initdb failing for no apparent reason in 8.0.0beta4 on windows
Previous Message Tom Lane 2005-01-07 16:05:38 Re: [BUGS] More SSL questions..