Posts: 80
kwstas
Joined: 14 Feb 2011
#1
hey guys!
there's been a year or so since i last used this machine but it was now settled in its place!

i tried to enter my hotmail account but i got a notification to upgrade my web browser(iceape).
i found a topic where someone suggests to install a package(general-useragent-switcher) but when i searched for it in synaptic couldn't find.
then i tried to update synaptic's packages but i got GPG errors of"NO_PUBKEY"!
""GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://security.debian.org"
linktext was:"http://security.debian.org"
====================================
testing/updates Release
GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
testing Release
GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
stable Release""

any help please?
Last edited by kwstas on 05 Feb 2012, 17:02, edited 1 time in total.
Posts: 325
male
Joined: 04 Nov 2011
#2
You must sign three springs. I make this with apt in the terminal.
Posts: 80
kwstas
Joined: 14 Feb 2011
#3
can you tell me more please?
Posts: 80
kwstas
Joined: 14 Feb 2011
#4
i tried to follow these (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://en.kioskea.net/faq/809-debian-apt-get-no-pubkey-gpg-error"
linktext was:"http://en.kioskea.net/faq/809-debian-ap ... -gpg-error"
====================================
) instructions but i got this message

Code: Select all

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

[sudo] password for kwstas: 
Sorry, user kwstas is not allowed to execute '/usr/bin/apt-key add -' as root on localhost.
dead end...
Posts: 325
male
Joined: 04 Nov 2011
#5
Sorry, I did not have time ...

- You open a terminal and become root, and give a

Code: Select all

# apt-get update
- When it's done > exit
- As a user you continue ...
(My example is the source of OPERA)
obtained by copying the root key numbers.

Code: Select all

$ gpg --keyserver subkeys.pgp.net --recv-keys A2019EA84E7532C8 XXXXX XXXXX
- You get three key
(For me
gpg: fordere Schlüssel 4E7532C8 von hkp-Server subkeys.pgp.net an
gpg: Schlüssel 4E7532C8: Öffentlicher Schlüssel"Opera Software Archive Automatic Signing Key 2011 <packager@opera.com>" importiert


- You export this key in the /home/kwstas

Code: Select all

$ gpg --export 4E7532C8 XXXX XXXX > /home/kwstas/SERVER.key
- You will again root

Code: Select all

# apt-key add /home/kwstas/SERVER.key
If everything is correct, it reports OK.
A repeated apt-get update and the keys are registered in the system.
Posts: 80
kwstas
Joined: 14 Feb 2011
#6
thanks"male"!
ok with the signatures. the problem remains though...
when i try to sign in hotmail, i get this message:
XML Parsing Error: mismatched tag. Expected: </div>.
Location:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://du109w.dub109.mail.live.com/mail/home.mvc?n=545261635"
linktext was:"http://du109w.dub109.mail.live.com/mail ... =545261635"
====================================

Line Number 323, Column 7: </body>
------^
any ideas?
Posts: 609
dark-D
Joined: 02 Jun 2008
#7
try this:

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://addons.mozilla.org/en-us/seamonkey/addon/user-agent-switcher/"
linktext was:"https://addons.mozilla.org/en-us/seamon ... -switcher/"
====================================

then this:

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://techpatterns.com/forums/about304.html"
linktext was:"http://techpatterns.com/forums/about304.html"
====================================

if they don't work try using iceweasel (firefox)
good luck.
Posts: 80
kwstas
Joined: 14 Feb 2011
#8
thanks!
it worked with your 2nd link as the list i had was probably old...
this add-on solves my problem though it's not so easy to handle for another person accessing my pc. maybe it gets better in another update or something.

i use iceape because it's memory light. with only this open in a utube playing video i get around 81Mb ram using of my total 121Mb.
Posts: 609
dark-D
Joined: 02 Jun 2008
#9
i don't know why iceape isn't updated to a new version in debian. you could use seamonkey directly from their site, but i doubt that the memory consumption will be lower than firefox because seamonkey uses the same engine.