{"id":15010,"date":"2025-12-03T22:56:21","date_gmt":"2025-12-04T06:56:21","guid":{"rendered":"https:\/\/www.apolonio.com\/blog\/?p=15010"},"modified":"2025-12-03T22:56:21","modified_gmt":"2025-12-04T06:56:21","slug":"rocky-linux-9-7","status":"publish","type":"post","link":"https:\/\/www.apolonio.com\/blog\/?p=15010","title":{"rendered":"Rocky Linux 9.7"},"content":{"rendered":"\n<p>Rocky 9.7 is a out, so is Rocky 10.1, my bandwidth is being used to download them as I post.<\/p>\n\n\n\n<p>I was able to patch all but one of my boxes (it is doing a hard drive burn in) so that was good.  But frigate acted up again.  Here is what I did to fix it.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Uninstalled the current package<br><code>dnf erase gasket-dkms<\/code><\/li>\n\n\n\n<li>Made sure there were no gasket files in \/usr\/src<\/li>\n\n\n\n<li>Installed the latest (gasket-0.0.git.259.0a0de819)<br><code>dnf install gasket-dkms<\/code><\/li>\n\n\n\n<li>Added the RHEL 9, 7 release number (<a href=\"https:\/\/github.com\/KyleGospo\/gasket-dkms\/commit\/0c900b8c2fb4db40ab0d942ab7101989277230b8\" data-type=\"link\" data-id=\"https:\/\/github.com\/KyleGospo\/gasket-dkms\/commit\/0c900b8c2fb4db40ab0d942ab7101989277230b8\">Old Post<\/a>)<br>vi gasket_interrupt.c +161<br><code>#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,8,0) #if LINUX_VERSION_CODE >= KERNEL_VERSION(6,8,0) || \\ (defined RHEL_RELEASE_CODE &amp;&amp; RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(9, 7))<\/code><\/li>\n\n\n\n<li>Then changed gasket core<br>vi gasket_core.c +1846<br><code>-#if LINUX_VERSION_CODE &lt; KERNEL_VERSION(6, 4, 0)<br>internal->class = class_create(driver_desc->module, driver_desc->name);<br>-#else<br>internal->class = class_create(driver_desc->name);<br>with<br>internal->class = class_create(driver_desc->name);<\/code><\/li>\n\n\n\n<li>Then<br><code>dkms autoinstall<br>modprobe apex<br>modprobe gasket<\/code><\/li>\n<\/ul>\n\n\n\n<p>Seems to have worked<\/p>\n\n\n\n<p>Lost some decent weight, trending back down, But I think it is water<\/p>\n\n\n\n<p>Weight: 320.4<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rocky 9.7 is a out, so is Rocky 10.1, my bandwidth is being used to download them as I post. I was able to patch all but one of my boxes (it is doing a hard drive burn in) so &hellip; <a href=\"https:\/\/www.apolonio.com\/blog\/?p=15010\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27,14,11,3,9],"tags":[],"class_list":["post-15010","post","type-post","status-publish","format-standard","hentry","category-coding","category-new-toys","category-technical","category-training","category-weighin"],"_links":{"self":[{"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/15010","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15010"}],"version-history":[{"count":1,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/15010\/revisions"}],"predecessor-version":[{"id":15012,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/15010\/revisions\/15012"}],"wp:attachment":[{"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15010"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=15010"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.apolonio.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=15010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}