Error con apt-get dist-upgrade

  • Servidor debian 7-64, en OVH. Intalado APF (firewall) y monit


    Tras #apt-get dist-upgrade recibo error:


    En el primer intento, el firewall resultou parado. En un segundo intento paré previamente APF y monit, y sigue igual. ¿Alguna idea? Gracias

  • Hi,
    you can try to install it with force flag.

    Code
    1. apt-get install -f bind9


    It it fails you can try to deinstall and install again

    Code
    1. apt-get remove bind9apt-get install bind9


    And last try to force remove with dpkg and install again

    Code
    1. dpkg --remove bind9
    2. apt-get install -f bind9


    Greets
    Chris

  • Gracias, Backdraft007. Las dos primeras opciones no resuelven el problema. Antes de probar la tercera, probaré a desinstalar APF. Contaré el resultado.