Fixing segfaults in apt-get upgrade

Recently I got a notification on my Jaunty box that unattended-upgrades had crashed, and eventually trased the problem to apt-get: while I could update my sources I was unable to upgrade, apt would segfault while reading the sources list.

While I still have no idea what the cause was, the solution was a simple `sudo rm /var/cache/apt/*cache.bin`.



Leave a Reply