On Fri, Dec 23, 2016 at 8:23 PM, stan <stanl-fedorauser@xxxxxxxxxxx> wrote: > On Fri, 23 Dec 2016 18:35:48 -0700 > Nate Graham <pointedstick@xxxxxxxx> wrote: > >> Thanks everyone. So is the information on the wiki page I read out of >> date, and in need of changing? > > I don't use that page, so I don't know. It's possible, given your > experience. But rawhide is in flux right now with some python 3.6 > issues, so this could just be a transient problem. Well the repodata in that location looks up to date but I can't figure out where it's pointing to find nodebug kernels. The vast majority of the time I use rc1 (or higher) git0 kernels, but if I need something more recent and nodebug, you can fairly quickly build one yourself and do: cp /boot/config-4.9.0-1.fc26.x86_64 .config make localmodconfig ## answer n to all questions make -j4 For me this takes 15 minutes to build from scratch. If you make any config changes or add patches, somehow it ends up only building things that are affected by the change, typically this is less than 5 minutes. Reference: https://kernelnewbies.org/KernelBuild -- Chris Murphy _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx