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.
Bug 1296690 - systemd doesn't depend on plymouth, but may give misleading errors if plymouth is not installed
Summary: systemd doesn't depend on plymouth, but may give misleading errors if plymout...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: systemd
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: systemd-maint
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-07 21:05 UTC by giulioo
Modified: 2020-04-28 07:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-28 07:05:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description giulioo 2016-01-07 21:05:58 UTC
Description of problem:
systemd doesn't depend on plymouth, but may give misleading errors if plymouth is not installed.

Version-Release number of selected component (if applicable):
systemd-219-19.el7.x86_64

How reproducible:
Always on systems where plymouth is not installed and you go to rescue.target or emergency.target

Steps to Reproduce:
1. Uninstall plymouth because you want a minimal install with no GUI, notice
   how you can "rpm -e" plymouth w/o any dependency issue
2. Boot system in rescue.target or emergency-target (or isolate to one of them)
3. execute
   journalctl -x -b -r

Actual results:
The first error message in reverse cronological order (the first you point your attention to) is
 systemd[NNN]: Failed at step EXEC spawning
- Subject: Process /bin/plymouth could not be executed
- Defined-By: systemd
...
- The process /bin/plymouth could not be executed and failed
...

Expected results:
Especially in critical situations (when you need to use rescue or emergency target) is of utmost importance not to mislead the user with false positives.
No errors should be logged if the situation is not an error: if systemd doesn't depend on plymouth, then it should not log errors related to the fact that plymouth is not installed

Additional info:
I understand I can ignore the error, but this is confusing and it happens in emergency situations when it may distract you from the real issue.

Comment 4 RHEL Program Management 2020-04-28 07:05:34 UTC
Development Management has reviewed and declined this request. You may appeal this decision by using your Red Hat support channels, who will make certain  the issue receives the proper prioritization with product and development management.

https://www.redhat.com/support/process/production/#howto


Note You need to log in before you can comment on or make changes to this bug.