Project

General

Profile

Actions

Bug #14828

closed

Error running Katello-installer

Added by Martin Juhl almost 8 years ago. Updated almost 6 years ago.

Status:
Duplicate
Priority:
High
Assignee:
-
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Hi

After following the installation guide to add the needed repositories and installing katello, I get an error running katello-installer:

[root@starkiller ~]# katello-installer
Redirecting to /bin/systemctl stop httpd.service
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[starkiller.outerrim.lan]: Could not evaluate: Proxy starkiller.outerrim.lan cannot be registered (Could not load data from https://starkiller.outerrim.lan
Installing Done [100%] [......................................................................................]
Something went wrong! Check the log for ERROR-level output
The full log is at /var/log/katello-installer/katello-installer.log

I have also tried running katello-installer --reset, with the same result ...

In the postgresql logs I see:

STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"template_kinds"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum

ERROR: relation "settings" does not exist at character 245
STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"settings"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum

ERROR: relation "settings" does not exist at character 245
STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"settings"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum

ERROR: relation "template_kinds" does not exist at character 245
STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"template_kinds"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum

ERROR: relation "gb_event" does not exist at character 36
STATEMENT: select count(this_.id) as y0_ from gb_event this_ where this_.messageId=$1 and this_.messageId<>$2
ERROR: relation "gb_event" does not exist at character 36
STATEMENT: select count(this_.id) as y0_ from gb_event this_ where this_.messageId=$1 and this_.messageId<>$2
LOG: received fast shutdown request

Please advice..

Actions #1

Updated by Dominic Cleal almost 8 years ago

  • Project changed from Foreman to Katello
Actions #2

Updated by Eric Helms almost 8 years ago

  • Status changed from New to Duplicate
  • translation missing: en.field_release set to 114
Actions

Also available in: Atom PDF