Skip to content

RHEL9 - Installation error temboard 9.0.1.1 #1547

Open
@egaultier

Description

Hi

RHEL 9.5

postgresql 17.2

Temboard 9.0.1

INFO:  app: Starting temboard. version=9.0.1
temBoard 9.0.1 (/bin/temboard)
System Red Hat Enterprise Linux 9.5 (Plow)
Python 3.9.21 (/usr/bin/python3)
cryptography 36.0.1
Tornado 6.4.2
Flask 2.0.3
libpq 17.2
psycopg2 2.9.10 (dt dec pq3 ext lo64)
SQLAlchemy 1.4.45

When I execute the post install command :

sudo -i
PGPORT=5500 /usr/share/temboard/auto_configure.sh

I have an error :

cat /var/log/temboard-auto-configure.log
++ pwgen
++ od -vN 16 -An -tx1 /dev/urandom
++ tr -d ' \n'
+ export TEMBOARD_PASSWORD=5042e859bd086bfbb6231cf7b59878d6
+ TEMBOARD_PASSWORD=5042e859bd086bfbb6231cf7b59878d6
+ getent passwd temboard
+ log 'Creating system user temBoard.'
+ echo 'Creating system user temBoard.'
+ tee -a /dev/fd/3
Creating system user temBoard.
+ useradd --system --user-group --shell /bin/bash --home-dir /var/lib/temboard --comment 'temBoard Web UI' temboard
+ getent group ssl-cert
+ log 'Configuring temboard in /etc/temboard.'
+ tee -a /dev/fd/3
+ echo 'Configuring temboard in /etc/temboard.'
Configuring temboard in /etc/temboard.
+ mapfile -t sslfiles
++ set -eu
++ setup_ssl
++ local pki
++ for d in /etc/pki/tls /etc/ssl /etc/temboard
++ '[' -d /etc/pki/tls ']'
++ pki=/etc/pki/tls
++ break
++ '[' -z /etc/pki/tls ']'
++ '[' -f /etc/pki/tls/certs/ssl-cert-snakeoil.pem ']'
++ sslcert=/etc/pki/tls/certs/temboard-auto.pem
++ sslkey=/etc/pki/tls/private/temboard-auto.key
++ '[' -f /etc/pki/tls/certs/temboard-auto.pem ']'
++ log 'Generating self-signed certificate.'
++ tee -a /dev/fd/3
++ echo 'Generating self-signed certificate.'
Generating self-signed certificate.
++ openssl req -new -x509 -days 365 -nodes -subj '/C=XX/ST= /L=Default/O=Default/OU= /CN= ' -out /etc/pki/tls/certs/temboard-auto.pem -keyout /etc/pki/tls/private/temboard-auto.key
..+...+....+...+........+....+.....+.+.........+......+..+...+.......+...+......+...+.....+.............+.........+......+.....+...+.+++++++++++++++++++++++++++++++++++++++*........+.+..................+++++++++++++++++++++++++++++++++++++++*...+..........+............+............+.....+...+.......+.....+.+.....+......+.+.........+.....+......+...+.+...........+....+......+...+............+...+..............+...+..........+........+....+...+..+.+......+......+.....+....+.....+......+...+.+...+..+...............+....+..+.......+........+..........+.........+...+...+.........+......+............+.....................+.....+............+.........+....+......+......+.....++++++
......+..+++++++++++++++++++++++++++++++++++++++*............+....+..+++++++++++++++++++++++++++++++++++++++*........+...+.+.........+..+.........+....+...........+.............+.....+.+..+..........+...+.....+......+..........+...+.....+..........+...+...+...........+.+..+.+..+....+........+.+......+......+.....+....+...............+......+..+.+......+......+..+..........+...+............+..+..........+...........+...+..........+..+...+.....................+....+............+.....+.......+..+.+........+....+.....+.++++++
-----
++ chmod 640 /etc/pki/tls/private/temboard-auto.key
++ chgrp temboard /etc/pki/tls/private/temboard-auto.key
++ readlink -e /etc/pki/tls/certs/temboard-auto.pem /etc/pki/tls/private/temboard-auto.key
+ install -o temboard -g temboard -m 0750 -d /etc/temboard /var/log/temboard /var/lib/temboard
+ install -o temboard -g temboard -m 0640 /dev/null /etc/temboard/temboard.conf
+ generate_configuration /etc/pki/tls/certs/temboard-auto.pem /etc/pki/tls/private/temboard-auto.key
+ local sslcert=/etc/pki/tls/certs/temboard-auto.pem
+ shift
+ local sslkey=/etc/pki/tls/private/temboard-auto.key
+ shift
+ local created cookie_secret version
+ sudo -iu temboard test -r /etc/pki/tls/certs/temboard-auto.pem
+ catchall
+ local rc=1
+ trap - INT EXIT TERM
+ set +x

Can you help me please ?

Thank You
Emmanuel

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions