LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-24-2007, 04:19 PM   #1
Dougga
LQ Newbie
 
Registered: May 2005
Distribution: Ubuntu Suse Redhat
Posts: 4

Rep: Reputation: 0
Apt/Synaptic problems in Ubuntu


It seems the updating technology in Ubuntu is just as much a mess as other distributions. After much forum reading I've got the problems associated with updates limited to the following:

I get these errors:
W: GPG error: http://ubuntu.beryl-project.org edgy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3FF0DB166A7476EA
W: GPG error: http://nightlies.videolan.org ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 902817E4AA5F4DE6

Ive followed the instructions on the web sites of these repositories but clearly they aren't complete.

Can someone help with this?



Also - is there a different distribution that isn't plagued with this ridiculous update technology?

Thanks
 
Old 03-24-2007, 06:07 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Wow, you failed to update the GPG key for the repository (YOUR MISTAKE) and you blame the distribution ? How nice.. If you don't want the biting sarcasm in the replies, please ask your questions without trying to assign blame to others.

What you see happening is Ubuntu is downloading updates and wants to verify they are authentic by checking against the Ubuntu GPG Public repository key. It is failing because you do not have the current key in your keyring. the repository Keys in Debian are changed annually, I imagine Ubuntu changes theirs on a similar cycle.

Try the following method to retrieve the keys and place them on your public keyring

gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 3FF0DB166A7476EA && apt-key add /root/.gnupg/pubring.gpg
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 902817E4AA5F4DE6 && apt-key add /root/.gnupg/pubring.gpg


As far as update technology goes APT is far superior to most other available methods. but feel free to go try some other distros if you want..

Fedora uses yum,
Suse uses YAST
Gentoo uses portage
Linspire uses click-n-run It's by far the simplest update mechanism available.. (funny thing, under the hood Linspire is Debian based as well)

All Debian child distributions use apt (Debian, Knoppix, Ubuntu, etc, etc.. )
 
Old 03-24-2007, 06:12 PM   #3
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Quote:
Also - is there a different distribution that isn't plagued with this ridiculous update technology?
Yes, the technology of yesterday today; I think it's called Windows or something.

Seriously now, you're not obliged to do any updates. If it's all too complex, just stick with the default.

Last edited by jay73; 03-24-2007 at 06:14 PM.
 
Old 03-25-2007, 05:53 AM   #4
Dougga
LQ Newbie
 
Registered: May 2005
Distribution: Ubuntu Suse Redhat
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks

Yes I just came over from SuSE... their updating was the source of migraines.
They have multiple "highly sophisticated" schemes colliding creating quite the mess.


Thanks for all the info with the keys et al.

I've just been on this distro for two days so I imagine I'll get the hang of this.

As far as skipping the updating... is it my Windowz experience that is tainting my perspective, or is this a risky notion leaving one open to attacks? I'm curious.

Again thanks for the help.
 
Old 03-25-2007, 11:35 AM   #5
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Well, Linux isn't like Windows. It's still (sadly enough) a minor phenomenon and hackers generally do not want to spend their time on something minor. And if they do, they'll be way more interested in all those many Linux servers than in a simple home user. Also Linux has always been written with security in mind while security, even with Vista, was clearly only an afterthought to MS.

The most important thing is to use Linux sensibly, i.e. to avoid using the root account as much as possible; root gives anyone absolute powers, that is including any intruder.

Also updates do not necessarily fix security issues, there are a million reasons: better code, new features, bug patches, etc etc

Btw, there are times when you should be a bit sceptical about updates: while they are intended to bring some improvement at least, they may have exactly the opposite effect. Personally, I'm having major trouble with kernel updates right now, with each update solving one hardware issue only to introduce a new one at the same time. This is an odd case but a real one, too.

Last edited by jay73; 03-25-2007 at 11:37 AM.
 
Old 03-26-2007, 08:08 AM   #6
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
What is your problem with doing updates? Ubuntu has an update notifier tool, that tells you when updates are available, and automatically downloads and installs them for you (when you ask it to).

You can also run "sudo aptitude update && sudo aptitude dist-upgrade" in the terminal if you want to make sure everything is working right.

I have never had any major problems with updating Ubuntu or Debian. Apt is the best package manager around, IMNSHO. Fedora's Yum is also pretty good.

If you are having specific problems, do tell and then we can help you out.

--Ian
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
problems with apt-get, synaptic and proxy ernesto_cgf Ubuntu 11 04-30-2008 03:29 AM
Synaptic / Apt-get problems in Ubuntu uzusan Linux - Software 1 10-22-2005 03:58 PM
KDE Install problems with Synaptic/Apt-Get hauger Debian 4 08-05-2005 12:18 PM
Problems with apt and synaptic lewindha Linux - Software 5 06-27-2004 07:24 PM
apt synaptic problems thugbot3oo5 Linux - Newbie 6 03-22-2004 06:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:30 AM.

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