Linked by Thom Holwerda on Tue 10th Apr 2007 18:52 UTC, submitted by luna6
Debian and its clones "With Etch you get the best package manager around in APT, a rock solid stable system, and the ability to tinker with the desktop all that you want - without having the procedure become too arcane. If you are familiar with Linux then I would strongly recommend you try out Debian Etch - just an awesome release by the Debian group."
Order by: Score:
Installing
by Anonymous Penguin (3.28) on Tue 10th Apr 2007 19:27 UTC
Anonymous Penguin
Member since:
2005-07-06
Fans: 6

I have just installed it in VMware (but later I am installing it for real)
I used the "expertgui" option and I was very pleasantly surprised by everything, among others by the possibility to choose widescreen monitors resolutions.

xorg.conf
by Terracotta (2.44) on Tue 10th Apr 2007 19:45 UTC
Terracotta
Member since:
2005-08-15
Fans: 0

Why does anyone need a live cd, and set up a chroot to mingle with xorg.conf? Isn't it possible to just load console, or boot straight into a non graphical environment and go on from there, it's how I solved my early nvidia problems, less fuss.

RE: xorg.conf
by tyrione (2.52) on Wed 11th Apr 2007 01:52 UTC in reply to "xorg.conf"
tyrione Member since:
2005-11-21
Fans: 2

agreed.

sudo vim /etc/X11/xorg.conf


man <videodriver> set the settings, remember your Xfree86 background and test away:

:wq!

%startx

If it fails, check /var/log/Xorg.log

Find the EE/WW; repeat and rinse.

Best release in a long time
by jackson (3.16) on Tue 10th Apr 2007 20:08 UTC
jackson
Member since:
2005-06-29
Fans: 0

I have used Debian on and off since potato, and for me, this is easily the best Debian release since that time. It looks good, installs perfectly on various boxes and laptops I have, and seems stable and fast. From my perspective, the Debian devs worked very, very hard on this release and it shows. Great job. It's going to be my new general desktop OS.

Which Download
by Zoidberg (3.24) on Tue 10th Apr 2007 20:16 UTC
Zoidberg
Member since:
2006-02-11
Fans: 0

I went to the mirrors and most of them have 4.0 r0 listed. Is that the final or a release candidate? The current directories are all empty.

RE: Which Download
by irbis (2.72) on Tue 10th Apr 2007 21:09 UTC in reply to "Which Download"
irbis Member since:
2005-07-08
Fans: 0

4.0 r0

That should be the one.
r refers to update numbers (so r0 is the first release not yet an update). For example, the first update to Debian sarge (3.1) was 3.1 r1.

I agree that using a geeky code like r0 can be a bit confusing, and there might be clearer ways to say things...

Edited 2007-04-10 21:13

RE[2]: Which Download
by Zoidberg (3.24) on Wed 11th Apr 2007 00:29 UTC in reply to "RE: Which Download"
Zoidberg Member since:
2006-02-11
Fans: 0

Thanks

RE: Which Download
by leech (3.88) on Wed 11th Apr 2007 01:00 UTC in reply to "Which Download"
leech Member since:
2006-01-10
Fans: 1

For those that didn't quite state why it's called 4.0 r0 it's because the rX stands for revision number.

It's kind of like service packs for Windows. So for example, Sarge was up to 3.1r4 (or something like that) which stood for 3.1 revision 4. Since there haven't been any revisions for Etch yet, it's at r0.

The revisions are mostly just security updates and patches that are re-rolled into the ISO images.

Let me tell you about MY experience...
by betam4x (2.33) on Tue 10th Apr 2007 20:20 UTC
betam4x
Member since:
2006-01-13
Fans: 0

Let me tell you about MY experience with Etch. I have sarge installed on a dedicated server at a data center. Last night we are doing the usual apt-get to download security updates for sarge, when, to our dismay sarge starts automatically updating to Etch! Now we haven't tested Etch at all, so rolling out these changes on a production system is UNACCEPTABLE. So we try to cancel the changes before things go straight to hell, which leaves the dedicated server in a foobar state. After looking around at what went wrong we discovered the default in sources.list was 'stable' and not 'sarge'. Pretty lame if you ask me. When they changed 'stable' from 'sarge' to 'etch' it tried to auto upgrade the distro. Our debian system was up 500+ days prior to this incident.

