Hesita Updates still version 1.9.3

I havem’t seen any updates to Hestia including Security Updates. is version still 1.9.3

Latest version is 1.9.4.

I have auto updates set in the panel. not received this.

Show the output of these commands:

cat /etc/os-release
cat /etc/apt/sources.list.d/hestia.list
apt-mark showhold
apt update
PRETTY_NAME="Ubuntu 24.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.4 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo

deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ jammy main

etc/apt/sources.list.d$ sudo apt update
[sudo] password for stuart: 
Hit:1 http://asi-fs-u.contabo.net/ubuntu noble InRelease
Hit:2 http://ppa.launchpad.net/ondrej/apache2/ubuntu noble InRelease                                             
Hit:3 http://asi-fs-u.contabo.net/ubuntu noble-updates InRelease                                                 
Hit:4 http://asi-fs-u.contabo.net/ubuntu noble-backports InRelease                                               
Hit:5 http://security.ubuntu.com/ubuntu noble-security InRelease                                                 
Hit:6 https://ppa.launchpadcontent.net/ondrej/php/ubuntu noble InRelease                                      
Err:2 http://ppa.launchpad.net/ondrej/apache2/ubuntu noble InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71DAEAAB4AD4CAB6 NO_PUBKEY 4F4EA0AAE5267A6C
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ppa.launchpad.net/ondrej/apache2/ubuntu noble InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71DAEAAB4AD4CAB6 NO_PUBKEY 4F4EA0AAE5267A6C
W: Failed to fetch http://ppa.launchpad.net/ondrej/apache2/ubuntu/dists/noble/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71DAEAAB4AD4CAB6 NO_PUBKEY 4F4EA0AAE5267A6C
W: Some index files failed to download. They have been ignored, or old ones used instead.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
N: Missing Signed-By in the sources.list(5) entry for 'http://asi-fs-u.contabo.net/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'http://asi-fs-u.contabo.net/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'http://asi-fs-u.contabo.net/ubuntu'

You are using jammy in Hestia’s repo instead of noble.

sed -i 's/jammy/noble/' /etc/apt/sources.list.d/hestia.list

And to fix the expired key for php repo:

sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 71DAEAAB4AD4CAB6
sudo gpg --export --armor 71DAEAAB4AD4CAB6 | sudo apt-key add -

sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C
sudo gpg --export --armor 4F4EA0AAE5267A6C | sudo apt-key add -

After that:

apt update

1 Like

Thanks, I have only hestia.list.distUpgrade in my sources.list.d direactory. This has been changed to noble now but still not receving the update. I cant manually update in the panel either.

latest apt update:

sudo apt update
Hit:1 http://asi-fs-u.contabo.net/ubuntu noble InRelease
Hit:2 http://asi-fs-u.contabo.net/ubuntu noble-updates InRelease
Hit:3 http://asi-fs-u.contabo.net/ubuntu noble-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:5 http://ppa.launchpad.net/ondrej/apache2/ubuntu noble InRelease             
Hit:6 https://ppa.launchpadcontent.net/ondrej/php/ubuntu noble InRelease         
Err:5 http://ppa.launchpad.net/ondrej/apache2/ubuntu noble InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71DAEAAB4AD4CAB6 NO_PUBKEY 4F4EA0AAE5267A6C
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ppa.launchpad.net/ondrej/apache2/ubuntu noble InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71DAEAAB4AD4CAB6 NO_PUBKEY 4F4EA0AAE5267A6C
W: Failed to fetch http://ppa.launchpad.net/ondrej/apache2/ubuntu/dists/noble/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71DAEAAB4AD4CAB6 NO_PUBKEY 4F4EA0AAE5267A6C
W: Some index files failed to download. They have been ignored, or old ones used instead.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/apache2.sources:1 and /etc/apt/sources.list.d/ondrej-apache2.list:1
N: Missing Signed-By in the sources.list(5) entry for 'http://asi-fs-u.contabo.net/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'http://asi-fs-u.contabo.net/ubuntu'
N: Missing Signed-By in the sources.list(5) entry for 'http://asi-fs-u.contabo.net/ubuntu'

Then you must rename the file:

mv /etc/apt/sources.list.d/hestia.list.distUpgrade /etc/apt/sources.list.d/hestia.list
2 Likes

This Worked thank you, Do you know when the next update will be?

2 Likes

I hope very soon, but no idea.

2 Likes

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