View Full Version : [SOLVED] possible bug in 4.4.2?
the.phantom
September 18th, 2007, 09:31 PM
doing the update that just came out today for firefox (2.0.0.7
on my older 6.10 i did the update the "old school way" with a old script that installed
gksudo firefox &
and all worked
i have a new box i installed 7.04 on and i used the new ( latest script_
4.4.2
i get this as a error ( and tried 3 times)
gpg: Signature made Sun 16 Sep 2007 04:11:03 AM PDT using DSA key ID 17785FE8
gpg: Can't check signature: public key not found
Key verification failed. This is most likely due to a corrupt download. You should delete files ' firefox-2.0.0.7.tar.gz.asc ' and ' firefox-2.0.0.7.tar.gz ' and run the script again.
i updated all the boxes to the latest firefox but this one
any ideas?
or a work around?
mitch
update
i tried it using 4.1.1 that i had on one of the systems and this is the same error but a bit more details
hope this helps?
there may be a delay of about a minute during the generation of a gpg keypair. This is normal and expected behavior.
gpg: requesting key 0E3606D9 from hkp server subkeys.pgp.net
gpg: key 0E3606D9: "Mozilla Software Releases <releases@mozilla.org>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Successfully retrieved Mozilla Software Releases Public key from subkeys.pgp.net .
Verifying signature...
Note: do not worry about "untrusted key" warnings. That is normal behavior for newly imported keys.
gpg: Signature made Sun 16 Sep 2007 04:11:03 AM PDT using DSA key ID 17785FE8
gpg: Can't check signature: public key not found
Key verification failed. This is most likely due to a corrupt download. You should delete files ' firefox-2.0.0.7.tar.gz.asc ' and ' firefox-2.0.0.7.tar.gz ' and run the script again.
Would you like to delete those two files now? [y/n]?
Please enter 'y' or 'n':
nanotube
September 18th, 2007, 11:36 PM
it looks like they signed the binary with a different key this time... that's why gpg fails to verify signature. don't know why they did that. let me investigate and see what's up. maybe i'll have to make a new update release....
VoyeurOne
September 18th, 2007, 11:57 PM
I am having the same problem with the upgrade, I did my last upgrade with ubuntuzilla and it worked fine.
nanotube
September 19th, 2007, 12:18 AM
update:
yes, mozilla did change their pgp key to a new one... so i'll update the script and put out version 4.4.3. :)
wait for it! :)
VoyeurOne
September 19th, 2007, 12:21 AM
Ops I hit the post button too soon....
I get the exact same script except for : the line before the key warning
gpg: WARNING: unsafe ownership on configuration file `/home/pierre/.gnupg/gpg.conf'
gpg: Signature made Sun 16 Sep 2007 08:11:03 AM ADT using DSA key ID 17785FE8
gpg: Can't check signature: public key not found
Key verification failed. This is most likely due to a corrupt download. You should delete files ' firefox-2.0.0.7.tar.gz.asc ' and ' firefox-2.0.0.7.tar.gz ' and run the script again.
Would you like to delete those two files now? [y/n]?
Please enter 'y' or 'n':
nanotube
September 19th, 2007, 12:25 AM
Ops I hit the post button too soon....
I get the exact same script except for : the line before the key warning
gpg: WARNING: unsafe ownership on configuration file `/home/pierre/.gnupg/gpg.conf'
gpg: Signature made Sun 16 Sep 2007 08:11:03 AM ADT using DSA key ID 17785FE8
gpg: Can't check signature: public key not found
Key verification failed. This is most likely due to a corrupt download. You should delete files ' firefox-2.0.0.7.tar.gz.asc ' and ' firefox-2.0.0.7.tar.gz ' and run the script again.
Would you like to delete those two files now? [y/n]?
Please enter 'y' or 'n':
about your "warning unsafe ownership", that's a different problem. you have to chmod your .gnupg directory so that others can't have access. issue the following command at the prompt:
chmod -R go-rwx ~/.gnupg
about the key - just wait until i make the new release - it's about to be up on sourceforge. :)
nanotube
September 19th, 2007, 12:29 AM
ok, release 4.4.3 is up on sourceforge - should take care of the new gpg key issue.
please download and test and let me know if there are any problems. :)
VoyeurOne
September 19th, 2007, 01:24 AM
Alllright replying to you with my new Firefox/2.0.0.7 , thanks, the patch did the trick.
And thank you for the reply to my safe ownership. I am trying very hard to like Linux but I have a long way to go be as comfortable with it as I am with XP ...
Oh well, a month and a half of exclusive use and I can safely say that I spend more time enjoying it than trying to make it work even if I did a few things that I probably will regret later.
Pierre
the.phantom
September 19th, 2007, 01:45 AM
think you should have a name change ;-D
how about Saint Nanotube patron saint of Linux Lightweights ;-D
worked like a charm , thanks for the quick reply
THANK YOU !!!!
nanotube
September 19th, 2007, 02:10 AM
think you should have a name change ;-D
how about Saint Nanotube patron saint of Linux Lightweights ;-D
worked like a charm , thanks for the quick reply
THANK YOU !!!!
haha :)
to both of you, the.phantom and voyeurone: thank you for reporting the bug, and for testing the new version!
EnlistedSquire
February 1st, 2010, 09:23 AM
Really old thread I know, but this error has raised its head again today. I'm trying to install Thunderbird 3.0.1 and I'm getting this error:
gpg: Signature made Tue 12 Jan 2010 21:34:54 GMT using RSA key ID 6CE2996F
gpg: Can't check signature: public key not found
Key verification failed. This is most likely due to a corrupt download. You should delete files ' thunderbird-3.0.1.tar.bz2.asc ' and ' thunderbird-3.0.1.tar.bz2 ' and run the script again.
Would you like to delete those two files now? [y/n]?
Please enter 'y' or 'n': y
Maybe Mozilla changed their key again.
nanotube
February 1st, 2010, 10:26 AM
Really old thread I know, but this error has raised its head again today. I'm trying to install Thunderbird 3.0.1 and I'm getting this error:
Maybe Mozilla changed their key again.
hi
you're probably using an old version of the ubuntuzilla script. get the newest version that knows about this thunderbird signing key.
note also that if you're on 32bit ubuntu, you can do one better, and use the new ubuntuzilla ppa repository, rather than the script.
for new info, see project website, http://ubuntuzilla.sourceforge.net/
EnlistedSquire
February 1st, 2010, 08:31 PM
hi
you're probably using an old version of the ubuntuzilla script. get the newest version that knows about this thunderbird signing key.
note also that if you're on 32bit ubuntu, you can do one better, and use the new ubuntuzilla ppa repository, rather than the script.
for new info, see project website, http://ubuntuzilla.sourceforge.net/
Hi nanotube. Thanks for the tip. You might be right as this particular PC hasn't been booted up for a couple of months now. I thought the ubuntuzilla script was actually self-updating though :S
nanotube
February 1st, 2010, 11:44 PM
Hi nanotube. Thanks for the tip. You might be right as this particular PC hasn't been booted up for a couple of months now. I thought the ubuntuzilla script was actually self-updating though :S
well, it is - but not if you don't boot up the computer! :)
EnlistedSquire
February 2nd, 2010, 10:38 AM
well, it is - but not if you don't boot up the computer! :)
lol
eMcE
September 9th, 2010, 06:12 AM
Today I have that same bug with ubuntuzilla 4.8.3 and Thunderbird 3.1.3 :(
--
Key verification failed. This is most likely due to a corrupt download. You should delete files ' thunderbird-3.1.3.tar.bz2.asc ' and ' thunderbird-3.1.3.tar.bz2 ' and run the script again.
Would you like to delete those two files now? [y/n]?
Please enter 'y' or 'n':
--
nanotube
September 14th, 2010, 11:42 AM
Today I have that same bug with ubuntuzilla 4.8.3 and Thunderbird 3.1.3 :(
--
Key verification failed. This is most likely due to a corrupt download. You should delete files ' thunderbird-3.1.3.tar.bz2.asc ' and ' thunderbird-3.1.3.tar.bz2 ' and run the script again.
Would you like to delete those two files now? [y/n]?
Please enter 'y' or 'n':
--
Hi,
The mozilla messaging team has changed their signing key again.
Seeing as how this script is no longer maintained, you should either (a) start using the ubuntuzilla repository, or (b) manually import the new thunderbird singing key from a keyserver of your choice.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.