I'm not impressed, not at all.

jackson Member since:
2005-06-29
Fans: 0

Debian always changes the new releases to "stable" and the old stable release becomes "oldstable." They've been doing it that way for 10 years or more. If your apt sources said "stable" then yes, when Etch was released and you do an apt-get whatever, that meant Etch. If your apt sources had said sarge instead, then it wouldn't have happened.

betam4x Member since:
2006-01-13
Fans: 0

The issue here is that a default debian sarge install should have said 'sarge' and not 'stable'. Because it said 'stable' things got messed up. Pretty poor on debian's part if you ask me.

jackson Member since:
2005-06-29
Fans: 0

No offense, but it seems the issue here is that you did not take the time to understand the Debian apt system and naming conventions, and how they relate to the release of a new stable version. Etch has been in development a long time and if you are going to administer a Debian box, perhaps you should have taken the time to determine what the new stable release would mean to your systems. I can understand your frustration, but seriously, Debian has done it this way for a long, long time and anyone who administers Debian systems knows how it works. PEBKAC.

Edited 2007-04-10 20:43

nivanson Member since:
2006-07-13
Fans: 0

If you install Etch you get your sources to etch and not stable. Was this not the case in Sarge? How about before that?

irbis Member since:
2005-07-08
Fans: 0

Well, it has to be one way or the other. The default behaviour is that "stable" gets upgraded when a new stable release is out - because many people (most users and developers?) want it that way. And it is also clearly documented in all the Debian docs.

Edited 2007-04-10 20:45

irbis Member since:
2005-07-08
Fans: 0

Yep, that problem would be more related to poor or confusing Debian documentation(?), or more likely (sorry to say this) poor understanding and system administration.

It is clearly stated in all Debian documentiation what it means to have either the release code name (like sarge or etch) in the sources.list file or just "stable". Stable is the same as sarge only as long as stable is sarge, when stable changes to etch everything is going to get updated. Many want it just that way. But it is easy to avoid if one wants to stay in the old stable.

walterbyrd Member since:
2005-12-31
Fans: 0

Your situation sucks and all, but you're blaming debian for your mistake.

Anonymous Penguin Member since:
2005-07-06
Fans: 6

Sorry, but didn't you notice that the download was *huge* and it must have taken a long time to complete? If you stopped the download before the upgrade began, nothing could go wrong.
Now what you could try is:
# dpkg --configure -a

JPisini Member since:
2006-01-24
Fans: 0

You should have run apt with the -s switch to simulate the install first on a production machine. Sorry to be mean but you should also of had a backup for a critical sever.You would have lost the uptime but a restore would have been reasonably quick.

lazywally Member since:
2005-07-06
Fans: 0

Now that your system is in a "foobar" state, might as well go ahead and upgrade :-)

oh and make sure to replace "stable" with "etch" to avoid a similar surprise in a couple of years :-)

l3v1 Member since:
2005-07-06
Fans: 1

these changes on a production system is UNACCEPTABLE


Your ignorance regarding Debian's naming conventions and update methodology doesn't give you the right to shout that. If you take your sources from "stable" and don't care about anything else, than you can't be surprised when such things happen, unless you havbe absolutely no clue.

The issue here is that a default debian sarge install should have said 'sarge' and not 'stable'


You say that's a production server. Who is in charge of it ? If (s)he hasn't so much clue about Debian to check what's in the sources.list, what else can one expect ? Geez.

All these things are out there in the open, not secrets by any means, documented and known by everyone who knows Debian only a slight better than a potato farmer knows the Soyuz's engine.

Other than that, Debian stable distribution upgrades are not that frequent that you couldn't know about it well ahead ;)

MacTO Member since:
2006-09-21
Fans: 2

Granted, the original poster's comments were quite standoffish. Yet most of the resulting replies are worse, and a good indication of why Debian is losing favor.

