Comment 2 for bug 1903838

Revision history for this message
Alan Orth (aorth) wrote :

I just hit this issue on a server as well. I had to copy the libcrypt.so.1.1.0 from a healthy Ubuntu 20.04 server via HTTP, as scp wasn't working so I assumed anything using https wouldn't either:

# wget http://server:8000/libcrypt.so.1.1.0
# mv libcrypt.so.1.1.0 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
# ln -s /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 /usr/lib/x86_64-linux-gnu/libcrypt.so.1
# apt install -f
# apt dist-upgrade
# reboot

After that the server was OK.