PostgreSQL 9.1 on Ubuntu Lucid fails to start - how to debug?
- by Tom Fakes
I'm using Vagrant with Chef Solo to setup a Lucid 64 box.
I'm using a Chef recipe to install PostgreSQL 9.1 from Martin Pitt's backports.
The install goes ok until the point where the database is started with
/etc/init.d/postgresql start
There's a log pause and the command fails.
If I run pg_ctl manually, the database starts!
The entire…