LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 04-22-2011, 07:32 AM   #1
blakey
LQ Newbie
 
Registered: Apr 2011
Posts: 16

Rep: Reputation: 0
Updating Antix 8.5?


I have installed Antix 8.5 to my hard drive and everything seems to be alright except when i try to update Synaptic i just get the following message:

Error:
W: GPG error: http://apt.progchild.de stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0393B8638C00FC18
W: GPG error: http://security.debian.org testing/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA
W: GPG error: http://ftp.us.debian.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA

Could i update the system from the command line? and if so how.

Thanks
 
Old 04-22-2011, 11:59 AM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
To fix
Quote:
W: GPG error: http://apt.progchild.de stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0393B8638C00FC18
Go to menu>run
in gexec type
Code:
leafpad /etc/apt/sources.list
tick the box run as root. Type in password. Hit Enter.

Comment out

Code:
# Goggles music manager
#deb http://apt.progchild.de/ stable main
to look like mine. Other key errors

Quote:
W: GPG error: http://security.debian.org testing/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA
W: GPG error: http://ftp.us.debian.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA
can be fixed by googling key errors Antix does not use sudo or aptitude. It uses sux and apt-get instead

http://www.pangdu.com/2011/02/w-gpg-...-nopubkey.html

so open terminal. Type in sux. Enter. Then password. Enter. Then type in

Code:
apt-get install debian-archive-keyring
Then when done

Code:
apt-get update
Code:
Could i update the system from the command line? and if so how.
above command apt-get update covers that question

Code:
@biker:~$ inxi -F
System:    Host biker Kernel 2.6.34-stevo i686 (32 bit) Distro antiX-M8.5 Marek Edelman 11 April 2010
CPU:       Single core Pentium III (Coppermine) (-UP-) cache 256 KB flags (sse) bmips 1992.68 clocked at 1000.00 MHz 
Graphics:  Card ATI Rage Mobility P/M AGP 2x X.Org 1.9.4.901 Res: 1024x768@85.0hz 
           GLX Renderer Software Rasterizer GLX Version 2.1 Mesa 7.7.1 Direct Rendering Yes
Audio:     Card Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] driver Sound Fusion CS46xx BusID: 00:05.0
           Sound: Advanced Linux Sound Architecture Version 1.0.22.1
Network:   Card-1 3Com 3c556B CardBus [Tornado] driver 3c59x at port 1800 BusID: 00:03.0
           Card-2 RaLink RT2561/RT61 802.11g PCI driver rt61pci v: 2.3.0 BusID: 06:00.0
Disks:     HDD Total Size: 20.0GB (26.2% used) 1: /dev/hda IC25N020ATCS04-0 20.0GB 
Partition: ID:/ size: 5.0G used: 2.6G (56%) fs: ext3 ID:/home size: 7.7G used: 2.3G (32%) fs: ext3 
           ID:swap-1 size: 0.76GB used: 0.00GB (0%) fs: swap 
Info:      Processes 81 Uptime 19 min Memory 137.0/247.8MB Runlevel 5 Client Shell inxi 1.4.23
 
Old 04-22-2011, 12:03 PM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Not sure about the first repo but for the Debian repos as root do:
aptitude install debian-archive-keyring debian-keyring
then aptitude update && aptitude safe-upgrade

Follow the upgrading advice at:
http://antix.mepis.org/index.php?title=Main_Page#News
 
Old 04-22-2011, 12:32 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
Not sure about the first repo
Hi Craig. Googles Music manager was dropped by debian stable and progchild is the ppa for Goggles music manager.

Quote:
Important!
Debian Lenny is not supported anymore.
http://www.progchild.de/debian/

When AntiX 8.5 was made. Debian Lenny was Stable and Squeeze was testing.
Now in AntiX 11. Debian Squeeze is stable and Wheezy is testing.

I GUESS the op can add

Quote:
Security

To ensure, that you only get packages from me, you should add my public key, to apt security. Just run the following command as root.
from above link. Not sure if it will fix key error though. I just comment out goggles progchild repo and don't update goggles music manager. AntiX 11 now uses qmmp for music player and has gone through a lot of changes since 8.5. Like not using gnomebaker for burning and using xfburn instead.

http://antix.freeforums.org/viewtopic.php?f=15&t=3051

Edit: From the link you provided Craig.

Quote:
remove the goggles repo
Instead of removing. I just told OP to comment it out.

Last edited by rokytnji; 04-22-2011 at 12:36 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
AntiX-M8.5 released rokytnji MEPIS 3 04-14-2010 03:52 PM
Audacity on AntiX dg19075 Linux - Laptop and Netbook 4 03-15-2010 10:40 PM
AntiX 7.5 WM question IM2Slick MEPIS 2 03-14-2009 12:46 PM
antiX-M8 goes final masinick MEPIS 2 02-16-2009 07:04 AM
antiX-M7.5 went gold namida12 MEPIS 0 08-21-2008 12:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 03:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration