Page 1 of 1

Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-02, 17:15
by nero355

Code: Select all

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.04  InRelease: The following signatures were invalid: EXPKEYSIG 0FAD31CA8719FCE4 home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>
W: Failed to fetch http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.04/InRelease  The following signatures were invalid: EXPKEYSIG 0FAD31CA8719FCE4 home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
I can't get this fixed without his help so how can I reach him to report this ? :mrgreen:

His website shows the following instructions at the moment :

Code: Select all

echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list
curl -fsSL https://download.opensuse.org/repositories/home:stevenpusser/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stevenpusser.gpg > /dev/null
sudo apt update
sudo apt install palemoon
If you need any additional information please let me know ;)

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-02, 18:30
by Isengrim

Code: Select all

The following signatures were invalid: EXPKEYSIG 0FAD31CA8719FCE4
I'm seeing the same thing on Debian Testing. Looks like the signing keys expired. Steve will need to fix this on his end.

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-02, 19:06
by Tharthan
I sent him a PM to give him a heads up.

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-02, 23:02
by nero355
Tharthan wrote:
2021-02-02, 19:06
I sent him a PM to give him a heads up.
Many thanks! :thumbup: :mrgreen:

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-02, 23:05
by stevenpusser
Thanks--I think that happened years ago, too. The solution at that time was to repeat the step to download the "Release.key" file and add it to the trusted key archive. Let me know if that fixes it.

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-03, 16:16
by nero355
stevepusser wrote:
2021-02-02, 23:05
Thanks--I think that happened years ago, too. The solution at that time was to repeat the step to download the "Release.key" file and add it to the trusted key archive. Let me know if that fixes it.
I tried that immediately ofcourse and it did not work yesterday and neither did it today :

cat /etc/apt/sources.list.d/home:stevenpusser.list

Code: Select all

deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_20.04/ /
cat /etc/apt/trusted.gpg.d/home_stevenpusser.gpg

Code: Select all

W���/H� ]}\ʦ��
�\            #>p�����N��M�����k��2C�2�����5�Z~W?4����dm��}q�Q���ޠE�m�
  !��� 8�GFd]��▒�ǚD�7��X�5�D�LG�E��S��O`{
                                         ��n-��1�<�+�*�լ�ak�,�▒��Na�����
                                                                        �Y9��ۭ��zE�1߬}uU��W���D▒i�5�NÁ��6��C��f�A�z?NTX▒�`*��`�c��(����\�]8���a��Sw��Dhome:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>�>(`�u
(As far as this is usefull when it sent via webpages encoding...)

I am using Kubuntu 20.04 LTS by the way.

Soo... what to do next ?!

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-03, 19:59
by stevenpusser
Remove the old key first. See it with "apt-key list".

Remove the expired key: (example)

Code: Select all

sudo apt-key del "F961 1EC6 ADCF DD30 3362  217A 0FAD 31CA 8719 FCE4"
20.04 amd64 packages are failing to build with gcc-9, the default compiler in 20.04. I'm uploading a special source for that build that forces it to use gcc-8, which worked in a test build on my local laptop. (crosses fingers and hopes)

You should be able to use the same updated repo key for the special package--if it succeeds, it will just show up as an update.

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-03, 20:16
by trava90
Off-topic:
stevepusser wrote:
2021-02-03, 19:59
20.04 amd64 packages are failing to build with gcc-9, the default compiler in 20.04.
Steve, can you post or PM me the build log?

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-03, 22:02
by stevenpusser
trava90 wrote:
2021-02-03, 20:16
Off-topic:
stevepusser wrote:
2021-02-03, 19:59
20.04 amd64 packages are failing to build with gcc-9, the default compiler in 20.04.
Steve, can you post or PM me the build log?
It should be viewable for anyone, even if you aren't signed in on the OBS. But attached is a zip of the log.
fail-log.zip
(286.88 KiB) Downloaded 23 times
The actual error is probably a bit before the actual stop, since the other threads keep going until they're done, but it didn't jump out at me.

I tried a local build that forced it to use the gcc-8 that's still in 20.04 repos, and that succeeded. I then made a separate package with that tweak just to get that up on the OBS, and it's still building: https://build.opensuse.org/package/show ... ocal-amd64

I think I can fiddle with alternatives for the gcc versions in the debian/control file so I can get all the builds to go from just one source. I could also try adding

