MEPISThis forum is for the discussion of MEPIS Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
with a /etc/apt/apt.conf config that has
APT::Get::AllowUnauthenticated 0;
which I now think means do NOT allow unathenticated downloads
I am getting synaptic unathenticated error message prior to completing the download. Altho I know I can now change that config file to remove the warning I really would like to fix this error.
2) From reading at another forum, Mepis may have an issue with gpg public keys for whatever my repository is for the relevant download.
Mention is made of trying to fix the error by installing the correct key....but I do not know how to get that key.
3) Any Mepis users or Debian users (I am not fussy heh heh) know possible solutions to try.
4) I have tried the following without luck
a) su with
apt-get clean
apt-get autoclean
b) su with
apt-get
apt-get install (desired package)
---this gives an error about authenication of course
any assistance would be greatly appreciated.
if you can not help thanks for reading my fumbling efforts to move off Mandriva to a Debian style distro.
Hmm...sorry that my link didn't deal directly with Synaptic. I saw that you had tried a few apt-get commands and thought that you were familiar with both Synaptic and apt.
Hopefully it will still help you solve your problem. :-\
There are authentication files available, typically either on the same site or referenced at the site containing the repositories that you are pointing to. I do not have an example handy, otherwise I would give you one. But for example, you can look somewhere around http://www.us.debian.org/mirror/list and see if there is an authentication file associated with a specific mirror or distribution. ftp://debian.lcs.mit.edu/debian/README.html may get you slightly closer to one of the files you need. Could ftp://debian.lcs.mit.edu/debian/dist...le/Release.gpg be an example of the kind of thing you need?
I restored an old partimage and re-checked my /etc/apt/apt.conf and its currently this
APT Default-Release "mepis";
APT Cache-Limit 20000000;
APT Get Purge;
APT Get AllowUnauthenticated 1;
Acquire cdrom Mount "/media/cdrom";
Opposite to what I wrote above.....allowunauthenticated 1 which I thought meant yes actually looks like no.....wtf???
2) re-tested synaptic for a file called 2vcard....the top file for a std mepis 6.5 that is new.....gives an unauthenticated error screen as this
root@1[gordy]# apt-get install 2vcard
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
2vcard
0 upgraded, 1 newly installed, 0 to remove and 20 not upgraded.
Need to get 14.2kB of archives.
After unpacking 111kB of additional disk space will be used. WARNING: The following packages cannot be authenticated!
2vcard Authentication warning overridden.
Get:1 http://archive.ubuntu.com dapper/universe 2vcard 0.5-1ubuntu1 [14.2kB]
Fetched 14.2kB in 2s (6309B/s)
Selecting previously deselected package 2vcard.
(Reading database ... 74052 files and directories currently installed.)
Unpacking 2vcard (from .../2vcard_0.5-1ubuntu1_i386.deb) ...
Setting up 2vcard (0.5-1ubuntu1) ...
but I am trying to fix the un-authenticated errors I am getting in using synaptic.....and others suggest I need to get the gpg key using apt or apt-get
but I can not see a key like 1234567etc in the output I have listed for apt-get.
any clues how I get apt-get to give me a key?
2) any clues why apt-get is over-riding my apt.conf file?
is this happening with all packages from dapper/universe or just this one? if just this one, than the package didn't get signed (common)/got signed with a different key
ok thanks for that suggestion but I am still struggling.
assuming this link Get:1 http://archive.ubuntu.com dapper/universe 2vcard 0.5-1ubuntu1 [14.2kB] is my source asfarasIcantell using a browser I get this
there could be a number of things going wrong but as the release.gpg file exists in the above link....I do not know why the wget technique is failing.....yes I am new to Mepis.
gpg --version
gpg (GnuPG) 1.4.2.2
Copyright (C) 2005 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.