I am trying to upgrade my 18.04.6 LTS server, but am unable to get updates due to an issue with a public key. When I try to resolve the public key issue I get a failure. Any ideas?
myuser@myuser-VirtualBox:~$ sudo apt-get update
[sudo] password for myuser:
Hit:1 http://ppa.launchpad.net/bit-team/stable/ubuntu yakkety InRelease
Hit:2 http://gb.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable InRelease [7,549 B]
Hit:4 http://gb.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://ppa.launchpad.net/nathan-renniewaldock/qdirstat/ubuntu yakkety InRelease
Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:7 https://download.docker.com/linux/ubuntu bionic InRelease
Get:8 https://download.docker.com/linux/ubuntu xenial InRelease [66.2 kB]
Err:3 http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3268CF038EEC045B
Fetched 73.8 kB in 1s (70.4 kB/s)
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3268CF038EEC045B
W: Failed to fetch http://repository.veeam.com/backup/linux/agent/dpkg/debian/public/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3268CF038EEC045B
W: Some index files failed to download. They have been ignored, or old ones used instead.
myuser@myuser-VirtualBox:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 3268CF038EEC045B
Executing: /tmp/apt-key-gpghome.KcfykItU12/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv 3268CF038EEC045B
gpg: keyserver receive failed: Server indicated a failure
ubuntu-support-status
to assess the security status of your actual install. Your question is still on-topic here, but consider how much security matters to you and the results of prior command. You're now using Ubuntu 18.04 LTS with LXDE (not Lubuntu). – guiverc Feb 20 '22 at 21:49lubuntu-desktop
, your base Ubuntu Server system will upgrade correctly & without issues.. it's the Lubuntu on top that may create issues, as upgrades will switch you to LXQt. Personally I'd consider removing thelubuntu-desktop
IF it's a server system then performing the release-upgrade, then add back whatever desktop you really want. Yes I've release-upgraded many Lubuntu/LXDE systems without much hassle; but also had many that took hours of effort to correct so results are dependent on changes you've made; how stock is your system.. – guiverc Feb 20 '22 at 21:58