Hi,
I am running OMV 7.4.8-1 (Sandworm) in a Raspberry Pi. I recently installed updates fro the web gui. After the update I got a yellow message that
Quote"Pending configuration changes You must apply these changes in order for them to take effect."
"The following modules will be updated:
- apt
- apticron
- compose
- nfs"
I clicked apply and then got the following errors:
QuoteDisplay MoreFailed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color compose 2>&1' with exit code '1': OpenMediaVault:
Err:6 http://security.debian.org/debian-security bookworm-security InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54404762BBB6E853 NO_PUBKEY BDE6D2B9216EC7A8
Hit:12 http://raspbian.raspberrypi.com/raspbian bookworm InRelease
Reading package lists...
[ERROR ] stderr: W: GPG error: http://security.debian.org/debian-security bookworm-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54404762BBB6E853 NO_PUBKEY BDE6D2B9216EC7A8
E: The repository 'http://security.debian.org/debian-security bookworm-security InRelease' is not signed.
[ERROR ] retcode: 100
[ERROR ] An error was encountered while installing package(s): W: GPG error: http://security.debian.org/debian-security bookworm-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54404762BBB6E853 NO_PUBKEY BDE6D2B9216EC7A8
E: The repository 'http://security.debian.org/debian-security bookworm-security InRelease' is not signed.
[ERROR ] The named service docker is not available
I tried to install the Keys manually with:
QuoteDisplay Moreapt-key adv --keyserver keyserver.ubuntu.com --recv-keys 54404762BBB6E853 BDE6D2B9216EC7A8
the outpu is:
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.teru8NldmW/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 54404762BBB6E853 BDE6D2B9216EC7A8
gpg: key 254CF3B5AEC0A8F0: "Debian Security Archive Automatic Signing Key (12/bookworm) <ftpmaster@debian.org>" not changed
gpg: key A48449044AAD5C5D: "Debian Security Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" not changed
gpg: Total number processed: 2
gpg: unchanged: 2
So it seems they are installed, but not found.
Any suggestions as to how to fix?
I have googled and tried various suggestions but none eliminate the errors/warnings.
Jodel