ISPConfig auto install Error Installing packages failed. (/ispconfig.ai.php:15)

Discussion in 'Installation/Configuration' started by Tristars, Mar 6, 2024.

  1. Tristars

    Tristars New Member

    Hello,

    I use a Raspberry Pi 5 under Debian 12 Bookworm (i didn't reinstall Debian 12 it's was already installed on the Raspberry).

    I have already done the update & upgrade commands.

    When I try to auto-install ISPConfig, I have this error message :

    Code:
    [ERROR] Exception occurred: ISPConfigOSException -> Installing packages failed. (/ispconfig.ai.php:15)
    Here is the entire prompt :
    Code:
    root@raspberrypi:/home/tristars# wget -O - https://get.ispconfig.org | sh -s -- --use-nginx --use-ftp-ports=40110-40210 --unattended-upgrades --no-quota
    --2024-03-06 18:57:11--  https://get.ispconfig.org/
    Rsolution de get.ispconfig.org (get.ispconfig.org)... 2606:4700:20::681a:af6, 2606:4700:20::681a:bf6, 2606:4700:20::ac43:4b70, ...
    Connexion  get.ispconfig.org (get.ispconfig.org)|2606:4700:20::681a:af6|:443... connect.
    requte HTTP transmise, en attente de la rponse... 200 OK
    Taille: 2003 (2,0K) [application/octet-stream]
    Sauvegarde en: STDOUT
    
    -                 100%[============>]   1,96K  --.-KB/s    ds 0s    
    
    2024-03-06 18:57:12 (7,36 MB/s) -- envoi vers sortie standard [2003/2003]
    
    WARNING! This script will reconfigure your entire server!
    It should be run on a freshly installed server and all current configuration that you have done will most likely be lost!
    Type 'yes' if you really want to continue: yes
    [INFO] Starting perfect server setup for Debian GNU/Linux 11 (bookworm)
    [INFO] Checking hostname.
    [INFO] Enabling contrib and non-free repositories.
    [INFO] Updating packages
    [INFO] Updated packages
    [INFO] Installing packages ssh, openssh-server, nano, vim-nox, lsb-release, apt-transport-https, ca-certificates, wget, git, gnupg, software-properties-common, curl, cron, ntp
    [INFO] Installed packages ssh, openssh-server, nano, vim-nox, lsb-release, apt-transport-https, ca-certificates, wget, git, gnupg, software-properties-common, curl, cron, ntp
    [INFO] Activating rspamd repository.
    [INFO] Activating sury php repository.
    [INFO] Activating GoAccess repository.
    [INFO] Updating packages (after enabling 3rd party repos).
    [INFO] Updated packages
    [INFO] Default shell is currently dash.
    [INFO] Setting bash as default shell.
    [INFO] Default shell is now dash.
    [INFO] Installing packages dbconfig-common, postfix, postfix-mysql, mariadb-client, mariadb-server, openssl, rkhunter, binutils, sudo, getmail
    [INFO] Installed packages dbconfig-common, postfix, postfix-mysql, mariadb-client, mariadb-server, openssl, rkhunter, binutils, sudo, getmail
    [INFO] Installing packages dovecot-imapd, dovecot-pop3d, dovecot-mysql, dovecot-sieve, dovecot-managesieved, dovecot-lmtpd
    [INFO] Installed packages dovecot-imapd, dovecot-pop3d, dovecot-mysql, dovecot-sieve, dovecot-managesieved, dovecot-lmtpd
    [INFO] Generating MySQL password.
    [INFO] Writing MySQL config files.
    [INFO] Configuring postfix.
    [INFO] Restarting postfix
    [INFO] Configuring rkhunter.
    [INFO] Installing packages software-properties-common, update-inetd, dnsutils, resolvconf, clamav, clamav-daemon, zip, unzip, bzip2, xz-utils, lzip, rar, borgbackup, arj, nomarch, lzop, cabextract, apt-listchanges, libnet-ldap-perl, libauthen-sasl-perl, daemon, libio-string-perl, libio-socket-ssl-perl, libnet-ident-perl, libnet-dns-perl, libdbd-mysql-perl, bind9, rspamd, redis-server, postgrey, p7zip, p7zip-full, unrar-free, lrzip
    [ERROR] Exception occurred: ISPConfigOSException -> Installing packages failed. (/ispconfig.ai.php:15)
    I found no answer on internet, can you help me ? Maybe it is because of Debian12 under a raspberry pi (i can see it's not a from scratch Debian 12 OS there is a Raspberry OS overlay) ?

    Thanks for your help :)
     
    Last edited: Mar 6, 2024
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Your question is answered at the top of the installation tutorial in the prerequisites chapter:

    https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/

    A RaspberryPi uses an ARM CPU
     
    ahrasis likes this.
  3. Tristars

    Tristars New Member

    OMG it was very easy to solve my issue ! Many thanks and sorry for that !
     

Share This Page