Debian Buster New Install error

Hello,
I decide to try a HestiaCP but without success of the installation.
Fresh OS : Debian 10

The ERROR
`
[ * ] NGINX
[ * ] PHP
[ * ] Apache2
[ * ] MariaDB
[ * ] Hestia Control Panel

Updating currently installed packages, please wait…-E: Sub-process false received signal 2.
E: Prior errors apply to /var/cache/apt/archives/libpcre3_2%3a8.43-1+0~20200703.7+debian10~1.gbpbfc49f_amd64.deb
E: Prior errors apply to /var/cache/apt/archives/libpcre2-8-0_10.34-7+0~20191220.5+debian10~1.gbp555bb9_amd64.deb
E: Prior errors apply to /var/cache/apt/archives/libzip4_1.5.1-4+0~20190318173200.9+buster~1.gbp333132_amd64.deb
E: Prior errors apply to /var/cache/apt/archives/openssl_1.1.1g-1+0~20200421.17+debian10~1.gbpf6902f_amd64.deb
E: Prior errors apply to /var/cache/apt/archives/php-common_2%3a76+0~20200511.26+debian10~1.gbpc9beb6_all.deb
E: Prior errors apply to /var/cache/apt/archives/php7.4_7.4.7-1+0~20200612.18+debian10~1.gbp671911_all.deb
debconf: apt-extracttemplates failed: No such file or directory -
The installer is now downloading and installing all required packages.
NOTE: This process may take 10 to 15 minutes to complete, please wait… /

========================================================================

[ * ] Configuring system settings…
[ * ] Configuring Hestia Control Panel…
[ * ] Generating default self-signed SSL certificate…
[ * ] Adding SSL certificate to Hestia Control Panel…
[ * ] Configuring NGINX…
[ * ] Configuring Apache Web Server…
[ * ] Configuring PHP-FPM…
[ * ] Configuring PHP…
[ * ] Configuring Vsftpd server…
[ * ] Configuring MariaDB database server…
[ * ] Installing phpMyAdmin version v5.0.2…
[ * ] Configuring Bind DNS server…
[ * ] Configuring Exim mail server…
[ * ] Configuring Dovecot POP/IMAP mail server…
[ * ] Installing ClamAV anti-virus definitions…-
[ * ] Configuring SpamAssassin…
[ * ] Configuring Roundcube webmail client…
[ * ] Configuring fail2ban access monitor…
[ * ] Installing remaining software updates…
W: Failed to fetch https packages.sury.org/apache2/dists/buster/main/binary-amd64/Packages The HTTP server sent an invalid reply header

W: Failed to fetch https packages.sury. org/php/dists/buster/main/binary-amd64/Packages The HTTP server sent an invalid reply header

W: Failed to fetch https apt.hestiacp /dists/buster/main/binary-amd64/Packages The HTTP server sent an invalid reply header

E: Some index files failed to download. They have been ignored, or old ones used instead.

Job for hestia.service failed because the control process exited with error code.
See “systemctl status hestia.service” and “journalctl -xe” for details.
Error: hestia start failed
`

Hi @All

Welcome to Hestia! Just did a fresh install of debian 10 (hosted on hetzner cloud) a few minutes ago without any issue.

According to your log, thanks for that one, it looks like the prior upgrade failed. Can you maybe check the installation process again, but do a apt-get update && apt-get dist-upgrade first? Just to be sure, your system is up to date - then run the installer again.

Hi @Raphael
yeah i do that but still give me the same error before to run the installer.

W: Failed to fetch https packages.sury. org/apache2/dists/buster/main/binary-amd64/Packages The HTTP server sent an invalid reply header

W: Failed to fetch https packages.sury. org/php/dists/buster/main/binary-amd64/Packages The HTTP server sent an invalid reply header

W: Failed to fetch https apt.hestiacp. com/dists/buster/main/binary-amd64/Packages The HTTP server sent an invalid reply header

No idea why that .

Hmm, that’s weird. Can we try to do some basic steps together? Let’s start with a fresh debian 10 image and add the hestia repository manualy:

echo "deb https://apt.hestiacp.com/ buster main" > /etc/apt/sources.list.d/hestia.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A189E93654F0B0E5
apt-get update

if then still again the error message shows up, can you check if apt-transport-https is installed?

apt-get install apt-transport-https

Thanks @Raphael that transport-https solve my problem.

:slight_smile:

1 Like