Aw: You have joined the group tryton@googlegroups.com

29 views
Skip to first unread message

Thilo Gesche

unread,
Sep 14, 2017, 3:10:07 AM9/14/17
to try...@googlegroups.com
Hello,
 
I am unable to connect to any google site from within China (without a VPN I usually do not need), so I am hoping anyone is able to help me with the problem described below.
 
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'
 
Gesendet: Donnerstag, 14. September 2017 um 13:38 Uhr
Von: tryton <tryton+s...@googlegroups.com>
An: t_ge...@web.de
Betreff: You have joined the group try...@googlegroups.com

You are now a member of the tryton group.

 
Visit This Group
Visit Google Groups

Start your own group, visit the help center, or report abuse.

Axel Braun

unread,
Sep 14, 2017, 5:12:55 AM9/14/17
to try...@googlegroups.com
 
 
Gesendet: Donnerstag, 14. September 2017 um 08:32 Uhr
Von: "Thilo Gesche" <t_ge...@web.de>
An: try...@googlegroups.com
Betreff: [tryton] Aw: You have joined the group try...@googlegroups.com
Hello,
 
I am unable to connect to any google site from within China (without a VPN I usually do not need), so I am hoping anyone is able to help me with the problem described below.
 
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).
 
-> try with admin:password
 
 
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'
 
Gesendet: Donnerstag, 14. September 2017 um 13:38 Uhr
Von: tryton <tryton+s...@googlegroups.com>
An: t_ge...@web.de
Betreff: You have joined the group try...@googlegroups.com

You are now a member of the tryton group.

 
Visit This Group
Visit Google Groups

Start your own group, visit the help center, or report abuse.

 

--
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/trinity-5cc816f7-ba8d-4970-94a1-d4fd6cc7b783-1505370735838%403c-app-webde-bs43.

Mathias Behrle

unread,
Sep 14, 2017, 5:28:32 AM9/14/17
to Thilo Gesche, try...@googlegroups.com, General GNU Health discussion and help
X-Post and Follow_up to General GNU Health discussion and help <hea...@gnu.org>


* Thilo Gesche: " [tryton] Aw: You have joined the group
try...@googlegroups.com" (Thu, 14 Sep 2017 08:32:15 +0200):

Hi Thilo,

> Hello,
>
> I am unable to connect to any google site from within China (without a VPN I
> usually do not need), so I am hoping anyone is able to help me with the
> problem described below. 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.

Could you provide us the exact URL?

> 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).

super_pwd is gone in trytond 4.2 [1], so this one is at least some cruft in the
configuration. It also doesn't exist in the vanilla gnuhealth configuration in
the development repository [2]. What I am missing in the native gnuhealth
installation script is the dependency for bcrypt.

Anyway it would be easier to help if you could provide some verbose log. For
that you can start trytond-admin with the -v switch.


[1] http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html
[2] http://hg.savannah.gnu.org/hgweb/health/

Cheers,
Mathias

> 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' Gesendet: Donnerstag, 14. September
> 2017 um 13:38 Uhr Von: tryton <tryton+s...@googlegroups.com> An:
> t_ge...@web.de Betreff: You have joined the group try...@googlegroups.com
>
> You are now a member of the tryton group.
>
>
> Visit This Group
>
> Start your own group, visit the help center, or report abuse.
>
> --
> 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/trinity-5cc816f7-ba8d-4970-94a1-d4fd6cc7b783-1505370735838%403c-app-webde-bs43.



--

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

Cédric Krier

unread,
Sep 14, 2017, 5:35:06 AM9/14/17
to try...@googlegroups.com
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: cedric...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/
Reply all
Reply to author
Forward
0 new messages