ISPConfig 3 - Debian 12 - fresh autoinstall - resolvconf issue

Discussion in 'Installation/Configuration' started by remifr, Sep 13, 2024.

  1. plusQ

    plusQ New Member HowtoForge Supporter

    I have the same problem...

    I use a Hetzner Cloud-Server with Debian 12

    Code:
    [ERROR] Exception occurred: ISPConfigOSException -> Command resolvconf -u 2>&1 failed. (/ispconfig.ai.php:15)
    same Server with a Debian 11 is working fine
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which exact settings do you use? I installed it on a Hetzner cloud server with Debian 12 about 3 days ago, and it worked fine.
     
  3. plusQ

    plusQ New Member HowtoForge Supporter

    I use the "CX22 | x86 | 40GB" for testing.
    no special configuration... only Default settings... and then started the script directly.
    this is the script:
    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --no-dns --no-roundcube --no-mailman --use-php=system --use-unbound --interactive --lang=de --no-quota
    I tried to make a Multiserver Setup
     
    Last edited: Nov 1, 2024
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Is this the first server of that Multiserver Setup? Or did you succesfully install the other servers already?
    Are you following these instructions: https://www.howtoforge.com/tutorial/ispconfig-multiserver-setup-debian-ubuntu/
    I usually install Debian myself, then I do not need to worry about changes to standard image service provider may make. There is howto: https://www.howtoforge.com/tutorial/debian-minimal-server/. Alternatively, just follow Debian install instructions: https://www.debian.org/releases/stable/installmanual
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    These are not the default settings. Its probably caused by the --use-unbound option. Try to leave that out so the system uses BIND as caching DNS.
     
  6. plusQ

    plusQ New Member HowtoForge Supporter

    Yes, I followed the multiserver-tutotial instructions
    the panel, the web, the ns are getting installed without error, only the mx doesn'nt
    --use-unbound is in the tutorial?!!??

    Now I deleted the unbound... now it is working.

    You might change the tutorial :)

    Thanks for help
     
    till likes this.
  7. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Which tutorial? Did the tutorial instruct to use that argument?
    Even if the autoinstaller has an argument, it is may not be good to use it in all situations.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess it depends on the base setup, or maybe the Debian version. I'll have to look into that.
     

Share This Page