Re: Problem starting postgresql

From: "Selvam" <selvam(at)netwxs(dot)com(dot)my>
To: "Ryan C(dot) Bonham" <Ryan(at)srfarms(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Problem starting postgresql
Date: 2001-07-31 23:33:40
Message-ID: 007301c11a19$3b31f980$1301a8c0@selvam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

dear ryan,

it works now..
thank you very much, really appreciate your help.

selvam
----- Original Message -----
From: Ryan C. Bonham
To: Selvam
Sent: Friday, July 27, 2001 5:10 AM
Subject: RE: [ADMIN] Problem starting postgresql

Edit the postmaster.conf file located in your /var/lib/pgsql/data directory. The line reads
# TCPIP_SOCKETS = False
change it to
TCPIP_SOCKETS = True


Ryan
-----Original Message-----
From: Selvam [mailto:selvam(at)netwxs(dot)com(dot)my]
Sent: Friday, July 27, 2001 2:21 PM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] Problem starting postgresql

I have just installed PostgreSQL7.1.2. I am running Red Hat 7.1 I uninstalled the PostgreSQL distribution 7.0x which came together with it using RPM. I downloaded the RPMs for PostgreSQL7.1.2 using RPM. I started the postgresql service by typing /etc/rc.d/init.d/postgresql start. The command successfully starts up the service. The problem comes after this. If I try to login to any database using psql, it works fine and has no complaints. But when I tried to access the database using the GUI client pgacess, it fails with the error message "ConnectDBStart()--connect..." and prompts me to check if the postmaster is started with -i option. Even when I write a java client to connect to the database through postgresql's jdbc, it fails with the same error.

So I tried to start postmaster through command line by typing /usr/bin/posmaster -i -D /var/lib/pgsql/data. This starts the database as usual. I can connect to the database through psql, pgacess and a java cliet.Fine, now you may wonder what's the problem. The problem is how do I add this into the postgres service startup script which is in /etc/rc.d/init.d/postgresql. I tried adding the "-i" near the postmaster startup command within the script but when I run it by typing postgresql start, it fails.

Can anyone please let me know how and where should I place the "-i" argument in the postgresql script? I will be eagerly awaitng a reply..

Cheers

Selvam

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Ruprecht 2001-08-01 14:11:19 Memory exhausted errors
Previous Message Tauren Mills 2001-07-31 19:24:38 Finding number of current connections