Comment 70 for bug 577916

Revision history for this message
munbi (gabriele) wrote :

Deleting /usr/share/initramfs-tools/conf.d/compcache and rebuilding initramfs solved the problem for me :-)
What I've done:

sudo swapoff /dev/ramzswap0
sudo rm /usr/share/initramfs-tools/conf.d/compcache
sudo update-initramfs -u

Pay attention that doing this disables compcache. I don't know if this could create problems, but definitely solved the problem for me.
Could it be that compcache is installed/activated during the update from 9.10 to 10.4 and left over?
Hope this helps. Bye.