Cannot update to Fedora 39 because of Webmin signature issues

SYSTEM INFORMATION
OS type and version REQUIRED

Linux fedora 38

| Webmin version | REQUIRED |

2.105

i get the following error after downloading the latest webmin noarch from the webmin website

error: Verifying a signature using certificate 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (Jamie Cameron jcameron@webmin.com):
Key D97A3AE911F63C51 invalid: not signing capable
error: webmin-2.105-1.noarch.rpm: Header V4 DSA/SHA1 Signature, key ID 11f63c51: BAD
error: webmin-2.105-1.noarch.rpm cannot be installed
siffleur:data(690)

I have tried to remove webmin and get the following error

siffleur:data(690)sudo dnf remove webmin-2.021-1.noarch
[sudo] password for phil:
Dependencies resolved.
======================================================================================================================================== Package Architecture Version Repository Size
========================================================================================================================================Removing:
webmin noarch 2.021-1 @System 116 M

Transaction Summary
========================================================================================================================================Remove 1 Package

Freed space: 116 M
Is this ok [y/N]: y
Running transaction check
error: Verifying a signature using certificate 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (Jamie Cameron jcameron@webmin.com):
Key D97A3AE911F63C51 invalid: not signing capable
error: rpmdbNextIterator: skipping h# 3207
Header V4 DSA/SHA1 Signature, key ID 11f63c51: BAD
Header SHA256 digest: OK
Header SHA1 digest: OK
Error: An rpm exception occurred: package not installed
siffleur:data(691)

I’ve searched the various forums for an answer.

I am at the end of my research into this.

Exactly what is going on?

And how can I get beyond this issue?

Phil

wget https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh

nope still fails…

i removed the files, ran the script. (successfully) and then tried to run the update.

{snip}…
[SKIPPED] webmin-2.105-1.noarch.rpm: Already downloaded
Running transaction check
error: Verifying a signature using certificate 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (Jamie Cameron jcameron@webmin.com):
Key D97A3AE911F63C51 invalid: not signing capable
error: rpmdbNextIterator: skipping h# 3207
Header V4 DSA/SHA1 Signature, key ID 11f63c51: BAD
Header SHA256 digest: OK
Header SHA1 digest: OK
error: Verifying a signature using certificate 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (Jamie Cameron jcameron@webmin.com):
Key D97A3AE911F63C51 invalid: not signing capable
error: rpmdbNextIterator: skipping h# 3207
Header V4 DSA/SHA1 Signature, key ID 11f63c51: BAD
Header SHA256 digest: OK
Header SHA1 digest: OK
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing ‘dnf clean packages’.
Error: An rpm exception occurred: package not installed
siffleur:~(718)

Phil

Did you run dnf clean all?

No. at what point in the process should it be run?

Phil

I ran it first then the wget and then the shell command.

Then I get this.

Total 11 MB/s | 41 MB 00:03

Running transaction check

error: Verifying a signature using certificate 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (Jamie Cameron jcameron@webmin.com):

Key D97A3AE911F63C51 invalid: not signing capable

error: rpmdbNextIterator: skipping h# 3207

Header V4 DSA/SHA1 Signature, key ID 11f63c51: BAD

Header SHA256 digest: OK

Header SHA1 digest: OK

error: Verifying a signature using certificate 1719003ACE3E5A41E2DE70DFD97A3AE911F63C51 (Jamie Cameron jcameron@webmin.com):

Key D97A3AE911F63C51 invalid: not signing capable

error: rpmdbNextIterator: skipping h# 3207

Header V4 DSA/SHA1 Signature, key ID 11f63c51: BAD

Header SHA256 digest: OK

Header SHA1 digest: OK

The downloaded packages were saved in cache until the next successful transaction.

You can remove cached packages by executing ‘dnf clean packages’.

Error: An rpm exception occurred: package not installed

Am I doing the correct steps? In the correct order?

Phil

You can approach the problem from different angle, e.g.:

wget https://download.webmin.com/download/newkey/yum/webmin-2.105-1.noarch.rpm
rpm -Uiv webmin-2.105-1.noarch.rpm 

nope,still fails with same error……

getting pretty frustrated now. the fact that one package will prevent a system upgrade and will not uninstall is very serious.

Phil

The right command would be:

rpm -Uvh --nosignature webmin-2.105-1.noarch.rpm 
1 Like

OK, finally got some progress! The upgrade is progressing. That seemed to do the trick.

Will let you know when I complete the upgrade.

Thanks for hanging in there with me
Phil

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