Re: [HACKERS] The database system is in recovery mode

2002-11-11 Thread Iavor Raytchev
Tom Lane wrote: > "Iavor Raytchev" <[EMAIL PROTECTED]> writes: > > Before the crash is this one - > > FATAL 1: Sorry, too many clients already > > That should be harmless --- I doubt it's relevant to the crash, unless > you have timestamps that prove it happened just before the crash. True, after

Re: [HACKERS] The database system is in recovery mode

2002-11-10 Thread Tom Lane
"Iavor Raytchev" <[EMAIL PROTECTED]> writes: > Before the crash is this one - > FATAL 1: Sorry, too many clients already That should be harmless --- I doubt it's relevant to the crash, unless you have timestamps that prove it happened just before the crash. > IpcSemaphoreLock: semop(id=-1) failed

Re: [HACKERS] The database system is in recovery mode

2002-11-10 Thread Iavor Raytchev
anywhere advices how to handle if too many clients try to connect? Iavor - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Iavor Raytchev" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 2:54 PM Subject: Re: [HACKE

Re: [HACKERS] The database system is in recovery mode

2002-11-10 Thread Tom Lane
"Iavor Raytchev" <[EMAIL PROTECTED]> writes: > -bash-2.05b$ psql > psql: FATAL 1: The database system is in recovery mode What do you find in the postmaster's log? regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'ki

Re: [HACKERS] The database system is in recovery mode

2002-11-10 Thread Iavor Raytchev
Forgot to mention - Free BSD 4.6.2 PostgreSQL 7.2.2 - Original Message - From: "Iavor Raytchev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 1:52 PM Subject: The database system is in recovery mode > Hello, > > We just crashed a live server with a load tes