On Mon, Dec 12, 2005 at 10:39:47PM -0500, Tom Lane wrote: > "Andrew Dunstan" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]: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 [EMAIL PROTECTED] Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq