Just a Heads-Up | working installation on Hetzner arm64 machine

Discussion in 'Installation/Configuration' started by Tony Boston, Sep 10, 2023.

  1. Tony Boston

    Tony Boston New Member

    Just as a heads-up - I installed ISPConfig on an Hetzner arm64 Debian12 with no issues so far.
    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --no-dns --no-local-dns --no-firewall --no-ntp --ssh-permit-root=no --ssh-password-authentication=no --ssh-harden --use-ftp-ports=40110-40210 --unattended-upgrades
    Cheers
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This should work fine using the manual install instructions. You just can not use the rar compression option for backups if I remember correctly.
     
  3. Tony Boston

    Tony Boston New Member

    Thanks Till,
    I was even using the autoinstaller - I'll check the rar compression thingy if needed.
    Edited my 1st post to include how I installed it and what I did not install.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Strange that it worked with the auto-installer, as it configures the sources.list for x86_64 packages and it will also fail due to missing rar command. I wonder if you might have an x86_64 system and not an arm server. Please post the result of the command:

    uname -a
     
  5. Tony Boston

    Tony Boston New Member

    uname -a
    Code:
    Linux mx01 6.1.0-12-arm64 #1 SMP Debian 6.1.52-1 (2023-09-07) aarch64 GNU/Linux
    sources.list
    Code:
    deb http://deb.debian.org/debian bookworm main contrib non-free-firmware
    # deb-src http://deb.debian.org/debian bookworm main contrib non-free-firmware
    
    deb http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware
    # deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware
    
    # deb http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware
    # deb-src http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware
    
    deb http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware
    # deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware
     
    ahrasis likes this.
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Hmm, ok. Strange, maybe it's working with Debian 12 now, with Debian 11 it did not work.
     
    ahrasis likes this.

Share This Page