[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] problem bootstrapping 0.3
From: |
Jerzy Luszawski |
Subject: |
Re: [Gnumed-devel] problem bootstrapping 0.3 |
Date: |
Wed, 30 Jul 2008 11:18:02 +0200 |
User-agent: |
KMail/1.9.7 |
Hello Gour,
I'm also evaluating Gnumed for the purpose of our clinic, so I watch your
effort with great interest.
The following messages seems to be important for your problem:
> 2008-07-30 09:49:18 INFO gm.database
> (/home/gour/gnumed-server/GNUmed-v9-rc1/Gnumed/pycommon/gmPG2.py::get_connection()
> #1105): PostgreSQL version (string): "PostgreSQL 8.3.3 on
> x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.3.1"
> 2008-07-30 09:49:18 INFO gm.bootstrapper
> (./bootstrap_gm_db_system.py::connect() #176): successfully connected
> 2008-07-30 09:49:18 INFO gm.bootstrapper
> (./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #382):
> template database LC_CTYPE is [C]
> 2008-07-30 09:49:18 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #384):
> LC_CTYPE does not end in .UTF-8
> 2008-07-30 09:49:18 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #385):
> cluster encoding incompatible with utf8 encoded databases but
> 2008-07-30 09:49:18 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #386):
> for GNUmed installation the cluster must accept this encoding
> 2008-07-30 09:49:18 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #387):
> you may need to re-initdb or create a new cluster
> 2008-07-30 09:49:18 ERROR gm.bootstrapper
> (./bootstrap_gm_db_system.py::__bootstrap() #337): Cannot connect to server
> template database.
Probably postgresql inherited your locale setting from your system, and your
system locale is not UTF-8. Try correcting your system locale and the locale
for the template database.
I'm also a beginner, so I cannot give you step-by-step instructions.
Good luck.
Jerzy Luszawski