Code: Select all

Build-Conflicts: gcc-9, g++-9
If I add build-depend alternatives for the various versions of gcc, it will use the first available one in the list

Code: Select all

gcc-10, gcc-8, gcc-7, gcc-6, gcc-5, gcc-4.9, gcc-4.8
So for those old Ubuntu 16.04 builds, it would skip all the others until it got down to 4.8--even though the 32-bit builds fail there, too.

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-04, 16:08
by nero355
stevepusser wrote:
2021-02-03, 19:59
Remove the old key first. See it with "apt-key list".

Remove the expired key: (example)

Code: Select all

sudo apt-key del "F961 1EC6 ADCF DD30 3362  217A 0FAD 31CA 8719 FCE4"
20.04 amd64 packages are failing to build with gcc-9, the default compiler in 20.04. I'm uploading a special source for that build that forces it to use gcc-8, which worked in a test build on my local laptop. (crosses fingers and hopes)

You should be able to use the same updated repo key for the special package--if it succeeds, it will just show up as an update.
It works now! Thnx! :mrgreen:

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-18, 19:20
by BenFenner
I finally got around to updating my Linux Mint system and ran into this problem. After faffing around a bit with less-than desirable solutions, I found this thread and was able to get everything working as intended again.

Thank you stevepusser and others! :D

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-18, 21:42
by BenFenner
Welp, of course it can't be that easy.
Apparently this was all left-over from when I tried to install PM via the package manager. That never worked right, so I installed via *.deb file.
I've fixed the package manager stuff, and actually updated that version of PM I have installed. :crazy:

But now I guess I have to figure out how to update the instance I'm actually using. Probably just download the latest *.deb file...
I'm such a mess.

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-19, 14:17
by BenFenner
I can't edit my post above (time limit?) so I'm posting anew.

I either just needed to restart PM one more time to have the update from the package manager take effect, or the browser is "installed" from a *.deb file and it finally updated on its own.

Either way, I'm on 29.0.1 now and good to go. :)

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-02-19, 14:51
by Moonchild
Off-topic:
BenFenner wrote:
2021-02-19, 14:17
I can't edit my post above (time limit?) so I'm posting anew.
Correct, there is a limited time in which you can edit your posts. This measure was necessary to prevent people from being wantonly destructive to posts on the forum.

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-03-01, 14:01
by dotCentre
A.
curl -fsSL https://download.opensuse.org/repositor ... elease.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stevenpusser.gpg > /dev/null

B.
curl -fsSL https://download.opensuse.org/repositor ... elease.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:stevenpusser.gpg > /dev/null

diff is "_" / ":" in "home:stevenpusser.gpg > /dev/null"

try :
"sudo ln /etc/apt/trusted.gpg.d/home_stevenpusser.gpg home:stevenpusser.gpg"

bye all
stay clean in your mind
:-)

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-03-09, 11:48
by dotCentre
Hello other Palemoon users/developers

since I am not an expert like most of you here,
would any one please tell me is my last post was of some help or not , thank you.

In my case situation i was have that problem an I was unable to update Palemoon with the said error.

Search quit a bit the web to try to understand the crypto part / key of the error.

Then I have notice the "_" instead ":" in the in the / etc / apt / trusted.gpg.d / home_stevenpusser.gpg
And the curl command line to install it had the "_"

A quick lookup at my other machines, all was showing the same .

Having no clues if this was because some new "behaviour" of some crypto part / key part
or an error from Palemoon that would latterly be addressed,
I installed a symlink file and the update did work without any more errors.

I was happy to share that information here, since I have seen it was a concern from a several months.

Am I the only one to had this problem ?
Was this problem already solved and I did miss any previous explanation ?
Or just no one here have read my few modest lines ?

Keep you mind clean
:-)
dc

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-03-09, 15:10
by BenFenner
dotCentre wrote:
2021-03-09, 11:48
Was this problem already solved and I did miss any previous explanation ?
Correct.

Re: Steve's GPG signature for Ubuntu Repository invalid!

Posted: 2021-03-09, 18:21
by dotCentre
Thank you very much BenFenner,

I appreciate more than what I could say.
And sorry for any noise.

I am anyhow still struggling to find it here.
Please, would it be possible to point me on to it,
I of course would learn something from it.

With the hope it is ! too much asking...

Thank you

Keep your mind clean
dc