| by Arround The Web

Bisecting Fedora kernel

This post shows how to bisect a Fedora kernel to find the source of a regression. I needed that recently and I found no good guide, so I’m at least capturing my notes here, perhaps you find it useful. This approach can be used to identify which exact commit caused a bad kernel behavior on … Continue reading Bisecting Fedora kernel

Share Button
Read More
| by Arround The Web

Taskotron is EOL (end of life) today

As previously announced, Taskotron (project page) will be shut down today. See the announcement and its discussion for more details and some background info. As a result, certain tests (beginning with “dist.“) will no longer appear for new updates in Bodhi (in Automated Tests tab). Some of those tests (and even new ones) will hopefully … Continue reading Taskotron is EOL (end of life) today

Share Button
Read More
| by Arround The Web

Automatically shrink your VM disk images when you delete files (Fedora 32 update)

I’ve already written about this in 2017, but things got simpler since then. Time for an update! If you use virtual machines, your disk images just grow and grow, but never shrink – deleted files inside a VM never free up the space on the host. But you can configure the VM to handle TRIM … Continue reading Automatically shrink your VM disk images when you delete files (Fedora 32 update)

Share Button
Read More
| by Arround The Web

Stay informed about QA events

Hello, this is a reminder that you can easily stay informed about important upcoming QA events and help with testing Fedora, especially now during Fedora 32 development period. The first obvious option for existing Fedora contributors is to subscribe to the test-announce mailing list. We announce all our QA meetings, test days, composes nominated for … Continue reading Stay informed about QA events

Share Button
Read More
| by Arround The Web

PSA: System update fails when trying to remove rtkit-0.11-19.fc29

Recently a bug in rtkit packaging has been fixed, but the update will fail on all Fedora 29 pre-release installation that have rtkit installed (Workstation has it for sure). The details and the workaround is described here:

https://fedoraproject.org/w…

Share Button
Read More
| by Arround The Web

Whitelisting rpmlint errors in Taskotron/Bodhi

If you submit a new Fedora update into Bodhi, you’ll see an Automated Tests tab on that update page (an example), and one of the test results (once it’s done) will be from rpmlint. If you click on it, you’ll get a full log with rpmlint output. If you wish to whitelist some errors which … Continue reading Whitelisting rpmlint errors in Taskotron/Bodhi

Share Button
Read More
| by Arround The Web

Automatically shrink your VM disk images when you delete files

Update: This got significantly simpler with newer qemu and virt-manager, read an updated post. If you use VMs a lot, you know that with the most popular qcow2 disk format, the disk image starts small, but grows with every filesystem change happening inside the VM. Deleting files inside the VM doesn’t shrink it. Of course … Continue reading Automatically shrink your VM disk images when you delete files

Share Button
Read More