On 2017-09-14 08:32, Thilo Gesche wrote: > I installed trytond 4.2.6, tryton 4.2.6 and dependencies on opensuse > leap 42.3 plus gnuhealth but did not manage to login to the database. > For the installation I followed the opensuse documentation. I get stuck > at the point where the tryton client asks for the password (for the > user tryton and the database I have just created and initialized - see > commands below). Using the same password I entered when initializing > the database did not work as expected. I can enter the psql database > via command lien or pgadmin. By now I have tried the installation on > two different computers which probably means I unknowingly repeat an > error during the setup or there is a authentification probem within. > Maybe related to the timezone or the encoding? The only change in > trytond.conf was uncommenting #super_pwd =. (Leaving as it is does not > make a difference). Any help sorting out the issue is highly > appreciated. > > Kind regards > > Thilo, Chengdu, China > > tryton client error message > (process:7395): Gtk-WARNING **: Locale not supported by C library. > Using the fallback 'C' locale. > > database commands > # su - postgres -c "createdb mydb --encoding='UTF-8' --owner=tryton" > # sudo su tryton -s /bin/bash > # /usr/bin/trytond-admin -c /etc/tryton/trytond.conf --all -d mydb > > tryton log entry > Wed Sep 13 02:22:38 2017] INFO:trytond.protocols.dispatcher:bad login > or password 'tryton' from 127.0.0.1 using http on database 'mydb'
The default user is 'admin' not 'tryton'. The password is the one entered after the initialisation of the database with trytond-admin. PS: Please follow the netiquette by setting a meaningful subject to your emails, not create new thread by answering unrelated email and trimming unnecessary content from previous email, thanks. http://groups.tryton.org/netiquette -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- 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/20170914093332.GC3710%40kei.
