LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-05-2007, 08:54 PM   #1
cccc
Senior Member
 
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623

Rep: Reputation: 51
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
 
Old 01-05-2007, 09:01 PM   #2
FnordPerfect
Member
 
Registered: Dec 2006
Location: Germany
Distribution: Kubuntu (Feisty Fawn), Debian (SID)
Posts: 127

Rep: Reputation: 15
Depends on how your /etc/apt/sources.list is set up.

Basically, by typing apt-get distupgrade at the terminal.
 
Old 01-05-2007, 09:10 PM   #3
rickh
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: Reputation: 62
More specifically, if your /etc/apt/sources.list says "etch" instead of "testing", you don't have to do anything.
 
Old 01-06-2007, 12:11 PM   #4
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 318

Rep: Reputation: 32
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?
 
Old 01-06-2007, 12:41 PM   #5
rickh
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: Reputation: 62
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.
 
Old 01-08-2007, 04:12 PM   #6
rbees
Member
 
Registered: Mar 2004
Location: northern michigan usa
Distribution: Debian Squeeze, Whezzy, Jessie
Posts: 921

Rep: Reputation: 46
Question 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.
 
Old 01-08-2007, 05:12 PM   #7
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
"etch" e.g.:
Code:
deb http://debian.uchicago.edu/debian/ etch main non-free contrib
 
Old 01-08-2007, 06:33 PM   #8
rbees
Member
 
Registered: Mar 2004
Location: northern michigan usa
Distribution: Debian Squeeze, Whezzy, Jessie
Posts: 921

Rep: Reputation: 46
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
 
Old 01-08-2007, 06:55 PM   #9
rickh
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: Reputation: 62
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.
 
Old 01-08-2007, 07:51 PM   #10
rbees
Member
 
Registered: Mar 2004
Location: northern michigan usa
Distribution: Debian Squeeze, Whezzy, Jessie
Posts: 921

Rep: Reputation: 46
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
 
Old 01-08-2007, 09:33 PM   #11
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
You must update (Synaptic Reload?) your available packages when you change your sources.list
apt-get update
 
Old 01-08-2007, 10:02 PM   #12
rbees
Member
 
Registered: Mar 2004
Location: northern michigan usa
Distribution: Debian Squeeze, Whezzy, Jessie
Posts: 921

Rep: Reputation: 46
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
 
  


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
Debian Etch RC1 - RAID 1 question StargateSteve Debian 4 01-08-2007 08:26 AM
Debian Etch RC1 - RAID 1 question StargateSteve Linux - General 0 01-04-2007 06:42 PM
LXer: NL: Debian GNU/Linux 4.0 RC1 (etch) LXer Syndicated Linux News 0 11-16-2006 06:54 AM
A note on stable/testing(Etch) CD sets images harken Debian 0 08-02-2005 07:52 AM
How stable is testing (Etch)? audiorevolution Debian 5 06-18-2005 02:03 PM

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

All times are GMT -5. The time now is 04:48 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