Re: Some suggestions for the non Linux installers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Smith <gsmith(at)gregsmith(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, Thomas Kellerer <spam_eater(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Some suggestions for the non Linux installers
Date: 2009-04-09 19:47:07
Message-ID: 4402.1239306427@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Smith <gsmith(at)gregsmith(dot)com> writes:
> If you look at the forum post Thomas referenced, the errors all look like
> variations on this during initdb:

> creating directory C:/Archivos de programa/PostgreSQL/8.3/data ... ok
> creating subdirectories ... ok
> selecting default max_connections ... 10
> selecting default shared_buffers/max_fsm_pages ... 400kB/20000
> creating configuration files ... ok
> creating template1 database in
> C:/Archivos de programa/PostgreSQL/8.3/data/base/1 ...
> child process exited with exit code 1

> I'm not sure whether the install log will give you any additional detail
> beyond that, or if this is an installer issue at all. Looks to me like
> initdb is presuming the subdirectories it creates inside of PGDATA will
> inherit the permissions of the parent directory, but that isn't the case
> on this particular Windows system.

I think we've seen failures just like that in the buildfarm, so it's not
by any means an issue only for the installer. Have we determined why
nothing useful in the way of an error message gets printed?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2009-04-09 19:52:32 Re: Some suggestions for the non Linux installers
Previous Message Dave Page 2009-04-09 19:42:07 Re: Some suggestions for the non Linux installers