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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
03-24-2007, 04:19 PM
|
#1
|
LQ Newbie
Registered: May 2005
Distribution: Ubuntu Suse Redhat
Posts: 4
Rep:
|
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
|
|
|
03-24-2007, 06:07 PM
|
#2
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep:
|
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.. )
|
|
|
03-24-2007, 06:12 PM
|
#3
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
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.
|
|
|
03-25-2007, 05:53 AM
|
#4
|
LQ Newbie
Registered: May 2005
Distribution: Ubuntu Suse Redhat
Posts: 4
Original Poster
Rep:
|
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.
|
|
|
03-25-2007, 11:35 AM
|
#5
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
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.
|
|
|
03-26-2007, 08:08 AM
|
#6
|
Senior Member
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 07:30 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|