Update Failed with no details

Hi,

All of a sudden:

root@paginata:~# wget -qO - https://gpg.hestiacp.com/deb_signing.key | sudo apt-key add -O
root@paginata:~# /usr/local/hestia/bin/v-update-sys-hestia-all
Error: hestia update failed
Error: hestia-nginx update failed
Error: hestia-php update failed
root@paginata:~# apt-get update
Hit:1 Index of /ubuntu focal InRelease
Hit:2 Index of /ondrej/apache2/ubuntu focal InRelease
Get:3 Index of /ubuntu focal-updates InRelease [114 kB]
Hit:4 Index of /packages/mainline/ubuntu/ focal InRelease
Hit:5 Index of /ondrej/php/ubuntu focal InRelease
Hit:6 https://apt.hestiacp.com focal InRelease
Hit:7 mirror - MvA focal InRelease
Get:8 Index of /ubuntu focal-security InRelease [109 kB]
Fetched 223 kB in 1s (245 kB/s)
Reading package lists… Done
root@paginata:~# /usr/local/hestia/bin/v-update-sys-hestia-all
Error: hestia update failed
Error: hestia-nginx update failed
Error: hestia-php update failed
root@paginata:~#

Any debug / verbose options ?

What Hestia version are you running?

v-update-sys-hestia is actually a wrapper to these cli cmds, you could try to run them manually

apt update
apt install hestia
apt install hestia-nginx
apt install hestia-php
1 Like

Hi,

It seems that the issue was caused by atop (i’m running inside a LXC container and atop wasn’t able to get pid)

I’ve uninstalled atop and now there are no errors while updating the packages.

Is atop used for some metrics collections by hestia ?

1 Like

atop is not installed on the system by Hestia:

apache2 apache2.2-common apache2-suexec-custom apache2-utils
    apparmor-utils awstats bc bind9 bsdmainutils bsdutils clamav-daemon
    cron curl dnsutils dovecot-imapd dovecot-pop3d e2fslibs e2fsprogs exim4
    exim4-daemon-heavy expect fail2ban flex ftp git idn imagemagick
    libapache2-mod-fcgid libapache2-mod-php$fpm_v libapache2-mod-rpaf
    lsof mc mariadb-client mariadb-common mariadb-server nginx
    php$fpm_v php$fpm_v-cgi php$fpm_v-common php$fpm_v-curl
    php$fpm_v-mysql php$fpm_v-imap php$fpm_v-ldap php$fpm_v-apcu phppgadmin
    php$fpm_v-pgsql php$fpm_v-zip php$fpm_v-bz2 php$fpm_v-cli php$fpm_v-gd
    php$fpm_v-imagick php$fpm_v-intl php$fpm_v-json php$fpm_v-mbstring
    php$fpm_v-opcache php$fpm_v-pspell php$fpm_v-readline php$fpm_v-xml
    postgresql postgresql-contrib proftpd-basic quota rrdtool rssh spamassassin sudo hestia=${HESTIA_INSTALL_VER}
    hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
    ipset libonig5 libzip5 openssh-server lsb-release zstd"

On a clean system with Hestia:

root@web02:~# atop
Command 'atop' not found, but can be installed with:
apt install atop
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.