Re: 7.3 failure on platypus

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: 7.3 failure on platypus
Дата
Msg-id 20051213065636.GC20728@pervasive.com
обсуждение исходный текст
Ответ на Re: 7.3 failure on platypus  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: 7.3 failure on platypus  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: 7.3 failure on platypus  (Mark Kirkwood <markir@paradise.net.nz>)
Список pgsql-hackers
On Mon, Dec 12, 2005 at 10:39:47PM -0500, Tom Lane wrote:
> "Andrew Dunstan" <andrew@dunslane.net> writes:
> > I think I'd just delete lines 464-470 in
> > http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c?annotate=1.71
> 
> I confirmed that this is the patch appearing in 7.4 (fe-auth.c rev
> 1.84), so went ahead and applied it to 7.3.

Seems to have worked... but now there's another problem...

creating template1 database in data/base/1... IpcSemaphoreCreate:
semget(key=3, num=17, 03600) failed: No space left on device

The error talks about SEMMNI and SEMMNS, but both look ok...

kern.ipc.semmns: 100
kern.ipc.semmni: 10

buildfarm@fritz.1[0:51]~/buildfarm/source:141>ipcs
Message Queues:
T           ID          KEY MODE        OWNER    GROUP

Shared Memory:
T           ID          KEY MODE        OWNER    GROUP
m        65536      5432001 --rw-------    pgsql    pgsql

Semaphores:
T           ID          KEY MODE        OWNER    GROUP
s        65536      5432001 --rw-------    pgsql    pgsql
s        65537      5432002 --rw-------    pgsql    pgsql
s        65538      5432003 --rw-------    pgsql    pgsql

All the other branches are working fine as well, so I'm wondering if
this is some other issue...

This  first appeared 26 days ago:
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=platypus&dt=2005-11-16%2007:35:00

But the only file changed there is documentation... that's also before
we upgraded the machine, so it doesn't appear to be related to that
either.
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Which qsort is used
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.3 failure on platypus