Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
When booting with FIPS enabled and "rd.debug" flag, which causes a lot of messages to be displayed on the console and recorded to the journal, the systemd-journal-flush.service fails in timeout, which delays the boot by 1min30 (the service timeout).
This happens even when there is no persistent journal. It's probably unrelated to FIPS but due to having tons of messages.
Boot messages:
[ OK ] Stopped Journal Service.
Starting Journal Service...
[ 13.885949] systemd-journald[4183]: File /run/log/journal/4f49f3f30a6622e1e22e91da82df2e77/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ OK ] Started Journal Service.
[FAILED] Failed to start Flush Journal to Persistent Storage.
See 'systemctl status systemd-journal-flush.service' for details.
# journalctl -u systemd-journal-flush.service
-- Logs begin at Wed 2018-11-14 14:38:31 CET, end at Wed 2018-11-14 17:06:50 CET. --
Nov 14 14:38:41 vm-fips7 systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 14 14:40:11 vm-fips7 systemd[1]: systemd-journal-flush.service start operation timed out. Terminating
Nov 14 14:40:11 vm-fips7 systemd[1]: Failed to start Flush Journal to Persistent Storage.
Nov 14 14:40:11 vm-fips7 systemd[1]: Unit systemd-journal-flush.service entered failed state.
Nov 14 14:40:11 vm-fips7 systemd[1]: systemd-journal-flush.service failed.
Version-Release number of selected component (if applicable):
systemd-219-62.el7.x86_64 but also prior releases (e.g. systemd-219-57.el7_5.3.x86_64)
How reproducible:
Always
Steps to Reproduce:
1. Enable FIPS
# yum -y install dracut-fips
# dracut -f
# sed -i "s/^GRUB_CMDLINE_LINUX=\"\\(.*\\)\"/GRUB_CMDLINE_LINUX=\"\\1 fips=1 boot=$(awk '$2 == "/boot" { print $1 }' /etc/fstab) rd.debug\"/" /etc/default/grub
# grub2-mkconfig -o /etc/grub2.cfg
2. Boot
Actual results:
[ OK ] Stopped Journal Service.
Starting Journal Service...
[ 13.885949] systemd-journald[4183]: File /run/log/journal/4f49f3f30a6622e1e22e91da82df2e77/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ OK ] Started Journal Service.
[FAILED] Failed to start Flush Journal to Persistent Storage.
See 'systemctl status systemd-journal-flush.service' for details.
Expected results:
No delay / no error
The issue doesn't happen when booting with both "debug" and "rd.debug".
Attaching console outputs:
- rddebug.txt: issue happening with "rd.debug"
- debug_rddebug.txt: issue not happening with "debug" and "rd.debug"
Comment 7RHEL Program Management
2021-03-15 07:31:37 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.
Description of problem: When booting with FIPS enabled and "rd.debug" flag, which causes a lot of messages to be displayed on the console and recorded to the journal, the systemd-journal-flush.service fails in timeout, which delays the boot by 1min30 (the service timeout). This happens even when there is no persistent journal. It's probably unrelated to FIPS but due to having tons of messages. Boot messages: [ OK ] Stopped Journal Service. Starting Journal Service... [ 13.885949] systemd-journald[4183]: File /run/log/journal/4f49f3f30a6622e1e22e91da82df2e77/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Started Journal Service. [FAILED] Failed to start Flush Journal to Persistent Storage. See 'systemctl status systemd-journal-flush.service' for details. # journalctl -u systemd-journal-flush.service -- Logs begin at Wed 2018-11-14 14:38:31 CET, end at Wed 2018-11-14 17:06:50 CET. -- Nov 14 14:38:41 vm-fips7 systemd[1]: Starting Flush Journal to Persistent Storage... Nov 14 14:40:11 vm-fips7 systemd[1]: systemd-journal-flush.service start operation timed out. Terminating Nov 14 14:40:11 vm-fips7 systemd[1]: Failed to start Flush Journal to Persistent Storage. Nov 14 14:40:11 vm-fips7 systemd[1]: Unit systemd-journal-flush.service entered failed state. Nov 14 14:40:11 vm-fips7 systemd[1]: systemd-journal-flush.service failed. Version-Release number of selected component (if applicable): systemd-219-62.el7.x86_64 but also prior releases (e.g. systemd-219-57.el7_5.3.x86_64) How reproducible: Always Steps to Reproduce: 1. Enable FIPS # yum -y install dracut-fips # dracut -f # sed -i "s/^GRUB_CMDLINE_LINUX=\"\\(.*\\)\"/GRUB_CMDLINE_LINUX=\"\\1 fips=1 boot=$(awk '$2 == "/boot" { print $1 }' /etc/fstab) rd.debug\"/" /etc/default/grub # grub2-mkconfig -o /etc/grub2.cfg 2. Boot Actual results: [ OK ] Stopped Journal Service. Starting Journal Service... [ 13.885949] systemd-journald[4183]: File /run/log/journal/4f49f3f30a6622e1e22e91da82df2e77/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Started Journal Service. [FAILED] Failed to start Flush Journal to Persistent Storage. See 'systemctl status systemd-journal-flush.service' for details. Expected results: No delay / no error