Please, describe the problem here and provide additional information below (if applicable) …
I got the following error message after executing: sudo apt-get update
W: GPG error: Index of /repo/6.10.0.1/Ubuntu/24.04 stable Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 05A05927906DC27C
E: The repository ‘Index of /repo/6.10.0.1/Ubuntu/24.04 stable Release’ is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
However, I was able to install a KVM node two months ago by using the same commands.
Versions of the related components and OS (frontend, hypervisors, VMs):
Frontend version: Ubuntu 24.04.1 LTS
Hypervisors: Ubuntu 24.04.1 LTS
Steps to reproduce:
-
wget -qO /etc/apt/keyrings/opennebula.gpg https://downloads.opennebula.io/repo/repo.key
-
echo “deb [signed-by=/etc/apt/keyrings/opennebula.gpg] Index of /repo/6.10/Ubuntu/24.04 stable opennebula” > /etc/apt/sources.list.d/opennebula.list
-
apt-get update
Current results:
It doesn’t allow me to install opennebula-node-kvm
Expected results:
To be able to install a KVM node