-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3rd party kernel installation failed. "error: Multiple subdirectories found in: usr/lib/modules: ..." #3530
Comments
Update: The command 'rpm-ostree override remove kernel kernel-core kernel-modules kernel-modules-extra --install kernel-longterm' worked fine with |
The version of ostree that ships in the ISO has this bug, you'll get further if you update: fedora-silverblue/issue-tracker#214. |
I am encountering this issue within rhivos (centos stream 9) ostree deployment. Does anyone know if its only been fixed downstream? |
Are you trying to ship multiple kernels? |
This is from a testing perspective for kernel, we will need to install an instrumented kernel build. Eventually downstream we would build with the kernel, but at this stage of testing we need to use a upstream image. |
I have a different problem installing the hardened Kernel:
|
Host system details
Provide the output of
rpm-ostree status
.$ rpm-ostree status
State: idle
Deployments:
● fedora:fedora/35/x86_64/silverblue
Version: 35.20220318.0 (2022-03-18T17:53:05Z)
BaseCommit: a492d0056fc144ff71888859f58c822d105df6be0f31942ede6d05bcd49e5d39
GPGSignature: Valid signature by 787EA6AE1147EEE56C40B30CDB4639719867C58F
LayeredPackages: 'dnf-command(copr)' dnf
fedora:fedora/35/x86_64/silverblue
Version: 35.1.2 (2021-10-26T02:25:55Z)
Commit: 34b3a6ad08a934f5db9031929a1f64a788033d151e9074596c6a53af2edf68ac
GPGSignature: Valid signature by 787EA6AE1147EEE56C40B30CDB4639719867C58F
Expected vs actual behavior
Actual:
Expected:
Steps to reproduce it
Install DNF and copr plugin.
$
rpm-ostree install dnf -A
$
rpm-ostree install 'dnf-command(copr)' -A
Add Kernel-longterm copr using dnf.
$
sudo dnf copr enable kwizart/kernel-longterm-5.4
install kernel-longterm.
$
rpm-ostree override remove kernel kernel-core kernel-modules kernel-modules-extra --install kernel-longterm
This command worked a month ago for replacing the kernel, but now it doesn't work anymore. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: