gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] Gnumed install on Debian


From: Salvatore Enrico Indiogine
Subject: [Gnumed-devel] Gnumed install on Debian
Date: Sat, 13 Mar 2004 17:01:58 -0600
User-agent: KMail/1.6.1

Greetings!

An update on the status of my Debian-knoppix install.

1. Boot Knoppix disk
2. Install Knoppix to disk
3. Configure internet connection
4. apt-get update
5. apt-get dist-upgrade
6. apt-get install -t unstable postgresql

You need "-t unstable" otherwise apt-get will install a version of PgSQL that 
requires Python2.1.

7. apt-get install python2.3-pgsql
8. apt-get install libwxgtk2.4-python
9. ./check-prerequisites.sh -> OK
10. edit /etc/postgresql/postgresql.conf for TCP/IP connection
11. edit /var/lib/postgres/data/pg_hba.conf

local all all trust
host all all 127.0.0.1 255.255.255.255 trust

I had to make the access as open as possible to make the bootstrap go ahead.  
Not a good solution though.

12. su - root
13. su - postgres
14. pg_ctl -D /var/lib/postgres/data -l pgsql.log restart
15. exit    exit
15. ./gnumed/dists/XdtViewer/make-links.sh
16. edit bootstrap-monolitic_core.conf  -> update PgSQL version to 7.4.2 in 
several places.
17. python bootstrap-gm_db_system.py --conf-file=bootstrap-monolitic_core.conf
18. enter for password "gnumed" for user gm-dbowner

Then I get:

Cannot bootstrap services.
Please check the log file for details.

I can not find any log file, but then by change I saw the following lines 
in /var/log/messages:

Mar 13 14:12:53 bahji postgres[628]: [2-1] LOG:  connection received: 
host=[local] port=
Mar 13 14:12:53 bahji postgres[628]: [3-1] LOG:  connection authorized: 
user=postgres database=template1
Mar 13 14:13:12 bahji postgres[628]: [4-1] ERROR:  user "any-doc" already 
exists
Mar 13 14:13:12 bahji postgres[628]: [5-1] ERROR:  user "_any-doc" already 
exists
Mar 13 14:13:12 bahji postgres[628]: [6-1] ERROR:  relation 
"gm_schema_revision" does not exist
Mar 13 14:13:12 bahji postgres[629]: [2-1] LOG:  connection received: 
host=[local] port=
Mar 13 14:13:12 bahji postgres[629]: [3-1] LOG:  connection authorized: 
user=gm-dbowner database=template1
Mar 13 14:13:12 bahji postgres[630]: [2-1] LOG:  connection received: 
host=[local] port=
Mar 13 14:13:12 bahji postgres[630]: [3-1] LOG:  connection authorized: 
user=gm-dbowner database=gnumed
Mar 13 14:13:12 bahji postgres[630]: [4-1] NOTICE:  CREATE TABLE / UNIQUE will 
create implicit index "gm_schema_revision_filename_key" for table 
"gm_schema_revision"
Mar 13 14:13:13 bahji postgres[630]: [5-1] ERROR:  relation 
"gm_schema_revision" already exists

So, what am I doing wrong or missing?

Thanks in advance.

Enrico

-- 
Salvatore Enrico Indiogine
Fulton, Missouri, USA

address@hidden
http://mikebe.members.ktis.net/enrico

Please do not sent MS Office attachments.
Running a free Linux PC - no license fees
                        - no activations
                        - no viruses
                        - no worms
                        - no popups
                        - no spyware





reply via email to

[Prev in Thread] Current Thread [Next in Thread]