initdb failure - postgres hangs with 100% CPU

From: Michael Williams <lamwilli(at)yahoo(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Cc: cygwin(at)sources(dot)redhat(dot)com
Subject: initdb failure - postgres hangs with 100% CPU
Date: 2001-06-28 19:18:20
Message-ID: 20010628191820.8794.qmail@web11202.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

I am attempting to create a postgresql database under
cygwin:

$ uname -a
CYGWIN_NT-4.0 WCA22291271 1.3.2(0.39/3/2) 2001-05-20
23:28 i686 unknown

on a WinNT Workstation. WinNT 4.0 SP5

$ echo $PGDATA
/usr/share/postgresql/data

nbk3r4y(at)WCA22291271 ~
$ initdb -d > initdb.log 2>&1 &
[2] 213

nbk3r4y(at)WCA22291271 ~
$ tail -f initdb.log

PG_IDENT_SAMPLE=/usr/share/postgresql/pg_ident.conf.sample
This database system will be initialized with username
"nbk3r4y".
This user will own all the data files and must also
own the server process.

Creating directory /usr/share/postgresql/data
Creating directory /usr/share/postgresql/data/base
Creating directory /usr/share/postgresql/data/global
Creating directory /usr/share/postgresql/data/pg_xlog
Creating template1 database in
/usr/share/postgresql/data/base/1
Running: /usr/bin/postgres -boot -x1 -C -F
-D/usr/share/postgresql/data -d templ
ate1

At this point the NT system hangs. The Win Task
manager shows the proesser pegged at 100% utilization
by initdb. cgywin "top" tells the same story.

% Pid Tid Pri Key Start Address
ImageName
___________________________________________________________________

99% 340 609 2502656 2195456 0:00:45.745
postgres.exe
0% 30 4529 1118208 1605632 0:00:07.671
CSRSS.EXE

initdb never comes back.

This user ID has NT local administrator rights.

Please let me know why postgres is dieing at this
point.

Thanks,

Michael Williams

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Fred Yankowski 2001-06-28 20:58:37 new '--shutdown' option for cygrunsrv
Previous Message Jon Williams 2001-06-28 16:36:26 RE: initdb failure - postgres hangs with 100% CPU