Hello Mailinglist
I am in the process of installing OpenCIT 2.0.7 unto Ubuntu 14.04
This is a clean installation of Ubuntu and the packages are upgraded to the most recent
releases.
ubuntu@cit-ce:~$ uname -a
Linux cit-ce 4.2.0-36-generic #42~14.04.1-Ubuntu SMP Fri May 13 17:27:22 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
The process fails with the following error:
Checking to see if postgresql package is available for install...
Configuring DB Connection...
Hostname: [] 127.0.0.1
Port Num: [] 5432
Database: [] mw_as
Username: [] root
Password: [] ********
Installing postgres server...
Running postgresql auto install...
Extracting templates from packages: 100%
* Setting up X socket directories...
Adding user postgres to group ssl-cert
Creating config file /etc/logrotate.d/postgresql-common with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
* No PostgreSQL clusters exist; see "man pg_createcluster"
Installing postgres client...
Postgres client is already installed skipping...
Installation of postgres client complete
Creating database...
Failed to create database.
Cannot create database
ubuntu@cit-ce:~$
The /tmp/mtwilson-install.log suggests:
Try to execute the following commands on the database:
CREATE DATABASE mw_as;
GRANT ALL PRIVILEGES ON DATABASE mw_as TO root;
Even if I do and reinstall the process will not finish successfully.
Could someone give me a hint where to adjust so that the install will proceed.
Best regards
Chris
Show replies by date