Re: Issue with Centos 5, Postgres 8.3 (RHEL5 build), timezones

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Wade Hampton" <wadehamptoniv(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Issue with Centos 5, Postgres 8.3 (RHEL5 build), timezones
Date: 2008-02-05 21:18:55
Message-ID: 28016.1202246335@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Wade Hampton" <wadehamptoniv(at)gmail(dot)com> writes:
> I am currently testing Postgresql 8.3 on Centos 5. When I try to run
> service postgresql initdb, I get the following error:

> WARNING: could not read time zone file "Default": Permission denied
> FATAL: invalid value for parameter "timezone_abbreviation": "Default"

> Which file is it trying to read and how can I fix this?

$sharedir/timezonesets/Default --- if you're not sure where $sharedir
is, "pg_config --sharedir" will tell you.

I'd venture it's either a directory ownership/permissions problem or
an obsolete selinux policy ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shane Ambler 2008-02-05 22:03:25 Re: Lets get the 8.3 Announcement on the front page of Digg
Previous Message Eric Renard 2008-02-05 20:07:49 Re: Is my db dead ?