On 4 de novembre de 2016 20:34:00 CET, jmo <[email protected]> wrote: >Hello, > >Installed tryton-server, modules and client and cannot initialize the >database: > >/usr/bin/trytond-admin -c /etc/tryton/trytond.conf -u res -d tryton >Traceback (most recent call last): > File "/usr/bin/trytond-admin", line 21, in <module> > admin.run(options) >File "/usr/local/lib/python2.7/dist-packages/trytond/admin.py", line >23, >in run > with Transaction().start(db_name, 0): > File "/usr/local/lib/python2.7/dist-packages/trytond/transaction.py", >line 87, in start > database = Database(database_name).connect() > File >"/usr/local/lib/python2.7/dist-packages/trytond/backend/postgresql/database.py", > >line 93, in connect > minconn, maxconn, self.dsn(self.name)) >File "/usr/lib/python2.7/dist-packages/psycopg2/pool.py", line 156, in >__init__ > self, minconn, maxconn, *args, **kwargs) > File "/usr/lib/python2.7/dist-packages/psycopg2/pool.py", line 58, in >__init__ > self._connect() > File "/usr/lib/python2.7/dist-packages/psycopg2/pool.py", line 62, in >_connect > conn = psycopg2.connect(*self._args, **self._kwargs) >File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 164, > >in connect >conn = _connect(dsn, connection_factory=connection_factory, >async=async) >psycopg2.OperationalError: FATAL: Peer authentication failed for user >"tryton" > >Also, "Create" database button on client does not result in any further > >action. > >Do I need to add database host(localhost) on the .conf here or some >other >step I am missing?: ># PostgreSQL via Unix domain sockets ># (e.g. PostgreSQL database running on the same machine (localhost)) >uri = postgresql://tryton:tryton@/ >
You have configured the server to use the tryton database user with a tryton password, but this credentials are not valid, so you must ensure those credintials are valid on the Postgresql server. >Any help is greatly appreciated. Hope it helps! -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/10203326-B05B-4D53-8317-F3FD5A05FD29%40koolpi.com.