Try to resolve people's issues, and avoid blaming them.

It's only good PR.

Great Release so far...
by Kokopelli (3.36) on Tue 10th Apr 2007 21:07 UTC
Kokopelli
Member since:
2005-07-06
Fans: 2

I have been using it for a while on various test images and it is rapidly becoming my distro of choice for VMWare images. With XFCE4 everything is clean, simple, and easy to maintain. If it were not for the fact that I do not feel like futzing with a working install I would consider wiping my (Ubuntu) laptops and installing Etch.

OTOH I have had better luck with Ubuntu on recent hardware... ah well. I have gotten past the stage where reinstalling my OS is a hobby, I just want a computer that works.

I don't see a review
by Oliver (3.08) on Tue 10th Apr 2007 23:33 UTC
Oliver
Member since:
2006-07-15
Fans: 5

>There are more friendly distro's for the first time Linux user.

It's KISS, it's UNIX-like - why is the fact of being basic but powerful according to the user choice a con? I don't get it.

>Renaming Firefox as "Iceweasel" was just lame.

"Selling" Firefox as opensource and doing mumbo jumbo with naming schemes is lame in the first place.

>Gnome 2.14 comes installed by default - rather than Gnome 2.16

You have to be a die-hard Gnome fan to see a disadvantage in it.


@irbis

>I agree that using a geeky code like r0

That's not geeky, that's how developers count, always beginning with zero. It depends on the audience.

This Debian 4.0 is a real quality release, it took some time, but it's like some good wine, you have to wait for it.

RE: I don't see a review
by Crono (5) on Wed 11th Apr 2007 00:26 UTC in reply to "I don't see a review"
Crono Member since:
2006-11-08
Fans: 0

It's KISS, it's UNIX-like - why is the fact of being basic but powerful according to the user choice a con? I don't get it.


He (or she?) is probably referring to stuff like YaST (or YAsT? ah, whatever). I don't see the problem tho, since Gnome and KDE have both useable configuration tools.

But isn't this quite normal these days?
User-friendly == you don't see what happens in the background, it's freaking MAGIC!
not user friendly == anthing that involves a terminal.

"Selling" Firefox as opensource and doing mumbo jumbo with naming schemes is lame in the first place.


Well, I *can* understand the Mozilla-people. They just don't want to hear the whining about problems which they didn't make. Renaming it was the only logical thing to do if the Debian-team wanted to backport security-fixes.
But calling the Debian-people "immature" without knowing *why* it was renamed is plain retarded (yes luna6, that right).

Edited 2007-04-11 00:30

RE[2]: I don't see a review
by l3v1 (3.32) on Wed 11th Apr 2007 08:18 UTC in reply to "RE: I don't see a review"
l3v1 Member since:
2005-07-06
Fans: 1

User-friendly == you don't see what happens in the background, it's freaking MAGIC!
not user friendly == anthing that involves a terminal.


Hehh, for some reason it's the other way around for me ;) )) Hiding useful ifnormation is not friendly for me ;) If I want magic, I watch a Copperfield video ;) )

RE: I don't see a review
by l3v1 (3.32) on Wed 11th Apr 2007 08:23 UTC in reply to "I don't see a review"
l3v1 Member since:
2005-07-06
Fans: 1

>Renaming Firefox as "Iceweasel" was just lame.


Well, when my sister (just a plain windows user, but not really scared of my kde) saw the Iceweasel namechange and the logo on one of my debian laptops just cried out "cool" and wend along using it ;) noticing by herself that it was still the same old Firefox on the inside. I think I can't sum up better how low significance of this namechange I have (or haven't) noticed.

Blaming begets blaming
by anomie (3.8) on Wed 11th Apr 2007 19:22 UTC
anomie
Member since:
2007-02-26
Fans: 0

you wrote:
Yet most of the resulting replies are worse, and a good indication of why Debian is losing favor.

I'm not sure that is fair conclusion.

The OP is in hot water over a misconfiguration (which he or his fellow staff caused, not the Debian project). I agree that responders needn't be rude about correcting him, but it looks to me like both the tone and content of his rant invited it.