Hide Forgot
Description of enhancement: fusor-initial-setup rpm scripts redirect stdout/stderr to /dev/null. Please change redirection to a file under /var/log Version-Release number of selected component (if applicable): QCI-1.0-RHEL-7-20160901.5 Additional info:
https://gitlab.sat.lab.tlv.redhat.com/rhci/bootiso/merge_requests/16
The changes have not made it into QCI-1.1-RHEL-7-20161004.t.1: **** # rpm -q fusor-initial-setup fusor-initial-setup-1.1.0-1.el7.noarch # rpm -q fusor-initial-setup --scripts postinstall scriptlet (using /bin/sh): if [ $1 -eq 1 ] ; then # Initial installation /bin/systemctl enable fusor-initial-setup-text.service >/dev/null 2>&1 || : /bin/systemctl daemon-reload >/dev/null 2>&1 || : fi preuninstall scriptlet (using /bin/sh): if [ $1 -eq 0 ] ; then # Package removal, not upgrade /bin/systemctl --no-reload disable fusor-initial-setup-text.service > /dev/null 2>&1 || : /bin/systemctl stop fusor-initial-setup-text.service > /dev/null 2>&1 || : fi postuninstall scriptlet (using /bin/sh): /bin/systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall /bin/systemctl try-restart fusor-initial-setup-text.service >/dev/null 2>&1 || : fi ****
https://gitlab.sat.lab.tlv.redhat.com/rhci/bootiso/merge_requests/16 was merged 3 months ago. Looking at the scripts for the installed packages it looks like it's there now; was probably just waiting on a package rebuild.
Ran: rpm -q --scripts fusor-initial-setupos and saw the pipes to tee /var/log/messages existed. Verified in QCI-1.1-RHEL-7-20161206.t.0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:0335