Hi.

On Sun, 11 Aug 2024 10:30:14 -0700 Dave Close wrote:

> # dnf -y reinstall kernel-core-6.10.3-200.fc40.x86_64

> So, what happened to kernel 6.10.3-200? RPM -V says the package is
> complete but the files are not there!

The missing files are ghost files (for RPM, see:
  rpm -Vv kernel-core-6.10.3-200.fc40.x86_64
)
and are normally build in posttrans.

It seems that a reinstall do not apply the posstrans script.

Can you run it manually:

 /bin/kernel-install add 6.10.3-200.fc40.x86_64 \
   /lib/modules/6.10.3-200.fc40.x86_64/vmlinuz

-- 
francis
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to