Ciao a tutti!
da ieri, per qualsiasi motivo vada a fare ./openerp-server -u all -d database ho il seguente errore:
2013-05-16 07:38:50,330 2241 ERROR ? openerp.sql_db: Connection to the database failed
Traceback (most recent call last):
File "/home/openerp/lp/openerp/openerp/sql_db.py", line 440, in borrow
result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: fe_sendauth: no password supplied
2013-05-16 07:38:50,333 2241 ERROR zlab openerp: Failed to initialize database `zlab`.
Traceback (most recent call last):
File "/home/openerp/lp/openerp/openerp/cli/server.py", line 98, in preload_registry
db, registry = openerp.pooler.get_db_and_pool(dbname,update_module=update_module)
File "/home/openerp/lp/openerp/openerp/pooler.py", line 33, in get_db_and_pool
registry = RegistryManager.get(db_name, force_demo, status, update_module)
File "/home/openerp/lp/openerp/openerp/modules/registry.py", line 192, in get
update_module)
File "/home/openerp/lp/openerp/openerp/modules/registry.py", line 208, in new
registry = Registry(db_name)
File "/home/openerp/lp/openerp/openerp/modules/registry.py", line 76, in __init__
cr = self.db.cursor()
File "/home/openerp/lp/openerp/openerp/sql_db.py", line 484, in cursor
return Cursor(self._pool, self.dbname, serialized=serialized)
File "/home/openerp/lp/openerp/openerp/sql_db.py", line 182, in __init__
self._cnx = pool.borrow(dsn(dbname))
File "/home/openerp/lp/openerp/openerp/sql_db.py", line 377, in _locked
return fun(self, *args, **kwargs)
File "/home/openerp/lp/openerp/openerp/sql_db.py", line 440, in borrow
result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: fe_sendauth: no password supplied
Non capisco di quale password parli...