[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

Postgres 6.4.2 en Alpha



Hola Lista !!! 

	Estoy compilando postgresql 6.4.2 en una estacion Alpha, pero
tengo un problema, ya cree mi cuenta postgres, ya cree el directorio donde
esta el fuente: /usr/src/pgsql y el directorio donde estara el binario: 
/usr/local/pgsql, ya le di todos los makes, desde el : 

	./configure --with-perl

	 cd /usr/src/pgsql/src
	 gmake all >& make.log

	 gmake install >& make.install.log 

	 su

	 cd /usr/src/pgsql/src/interfaces/perl5
	 gmake install
	 exit

	Todo hasta aqui luce muy bien, pero cuando llego al momento
de dar un initdb, pasa esto:

[postgres@pixel postgres]$ initdb

We are initializing the database system with username postgres (uid=514).
This user will own all the files and must also own the server process.

Creating Postgres database system directory /usr/local/pgsql/data

Creating Postgres database system directory /usr/local/pgsql/data/base

Creating template database in /usr/local/pgsql/data/base/template1

FATAL: s_lock(202c6210) at spin.c:114, stuck spinlock. Aborting.

FATAL: s_lock(202c6210) at spin.c:114, stuck spinlock. Aborting.
initdb: could not create template database
initdb: cleaning up by wiping out /usr/local/pgsql/data/base/template1


Y no me queda muy claro que es eso de: "cleaning up by wiping out
/usr/local/pgsql/data/base/template1"

	
	Alguien sabes que estara mal???

Saludos
Alejandro Hernandez.



[Hilos de Discusión] [Fecha] [Tema] [Autor]