Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-20 Thread Bhushan Pathak
Have not faced any issues with the rhel6 RPMs. Thanks for your time & help. Regards Bhushan Pathak On Tue, Jun 10, 2014 at 4:00 PM, Bhushan Pathak wrote: > I will try the the RPMs from the rhel 6 link & post updates. > > Thanks > Bhushan Pathak > > > On Mon, Jun 9, 2014 at 8:06 PM, Adrian Klav

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-10 Thread Bhushan Pathak
I will try the the RPMs from the rhel 6 link & post updates. Thanks Bhushan Pathak On Mon, Jun 9, 2014 at 8:06 PM, Adrian Klaver wrote: > On 06/09/2014 01:53 AM, Bhushan Pathak wrote: > >> >> I do not have any earlier versions of postgres installed, neither a >> parallel instance running. In t

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-09 Thread Adrian Klaver
On 06/09/2014 01:53 AM, Bhushan Pathak wrote: I do not have any earlier versions of postgres installed, neither a parallel instance running. In the pgstartup.log file, only the segfault error is recorded, nothing else. I have downloaded the following RPMs from http://yum.postgresql.org/9.2/redh

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-09 Thread Adrian Klaver
On 06/09/2014 04:02 AM, Bhushan Pathak wrote: Trying to figure out shell environment differences between the service script & postgres shell, if I comment out the following variable in profile file/add them after performing initdb operation, the postgresql operations seem to work fine - In the

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-09 Thread Bhushan Pathak
Trying to figure out shell environment differences between the service script & postgres shell, if I comment out the following variable in profile file/add them after performing initdb operation, the postgresql operations seem to work fine - PATH=$PATH:/usr/pgsql-9.2/bin export PATH export POSTGRES

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-09 Thread Devrim Gündüz
Hi, On Mon, 2014-06-09 at 14:23 +0530, Bhushan Pathak wrote: > A core file was not generated. Can you please also install the -debuginfo package? Regards, -- Devrim GÜNDÜZ Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-09 Thread Bhushan Pathak
I do not have any earlier versions of postgres installed, neither a parallel instance running. In the pgstartup.log file, only the segfault error is recorded, nothing else. I have downloaded the following RPMs from http://yum.postgresql.org/9.2/redhat/rhel-5.6-x86_64/ postgresql92-9.2.4-1PGDG.rhe

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-06 Thread Tom Lane
Bhushan Pathak writes: >>> Stopping postgresql service: [ OK ] >>> Starting postgresql service: [FAILED] >>> >>> pgstartup log has the same line - >>> Segmentation fault (core dumped) >>> >>> Where is this core dump file generated? How

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-06 Thread Adrian Klaver
On 06/06/2014 12:29 AM, Bhushan Pathak wrote: My locale is set to en_US.UTF-8, that's what the service script is using. If I try to start the server with pg_ctl command, it does start - ./pg_ctl start -D /var/lib/pgsql/data -l /tmp/logfile server starting What would this mean? The service scr

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-06 Thread Adrian Klaver
On 06/06/2014 12:29 AM, Bhushan Pathak wrote: My locale is set to en_US.UTF-8, that's what the service script is using. If I try to start the server with pg_ctl command, it does start - ./pg_ctl start -D /var/lib/pgsql/data -l /tmp/logfile server starting What would this mean? The service scr

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-06 Thread Bhushan Pathak
My locale is set to en_US.UTF-8, that's what the service script is using. If I try to start the server with pg_ctl command, it does start - ./pg_ctl start -D /var/lib/pgsql/data -l /tmp/logfile server starting What would this mean? The service script does not work but manually issuing pg_ctl com

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-05 Thread Adrian Klaver
On 06/05/2014 09:11 AM, Bhushan Pathak wrote: It did create the data directory as well pg_log directory. I ran the initdb again with -d option, but it still printed the same line in the startup log, nothing more. $SU -l postgres -c "$PGENGINE/initdb --pgdata='$PGDATA' --auth='ident' $LOCALESTRING

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-05 Thread Bhushan Pathak
It did create the data directory as well pg_log directory. I ran the initdb again with -d option, but it still printed the same line in the startup log, nothing more. $SU -l postgres -c "$PGENGINE/initdb --pgdata='$PGDATA' --auth='ident' $LOCALESTRING -d" >> "$PGLOG" 2>&1 < /dev/null I then ran th

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-04 Thread Adrian Klaver
On 06/04/2014 05:20 AM, Bhushan Pathak wrote: Hello, I have installed the following RPM on CentOS 6.5 64 bit - uuid-1.5.1-4.rhel5.x86_64 postgresql92-contrib-9.2.4-1PGDG.rhel5.x86_64 postgresql92-9.2.4-1PGDG.rhel5.x86_64 postgresql92-server-9.2.4-1PGDG.rhel5.x86_64 postgresql92-libs-9.2.4-1PGDG.

Re: [GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-04 Thread Devrim Gündüz
Hi, On Wed, 2014-06-04 at 17:50 +0530, Bhushan Pathak wrote: > The RPM get installed successfully, but when I issue the "service > postgresql-9.2 initdb" command, it gets stuck for 5-10 minutes & then > says failed. The pgstartup.log file has only 1 line - > Segmentation fault (core dumped) Can

[GENERAL] PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

2014-06-04 Thread Bhushan Pathak
Hello, I have installed the following RPM on CentOS 6.5 64 bit - uuid-1.5.1-4.rhel5.x86_64 postgresql92-contrib-9.2.4-1PGDG.rhel5.x86_64 postgresql92-9.2.4-1PGDG.rhel5.x86_64 postgresql92-server-9.2.4-1PGDG.rhel5.x86_64 postgresql92-libs-9.2.4-1PGDG.rhel5.x86_64 Kernel version is - kernel-2.6.32-