Re: Problem starting postgresql

Поиск
Список
Период
Сортировка
От Selvam
Тема Re: Problem starting postgresql
Дата
Msg-id 007301c11a19$3b31f980$1301a8c0@selvam
обсуждение исходный текст
Ответ на Problem starting postgresql  ("Selvam" <selvam@netwxs.com.my>)
Список pgsql-admin
dear ryan,
 
it works now..
thank you very much, really appreciate your help.
 
selvam
----- Original Message -----
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@netwxs.com.my]
Sent: Friday, July 27, 2001 2:21 PM
To: pgsql-admin@postgresql.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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Kim Nielsen
Дата:
Сообщение: Replication between other databases.
Следующее
От: "Tauren Mills"
Дата:
Сообщение: Finding number of current connections