Thursday, July 09, 2009

Open ERP - startup up issue on Linux / Ubuntu

An error such as:

INFO:dbpool:Connecting to template1
[2009-07-09 15:48:45,096] ERROR:dbpool:Unable to connect to template1: FATAL: Ident authentication failed for user "chanon".

Means you cannot connect to Postgres for security reason. Under Ubuntu, it may be worth trying " sudo -u postgres python openerp-server.py". So you start as the postgres user (will require the super user password).

No comments: