Re: install postgre on windows XP, service failed to start.

Lists: pgsql-admin
From: "Jeff Zhong" <jeff(dot)zhong(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: install postgre on windows XP, service failed to start.
Date: 2006-05-13 21:29:05
Message-ID: fa49c5380605131429p74b4873cl2896a925a6d1a981@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

I installing postgre SQL on Windowx XP

Product: PostgreSQL 8.1 -- Error 1920. Service 'PostgreSQL Database Server
8.1' (pgsql-8.1) failed to start. Verify that you have sufficient
privileges to start system services.

I got this error when I try to install postgresql on windowx XP

i am using the installer version which is from:

ftp
://ftp5.us.postgresql.org/pub/PostgreSQL/binary/v8.1.3/win32/postgresql-8.1.3-1.zip

The user account that the service is created by the installer. I just wonder
why it cannot start the service with that account(postgres)

any hits are appreciated

Regards
Jeff


From: louis gonzales <gonzales(at)linuxlouis(dot)net>
To: Jeff Zhong <jeff(dot)zhong(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: install postgre on windows XP, service failed to start.
Date: 2006-05-13 23:18:40
Message-ID: 44666950.4050705@linuxlouis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Jeff Zhong wrote:

> I installing postgre SQL on Windowx XP
>
> Product: PostgreSQL 8.1 -- Error 1920. Service 'PostgreSQL Database
> Server 8.1' (pgsql-8.1) failed to start. Verify that you have
> sufficient privileges to start system services.
>
> I got this error when I try to install postgresql on windowx XP
>
> i am using the installer version which is from:
>
> ftp://ftp5.us.postgresql.org/pub/PostgreSQL/binary/v8.1.3/win32/postgresql-8.1.3-1.zip
> <ftp://ftp5.us.postgresql.org/pub/PostgreSQL/binary/v8.1.3/win32/postgresql-8.1.3-1.zip>
>
> The user account that the service is created by the installer. I just
> wonder why it cannot start the service with that account(postgres)
>
> any hits are appreciated
>
> Regards
> Jeff

What user account are you logged in with? postgres the user must be
allowed to logon as a service. That might be a good place to start looking.


From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Jeff Zhong" <jeff(dot)zhong(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: install postgre on windows XP, service failed to start.
Date: 2006-05-14 00:49:06
Message-ID: c2d9e70e0605131749l92eec42r3945aa0911e7d846@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

On 5/13/06, Jeff Zhong <jeff(dot)zhong(at)gmail(dot)com> wrote:
> I installing postgre SQL on Windowx XP
>
> Product: PostgreSQL 8.1 -- Error 1920. Service 'PostgreSQL Database Server
> 8.1' (pgsql-8.1) failed to start. Verify that you have sufficient
> privileges to start system services.
>
> I got this error when I try to install postgresql on windowx XP
>
> i am using the installer version which is from:
>
> ftp://ftp5.us.postgresql.org/pub/PostgreSQL/binary/v8.1.3/win32/postgresql-8.1.3-1.zip
>
> The user account that the service is created by the installer. I just wonder
> why it cannot start the service with that account(postgres)
>
> any hits are appreciated
>
> Regards
> Jeff
>

the installation completes? if so, try to start the service by hand
and show the error (eventlog should have a description)

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook


From: Andy Shellam <andy(at)andycc(dot)net>
To: jeff(dot)zhong(at)gmail(dot)com
Cc: Jaime Casanova <systemguards(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: install postgre on windows XP, service failed to start.
Date: 2006-05-14 11:25:34
Message-ID: 446713AE.4020103@andycc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Make sure that the account under which you've installed it (i.e your
user account) has full Administrator priveledges on the machine -
otherwise you won't be able to assign the "Log on as service" right to
the postgres account - it might be worth checking if this is set anyway
- run services.msc and have a browse for the local policy "Log on as a
service". Your postgres service user should be added to it.

Andy

Jaime Casanova wrote:
> On 5/13/06, Jeff Zhong <jeff(dot)zhong(at)gmail(dot)com> wrote:
>> I installing postgre SQL on Windowx XP
>>
>> Product: PostgreSQL 8.1 -- Error 1920. Service 'PostgreSQL Database
>> Server
>> 8.1' (pgsql-8.1) failed to start. Verify that you have sufficient
>> privileges to start system services.
>>
>> I got this error when I try to install postgresql on windowx XP
>>
>> i am using the installer version which is from:
>>
>> ftp://ftp5.us.postgresql.org/pub/PostgreSQL/binary/v8.1.3/win32/postgresql-8.1.3-1.zip
>>
>>
>> The user account that the service is created by the installer. I just
>> wonder
>> why it cannot start the service with that account(postgres)
>>
>> any hits are appreciated
>>
>> Regards
>> Jeff
>>
>
> the installation completes? if so, try to start the service by hand
> and show the error (eventlog should have a description)
>
>


From: Andy Shellam <andy(at)andycc(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: install postgre on windows XP, service failed to start.
Date: 2006-05-14 11:28:20
Message-ID: 44671454.90806@andycc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin

Sorry, you need to run "secpol.msc" to check the local policy, NOT
"services.msc" - my mistake.

Andy

Andy Shellam wrote:
> Make sure that the account under which you've installed it (i.e your
> user account) has full Administrator priveledges on the machine -
> otherwise you won't be able to assign the "Log on as service" right to
> the postgres account - it might be worth checking if this is set
> anyway - run services.msc and have a browse for the local policy "Log
> on as a service". Your postgres service user should be added to it.
>
> Andy
>
> Jaime Casanova wrote:
>> On 5/13/06, Jeff Zhong <jeff(dot)zhong(at)gmail(dot)com> wrote:
>>> I installing postgre SQL on Windowx XP
>>>
>>> Product: PostgreSQL 8.1 -- Error 1920. Service 'PostgreSQL Database
>>> Server
>>> 8.1' (pgsql-8.1) failed to start. Verify that you have sufficient
>>> privileges to start system services.
>>>
>>> I got this error when I try to install postgresql on windowx XP
>>>
>>> i am using the installer version which is from:
>>>
>>> ftp://ftp5.us.postgresql.org/pub/PostgreSQL/binary/v8.1.3/win32/postgresql-8.1.3-1.zip
>>>
>>>
>>> The user account that the service is created by the installer. I
>>> just wonder
>>> why it cannot start the service with that account(postgres)
>>>
>>> any hits are appreciated
>>>
>>> Regards
>>> Jeff
>>>
>>
>> the installation completes? if so, try to start the service by hand
>> and show the error (eventlog should have a description)
>>
>>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>
> !DSPAM:14,4467140934491946621466!
>
>