Re: pg_ctl less than useful error message on windows when privileges wrong for postgres

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_ctl less than useful error message on windows when privileges wrong for postgres
Date: 2008-10-21 21:57:28
Message-ID: 2C9A234A-9388-415C-9F46-49962D337D98@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 21-Oct-08, at 5:24 PM, Tom Lane wrote:

> Dave Cramer <pg(at)fastcrypt(dot)com> writes:
>> I have a client who mistakenly gave the postgres user on a windows
>> machine admin privileges.
>
>> This mistake results in the service being unable to start up due to
>> postgres refusing to start with admin privileges.
>
>> The error message from pg_ctl start -D bindir is PG_CTL.."could not
>> locate matching postgres executable"
>
> It's fairly hard to see how that mistake leads to that symptom.
> Can you poke a bit more into exactly what is happening?
>
find_my_exec returns -1 for a number of errors resulting in an error
message much like above (wording is slightly different).

when I executed postgres.exe directly it complained of the user having
admin privs

I removed admin privs from the pg user and pg_ctl worked fine.

I know it's not very specific, but fairly damning.

Dave

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2008-10-21 22:32:01 Re: Withdraw PL/Proxy from commitfest
Previous Message Robert Haas 2008-10-21 21:38:18 Re: So what's an "empty" array anyway?