Week of 2008-03-29 17:00 to 2008-04-05 16:59

Attempting to run Ubuntu 8.04 (Hardy Heron) using VirtualBox, KVM, and QEMU

In an effort to help with testing the beta release of Ubuntu 8.04 I wanted to set up a number of virtual machines running the OS so I could perform various tests, such as whether certain but in Ubuntu 7.10 (Gutsy Gibbon) had been fixed. Unfortunately I have not been successful so far. As every system save 1 is running the amd64 architecture that is the architecture I would prefer to test. However, it seems that trying to have a virtual amd64 guest on an amd64 host using open source software is problematic.

Tracking Bugs in Ubuntu 8.04 (Hardy Heron)

I’ve begun testing Hardy Heron and I’ve already found some bugs. So in the interest of getting the best OS possible I’m going to try and report all bugs I find and track their status prior to the final release. I’m sure I’ll make updates to this post as I go.

Unkillable KVM processes stuck in "Uninteruptable Sleep" (D) state

I just did some reading on unkillable processes. I've seen this happen a few times before and wondered what caused it. I experienced it again today when using KVM. Apparently when processes go into the "D" state they cannot be killed because they are usually waiting for some IO to complete. I have not found any way to fix these processes while a system is running though I continue to investigate. I did find that the 2.6.25 Linux kernel will add a new TASK_KILLABLE state to help alleviate this problem. Hopefully software including KVM will be quickly updated to take advantage of this new state which functions just like TASK_UNINTERRUPTIBLE but allows the process to be killed.

Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons by-nc-sa 3.0 License