Re: Regression Tests

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Paul Juliano <paul(at)edsamail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Regression Tests
Date: 2000-08-17 10:46:56
Message-ID: 20000817114656.A10424@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Thu, Aug 17, 2000 at 05:00:49PM +0800, Paul Juliano wrote:

> installing PL/pgSQL .. createlang: missing required argument PGLIB
> directory

I don't know about this one.

> Also, when I do:
>
> make runcheck
>
> the following message is in the postmaster.log
>
> IpcSemaphoreCreate: semget failed (No space left on device)
> key=65432015, num=16, permission=600
> This type of error is usually caused by an improper
> shared memory or System V IPC semaphore configuration.
> For more information, see the FAQ and platform-specific
> FAQ's in the source directory pgsql/doc or on our
> web site at http://www.postgresql.org.
> FATAL 1: InitProcGlobal: IpcSemaphoreCreate failed

Simplest solution: quit the other postmaster, then make runcheck. Otherwise
double your IPC settings - depending on the OS this might involve building
a new kernel.

Cheers,

Patrick

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rafa Couto 2000-08-17 11:21:46 RV: Tables Question
Previous Message Louis-David Mitterrand 2000-08-17 10:33:57 OID decreasing?

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2000-08-17 10:47:43 Re: Bug in to_timestamp()
Previous Message Paul Juliano 2000-08-17 09:00:49 Regression Tests