You are not logged in.
W: GPG error: http://xnv4.xandros.com etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A3CCB76FA8BCF0C9
Is there a public key available? Or is that a secret, private Xandros repository?
Offline
What is needed is something along the line of:
wget -O - http://xnv4.xandros.com/.....gpg | sudo apt-key add -
Maybe somebody running xandros can get that info?
Offline
I don't know what address "http://xnv4.xandros.com/.....gpg" is, or is .....gpg a command?
What happens whaen you do it? AFAIK the Xandros Network is sadly not tailored to Eee PC's needs, and so we're sadly stuck with the ASUS repositories. People are downloading Deb repositories left right and centre, but care needs to be taken AFAICS.
Offline
I'm trying to add that xandros repo as well...I'd love to solve the mystery of key A3CCB76FA8BCF0C9.
If anyone can solve this, please post. I've had no luck.
Thanks.
Offline
sudo apt-get install xandros-archive-keyring
solves the problem.
*** CORRECTION ***
if you have:
deb http://xnv4.xandros.com/xs2.0/pkg/ xs2.0-xn main non-free
in your sources.list
Last edited by yned (2008-06-16 3:46:58 am)
Offline
yned wrote:
sudo apt-get install xandros-archive-keyring
solves the problem.
Thanks! This has been bugging me for AGES!!!!
Offline
yned wrote:
sudo apt-get install xandros-archive-keyring
solves the problem.
Nope, system says that it couldn't find the package ![]()
These are the error messages from konsole after an apt-get update run:
Reading package lists... Done W: GPG error: http://updates.xepc.org p701 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 36E9E3DE1ACBEB0D W: GPG error: http://xnv4.xandros.com etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A3CCB76FA8BCF0C9
I ran your suggestion:
/home/user> sudo apt-get install xandros-archive-keyring Reading package lists... Done Building dependency tree... Done E: Couldn't find package xandros-archive-keyring
Here are my repository sources:
deb http://update.eeepc.asus.com/p701/ p701 main deb http://update.eeepc.asus.com/p701/en/ p701 main deb http://update.eeepc.asus.com/p900/ p900 main deb http://updates.xepc.org/ p701 main deb http://dccamirror.xandros.com/dccri/ dccri-3.0 main deb http://download.tuxfamily.org/eeepcrepos/ p701 main etch deb http://asusxntest.xandros.com/asus-source/p7xx/1.0.4/ v104 main contrib non-free deb http://asusxntest.xandros.com/asus-source/p7xx/1.0.6/ v106 main contrib non-free deb http://ftp.linux.hr/asuseee/xandros/ binary/ deb http://ftp.us.debian.org/debian/ stable main non-free contrib deb http://www.geekconnection.org/ xandros4 main deb http://xnv4.xandros.com/xs2.0/upkg-srv2/ etch main contrib non-free # deb http://update.eeepc.asus.com/p700/testing/ p700 main # deb http://update.eeepc.asus.com/p701/pm-testing/ p701 main # deb http://update.eeepc.asus.com/p701/pm-testing/en/ p701 main # deb http://update.eeepc.asus.com/p701/testing/ p701 main
It would be great to get rid of this nuisance message and I was really hopeful that your suggestion might have made the difference.
Last edited by ilox (2008-06-14 6:38:46 am)
Offline
possible solution
wget http://xnv4.xandros.com/xs2.0/pkg/pool/ … -3_all.deb
dpkg -i xandros-archive-keyring_1.0-3_all.deb
fixed it for me. It's a catch-22. you cant get this package until you get and install this package. So get and install it manually!
Offline
Many thanks Steve, that got it loaded and accepted. Now when I do an update the only error/warning that I get is this minor one:
Reading package lists... Done W: GPG error: http://updates.xepc.org p701 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 36E9E3DE1ACBEB0D W: You may want to run apt-get update to correct these problems
Come to think of it, this isn't a main repository, do I still need this in my sources.list or can I drop it?
Last edited by ilox (2008-06-15 4:23:42 am)
Offline
You can keep it and just ignore those warning (not error) messages.
Offline
Thanks Neil but I was wondering if there was any need to keep it on the list. What info do we get from there if we are not running the Xepc distro updates? I don't recall when or why it was added, must have been on one of the update pages where it became part of the list.
Offline
Clearly, you can remove it.
I think it was originally added to facilitate YurenJu's lazyeeepc and the installation of things like aMsn etc.
Offline
Thanks Neil, appreciate the advice.
Offline
steveh wrote:
possible solution
wget http://xnv4.xandros.com/xs2.0/pkg/pool/ … -3_all.deb
dpkg -i xandros-archive-keyring_1.0-3_all.deb
fixed it for me. It's a catch-22. you cant get this package until you get and install this package. So get and install it manually!
sry, I am new to all this, but should I write this in the terminal or in the sources.list?
Offline