Comment 13 for bug 715231

Revision history for this message
philbona (philbona) wrote :

openerp 7.x on fedora 17

I encounter the same issue with the 7.x release,

File "/var/lib/openerp/server/openerp/sql_db.py", line 433, in borrow
    result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
  File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 178, in connect
    return _connect(dsn, connection_factory=connection_factory, async=async)
OperationalError: fe_sendauth: no password supplied

pg_hba.conf was initially set with md5 authentication, I change it back to ident, but still get the same issue.

I formerly tried with openerp 6.1 which worked fine, and intend to move to 7.x ( no prob for me it isn't yet in prod, we have to evaluate OErp before launching.

many thanks