Ciao a tutti, mi intrometo anche io, perchè ho il seguente problema.etto l'indirizzo http://192.168.1.10:8069 ed ho la pagina di login
provo a mettere nome utente e password mi da questo errore:
Your version of OpenERP is unsupported. Support & maintenance services are available here: OpenERP Entreprise.
OpenERP Server ErrorClient Traceback (most recent call last):
File "/opt/openerp/server/openerp/addons/web/common/http.py", line 180, in dispatch
response["result"] = method(controller, self, **self.params)
File "/opt/openerp/server/openerp/addons/web/controllers/main.py", line 466, in authenticate
req.session.authenticate(db, login, password, env)
File "/opt/openerp/server/openerp/addons/web/common/session.py", line 73, in authenticate
uid = self.proxy('common').authenticate(db, login, password, env)
File "/opt/openerp/server/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/opt/openerp/server/openerp/addons/web/common/http.py", line 611, in send
raise fault
Server Traceback (most recent call last):
File "/opt/openerp/server/openerp/addons/web/common/http.py", line 592, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/opt/openerp/server/openerp/netsvc.py", line 360, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/opt/openerp/server/openerp/service/web_services.py", line 384, in dispatch
return fn(*params)
File "/opt/openerp/server/openerp/service/web_services.py", line 395, in exp_authenticate
res_users = pooler.get_pool(db).get('res.users')
File "/opt/openerp/server/openerp/pooler.py", line 50, in get_pool
return get_db_and_pool(db_name, force_demo, status, update_module)[1]
File "/opt/openerp/server/openerp/pooler.py", line 33, in get_db_and_pool
registry = RegistryManager.get(db_name, force_demo, status, update_module, pooljobs)
File "/opt/openerp/server/openerp/modules/registry.py", line 138, in get
update_module, pooljobs)
File "/opt/openerp/server/openerp/modules/registry.py", line 150, in new
registry = Registry(db_name)
File "/opt/openerp/server/openerp/modules/registry.py", line 54, in __init__
cr = self.db.cursor()
File "/opt/openerp/server/openerp/sql_db.py", line 465, in cursor
return Cursor(self._pool, self.dbname, serialized=serialized)
File "/opt/openerp/server/openerp/sql_db.py", line 173, in __init__
self._cnx = pool.borrow(dsn(dbname))
File "/opt/openerp/server/openerp/sql_db.py", line 366, in _locked
return fun(self, *args, **kwargs)
File "/opt/openerp/server/openerp/sql_db.py", line 421, 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: FATAL: role "openerp" does not exist
allora ho provato a fare manage database, ma non riesco assolutamente ne a creare dei db e tanto meno a fare il drop, continua a dirmi che "access danied".
ho seguito questa guida
http://www.theopensourcerer.com/2012/02/how-to-install-openerp-6-1-on-ubuntu-10-04-lts/
mi potreste auitare?