From: | "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 7.3 failure on platypus |
Date: | 2005-12-13 06:56:36 |
Message-ID: | 20051213065636.GC20728@pervasive.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Dec 12, 2005 at 10:39:47PM -0500, Tom Lane wrote:
> "Andrew Dunstan" <andrew(at)dunslane(dot)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(at)fritz(dot)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(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-12-13 07:03:13 | Re: 7.3 failure on platypus |
Previous Message | Josh Berkus | 2005-12-13 06:50:56 | Re: Which qsort is used |