Error installation "resolvconf"

Discussion in 'Installation/Configuration' started by Remiurb1, Jan 5, 2024.

  1. Remiurb1

    Remiurb1 New Member

    Hi,
    I tried to install ISPConfig 3 on a fresh install of Debian 12 (VM) host in a proxmox 8.1.3. When the instalation script is launch (with nginx) (
    wget -O - <url get> | sh -s -- --use-nginx --use-ftp-ports=40110-40210 --unattended-upgrades) i get an error like this :
    [ERROR] Exception occurred: ISPConfigOSException -> Command resolvconf -u 2>&1 failed. (/ispconfig.ai.php:15)
    Did you know why ?
    Thank you
    Rémi
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Run the command:

    resolvconf -u

    and post the error message that you get.
     
  3. Remiurb1

    Remiurb1 New Member

    Hi Till,
    Thanks for the answer. I have a "unknown command" message :
    root@ispconfig:/home/ispconfig# resolvconf -u
    bash: resolvconf : commande introuvable
    root@ispconfig:/home/ispconfig#
     
  4. Remiurb1

    Remiurb1 New Member

    If i tried to install resolvconf its already install :
    root@ispconfig:/home/ispconfig# apt-get install resolvconf
    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances... Fait
    Lecture des informations d'état... Fait
    resolvconf est déjà la version la plus récente (1.91+nmu1).
    0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Maybe you did not logged in as root user correctly. Did you login as a different user and then used su? On recent Debian versions, you must use "su -" and not just "su", otherwise some commands can not be found on your system.
     
  6. Remiurb1

    Remiurb1 New Member

    I am really sorry... it's just that. Thanks you a lot for your help.
     

Share This Page