Comment 8 for bug 618410

Revision history for this message
zebrattt (zebrat) wrote :

Thanks, Jamie.

I finally figured out a solution for my problen,=, although I still think the bug is still there, likely in bootchart. for some reason, `uname -r` may be written or executed as 'uname -r'.

the solution is delete the following garbage, then execute reinstall bootchart.

sudo rm /boot/initrd.img-uname
sudo rm /boot/initrd.img-uname -r
sudo rm /var/lib/initramfs-tools/uname
sudo rm /var/lib/initramfs-tools/uname -r
then, reinstall bootchart and pybootchartgui

at least, my apt-get works normal now.