Am Dienstag, 15. Mai 2018 18:40:58 UTC+2 schrieb Mathias Behrle: > > * 'Martin Fay' via tryton-de: " Re: [tryton-de] Re: Tryton Installieren" > (Tue, > 15 May 2018 08:50:38 -0700 (PDT)): > > > Dankeschön! :) > > > > im Moment hänge ich noch.... am triton-server fest das triton-server > > Passwort funktioniert noch nicht und ich weis noch nicht woran das > liegt. > > (Wie immer sitzt das Problem vor dem Monitor ;) ) > > > > Ich vermute das die triton.conf noch nicht stimmt. > > y != i > > Das ist die trytond.conf vermutlich. > > > > > [database] > > # Database related settings > > > > # The URI to connect to the SQL database (following RFC-3986) > > # uri = database://username:password@host:port/ > > # (Internal default: sqlite:// (i.e. a local SQLite database)) > > # > > # PostgreSQL via Unix domain sockets > > # (e.g. PostgreSQL database running on the same machine (localhost)) > > uri = postgresql://tryton:meinpasswort@/ > > Das ist das Zugangspasswort des PostgreSQL-Nutzers. Das vergibst du auch > in der > PostgreSQL. > > Wenn die Postgres auf derselben Maschine läuft, kannst du einfach > uri = postgresql:/// > eingeben. > > Die Datenbank musst du dann als der Nutzer erstellen, als der du > angemeldet > bist. > > > # PostgreSQL via TCP/IP > > # (e.g. connecting to a PostgreSQL database running on a remote machine > or > > # by means of md5 authentication. Needs PostgreSQL to be configured to > > accept > > # those connections (pg_hba.conf).) > > # uri = postgresql://tryton:triton@localhost:5432/ > > > > # The path to the directory where the Tryton Server stores files. > > # The server must have write permissions to this directory. > > # (Internal default: /var/lib/trytond) > > path = /var/lib/tryton > > > > # Shall available databases be listed in the client? > > #list = True > > > > # The number of retries of the Tryton Server when there are errors > > # in a request to the database > > #retry = 5 > > > > # The primary language, that is used to store entries in translatable > > # fields into the database. > > #language = en_US > > > > Das mit der integration vom Shop ist für mich absolut wichtig das muss > > laufen. > > Und dafür schon mal vielen Dank! > > Wenn du da weitergehend Hilfe brauchst, gerne, das machen wir dann aber > per PM. > > Mach ich dann ...
Habe aber noch etwas gefunden was vielleicht mehr von Allgemeinem Interesse sein könnte. sudo service tryton-server status gibt folgendes Zurück: ● tryton-server.service - Tryton Application Platform Server Loaded: loaded (/lib/systemd/system/tryton-server.service; enabled; vendor preset: enabled) Active: inactive (dead) (Result: exit-code) since Di 2018-05-15 22:18:18 CEST; 2s ago Process: 5338 ExecStart=/usr/bin/trytond --config /etc/tryton/trytond.conf --logconf /etc/tryton/trytond_log.conf --cron (code=exited, status=1/FAILURE) Main PID: 5338 (code=exited, status=1/FAILURE) Mai 15 22:18:18 AMD5K systemd[1]: tryton-server.service: Unit entered failed state. Mai 15 22:18:18 AMD5K systemd[1]: tryton-server.service: Failed with result 'exit-code'. Mai 15 22:18:18 AMD5K systemd[1]: tryton-server.service: Service hold-off time over, scheduling restart. Mai 15 22:18:18 AMD5K systemd[1]: Stopped Tryton Application Platform Server. Mai 15 22:18:18 AMD5K systemd[1]: tryton-server.service: Start request repeated too quickly. Mai 15 22:18:18 AMD5K systemd[1]: Failed to start Tryton Application Platform Server. Das heisst doch das der Server nicht läuft und die Passwort Verifizierung hier zu gehen scheint ? (Ich bin da aber natürlich nicht allein drauf gestoßen sondern hab da infos im Netzt gesammelt, und dann hier getestet.) > > -- > > Mathias Behrle > MBSolutions > Gilgenmatten 10 A > D-79114 Freiburg > > Tel: +49(761)471023 > Fax: +49(761)4770816 > http://www.m9s.biz > UStIdNr: DE 142009020 > PGP/GnuPG key availabable from any keyserver, ID: 0xD6D09BE48405BBF6 > AC29 7E5C 46B9 D0B6 1C71 7681 D6D0 9BE4 8405 BBF6 > -- Sie erhalten diese Nachricht, weil Sie Mitglied der Google Groups-Gruppe "tryton-de" sind. Weitere Optionen: https://groups.google.com/d/optout
