Bug 1999646
| Summary: | Root password spoke incorrectly marked as complete in TUI | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Jan Stodola <jstodola> |
| Component: | anaconda | Assignee: | Vladimír Slávik <vslavik> |
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | jikortus, jkonecny, rvykydal, sbarcomb, vslavik |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-34.25.0.19-1.el9 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-17 12:30:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1942219 | ||
Upstream PR: https://github.com/rhinstaller/anaconda/pull/3655 PR for RHEL 9: https://github.com/rhinstaller/anaconda/pull/3657 anaconda-34.25.0.19-1.el9 is present in compose RHEL-9.0.0-20211104.5, moving to VERIFIED. 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 (new packages: anaconda), 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/RHBA-2022:2326 |
Description of problem: When the installer starts in text mode, the "Root password" spoke is marked as complete, although it's not (because root account or an admin user are required to begin the installation): 1) Start VNC 2) Use text mode Please make a selection from the above ['c' to continue, 'q' to quit, 'r' to refresh]: 2 ================================================================================ ================================================================================ Installation 1) [x] Language settings 2) [x] Time settings (English (United States)) (America/New_York timezone) 3) [!] Installation source 4) [!] Software selection (Processing...) (Processing...) 5) [!] Installation Destination 6) [x] Kdump (Processing...) (Kdump is enabled) 7) [x] Network configuration 8) [x] Root password (Wired (enp1s0) connected) (Root account is disabled.) 9) [!] User creation (No user will be created) Please make a selection from the above ['b' to begin installation, 'q' to quit, 'r' to refresh]: Version-Release number of selected component (if applicable): RHEL-9.0.0-20210830.8 anaconda-34.25.0.15-1.el9 How reproducible: Always Steps to Reproduce: 1. start installation in text mode Actual results: ... 7) [x] Network configuration 8) [x] Root password (Wired (enp1s0) connected) (Root account is disabled.) 9) [!] User creation (No user will be created) Expected results: ... 7) [x] Network configuration 8) [!] Root password (Wired (enp1s0) connected) (Root account is disabled.) 9) [!] User creation (No user will be created) When the root password is set or when an administrator user is created, the installation can be started.