Follow-up Comment #4, bug #44182 (project health):

Hi Luis,

I can create DBs with the gnuhealth user:

----------------------------------------------------------------
admon@health28:~$ su - gnuhealth
Contraseña: 
gnuhealth@health28:~ $ createdb prueba --encoding=unicode
gnuhealth@health28:~ $ psql -d template1
psql (9.3.5)
Type "help" for help.

template1=> l
                                  List of databases
   Name    |   Owner   | Encoding |   Collate   |    Ctype    |   Access
privileges   
-----------+-----------+----------+-------------+-------------+-----------------------
 postgres  | postgres  | UTF8     | es_MX.UTF-8 | es_MX.UTF-8 | 
 prueba    | gnuhealth | UTF8     | es_MX.UTF-8 | es_MX.UTF-8 | 
 template0 | postgres  | UTF8     | es_MX.UTF-8 | es_MX.UTF-8 | =c/postgres   
      +
           |           |          |             |             |
postgres=CTc/postgres
 template1 | postgres  | UTF8     | es_MX.UTF-8 | es_MX.UTF-8 | =c/postgres   
      +
           |           |          |             |             |
postgres=CTc/postgres
(4 rows)

template1=> q
gnuhealth@health28:~ $
----------------------------------------------------------------

But I'm still unable to create databases from the tryton client, which fails
with the same message: "Could not connect to the server", while the server
logs "INFO:database:connect to template1"

Is there a way to get more verbose log output from the server?


Regards,

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44182>

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/


Reply via email to