Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-21 Thread Lacey Powers
Devrim GÜNDÜZ wrote: On Wed, 2010-04-21 at 06:19 -0700, Jamie Strachan wrote: I don't think there should be any issue with explicitly specifying the directory in the RPM with a %dir directive. Yeah, I will do it in next set -- I'm just thinking whether it is worth to push another build for now

Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-21 Thread Jamie Strachan
Hello, I do appreciate help on this issue! It seems to me that the directories /usr/share/pgsql/tsearch_data timezone and timezone_data - are not explicitly contained within in the RPM - are not configured by %defattr (defattr is -,root,root) I did a quick search to see what the default beha

Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-21 Thread Devrim GÜNDÜZ
On Wed, 2010-04-21 at 06:19 -0700, Jamie Strachan wrote: > I don't think there should be any issue with explicitly specifying the > directory in the RPM with a %dir directive. Yeah, I will do it in next set -- I'm just thinking whether it is worth to push another build for now or not ;) I'll let

Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-21 Thread Devrim GÜNDÜZ
On Tue, 2010-04-20 at 13:39 -0700, Jamie Strachan wrote: > [r...@isotest ~]# ls -ld /usr/share/pgsql/timezonesets/ > drwxr-x--- 2 root root 4096 Apr 20 > 16:27 /usr/share/pgsql/timezonesets/ Still, this should have never ever happened. Lacey, AFAICS there is nothing that could cause this issue i

Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-20 Thread Jamie Strachan
: Jamie Strachan Cc: pgsql-bugs@postgresql.org Sent: Tue, April 20, 2010 3:38:05 PM Subject: Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql Hi, On Mon, 2010-04-19 at 14:22 +, Jamie Strachan wrote: > > for my CentOS 4 install. > > service postgresql

Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-20 Thread Devrim GÜNDÜZ
Hi, On Mon, 2010-04-19 at 14:22 +, Jamie Strachan wrote: > > for my CentOS 4 install. > > service postgresql initdb fails with no error message. > > So, I su'd to postgres, and ran > >initdb --pgdata=/var/lib/pgsql/data --auth=ident > which is what service postgresql initdb does. > Thi

Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-20 Thread Jamie Strachan
Affirmative... Jamie Strachan - Original Message From: Bruce Momjian To: Jamie Strachan Cc: pgsql-bugs@postgresql.org Sent: Tue, April 20, 2010 11:29:57 AM Subject: Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql Would you report this to the RPM

Re: [BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-20 Thread Bruce Momjian
Would you report this to the RPM maintainers? --- Jamie Strachan wrote: > > The following bug has been logged online: > > Bug reference: 5430 > Logged by: Jamie Strachan > Email address: frostfr...@yahoo

[BUGS] BUG #5430: initdb fails due to permissions of /usr/share/pgsql

2010-04-19 Thread Jamie Strachan
The following bug has been logged online: Bug reference: 5430 Logged by: Jamie Strachan Email address: frostfr...@yahoo.com PostgreSQL version: 8.4.3-2PGDG.el4 Operating system: CentOS 4 Description:initdb fails due to permissions of /usr/share/pgsql Details: Hello,