Debian This forum is for the discussion of Debian 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.
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-05-2007, 08:54 PM
|
#1
|
|
Senior Member
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,546
Rep:
|
update Debian testing etch RC1 to etch stable
hi
howto update Debian testing etch RC1 to etch stable, after it will be available ?
kind regards
cccc
|
|
|
|
01-05-2007, 09:01 PM
|
#2
|
|
Member
Registered: Dec 2006
Location: Germany
Distribution: Kubuntu (Feisty Fawn), Debian (SID)
Posts: 127
Rep:
|
Depends on how your /etc/apt/sources.list is set up.
Basically, by typing apt-get distupgrade at the terminal.
|
|
|
|
01-05-2007, 09:10 PM
|
#3
|
|
Senior Member
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250
Rep:
|
More specifically, if your /etc/apt/sources.list says "etch" instead of "testing", you don't have to do anything.
|
|
|
|
01-06-2007, 12:11 PM
|
#4
|
|
Member
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 317
Rep:
|
I might as well post this here rather than make a new thread.
When etch becomes stable does the testing become buggy again and it will be better to stick with etch than to stay with testing?
|
|
|
|
01-06-2007, 12:41 PM
|
#5
|
|
Senior Member
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250
Rep:
|
Personally, I stick with "testing" always. Plus I regularly install specific programs in which I'm interested from Sid. Unless you are running a critical server, or production workstation, Testing is a better environment. That way you keep a current system. Debian Testing is much more stable than the new every-six-months releases of other distros.
All programs in Testing have already been active in Sid for a while without any critical bugs filed. So if you do encounter a bug in a Testing program, it's not likely to cause any serious harm.
Last edited by rickh; 01-06-2007 at 12:43 PM.
|
|
|
|
01-08-2007, 04:12 PM
|
#6
|
|
Member
Registered: Mar 2004
Location: northern michigan usa
Distribution: Debian Lenny, Squeeze, Wezzey
Posts: 600
Rep:
|
related issue
As always thanks to all.
In the past I have tried on several occassions to get my sources file to use Etch instade of testing. It has always failed when I change it. I am not sure why. It does accour to me that I might be making a upper case lower case mistake. I haven't persued that though. In the event that this is my mistake should it be "Etch" or "etch"?
Baring that I am puzzled. I only try changing that one word. If I change it from testing to stable it works. But not if I change it to etch. The syntax is set by the program (can't recall the name) that pings the servers, does a trace on them and then picks the fastest one and wrights a new sources file.
Anyway thanks again.
|
|
|
|
01-08-2007, 05:12 PM
|
#7
|
|
Senior Member
Registered: Nov 2006
Distribution: Debian Squeeze 2.6.32.9 SMP AMD64
Posts: 3,153
Rep: 
|
"etch" e.g.:
Code:
deb http://debian.uchicago.edu/debian/ etch main non-free contrib
|
|
|
|
01-08-2007, 06:33 PM
|
#8
|
|
Member
Registered: Mar 2004
Location: northern michigan usa
Distribution: Debian Lenny, Squeeze, Wezzey
Posts: 600
Rep:
|
still puzzled
Thanks.
I changed the line in sources to
Code:
deb ftp://debian.mirrors.pair.com/ etch main non-free contrib
and I get a few packages that can be upgraded but I don't get the thousands that are avalible with testing. I have tried other servers too. Do they only put a partial list in Etch and the whole list in testing?
Also I guess I don't really understand how apt references the files on the server. When I point my browser to the server I can see the list of files but I don't understand how it can get to etch or testing for that matter because there is no / inbetween .com and etch. On top of that there is not even a file with that name. Where is a good basic explanation, something fast and easy? I have to many things to do and not enough time to do them all and this is low on the priority list.
Oh well testing works. Just a little concerned with Etch going stable soon. My wife hates it when something brakes on the comp and I would like to give testing about 6 months before I go back to it. Any idea how much longer before Etch goes stable?
Thanks
|
|
|
|
01-08-2007, 06:55 PM
|
#9
|
|
Senior Member
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250
Rep:
|
Quote:
|
I don't understand how it can get to etch or testing for that matter because there is no / inbetween .com and etch.
|
The lines in your sources list include pieces of data that are not part of the url. If you really want to understand it, you'll have to study Apt. That should keep you busy for a few years. Suffice to say that "etch" or "testing" tells apt which variety of Debian you are using, therefore, which version of the program to offer if it has an update.
You don't need to understand the inner workings of Apt, but you do need to know how to use it. You should also try to understand the difference between apt-get and aptitude.
Doing a dist-upgrade does not offer you the tens of thousands of packages available on Debian. Only the ones you already have that have updates available, and a few others that have been identified for inclusion in the core distribution. Other programs, you have to find out about yourself, and purposely install them.
My guess is that Etch will go "Stable" in the next couple months, but nobody knows for sure. The Debian rule is "Release when it's ready, and not until." Right now it is in a "frozen" state which means that nothing new will be added ... only bug fixes. There are still about 100 bugs known in those 20,000+ packages, but the odds of you encountering one are exceedingly slim.
|
|
|
|
01-08-2007, 07:51 PM
|
#10
|
|
Member
Registered: Mar 2004
Location: northern michigan usa
Distribution: Debian Lenny, Squeeze, Wezzey
Posts: 600
Rep:
|
Thanks rickh
Most of the time I use kpackage or synaptic for my package management, so I can see the whole list (20,000?), everything that is avalible when I point my sources to testing. But when I point it to etch I get very few. This is what puzzles me. I can see the difference in how fast synaptic or kpackage initiliazes when it is pointed to etch verses testing. Etch is very fast and testing takes a minute or so. Some how etch is not grabbing the complete list of what is avalible. Any way on to more important things.
Thanks
|
|
|
|
01-08-2007, 09:33 PM
|
#11
|
|
Member
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 733
Rep:
|
You must update (Synaptic Reload?) your available packages when you change your sources.list
apt-get update
|
|
|
|
01-08-2007, 10:02 PM
|
#12
|
|
Member
Registered: Mar 2004
Location: northern michigan usa
Distribution: Debian Lenny, Squeeze, Wezzey
Posts: 600
Rep:
|
Thanks Sepero
Yea I know. Apptitude, synaptic, and kpackage all do this. It's not really a big issue. I just keep it pointed at testing.
Thanks
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:08 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
|
|