Fedora Wiki "RawhideKernelNodebug" not updated

The Fedora “RawhideKernelNodebug” Wiki page is out of date. I’m using Fedora Rawhide (f44), and the following commands to set “rawhide kernel no debug” don’t work:

sudo dnf config-manager --add-repo=Making sure you're not a bot!

sudo dnf upgrade

How can I modify these two commands to get “Fedora Rawhide Kernel Nodebug”? I know this forum is for Fedora Stable, but the Wiki is from the Fedora Project.

I have tried to solve with:

sudo dnf4 config-manager --add-repo Making sure you're not a bot!

sudo dnf4 --refresh upgrade

But I get:

Errors during downloading metadata for repository ‘dl.fedoraproject.org_pub_alt_rawhide-kernel-nodebug_x86_64_repodata_’:

Status code: 404 for Making sure you're not a bot! (IP: 38.145.32.24)

Error: Failed to download metadata for repo ‘dl.fedoraproject.org_pub_alt_rawhide-kernel-nodebug_x86_64_repodata_’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried.

Is the trailing underscore correct?

Yes, the underscores “_” are “/”.

Take the repodata off from the end of the --add-repo command.

Status code: 404 for [Making sure you're not a bot!](https://dl.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/repodata/repodata/repomd.xml) (IP: 38.145.32.24)

The 404 appears because it’s duplicated, so I assume --add-repo adds “repodata” on there for you.

That page should likely be deleted.

All rawhide kernels are nodebug for the last few years, there’s no need
to do this anymore. :wink:

1 Like