Comment 17 for bug 1465322

Revision history for this message
mikelococo (mikelococo) wrote :

I'm not the original reporter, but I am affected and the fix looks good to me. Details below (forgive any typos or abbreviations, copy/paste not setup for my test-vm)...

### First boot
$ uname -r
3.2.0-86-generic
$uname -v
#124-Ubuntu SMP Wed Jun 17 <... snip build time ...>
$ df
df: '/sys/kernel/debug': Function not implemented # Error reproduced with build-124
<... snip ...>
$ echo 'deb http://archive.ubuntu.com/ubuntu/ trusty-proposed restricted main multiverse universe' > /etc/apt/sources.list
$ sudo aptitude update
<... snip ...>
$ sudo aptitude upgrade # installs build-125
<... snip ...>
$ sudo reboot

### Second boot
$ uname -r
3.2.0-86-generic
$ uname -v
#125-Ubuntu SMP Wed Jun 19 <... snip build time ...>
$ df
<... snip ...> # No error with build-125