Lists: | pgsql-general |
---|
From: | "Abraham, Danny" <danny_abraham(at)bmc(dot)com> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Cc: | "Abraham, Danny" <danny_abraham(at)bmc(dot)com> |
Subject: | FATAL : could not read directory base": Invalid argument |
Date: | 2012-07-26 15:27:55 |
Message-ID: | 2C0926ABD16BB641A8E2F11A549200423D5A1EF5CC@PHXCCRPRD01.adprod.bmc.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-general |
FATAL : could not read directory base": Invalid argument
8.2.4 on Windows. Service will not start. Any idea
From: | Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> |
---|---|
To: | "Abraham, Danny" <danny_abraham(at)bmc(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: FATAL : could not read directory base": Invalid argument |
Date: | 2012-07-27 00:38:25 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-general |
On 07/26/2012 11:27 PM, Abraham, Danny wrote:
> FATAL : could not read directory base": Invalid argument
>
> 8.2.4 on Windows. Service will not start. Any idea
Which version of Windows? Is it on a business network that might have
group policy?
Where is the data directory? Could you have tried to put it on a FAT32
or exFAT volume like an external hard drive or USB key?
When did this error arise? Immediately after installation? After you
changed something? Apparently at random?
--
Craig Ringer
From: | Christian Ullrich <chris(at)chrullrich(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: FATAL : could not read directory base": Invalid argument |
Date: | 2012-07-28 12:30:09 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-general |
* Abraham, Danny wrote:
> FATAL : could not read directory base": Invalid argument
>
> 8.2.4 on Windows. Service will not start. Any idea
The data directory path should be quoted, but yours only has the
closing quote. The parameter should look like
-D "S:\ome\path\goes\here"
, so add the opening quote back.
--
Christian