Re: "No response from the backend" error while connecting to postgres db - Mailing list pgsql-odbc

From Tom Lane
Subject Re: "No response from the backend" error while connecting to postgres db
Date
Msg-id 10190.1253196869@sss.pgh.pa.us
Whole thread Raw
In response to "No response from the backend" error while connecting to postgres db  ("tamanna madaan" <tamanna.madan@globallogic.com>)
List pgsql-odbc
"tamanna madaan" <tamanna.madan@globallogic.com> writes:
> pg_log file logs the below messages :
> GMT FATAL:  semop(id=1310723) failed: Invalid argument
> GMT FATAL:  semctl(1310723, 7, SETVAL, 0) failed: Invalid argument
> GMT LOG:  semctl(1245185, 0, IPC_RMID, ...) failed: Invalid argument
> GMT LOG:  shmctl(2097152, 0, 0) failed: Invalid argument

It sure looks like something tried to kill off all your SysV resources
(semaphores and shared memory).  Look around and find out if anyone
was doing something with ipcrm, and take away their root privileges
if so.

            regards, tom lane

pgsql-odbc by date:

Previous
From: the6campbells
Date:
Subject: SQLNumResultCol set to 0 for query using common table expression
Next
From: Ken Sell
Date:
Subject: Re: Not able to connect from Informatica