Posts: 667
jdmeaux1952
Joined: 01 Nov 2013
#1
This is a repeat from the MX forum.

Up until now i have been utilizing antiX 64amd kernels to try to make a 64bit version of MX-14. This time around I am using a PURE Debian linux-image-3.2.0-4-amd64, and am attempting to add the repositories for daveserver and the mepis-deb to it. Unfortunately, i received a message that I could not download all repository indexes. Although I was able to download many files that are identical to MX, some I cannot download.

Code: Select all

~$ inxi -F
System:    Host: debian Kernel: 3.2.0-4-amd64 x86_64 (64 bit) Desktop: Xfce 4.10.3 Distro: Debian GNU/Linux 7
Machine:   Mobo: MICRO-STAR model: MS-16D3 v: REV:1.0 Bios: American Megatrends v: E16D3IMR.10B date: 06/01/2010
CPU:       Dual core Intel Core i5 M 450 (-HT-MCP-) cache: 3072 KB 
           clock speeds: max: 2400 MHz 1: 1199 MHz 2: 1199 MHz 3: 1199 MHz 4: 1199 MHz
Graphics:  Card: Intel Core Processor Integrated Graphics Controller
           Display Server: X.Org 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz
           GLX Renderer: Mesa DRI Intel Ironlake Mobile GLX Version: 2.1 Mesa 8.0.5
Audio:     Card Intel 5 Series/3400 Series High Definition Audio driver: snd_hda_intel Sound: ALSA v: 1.0.24
Network:   Card-1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver: r8169
           IF: eth0 state: down mac: 40:61:86:af:d7:2a
           Card-2: Atheros AR9285 Wireless Network Adapter (PCI-Express) driver: ath9k
           IF: wlan0 state: up mac: 74:f0:6d:32:de:66
Drives:    HDD Total Size: 500.1GB (1.1% used) ID-1: /dev/sda model: Hitachi_HTS54505 size: 500.1GB
Partition: ID-1: / size: 25G used: 3.6G (16%) fs: ext4 dev: /dev/sda12
           ID-2: swap-1 size: 1.57GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
Sensors:   System Temperatures: cpu: 37.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 141 Uptime: 1:14 Memory: 459.5/3758.2MB Client: Shell (bash) inxi: 2.2.16 
debian64amd@debian:~$ 

Code: Select all

An error occured:
W: GPG error: http://main.mepis-deb.org xfce-4.10 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 81E77EAF14E225A0
W: GPG error: http://antix.daveserver.info stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB36CDF3452F0C20
W: GPG error: http://main.mepis-deb.org mepis12cr Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0CA321713B07EE13
Is there anyway to be able to add the repositories to Debian?

JD
Last edited by jdmeaux1952 on 16 Jan 2015, 14:48, edited 1 time in total.
Posts: 850
fatmac
Joined: 26 Jul 2012
#2
jdmeaux1952 wrote:

Code: Select all

An error occured:
W: GPG error: http://main.mepis-deb.org xfce-4.10 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 81E77EAF14E225A0
W: GPG error: http://antix.daveserver.info stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB36CDF3452F0C20
W: GPG error: http://main.mepis-deb.org mepis12cr Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0CA321713B07EE13
JD
Just a thought, but it looks like these are for MX12 - probably been moved if they still exist.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#3
I just did this same thing with an antiX core 64 bit base. the repos added, but the gpg keys are not included. the first app I downloaded was checkaptgpg which resolved the key problem.

you've added the repos, its just apt can't verify the authenicity of what you might download without the gpg keys added.
Posts: 667
jdmeaux1952
Joined: 01 Nov 2013
#4
I did manage to download mx-tools, and used the Check Apt GPG to correct the problem. Solved