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 1897323 - Installation fails with "TransactionCheckError: /bin/sh is needed by fapolicyd-1.0-3.el8_3.2.x86_64" when pulling the latest content
Summary: Installation fails with "TransactionCheckError: /bin/sh is needed by fapolicy...
Keywords:
Status: CLOSED DUPLICATE of bug 1896875
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: fapolicyd
Version: 8.3
Hardware: All
OS: Unspecified
unspecified
urgent
Target Milestone: rc
: 8.0
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-11-12 19:23 UTC by jcastran
Modified: 2020-11-30 12:52 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-12 20:40:36 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 5573841 0 None None None 2020-11-12 19:32:48 UTC

Description jcastran 2020-11-12 19:23:54 UTC
Description of problem:
Systems using locally created repos or registering to the CDN during installation fail installation when fapolicyd is included

Version-Release number of selected component (if applicable):
fapolicyd-1.0-3.el8_3.2.x86_64
RHEL 8.3

How reproducible:
Everytime

Steps to Reproduce:
1. Start RHEL 8.3 installation
2. add "inst.ks=http://people.redhat.com/jcastran/bug/8test.cfg"   ###OR use a kickstart that registers and includes fapolicyd in the %packages section
3.

Actual results:
18:31:53,106 CRT exception: Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/pyanaconda/threading.py", line 280, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation.py", line 394, in run_installation
    queue.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 311, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 311, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 311, in start
    item.start()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 490, in start
    self.run_task()
  File "/usr/lib64/python3.6/site-packages/pyanaconda/installation_tasks.py", line 456, in run_task
    self._task(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.6/site-packages/pyanaconda/payload/dnf/payload.py", line 1417, in install
    raise PayloadError(msg)
pyanaconda.payload.errors.PayloadError: Payload error - DNF installation has ended up abruptly: /bin/sh is needed by fapolicyd-1.0-3.el8_3.2.x86_64Traceback (most recent call last):

Expected results:
Installation should complete as /bin/sh is available and required for all installations.

Additional info:
The package can be installed manually after installation.


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