Comment 11 for bug 986654

Revision history for this message
Doug Smythies (dsmythies) wrote :

As mentioned in the original bug report, everything works fine starting from a fresh installation of the 2012.03.27 ISO.
This includes with any kernel.
Once "sudo apt-get update" and "sudo apt-get upgrade" are done, then any and every kernel shows this issue.

Starting from a fresh install of the 2012.03.27 ISO, only 2 package changes were made via:
"sudo apt-get install e2fsprogs e2fslibs"
Then the problem of this bug report was present.
Before and after package list differences:

doug@test-smy:~/temp-kernel$ diff -b pkg_list1 pkg_list2
< ii e2fslibs 1.42-1ubuntu1 ext2/ext3/ext4 file system libraries
< ii e2fsprogs 1.42-1ubuntu1 ext2/ext3/ext4 file system utilities
---
> ii e2fslibs 1.42-1ubuntu2 ext2/ext3/ext4 file system libraries
> ii e2fsprogs 1.42-1ubuntu2 ext2/ext3/ext4 file system utilities

I got the source code for e2f2progs and see a lot of files dated March 30. What I would like to do is compare with the source code for version 1.42ubuntu1, but I don't know how.