On Wed, 3 Oct 2001, Michael Beattie wrote: > Starting PostgreSQL postmaster. > /usr/lib/postgresql/bin/pg_ctl start -D /var/lib/postgres/data -l > /var/log/postgres.log > postmaster successfully started > Enabling the PL procedural language in all PostgreSQL databases... > > postgres jumps to 100% cpu, and well, hangs. > > any clues?
> community:~# cat /proc/cpuinfo > cpu : Alpha > cpu model : EV4 > system type : Sable How much RAM do you have? EV4 isn't the fastest and, to make it worse, perhaps you're hitting swap? I have postgresql running here on an SX with no problems at all. Also, which postgresql package is this? I'm currently running unstable postgresql, fyi. C

