home.social

#libcrypt — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #libcrypt, aggregated by home.social.

  1. #notamental

    Si se actualiza #debian y se rompe #libcrypt, reiniciar en la shell (init=/bin/bash) y ejecutar esto:

    # cd /tmp
    # apt download libcrypt1
    # dpkg-deb -x libcrypt1_1%3a4.4.33-2_amd64.deb .
    # sudo cp -av lib/x86_64-linux-gnu/* /lib/x86_64-linux-gnu/
    # chmod 1777 /tmp
    # apt --fix-broken install

    Y problema solucionado.