Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 13:12:02 -05:00
parent 79329aae66
commit 387dd491b1
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
30 changed files with 175 additions and 134 deletions

View file

@ -1,10 +1,13 @@
---
title: "Rebuild Kernel Modules with Akmods"
date: 2022-02-04T19:37:04-05:00
date: 2022-02-04 19:37:04-05:00
draft: false
tags: ["Linux", "Fedora"]
math: false
medium_enabled: true
medium_post_id: ab0e2a2ce3b3
tags:
- Linux
- Fedora
title: Rebuild Kernel Modules with Akmods
---
Akmods is the Fedora/Red Hat way of managing kernel modules. In Ubuntu, this is `dkms`. If you're like me and force reboot shortly after performing an update, then you might have not given akmods enough time to compile any extra kernel modules (for example: Nvidia). This meant that I had to boot into an older kernel to try to fix the problem....
@ -26,4 +29,4 @@ to trigger the rebuild.
Though the better solution is to avoid this problem to begin with.
If you `reboot` not as root, then systemd will check to see if
any process is inhibiting the poweroff. If that's the case,
wait patiently and don't type `sudo reboot`.
wait patiently and don't type `sudo reboot`.