Comment 4 for bug 1302605

Revision history for this message
Michael Schaller (misch-9) wrote : Re: Calls to /libx32/ld-linux-x32.so.2 hang

I also encountered this issue with -24.
My very forceful workaround was:

sudo killall apt-get dpkg
sudo mv /libx32/ld-linux-x32.so.2 /libx32/ld-linux-x32.so.2.old
sudo dpkg --configure -a
sudo apt-get dist-upgrade
sudo update-initramfs -c -k all # Just to be on the safe side
sudo mv /libx32/ld-linux-x32.so.2.old /libx32/ld-linux-x32.so.2
sudo reboot # To get rid of the hanging and unkillable /libx32/ld-linux-x32.so.2 processes