Bug 1985100
| Summary: | /etc/depmod.d/dist.conf not included in kmod-28-3 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | ricky.armas |
| Component: | kmod | Assignee: | Yauheni Kaliuta <ykaliuta> |
| Status: | CLOSED ERRATA | QA Contact: | Ziqian SUN (Zamir) <zsun> |
| Severity: | unspecified | Docs Contact: | Jana Heves <jsvarova> |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | cye, jklech, laurie.barry, sarang.radke, skozina, ykaliuta, zsun |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kmod-28-7.el9 | Doc Type: | Bug Fix |
| Doc Text: |
.`modprobe` loads out-of-tree kernel modules as expected
The `/etc/depmod.d/dist.conf` configuration file provides a search order for the `depmod` utility. Based on the search order, `depmod` creates the `modules.dep.bin` file. This file lists module dependencies, which the `modprobe` utility uses for loading and unloading kernel modules and resolving module dependencies at the same time.
Previously, `/etc/depmod.d/dist.conf` was missing. As a result, `modprobe` could not load some out-of-tree kernel modules. This update includes the `/etc/depmod.d/dist.conf` configuration file, which fixes the search order. As a result, `modprobe` loads out-of-tree kernel modules as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-17 15:55:34 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: | |||
|
Description
ricky.armas
2021-07-22 20:49:06 UTC
Maybe in RHEL9 each OOB module is expected to create its own conf file in /etc/depmod.d. Instead of relying on /etc/depmod.d/dist.conf, we can create a custom lpfc.conf. Example: # cat /etc/depmod.d/lpfc.conf search updates extra built-in weak-updates *** Bug 2034093 has been marked as a duplicate of this bug. *** 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: kmod), 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:3964 |