[OGo-Users] ogo-database-setup install on Fedora 7 (64 bit) stalls

Langdon Stevenson users@opengroupware.org
Wed, 27 Feb 2008 08:39:56 +1100


Hi

This is my first OGo install, so I am on a steep learning curve.

I have installed OGo 1.1.6 via Yum using:

   yum install ogo-environment

I don't know if this is the right package to call, but I couldn't find 
any hint which package to call with Yum.  The yum install completed 
successfully, and I also have Postgresql installed and working (I can 
create databases and users from the command line).

My problem:

When I run:

   yum install ogo-database-setup

I get the following output:

<snip>
Running Transaction
   Installing: ogo-database-setup           ######################### [1/1]
PostgreSQL seems to be already initialized
and I can see it running:
PIDS used: 12170 12175 12177 12178
We're on PostgreSQL 8 (8.2)
checking /var/lib/pgsql/data/postgresql.conf
   no patching needed for /var/lib/pgsql/data/pg_hba.conf
checking /var/lib/pgsql/data/pg_hba.conf
   no patching needed for /var/lib/pgsql/data/postgresql.conf
   'port = 5432' already set.
creating database user: OGo


And there it stops.  The installation goes no further and eventually I 
have canceled out of it (I have left it for over an hour with no 
change).  I get no errors in /var/log/messages, and no errors in the 
Postrgres log either.

Can anyone suggest how I can go about debugging this problem?

Regards,
Langdon