Posted by
michael
on from the solid-as-a-rock dept.
Debian potato has been updated to 2.2r5. See the press release for info on what has changed - mostly bugfixes, of course, since this is the stable distribution.
207 comments
Accepted/rejected packages list
by
Chocky2
·
· Score: 4, Informative
Re:Accepted/rejected packages list
by
Anonymous Coward
·
· Score: 0
No Shit. It's just a few lines down on the hyperlinked page from the article. oh well, I've trolled for karma too.
And I just put 2.2r4 on yesterday....
by
NetJunkie
·
· Score: 0, Offtopic
Oh yeah, apt-get.;)
Anyone have trouble with the current Woody boot disks? I tried installing that (wanted reiserfs support) on a Compaq DL360 yesterday too. It froze during boot and just put lines on the screen. I tried disabling frame buffer at the boot prompt...but that didn't help.
I ended up putting on Potato and doing a very painless upgrade..and then using ext3.
Re:And I just put 2.2r4 on yesterday....
by
JWhitlock
·
· Score: 1
Anyone have trouble with the current Woody boot disks? I tried installing that (wanted reiserfs support) on a Compaq DL360 yesterday too. It froze during boot and just put lines on the screen. I tried disabling frame buffer at the boot prompt...but that didn't help.
Yeah, I tried to upgrade a potato box to woody (wanted ipfilter for firewall AND portmapping), and I've never gotten it to boot. It prints a whole bunch of dots, then reboots. I'm currently booting potato off a floppy, and have no idea how to procede, and no time to mess with it...
Re:And I just put 2.2r4 on yesterday....
by
Weird+Dave
·
· Score: 1
Yeah, I tried to upgrade a potato box to woody (wanted ipfilter for firewall AND portmapping), and I've never gotten it to boot. It
prints a whole bunch of dots, then reboots. I'm currently booting potato off a floppy, and have no idea how to procede, and no
time to mess with it...
That shouldn't happen. I love Debian so much that when I hear of someone with a problem like this, I somehow feel personally responsible.
I'd offer you help, but if you don't have time to help yourself, you probably don't have time to get help from someone else (as that might take longer). I'm so sorry you're having problems with what I believe is the best Linux distro out there.
--
Grumble, Grumble
Re:And I just put 2.2r4 on yesterday....
by
JWhitlock
·
· Score: 2
That shouldn't happen. I love Debian so much that when I hear of someone with a problem like this, I somehow feel personally responsible.
I'd offer you help, but if you don't have time to help yourself, you probably don't have time to get help from someone else (as that might take longer). I'm so sorry you're having problems with what I believe is the best Linux distro out there.
I agree - it makes me a bit of a whiner to complain but not be able to do anything about it.
Let me just ask a general question then - what's the best way to install a fresh Woody system? My current system is a bastardized Potato with some ugly Sid stuff thrown in to make it complicated. I want a Woody system, upgraded to a 2.4 kernel with ipfilter, and I'm willing to start from scratch.
Do I remove all non-Woody sources from the apt-get sources file? Do I manually remove all potato and unstable packages? Or is it best to format and start over?
Do these questions make it obvious that there is some newbie book or documentation that I should be reading?
The biggest problem I have is that this is a P1-100 box, which takes about 3 hours to re-compile the kernel, AND it's my firewall/router, so I lose much of my ability to read net sources when it's down. The current bastardized system is ugly and doesn't do everything I want, but at least it works.
Re:And I just put 2.2r4 on yesterday....
by
Anonymous Coward
·
· Score: 0
One thing you could try, depending on how much you like to tinker with such things, is compiling your kernel on a faster machine. I used to do this when my 2 machine network consisted of a pII 233 and a 40MHz 386. This is especially easy if you're running the same distro on your 'fast' and 'slow' machines since all your libraries etc. should be identical.
Re:And I just put 2.2r4 on yesterday....
by
ThorGod
·
· Score: 2, Informative
You update/etc/apt/sources.list to whatever distribution you want to upgrade to, and run apt-get update ; apt-get upgrade.
-- PS: I don't reply to ACs.
Re:And I just put 2.2r4 on yesterday....
by
steveha
·
· Score: 4, Informative
Let me just ask a general question then - what's the best way to install a fresh Woody system? My current system is a bastardized Potato with some ugly Sid stuff thrown in to make it complicated. I want a Woody system, upgraded to a 2.4 kernel with ipfilter, and I'm willing to start from scratch.
Do I remove all non-Woody sources from the apt-get sources file? Do I manually remove all potato and unstable packages? Or is it best to format and start over?
First of all, if the only thing you really want is a 2.4.x kernel and ipfilter, you don't need to upgrade everything; you could just get kernel sources, build a 2.4.x kernel, and go from there.
But if you want to update your system, here is what to do:
Edit your sources.list file to point to a Debian mirror for the "unstable" packages. (Or "testing" if you want to try that, but I'm perfectly happy with unstable.)
Run "apt-get update", which fetches the list of new packages.
Run "apt-get dist-upgrade", which downloads the new packages and installs them.
The Debian APT system is really cool, but it isn't absolutely perfect. It will try to install packages like libc first, and then later on install packages that depend on the other packages; but sometimes it fails. Sometimes it will try to install a package, only to have the install fail because some needed package wasn't there. This especially happens when upgrading from Potato to unstable.
The solution is simple: you just keep running "apt-get dist-upgrade", over and over, until it reports that all packages installed. Each time more packages will install, as the dependencies get installed.
I've done this about twice, and that's what worked for me.
steveha
-- lf(1): it's like ls(1) but sorts filenames by extension, tersely
Re:And I just put 2.2r4 on yesterday....
by
deek
·
· Score: 1
Let me just ask a general question then - what's the best way to install a fresh Woody system? My current system is a bastardized Potato with some ugly Sid stuff thrown in to make it complicated. I want a Woody system, upgraded to a 2.4 kernel with ipfilter, and I'm willing to start from scratch.
The best way is to just edit your/etc/apt/sources.list file, replace the potato entries with woody entries, and run apt-get update && apt-get upgrade
You may have a problem with the kernel install, since debian compiled kernels use initrd for booting. In that case, you MUST have a line in your lilo.conf file specifying where your initrd file is. A typical lilo.conf entry would look like the following:
... or wherever your initrd file is called. I can't recall off the top of my head exactly what it defaults to.
Do I remove all non-Woody sources from the apt-get sources file? Do I manually remove all potato and unstable packages? Or is it best to format and start over?
I'd just remove potato entries from the sources. You should be able to leave all non-Woody sources in.
You definitely do not have to format and start over. The Debian packaging system is smart enough to handle upgrading what exists.
After the general package upgrade, install the Debian 2.4 kernel separately, as this will not be installed in the upgrade. They've got 2.4.17 into Woody, and I'd go with that.
The biggest problem I have is that this is a P1-100 box, which takes about 3 hours to re-compile the kernel, AND it's my firewall/router, so I lose much of my ability to read net sources when it's down. The current bastardized system is ugly and doesn't do everything I want, but at least it works.
Your downtime should only be as long as it takes you to reboot your machine for a new kernel. I wouldn't bother recompiling the kernel, unless you specifically need to. The stock Debian kernel suits just about every need.
Re:And I just put 2.2r4 on yesterday....
by
Anonymous Coward
·
· Score: 0
Let me just ask a general question then - what's the best way to install a fresh Woody system?
I *personally* suggest using the Woody boot floppies. However, you should be aware that like Woody itself, they aren't quite finished (although I seem to remember hearing that they were almost frozen)
(whee, I can't log in. Oh well)
Daniel
Re:And I just put 2.2r4 on yesterday....
by
Anonymous Coward
·
· Score: 0
Sometimes even apt-get dist-upgrade won't work, because apt itself broke during upgrade (like, for example, apt-utils not being upgraded at the right time). In which case you often need to manually install a package from/var/cache/apt with dpkg -i.
I've also read somewhere that the correct way to do this is to change your sources and then do apt-get install apt-utils, followed by apt-get dist-upgrade. Anyway, the crowd on #debian on irc.openprojects.net knows.
Re:And I just put 2.2r4 on yesterday....
by
rl117
·
· Score: 1
When upgrading from CD e.g. slink->potato, versions of dpkg and apt are provided on the CD, which are required to be manually installed before running 'apt-get dist-upgrade'. I didn't do this when upgrading from potato->sid and had dpkg segfault and apt-get fail several times. Once it upgraded to the new versions, I got no further problems...
Upgrading from one distribution to another is a major task, but if you prepare for it, it should go smoothly.
Why dont you update the damm Kernel
by
CDWert
·
· Score: 1, Funny
Ok Im a RedHat follower, I like their distro's everything and the kitchen sink and It may or may not work right, but thts OK because theyre soo much overload youll never be bored....
Saying that Come On DEBIAN people, get that kernel moving, dont you know its guys like you that give linux a good name, stable, secure and a little archane ????
MY GO there are like 10 security fixes in this release !!!! (Im used to 10 a week !)
Seriusly, is there a reason the Debian people have dragged their feet on this for soo long ? Of course you can roll your own butt...most dont...
2.5 is in the work FCOL, I mean at 2.4 release Ok I could see why not too, but all the dev is in the 2.4-2.5 does device support stink as bad as I think it should ?
-- Sig went tro...aahemmm.....fishing........
Re:Why dont you update the damm Kernel
by
ecc0
·
· Score: 0
Saying that Come On DEBIAN people, get that kernel moving, dont you know its guys like you that give linux a good name, stable, secure and a little archane ????
And WHY do you think Debian's stable? That's right, because they don't include every new package as soon as it's released, *cough*GCC*cough* like certain others. The "old" kernels are not broken, they are tried, testen and proven stable.
MY GO there are like 10 security fixes in this release !!!! (Im used to 10 a week !)
That's because Debian IS secure, because the Debian guys prefer fixing security holes and bugs instead of cramming every new package they can find into the base system.
Re:Why dont you update the damm Kernel
by
reaper20
·
· Score: 2, Troll
You know, you can install 2.4 on any debian box. Sure, it's not as easy as installing an rpm, but I'd rather install a new kernel by hand than try to fix RPM Hell.
Re:Why dont you update the damm Kernel
by
Anonymous Coward
·
· Score: 0
Its been modded as a TROLL,
Apparently my dry sense of humor is lost on some,
It was In fact a JOKE, I know Debian is VERY stable, I dont use it myself but have cronies that do, That said it is truly why I like the kitchen sink method, at least for a workstation/development box. (Server no thanks...)
What you are reitterating is what I already knew and agree with, it was meant to be funny....
Oh well no sense in losing another karma poin, anonymous it is....
Re:Why dont you update the damm Kernel
by
nickjennings
·
· Score: 2, Informative
you don't need to install the 2.4 kernel from source on a Debian system (stable). Use the 2.4 packages built for stable maintained by Adrian Bunk.
Add the following line to your/etc/apt/sources.list
deb http://people.debian.org/~bunk/debian potato main
run dselect and update your package list, then make sure you select one of the 2.4 kernels, it will upgrade several base packages to support the new kernel, but it works absolutely perfect!
Re:Why dont you update the damm Kernel
by
dsb3
·
· Score: 1
Re:Why dont you update the damm Kernel
by
Allaria
·
· Score: 1
You mean people actually install new kernels from RPMs?
They shouldn't call themselves linux users.
-- If a and b in c, and a can create b, and a can create a, and b can create b, and b cannot create a, then a created c.
Re:Why dont you update the damm Kernel
by
reaper20
·
· Score: 2
Wow, that is awesome, thanks for pointing it out. Is there something like this for Woody?
Re:Why dont you update the damm Kernel
by
rmull
·
· Score: 1
Woody has the package "kernel-image-2.4.xx". You can install it via apt. Be sure to follow the instructions though - they're ramdisk builds and a little wierd. Works fine for me though.
-- See you, space cowboy...
Re:Why dont you update the damm Kernel
by
damiam
·
· Score: 2
Ummmm... Woody already has kernel 2.4 in the base distribution.
-- It's hard to be religious when certain people are never incinerated by bolts of lightning.
Re:Why dont you update the damm Kernel
by
slittle
·
· Score: 1
There's more to it than that. Running on a newer kernel doesn't make it BASED on that kernel. For that, you'd have to upgrade to ext3/reiser, DevFS, iptables, etc. etc.
It's all much easier if the official disks support it so I don't have to spend hours doing it myself - that's why distros exist in the first place.
-- Opportunity knocks. Karma hunts you down.
Re:Why dont you update the damm Kernel
by
esbjerg
·
· Score: 1
Why update to 2.4-series when it's not stable yet? Perhaps it will be now that Linus has left for 2.5?
I'm serious. I have had a lot of issues with 2.4. Ram filesystem, RAID, NFS, eepro-driver, loopback, ppp and just plain scheduler panics.
So for those people that doesn't have to use 2.4 because of some hardware related issues (SCSI controllers and whatnot) sticking with an older and better tested kernel is a good idea.
Just think about all the people that upgraded to kernel 2.4.15 and got a nasty surprise when they rebooted...
2.4 shouldn't have been called 2.4 yet!
Re:Why dont you update the damm Kernel
by
edwazere
·
· Score: 1
Just in case this is not a troll (not very likely IMHO):
That's the whole point of Stable, it stays mostly the same, because it is Stable.
If you want cutting edge, then get unstable where your ten a week sounds (even more) bloody stupid with the amount of package updates unstable gets in a week!
If you want a good working system with (pretty much) whatever kernel you want, get Testing - most of the time this is far more up to date than Redhat.
-- --
You ain't seen me, right?
Actually, it's not bugfixes
by
bconway
·
· Score: 4, Informative
It's a release for security updates. This is very different from a bugfix release, which would generally be a much greater undertaking and require a lot more packages to be upgraded to newer versions. Think of it this way: a security update would be when Slash code allows users to gain the access levels of other users, including elevated privileges. A bugfix release would be an increment in the Slash code that fixes broken features that do not include security compromises. Makes sense? =)
stable vs. unstable
by
dboyles
·
· Score: 5, Insightful
I run Debian "unstable" on 3 out of the 5 boxes that I admin (personal use, not corporate). For the most part I prefer unstable because of the newer software that it allows access to. Some software isn't available in.deb form in the stable distribution ("gallery", for example, an online photo gallery system). Other software varies a lot between the stable and unstable distributions ("unstable" software being more advanced, usually). For the most part "unstable" is a misnomer.
But... there are those times when something breaks. This is the reason you shouldn't use unstable on a production box. Earlier this week I worked out a KSpread spreadsheet that I needed for a meeting with an advisor. The day for my meeting came and KSpread wouldn't open up because of a conflict with the libpng version. To the best of my knowledge this hasn't been fixed yet. Others report similar problems. Needless to say I wasn't pleased, and I had to go to my meeting without the spreadsheet.
Does that mean I'll stop using "unstable"? Nah. Should everybody use it? No way.
-- --
"Complacency is a far more dangerous attitude than outrage." -Naomi Littlebear
Re:stable vs. unstable
by
reaper20
·
· Score: 3, Informative
check debianplanet.org for thee thread, i believe most of the libpng issues have been taken care of.
it will be so nice when the GUIs become mature, at that point, there will be little reason to run anything BUT stable since yoou will be able to wait for the next release and keep up with the slower development of the GUI and other apps.
I agree - I wouldn't use unstable on my email server at work....anyone who does is just asking for it...but I use it on all of my own machines because when things break, it forces you to learn how things work.
-- "...today consumers have been conditioned to think of beer when they see a bullfrog..."
This is what I don't understand.
By what logic is using unstable for your email server bad?
The only difference with unstable is that newer packages may break dependencies until they are fixed.. that's the only part of it that is 'unstable'
For reliability, it's as stable as anything else.
As for a mail server.. if you aren't securing things by hand, and configuring mail by hand in the first place, you are asking for it regardless of what distribution you are using.
Re:stable vs. unstable
by
awptic
·
· Score: 3, Informative
I've run into this same problem with libpng on my system running debian unstable, I found an article discussing a fix at www.varlinux.org To summarize what needs to be done though:
I just did an apt-get upgrade a few minutes ago and it undid this, I haven't noticed any problems yet so maybe they've already fixed this issue.
Re:stable vs. unstable
by
barawn
·
· Score: 3, Interesting
Because in a cron job, you can shove "apt-get upgrade" (and some switch to get rid of the "Y/N") and all of the basic security stuff is done, good, kay, everything's great.
You can't do that in a cron job for "unstable".
Regarding the hand-securing thing, well, for the actual PURPOSE of the box, I agree with you - the mail should probably be configured by hand, etc., but not necessarily for EVERYTHING - especially for security holes, rather than stupid security issues. What if there's a security hole in wu-ftpd? (God, that never happens) In that case, "stable" is best, because "apt-get upgrade" will just fix that. Unstable you'd actually have to GO to each box, and make sure dependencies weren't screwed with.
Re:stable vs. unstable
by
FlyingDragon
·
· Score: 5, Informative
If you find stable a bit stoic and unstable a little wild, Debian has another distribution you may find just right: testing.
Testing consists of packages from unstable that have gone a couple weeks without incident. The result is a very current system with the bleeding edge problems smoothed over. Most of our production boxes are now on it.
One example of another problem I had once with unstable (when Woody was unstable) was PHP breaking. I just have a little webpage for personal use, and the problem was fixed within a day or two, but it served to remind me why unstable shouldn't be used for critical apps.
-- --
"Complacency is a far more dangerous attitude than outrage." -Naomi Littlebear
Yep, I've been using testing (woody) for six months. I've run into occasional problems and a lot of people on newsgroups would lead one to believe that unstable is actually more stable than testing, but I'm really happy with it.
As for Debian being "slow", I wonder how those people who installed the infamous 2.4.11 kernel the day it came out? If you want to be adventurous that's fine, that's what freedom's all about. I'm just not advanced enough of a user to be on the bleeding edge so I'm willing to wait for Debian maintainers to release stuff to testing before I upgrade my packages.
As for Debian being "slow", I wonder how those people who installed the infamous 2.4.11 kernel the day it came out feel about the bleeding edge?
Re:stable vs. unstable
by
Anonymous Coward
·
· Score: 0
> To summarize what needs to be done though:
rm -f/usr/lib/libpng.so.3
ln -s/usr/lib/libpng.so.2.0.1.12/usr/lib/libpng.so.3
I just did an apt-get upgrade a few minutes ago and it undid this, I haven't noticed any problems yet so maybe they've already fixed this issue.
Yes, I think they have, and one of the new maintainers of KDE has posted on DebianPlanet that the above symlink "fix" is a Very Bad Thing.
to each his own, but if I ever caught anyone in my company doing any automatic updates of servers from a cron script, I'd be mighty pissed off.
I don't care *HOW* stable it is, you don't upgrade servers automatically. You upgrade them for reasons, knowingly.
You should not rely on apt to fix your security problems.
Re:stable vs. unstable
by
dondelelcaro
·
· Score: 1
When you're working in an environment where a server is expected to be kept running without user intervention, sometimes a cron job that upgrades the distro is acceptable.
Ceteris paribus, it's better to do it by hand, but if the admins that be cannot be counted on to deal with it, a self sufficient machine is better than a rooted one. (Machines that I've set up never to see again run potato with cron jobs to take care of them automagically. If a admin comes along who knows that they are doing, the cron jobs are well documented. If not, at least the box is self sufficient.)
KSpread wouldn't open up because of a conflict with the libpng version. To the best of my knowledge this hasn't been fixed yet.
You can fairly easily fix all of the problems caused by the libpng update just by recompiling the packages with problems. Luckily, this is very easy to do. Log on as root and run:
apt-get -b source kspread && dpkg -i *.deb
apt-get will download, unpack, configure and build the softare, producing.deb files. dpkg -i will install them.
After downloading, dpkg-buildpackage may complain that you don't have some of the required development packages installed. Just look at the list, apt-get install them all and run the above commands again.
Note that in this case it will take a while, because you're actually going to rebuild/reinstall all of koffice.
-- Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
why not just upgrade to Woody? even though it's classified unstable.. i've been running it and having no problems at all with it... there was a certain way to upgrade from 2.2 to 3 (i unfortunately forgot), but if you sign on to irc.openprojects.net, join #debian and message Apt.. it should give you a few simple steps on how to upgrade to Woody...
--
"The ones who dont do anything are always the ones who try to pull you down" -- Henry Rollins
dist-upgrade does more flexible dependency checks and is often required when many of the dependencies change at the same time, such as upgrading the entire distribution.
Offtopic, yes, I know. Hence the reason I got rid of the Score +1 bonus, so I've effectively already modded myself down.:)
I was using the word "upgrade" out of its English context, and was using qualifiers to set it aside. As for the single-quote usage rather than a double-quote usage, I don't know what's more proper, to be honest, and I usually just use whatever I feel like.:) While "dist-upgrade" really isn't an English word, it makes sense that if "upgrade" is set off, so should "dist-upgrade".
Strangely enough, in the previous post, I should've offset "apt-get dist-upgrade" as well, since it's a multi-word phrase that is being treated as a single noun, therefore I should probably group it in some way. But that was a mistake.
I seem to have had very good luck with this in my/etc/apt/source.list
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://http.us.debian.org/debian testing main contrib non-free
deb http://http.us.debian.org/debian unstable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
I first added "testing" to the list then upgraded and dist-upgraded. After that was done added the "unstable" lines and did the same. I haven't had any problems keeping "stable", "testing", and "unstable" in my source.list...
Only issue was the last few days there were some libpng3 and libqt2 issues that broke icons and some other things under KDE, but most of that is fixed now...
Not to bash you, but that's totally useless, you're downloading Packages files of stable and testing, and they will never be used (because the versions in unstable are newer)...
Well I have notice that if I do a "apt-get upgrade" true 95->98% of the packages come out of "unstable" but there are still afew that will be pulled from "testing". I haven't spent the time to see if the package listed in "testing" is the same one listed in "unstable". Which just might be the case...
The reason I listed all 3 is for someone first doing a dist-upgrade to "unstable" having the "stable" and "testing" listed I think should make installing it easier,atleast from what I have seen. I have had better luck with all 3 listed when doing my dist-upgrades on machines then just changing "stable" or "testing" to "unstable", might just be me.
In the end I agree it should really only need to have "unstable" listed but I have had enough small problems doing that I'll stick with what works for my setup at the moment.
Actually I always thought the correct usage on slashdot would be to use the teletype font to denote a typed command. After a quick bit of research I discovered that single quotation marks (') should be used in place of regular quotation marks when the word or phrase you're enclosing is in another set of regular quotation marks (i.e. "His exact words were, 'I used apt-get to install that package'")
It can also be used when referring to words in an unusual context, so I guess if you don't use teletype the single quotation marks are the way to go.
A security fix will almost always make it into woody within 3 days.
--
"The price of freedom is eternal vigilance." - Thomas Jefferson
Re:Woody
by
Anonymous Coward
·
· Score: 0
> dist-upgrade does more flexible dependency checks and is often required when many of the dependencies change at the same time, such as upgrading the entire distribution.
Upgrade alone won't bring in any new dependencies a package may have; it tries to upgrade only the currently installed stuff - any new packages need to be installed (or removed), they won't be and packages with such dependencies go on hold. Dist-upgrade will do those newly-required installs/removals as well as the upgrades.
Note that going from Potato to Woody may require many, many, many rounds of dist-upgrade to get everything in and installed. You ought to install the new apt and dpkg tools first, then dist-upgrade the rest.
Re:Woody
by
Anonymous Coward
·
· Score: 0
> A security fix will almost always make it into woody within 3 days.
That's 3 days after going into Unstable; it still has to get there first, so Sid is always fixed faster than Woody.
Teletype would make a lot more sense, I agree, (or the kbd tag, as others have pointed out) but I don't enter Slashdot comments in HTML - I typically leave them in plain old text. It makes it feel more like email, I guess (and if anyone suggests HTML email, I will refer them to my secretary,/dev/null).
I've never been able to figure out single/double quotation marks, because I have literally seen entire BOOKS where they used single quotation marks instead of double quotation marks and vice versa.
Re:ssh v1? 1:1.2.3-9.4?
by
Colm@TCD
·
· Score: 3, Informative
The middle one. Although potato has ssh 1.2.3,
it's been patched so as not to be vulnerable to
the ssh1 exploit.
There are systematic weaknesses with
version 1 of the ssh protocol, which this
doesn't address, of course. However, as far as
I'm aware, a successful exploit has yet to be
mounted against these.
Re:ssh v1? 1:1.2.3-9.4?
by
noahm
·
· Score: 3, Informative
Read the changelog for the ssh package./usr/share/doc/ssh/changelog.Debian.gz.
It is still SSH protocol 1, but the ssh daemon is patched to address recent remote
exploit vulnerabilities. There are no known vulnerabilities in the version of OpenSSH
included with Debian 2.2r5.
Still, though, version 2 of the SSH protocol is better, and building updated
OpenSSH packages for potato is not difficult. The 'source' command in apt-get
is very helpful here.
noah
Re:ssh v1? 1:1.2.3-9.4?
by
Odinson
·
· Score: 3, Interesting
First, thank you both.
I was planning on doing exactly that.
Do Debian's rules explicitly disallow a major version upgrade? Even for security reasons? I believe that boxes are already being exploited. Even if there isn't example code, I'm sure there will be soon. Why wait?
It seems to me that widespread use and critical funtion of this package might warrant a major version upgrade on a stable release.
Please understand that I have infinate gratitude toward the Debian people, but I also have broadband Debian stable boxes.
and a side note... Someone actually modded the top parent down. WTF? Even if I was wrong those are completely on topic questions. Someone metamod that guy.
AFAIK in a heterogenous network you can't turn off SSH-1 on other systems and run SSH-2 only, if you expect to interact with the Debian box(en). The other distributions may or may not have the SSH-1 vulnerability, and have just said "to fix this, don't use SSH-1."
Why take the risk? Building OpenSSH or other SSH-2 port from source is the only real solution until the standard Debian SSH package includes SSH-2.
Do Debian's rules explicitly disallow a major version upgrade? Even for security reasons? I believe that boxes are already being exploited. Even if there isn't example code, I'm sure there will be soon. Why wait?
Typically, major version increments are forbidden. In some cases, exceptions must be
made (e.g. a package is rewritten from scratch to correct security problems).
As I said before, there are no known security problems with the current version of OpenSSH 1. There have been in the past, but they've been fixed. It's not that there is no example code, it's that there are no known potentially exploitable security issues in the current OpenSSH shipped with Debian.
I like updates on *new* software occasionally, but does bug fixes to a distro really qualify as "stuff that matters" to the majority of the slashdot readership?
-- Error: PANTS NOT FOUND. Press <F1> to continue.
Debian unstable
by
ShecoDu
·
· Score: 2, Informative
For those of you who would want to use debian unstable, update your/etc/apt/sources.list to be like this, debian unstable is not really unstable after all, its just that the list might be broken some times:
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
deb ftp://ftp.us.debian.org/debian unstable main contrib non-free
deb ftp://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
Re:Debian unstable
by
Anonymous Coward
·
· Score: 0
> debian unstable is not really unstable after all, its just that the list might be broken some times:
...or, you might suddenly find that PAM's broken and you can't login as any user, or libpng's broken and none of your PNG-using programs will render images anymore (or may crash), or,... .
It's not normally unstable, but it certainly can (and has been) occaisionally so. When it is, you'd better know what's what if you want to get up and running in a short time.
For those who haven't been following Debian HURD is really coming along...
Hurd is the GNU microkernel project. Starting with the Mach kernel designed at Carnegie Mellon, Debian developers are stitching together a full distribution. Microkernels are designed to get away from a basic problem in Unix-like architectures: To do anything fun you need the root password. Mach is designed to let normal users do things that only root could do on Linux; that makes it a natural on shared ISP boxes. Right now Hurd is a bit rough, so it's probably not the best place to start.
What does the Hurd have to do with this release of potato? The Hurd doesn't even get included with Woody, it's just not release quality yet (although it's much fun to experiment/play with for the real men)...
There will probably be unofficial Woody ISO's of the Hurd, but Potato ISO's? Forget it.. There are too much PATH_MAX problems and stuff like that in Potato...
-- xer.xes -- 4181
Re:Debian HURD
by
Anonymous Coward
·
· Score: 0
It's a different OS.
(snicker, snicker..)
does it still have that installer?
by
Anonymous Coward
·
· Score: 0
Until the Debian team can see that their installer is one of the most user-hostile installers ever, I will not be wasting a CD on Debian. I would personally smack anybody who recommended Debian to a newbie.
And since RPM is the standard now according to the LSB, what will Debian do?
Re:does it still have that installer?
by
barawn
·
· Score: 2, Interesting
Debian will use alien to convert RPMs into.debs for the LSB requirement.
There's an old phrase regarding Debian - and that's that the installer is so bad because you only ever need to install once.
That being said, the Potato installer is not maintained anymore - there's a brand new installer for Woody (Debian 3.0).
Re:does it still have that installer?
by
DRO0
·
· Score: 1
I don't know why a lot of people think the installer is so terrible. I'm certainly not an advanced user, but I've been through Debian's installer 4 or 5 times and don't find it to be a chore at all. Remember, Text-Based != Bad. I thought Slackware 7.0's text-based installer was OK too.
To me what's more important about a newer installer is the option to install newer file systems (Reiser, ext3, etc.).
Re:does it still have that installer?
by
Delphis
·
· Score: 0, Flamebait
Just because you're a weinie point-and-clicker doesn't make the installer bad. It's almost a no brainer to install IMO. It is certainly not 'user-hostile'.
No, I wouldn't recommend it to a newbie, maybe get them on RedHat or something first.
As the above post states, if you want to use RPMs, you can.
I've used RH5.1 through RH7.1 and have moved every box I own or administrate to Debian. I'll stick with that now, thanks:)
FWIW, my first distro was Slackware 3.6, installed via floppy disk and NFS.
--
Delphis
Re:does it still have that installer?
by
bonk
·
· Score: 1
From a user friendly perspective, it is pretty bad. It REQUIRES you to have knowledge of partitioning, networking, etc. Not that I don't think those are good things to know, but if you want to appease to the non-lunix user you have to be understandable.
That being said, the setup has been improving over the years. I hope it gets even better.
-- I hope to die peacefully in my sleep like grandpa, not screaming like his passengers.
Re:does it still have that installer?
by
Anonymous Coward
·
· Score: 0
> No, I wouldn't recommend it to a newbie, maybe get them on RedHat or something first.
Neither would I. Too much detailed hardware knowledge (chipsets) needed in many cases. How many casual users really know what chipsets are on their mainboard?..Soon as they go to configure audio or networking, AAAAAUGH!!
It's doable if a knowledgeable person does the hardware inventory on the box first, then the novice installer will have the info when the install pgm asks for it.
Re:does it still have that installer?
by
Cro+Magnon
·
· Score: 1
I like Slackware's installer and FreeBSD's, but Debian's still sux!
-- Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
My own workstation is testing/woody, as are most things at home. But test/production servers I leave a Potato because they're configured to do certain things, and I would rather not update stuff (beyond security updates... add that security line to your sources file) on a continous basis, and I want them to be rock solid.
I'd argue that the VAST majority of home/workstation folks are on at least woody, but there are very good reasons/situations to keep boxen off the bleeding (or in woody's case scabbed over) edge.
Exactly! We are using Debian everywhere (company, home use,...) All the boxes that we have direct access to are running testing or even unstable. These are the boxes that are used for devellopment, mail-reading,...
On the other hand, i dont want to run out, jump in my car and drive 45 min every time a new release of the "what-i-didnt-want-but-got-installed-anyway"-packa ge is broken. Stable is for machines you want to keep running, really a long long time. I'm very glad it exists, and is still maintained through the stable/testing/unstable system.
But hey, i didn't panic when i saw this on slashdot (the update to 2.2r5), i'm pretty sure the security updates went flawless this night. (I didn't receive any phonecalls this night also, so thats helping a relief too...)
I use it as a springboard to installing woody. Of course, if I had to install on a box (at least an x86 box) right now, I'd just use a woody prerelease ISO, or use a root/boot/driver set and net-install (the woody net install is much more slick than it was in potato).
--
Sam: "That was needlessly cryptic."
Max: "I'd be peeing my pants if I wore any!"
So you'll definetly want to at least get these new packages.
Debian is odd
by
bytor4232
·
· Score: 2, Interesting
This is the EXACT reason I stopped using Debian. They need to get a clue. Debian is a great distro, don't get me wrong, but they need to stop screwing around with Potato and get Woody released. Potato is NOT a new relese, instead its a rerelease of an old codebase that is getting tired. Potato is getting on several years old, Debian needs to let it go.
Here is an example. I am not a KDE advocate or anything (Window Maker for me) but I noticed that all versions of KDE is still listed as "testing" or "unstable" while GNOME 1.0.55 is listed in the "Stable" package section? I'm sorry, but KDE 2.2.x is ALOT more stable that "October" GNOME which was released in 1999! Debian needs to get with it. Stability is one thing, but this is bordering on the rediculous. October GNOME was not all that stable, and KDE 2.2.2 is one of the most stable desktops out there.
This is the EXACT reason I stopped using Debian. They need to get a clue.
Ouch
Debian is a great distro, don't get me wrong, but they need to stop screwing around with Potato and get Woody released. Potato is NOT a new relese, instead its a rerelease of an old codebase that is getting tired. Potato is getting on several years old, Debian needs to let it go.
Uh, the debian volunteers are working VERY hard on woody. I wouldn't run potato on my desktop (I'm running woody), but I run potato on some servers. Those servers are not getting tired. They are performing very well, and have nice uptime under moderate load.
Here is an example. I am not a KDE advocate or anything (Window Maker for me) but I noticed that all versions of KDE is still listed as "testing" or "unstable" while GNOME 1.0.55 is listed in the "Stable" package section? I'm sorry, but KDE 2.2.x is ALOT more stable that "October" GNOME which was released in 1999!
We agree on something - WindowMaker is beautiful. As for which packages make it into testing - you need to enlighten yourself before making such statements.
I'd start with this. You need to think beyond your little x86 happy-happy-funtime world before you flame.
Debian needs to get with it. Stability is one thing, but this is bordering on the rediculous. October GNOME was not all that stable, and KDE 2.2.2 is one of the most stable desktops out there.
Again, this maybe the most stable desktop on your system for your language. There is not some dude at debian headquarters that says, "OK...this app seems stable on my box. Lets move it into stable." There is a complicated process to determine the status of packages. If stable isn't cutting edge enough, you can use testing or unstable (2 more entire binary releases for you!). If you're running unstable and you apt-get dist-upgrade every day, you are as cutting edge as you're going to get with any distribution.
I understand your position, but what I am saying is that most of Woody is very stable, has been for almost a year. They need to retire Potato and get on with making the next Testing, ie GCC 3.0, KDE 3.0, etc.
-- --
4 8 15 16 23 42
Re:Debian is odd
by
Anonymous Coward
·
· Score: 0
Realy, the only reason that Debian is odd is that they do the open-source way. Not the M$ way like so many other distro's.
they need to stop screwing around with Potato and get Woody released
I don't understand this statement. I though that Potato, Woody, and Sid were just names for staging environments. first a package is put into Sid and if it's moderately stable and works well with other packages, then it is promoted to testing. Finally, after showing good stability and no breaking of other packages, it is promoted to Potato. If they "released" Woody, it would mean they promoted everything to Potato, meaning you would still have all three. Then packages would again trickle into Woody from Sid.
But maybe I hanve this understanding all flowled up.
-- -no broken link
Re:Debian is odd
by
Anonymous Coward
·
· Score: 0
I think what the origional poster is getting at is that from a marketing standpoint, Debian is takes much too long between stable releases. Everyone wants the latest greatest thing, despite stability. Besides, I've played with Woody at any rate, and its rock solid. I personally think its time to move on to a new testing branch but thats just me.
Stable is frozen, only bugfixes and security problems are released. Potato is, I belive, over two years old. KDE has been stable since 1.1.2, and it never made it in time for Potato to tell you how old the base of Potato is.
I just feel its time they moved into a new stable code base, Woody is ready, they just have too much politics getting in the way of timely releases
Yeah, I know, release when its ready. But do we sit with our thumbs up our butt while everyone else in inovating? (yuk, bad word)
Debian has very strict and specific criteria on when and how a new "stable" version can be released (things like no outstanding major bug reports in any base package), and they are evidently not met at the moment.
-- It's hard to be religious when certain people are never incinerated by bolts of lightning.
Re:Debian is odd
by
mbanck
·
· Score: 2, Informative
Debian is a great distro, don't get me wrong, but they need to stop screwing around with Potato and get Woody released.
chill. Most Debian Developers are working for woody, alright? It's just that some of us do release security updates, if you don't mind. And then _one_ person (joey) does point-releases by getting all the security stuff and critical bugfixes together. No big deal. No Debian Developer is working on stable packages apart from security updates, OK?
Here is an example. I am not a KDE advocate or anything but I noticed that all versions of KDE is still listed as "testing" or "unstable"
That might be because QT was not released under the GPL before the release of potato, hmm?. And no, we won't let something as big as KDE into stable. The biggest thing that went in was Mozilla-M18 (the original version in potato was Mozilla-M12 or something, go figure)
October GNOME was not all that stable, and KDE 2.2.2 is one of the most stable desktops out there.
Of course, but october GNOME was all that was there by the time of the release. AFAIK, there are unofficial KDE-packages for potato available on the web, but if you want to run KDE, then you're better off with woody or sid anyway. I hope your concerns are adressed by now. We know that we release too infrequently, we got the stuff in place to do this more often by now, so hope for the future, sorry. This point release is necessary for everybody who needs to install _rock-solid_ software without security issues, not for the latest whistles. Besides, this is probably not worth mentioning on./ anyway.
Michael
Re:Debian is odd
by
Anonymous Coward
·
· Score: 0
I think they are too strict. I spent my time downloading Potato a while ago because I went to their site to download it. Not knowing much about Debian, of course I picked "Stable!"
Much to my chagrin I got it all downloaded over my modem after a few weeks and no KDE!!! I understand the licensing problems they had three years ago, but man, thats over! Instead I get a choice between E, Gnome, and FVWM95? Man thats a selection. Gimme a break.
Maby calling it "stable" is bad. I noticed that one person said he was confused by the wording, and thought testing meant it was not ready for use, or so I gathered.
Maby Debian should split their releases in stable from "Stable" to "Server" and "Workstation". That might clear up some confustion.
Just some observations from an outsider, no offense.
-- --
4 8 15 16 23 42
Re:Debian is odd
by
Anonymous Coward
·
· Score: 0
Here is an even better one. Go Fuck yourself:-)
16 -1 or 0 posts in one day. Not only are you an asshole but a complete loser as well. Congrats on your pathetic meaningless life!
I though that Potato, Woody, and Sid were just names for staging environments.
Nope (well, sid is...). Potato and Woody are names of actual releases. Unstable, Testing, and Stable are the names of the staging environments.
Once Woody is released, Potato will go the way of slink and hamm. Woody will be considered stable, and they'll have another name for testing (don't know what that will be - I haven't been paying attention).
Of course, sid always keeps the same name, so sid and unstable are the same thing. It's quite appropriate, since that's where all the toys get broken:)
-- Those who can't do, teach.
Those who can't teach either, do tech support.
When I tried it last may, I migrated from a very used Potato release. I tried the apt-get dist upgrade or whatever command it was, and it proceeded to destroy my system in more ways that was worth it. I am now actually building my own Linux distro from scratch becuse, well, if you think you can do better, you might as well, or dont complain. I do Linux From Scratch (www.linuxfromscratch.org) cause I WANT to complain about other distros. hehe.
Don't get me wrong, I would use either Slackware of Debian if I "had" to use a distro. They are great. I just don't like the politics involved with Debian.
I tried a LinuxFromScratch but I keep running out of disk space compiling glibc. Apparently their claim that you can compile a LFS on a 750MB partition is out of date (I have just under 1GB).
-- Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
Nope! The first thing I did when I got to Chapter 6 was delete the sources except for the kernel.
-- Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
Yes! Use the debian testing distribution.
by
brlewis
·
· Score: 3, Informative
I used to run debian stable, but switched to testing several months ago. I think testing is the dist for most users. Too bad newbies get steered toward stable. The testing dist is stable enough for just about everybody.
No bad things to say about Debian
by
Anonymous Coward
·
· Score: 0
Just about Slashdot.
What kind of news is this? So it's a service pack for Linux. So what?
Honestly, since I started making the slashdot search page my main slashdot starting point, I've noticed that there are quite a few stories that deserve to be on the front page that aren't (the TAOCP 4 story, for example). I've also noticed that tripe like this story is promoted to the first page way too easily.
Is the world just becoming such a boring place that service packs make headlines now?
I downloaded, and burned the last release onto CD.
Now I'm having some install problems. The box I'm trying to install to has no floppy drive. The installation tries to find the 'rescue' disk and prompts me to put it into the floppy drive.
This of course is before the installation of the base system. I've looked on the disc[from the prompt], and no image anywhere. So the install farts out and that's it.
I've tried to find a work around on irc, newgroups and the like. No one else seems to have this problem. As I understand it the 'disk' is actually what the CD is booting from.
Does this release fix this problem? Has anyone else had this problem? No one else seems to have this problem... that I've talked to.
I hate to be offtopic here... and I don't mean to point out a problem, and this isn't a troll etc.
I just hope the/. community has some insights.
I really want to get this RPM'n piece of crap off my box. apt-get packagename is so much easier when the only interface with the box is my Doze machine.
Re:Debian Install Problems.
by
NetJunkie
·
· Score: 3, Insightful
The only time it asks for the rescue disk is when installing the kernel and base setup. You need to tell it to get it elsewhere when it asks. I'm setting up Debian on a server RIGHT NOW and just installed it without the rescue disk. Set up networking first and then have it get it off the Debian site. Or you should be able to just point it at the CD.
Re:Debian Install Problems.
by
Phexro
·
· Score: 2
if you are talking about the kernel prompt, which is something along the lines of `Insert floppy to be used as root...', the cd you made is broken.
the 1.44mb floppy images have seperate rescue/root disks. the cds should be booting from the 2.88mb images, which have a single rescue disk with the root ramdisk on it.
fwiw, i've _never_ seen this on any debian installation from official media. i've been using debian since 1.3 was released.
Re:Debian Install Problems.
by
Anonymous Coward
·
· Score: 0
Yes I have the same problem, I downloaded the copy from a mirror site, rev 4 , and its ask me for a rescue floppy disk
Re:Debian Install Problems.
by
ImaLamer
·
· Score: 3
if you are talking about the kernel prompt, which is something along the lines of `Insert floppy to be used as root...', the cd you made is broken
No, no... since you've installed and used debian so many times you would know I'm speaking of the step between partitioning and installing the base system.
Simply, the CD boots, I can partition and all. But the install craps out when you are trying to install the base system. Basically I've got a CD worth nothing... coaster.
Re:Debian Install Problems.
by
Anonymous Coward
·
· Score: 0
Are you trying to install from the ATAPI CD-Burner?
I am not sure about Debian, but some distros tend to hang during the installation while trying to access base system because "quasi-scsi" module (needed for burners) is not inserted.
Re:Debian Install Problems.
by
Phexro
·
· Score: 1
No, no... since you've installed and used debian so many times you would know I'm speaking of the step between partitioning and installing the base system.
since i'm a debian developer, i know that there are two places where the installer may ask for the root floppy.
perhaps you haven't gotten the help you need because of your bad attitude. i know that after being belittled by you for making an honest attempt to help you out, i'm certainly not going to make any further attempts.
why don't you try again after you've passed puberty? perhaps then you'll be able to hold a civil conversation.
Re:Debian Install Problems.
by
ImaLamer
·
· Score: 2
Thank you... as much as I love debian and linux in general you've finally put me into that category of people who think the support problem in the linux world is arrogance.
This [and the last post] is the only time I've gotten a bad attitude about this problem [or any other problems].
Once again though, it's not the 'root' floppy it asks for, it's the rescue floppy it asks for. Just to check I've burned the CD again 3 times all 3 times a different way.
But please, let's be fair. Your attempt wasn't honest enough as it comes no where close to my problem. I'm sorry that you didn't help and that I've offended you because I told you it didn't.
No where though did I resort to name calling. You are the one who added the "why don't you try again after you've passed puberty?". This is civil conversation? And for what reason did you deduce I've not passed puberty?
That's simply childish. I felt belittled by the fact that you acted as if you were supreme computer god [Nick Burns is that you?] because you've used debian since way back when, and I'm nothing because I haven't.
Re:Debian Install Problems.
by
mandolin
·
· Score: 1
Simply, the CD boots, I can partition and all. But the install craps out when you are trying to install the base system. Basically I've got a CD worth nothing... coaster.
Perhaps you could use it as a crappy rescue disk, if you can get to a prompt (redhat would):)
Re:Debian Install Problems.
by
Anonymous Coward
·
· Score: 0
The folks in alt.os.linux.slackware are fairly friendly and open converts.;)
Re:Debian Install Problems.
by
Phexro
·
· Score: 1
"Thank you... as much as I love debian and linux in general you've finally put me into that category of people who think the support problem in the linux world is arrogance."
"This [and the last post] is the only time I've gotten a bad attitude about this problem [or any other problems]."
the only time i gave you bad attitude was when you made it obvious that you didn't give a damn that i was trying to help you out.
"But please, let's be fair. Your attempt wasn't honest enough as it comes no where close to my problem. I'm sorry that you didn't help and that I've offended you because I told you it didn't."
you didn't sufficiently explain your problem, and when i gave you a suggestion (based on the information i had), you felt the need to flip me attitude. this is certainly different from telling me that i wasn't helpful.
"No where though did I resort to name calling."
nor did i. i freely admit that i insulted you, but i did not resort to name-calling. if i had, my message would have read something along the lines of:
"ask again in a few years, you prepubescent fuckwit."
...which it didn't. see the difference?
of course, there's no reason for me to call you names, since you've kindly done that for me. or is calling yourself "ImaLamer" merely a coincidence?
"I felt belittled by the fact that you acted as if you were supreme computer god..."
well, i may not be the supreme computer god... but at least i can install an operating system.
p.s.: look in dists/<distro>/main/disks-<arch>/curre nt/images-1.44/rescue.bin for your rescue disk image. the cd should be asking where you want to install the o.s. kernel & modules from... you want to select "cdrom". the installer should find the rescue image on it's own, though some unofficial images don't do this very well. if it prompts you, try pressing enter - some versions of the installer (such as 3.0.x, for installing woody) will search the cd when you do. i honestly don't remember if earlier versions do as well. worst case scenario, you have to enter the paths by hand. don't forget that you have that handy shell on the second console that you can use to poke around on the cd to find the correct path.
Re:Debian Install Problems.
by
ImaLamer
·
· Score: 2
[not complaining]
I got the CD from debian, no where else. Both times.
[/not complaining]
I'm simply a home user, who loses his linux install at least once every three months. My fault everytime. Sometimes I just go with something else.
When I'm serious I plan to fully support linux financially. I've bought two [don't make fun] Mandrake sets, and even a RedHat box set a long time ago.
It's not that I feel as if the software isn't worth the money, or I want to use it because it's free as in beer free. Simply: I don't have the money. [or any money]
As I can/could tell the 'community' was also filled with some people who share my situation. I'm a hobbiest, and an advocate. Sorry I can't afford to put cash on the table.
Of course the lives of the afghani people are less important than Debian. LINUX IS LIFE!!! Whats a few thousand deaths compared to the glory and majesty of LINUX.
Having said my two cents worth. im on my way to worship at the temple of Torvalds...
Conspicuously missing from the list of updates is glibc. Since Red Hat released a security update for the revision used in Potato, I'm assuming that Potato is also vulnerable to the heap corruption bug in glibc's glob() function. The fix is simple, so where's the update? AFAIK, the only major distributions that haven't addressed this problem are Debian and Slackware.
Conspicuously missing from the list of updates is glibc
There is no Debian Security Announcement for glibc out yet, i.e., not all architectures (Debian supports several...) have been rebuilt. This question was asked before and Joey said it'll have to wait for 2.2r6, sorry.
(Of course, you can update your potato box as soon as the advisory is out and packages are uploaded with apt-get upgrade, if you have security in your sources.list)
Actually, Slackware *did* release an update. It was on their security mailing list a few days ago.
only 10 secutity updates
by
Anonymous Coward
·
· Score: 0
>MY GO there are like 10 security fixes in > >this release !!!! (Im used to 10 a week !)
This is the reason why there are people like me still using potato. It is stable and secure. You do not have to get 10 security-updates a week like
using those bleeding edge software.
Actually, it is bugfixes (and more)
by
hal9000
·
· Score: 4, Informative
[Joey Hess's] requirements for packages to go into stable:
1. The package fixes a security problem. An advisory by our own Security Team would be quite helpful.
2. The package fixes a critical bug which can lead into data loss, data corruption, or an overly broken system, or the package is broken or not usable (anymore).
3. The stable version of the package is not installable at all due to broken or unmet dependencies or broken installation scripts
4. The package gets all architectures in stable in sync.
5. All released architectures have to be in sync.
-- Look out honey, 'cause I'm using technology;
Ain't got time to make no apology
Evenually this post will make it's way onto google, somewhere. Here's my bit 'o debian advocacy.
I've been using it since 97, and haven't looked back. To the guys and gals on the debian dev team, thank you. You've made my life so much easier. One of these days I'll sit down and help squash some bugs so unstable doesn't remain unstable for so long.
Why was this modded down?
by
Anonymous Coward
·
· Score: 0
Negative moderation is flawed. It is obviously unhelpful for one
moderator to mod something down as "redundant" if another moderator
has already modded the post up as "informative" earlier.
The "flamebait" label and to a lesser degree the "troll" label are all
also used continuously to moderate down posts which are clearly
on-topic and which make valid points but which the moderator in
question disagrees with.
I think that slashcode needs to be rewritten to separate negative and
positive moderation points. Each moderator receiving moderation points
will get AT MOST one negative point per batch of points, and there
will only be a 50% chance that the moderator will even receive this
one negative moderator point.
The system can work with positive moderation only; users can read at
+3 or +4 to see only the best posts. I already feel like I've missed
many informative, helpful posts -- including many that were
*previously* modded up -- because others have seen fit to mod them
back down, usually (in the case of "flamebait" and "troll") because
they disagree with them, often because (in the case of "redundant")
they just apparently have moderator points to burn before they run out
of time.
Negative moderation should be very, very rare on a system like this
one; to do anything else is to stifle the free exchange of ideas.
Debian sucks nuts
by
Anonymous Coward
·
· Score: 0
Their system to download the ISOs sucks... it took me a while to figure it out. Ok, so I finally downloaded the damned ISO. I boot off of the CD, and then go through a really oldish install... thats just fine with me... I dont need a gui install... It doesn't detect my hardware... thats fine, I know what I have and how to configure it. What the hell, it doesn't come with XFree86 4.x! Fuck this... a 2.2 kernel. Damnit thats stupid.
For the love of god... upgrade stable. I have been running pretty recent kernels, and recent software under slackware 8 and everything is great...
And apt... what a joke
Re:Debian sucks nuts
by
barawn
·
· Score: 3, Informative
Re: ISOs:
Limited bandwidth - that's all I have to say. Most people don't need the ISOs.
Re: what Potato comes with
If you had looked around on Usenet for about 2 seconds - I believe it's the second or third post in response to a search for "XFree86 4 potato" you'd find out how to upgrade Potato to Woody (testing) in about 5 minutes.
Half of the people say "Add lines in sources.list for Woody.
Half say "Replace stable with woody".
I did the first, and now I have a screwed-up system, and will probably have to re-install, since I'm having a hard time finding out how to fix a %#$^ed-up system.
Re: the kernel
I need the 2.4 kernel. If I have to learn syntax for a firewall, I'd rather learn ipfilter and get portmapping for free.
Hey, maybe next time you can do your homework instead of complaining about things you don't understand.
Debian "stable" is famous for being out-of-date. It is also famous for being stable. The two somewhat go together, since Debian doesn't have paid full-time people hammering together updates.
Potato was frozen when the kernel was at 2.2 and Xfree86 was at 3.x. If you want to run Potato, you can get packages for Xfree86 4.1.x and kernel 2.4.x; if you want the latest cutting-edge stuff, all you have to do is update your system.
To update your system:
edit your sources.list to point to a mirror of "unstable", then run "apt-get update", then run the command "apt-get dist-upgrade" over and over until it reports that all packages were installed.
I hope this helps, and maybe next time you won't shoot your mouth off so obnoxiously.
For the love of god... upgrade stable.
Oh gee, what a great idea. Debian wasn't planning to upgrade stable, but now that you suggested it, I'm sure they will get right on it.
Sarcasm aside, if you had taken even a little while to read the debian.org web page, you might have found out that "Woody" is in the middle of a "freeze" process, which will take time... but when it is done, it will become the new "stable" branch.
And apt... what a joke
Actually, it's not a joke. It's one of the best things about Debian, and if you don't like it, maybe you should be running Red Hat. (Red Carpet does some of the same things as APT, but you may wind up having to pay money every month to use it. APT is always free.)
If you want a menu front-end to APT, you have many choices. I like aptitude ("apt-get install aptitude" if you want to try it) but there is also gnome-apt and others.
Your attitude sucks. You ought to work on that.
steveha
-- lf(1): it's like ls(1) but sorts filenames by extension, tersely
Re:Debian sucks nuts
by
Anonymous Coward
·
· Score: 0
> I did the first, and now I have a screwed-up system, and will probably have to re-install, since I'm having a hard time finding out how to fix a %#$^ed-up system.
Upgrading from stable to testing takes quite a few iterations of apt-get dist-upgrade to get allll the packages down and installed. I've done it on three systems, and although it's a chore it does work itself out.
Take apt's advice if/when it prompts you to do dpkg -configure-all (or however that diagnostic expresses itself), that will help - you can resume apt-get dist-upgrade'ing after that.
Re:Debian sucks nuts
by
Anonymous Coward
·
· Score: 0
> Upgrading from stable to testing takes quite a few iterations of apt-get dist-upgrade to get allll the packages down and installed. I've done it on three systems, and although it's a chore it does work itself out.
..and, do the upgrade in single-user mode. Less interactions with other stuff this way.
What I'd love to see are ISOs of kernel + base. Since everybody needs base anyway, no bandwidth is wasted. Since CDs cost about 25 cents, no waste burning just that small amount. From what I could tell on the site, the only way to build a debian bootable CD was from debian scripts, hard to do before the install. At the least, they could write a faq on how to lay out the directories and such when writing the floppy images to disk to burn your own.
I just had to work through an install with a flakey floppy drive and it killed me to fight through all that when it could've been so easy.
Upgrading my kernel to 2.4.x, though, was shockingly easy.
-- Kill, Tux, kill!
Debian name aliases
by
Anonymous Coward
·
· Score: 0
Re:Yes! Use the debian testing distribution.
by
On+Lawn
·
· Score: 1
Sometimes when someone points stuff out like this its considered trolling. Sometimes its insightful. We'll see how this plays out...
In my observation Stable really means "All the developers have moved on to the next latest and greatest so this won't change much. But we'll fix it anyway".
Where is Woody?
by
RelliK
·
· Score: 3, Interesting
The big question is why Woody still has not been released? I thought going to unstable/testing/stable model was supposed to speed up release cycles. Apparently not.
-- ___
If you think big enough, you'll never have to do it.
Re:Where is Woody?
by
Anonymous Coward
·
· Score: 0
> The big question is why Woody still has not been released? I thought going to unstable/testing/stable model was supposed to speed up release cycles. Apparently not.
BIG project, lots 'o packages to make build on all the supported architectures. The base set's frozen, the rest are coming along (with the occaisional 'thing' like the recent libpng breakdown).
I believe the project's architectural changes are in to speed up the stable releases, but they weren't ready for Woody so they're not being used for this one. Next one should be faster.
It alway's seemed to me that the proposed changes aren't really for any release, they are changes which will evolve the way the project exists! Think of it this way, since testing has existed it has slowly filled up to reasonable proportions. Soon it will become a full new distro by going through a final freeze. Throughout the entire freeze process (less time than testing has existed) new packages will appear in unstable, and some will make it into testing. After woody is released, their will be three complete Debian distros. Stable will be the current woody (which will be a freeze length out of date). Testing will be those nearly bleeding edge packages which appear to be ok, and unstable will still be bang up to date. The key is that the testing process is about ensuring that a stable release from now on will be only a freeze length out of date, and that the freeze cycle can become a continuous process (instead of an arbitrary affair). After woody (the next stable release) new stable releases will form nearly instantly and be frozen out leading to a great development AND user environment for both guru's and grannies. Testing is about evolution, and I for one cannot wait to see how the Debian devlopment process will benefit from it (I think projects like DeMuDi will find it helps them to fork and freeze out trees for specific applications).
--
Never underestimate the dark side of the Source
I agree.
by
Anonymous Coward
·
· Score: 0
Negative moderations are inherently bad for the discussion forum. They only stiffle potentially good discussion because moderators waste their points on trolls. Here's why I meta-moderate negative ratings to unfair. Read up and let me know what you think.
-- CodeRed, the lower user #. No relation to SirCam.
You bastards.
by
Anonymous Coward
·
· Score: 0
Quit posting minor updates about Debian to the frontpage. I need a bloody mirror list now. Do you know how long it takes to 'apt-get update' on a 26400bps connection. A long fucking time.
Re:is being fat okay?
by
Faceprint
·
· Score: 3, Informative
actually, apt-get install cruft, and then run cruft. It will remove old programs and libraries that aren't needed that you don't want anymore. It cleaned up my system quite a bit.
(How I) update the damm Kernel
by
castlan
·
· Score: 1
I don't quite understand why RPM has been mentioned more times than APT, dpkg and alien combined. This thread is supposed to be about Debian, not RedHat or the LSB. Nobody has even mentioned apt-rpm yet, which is at least periphially related to Debian technology.
I don't install new kernels from RPMs, I install them from dpkgs, usually using apt. I don't consider myself a linux user - I consider myself a Debian user. I consider myself a user of the Free Gnu OS, of which Linux is just one optional part. I look forward to being able to use APT to upgrade my kernel away from Linux.
And FYI, more than a few times, I have heard in the popular press mentions of Red Hat as an OS, without calling it "Linux". I'd hardly say that the rote typing of four lines in a BASH shell makes you more of a "linux" user than the next geek. I'd like to see you install a functional Linux kernel without utilizing a previously installed (by RPM? Tar.gz?) Linux kernel. Even more impressive, to be a literal "linux user" you should avoid the GNU toolkits.
The problem with Debian...
by
aussersterne
·
· Score: 3, Interesting
[Okay, I'm prepared to lose four karma points over this, offtopic, flamebait, troll, overrated, all the way to -1, just because there are so many damn Debian cheerleaders here and moderation is so damn broken]
The problem with Debian is that it's too stable. What I mean by that is that though Debian does feel very stable, the current release also feels about 5 years behind other Linux operating systems in many ways, while not being all that much more stable than Red Hat, Caldera, or Slackware.
I run Debian on a couple of PowerPC-based Web servers so it's not like I've never used it. I'd run Red Hat or Slackware on them if I could, though.
And dselect has to go. Is there a new installer/package selector coming in the next major release, or will Debian still be the ugliest and clumsiest Linux to install on the face of the earth? Way back at Slackware 2.x, its installer was pretty, powerful, automatable, and easy to use.
Red Hat installs a lot of crap, but it's got a decent record of keeping up on updates in a reasonable amount of time (i.e. no lurking glibc bug) and most of the software around the net will run on it.
Aside from the multi-platform abilities of Debian, I really see no reason to use it, especially as.deb packaging moves farther toward the standardization fringes...
-- STOP . AMERICA . NOW
Re:The problem with Debian...
by
dondelelcaro
·
· Score: 1, Informative
The problem with Debian is that it's too stable.
That's the oddest complaint about an OS that I've heard in a while.
Yes. The stable distribution of debian is stable. If you want the newest wiz-bang stuff, you use testing or unstable. It's that simple. My servers that need to be up 24x7 run stable. My workstation runs unstable with custom packages.
You also don't need to use dselect to install stuff. Haven't you used apt-get yet? Even the install process has a redhat like package selector for people who don't want the power (and hassle) of dselect.
-- http://www.donarmstrong.com
Re:The problem with Debian...
by
Peaker
·
· Score: 2
As people always respond to this bogus, false FUD:
Debian is NEWER than Redhat, and I won't even compare with Slackware, which I wouldn't call a distribution, as an installer and a bunch of precompiled tarballs are not a distribution.
Debian unstable is more stable than Redhat's current, and contains a lot newer packages from my experience, and everyone else who used both.
Not to mention that Debian's much saner file system hierarchy standards, configuration defaults, alternatives system, package managers and packages' quality are much better.
Yes, Debian's installer sucks, but if you're going to choose a distribution on the basis of its installation process, which occurs once, rather than the basis of use, which is what you do with it forever, then go ahead and use Redhat, Mandrake, or any of those nice installers.
As for dselect, you're living in the past. Nobody uses dselect.
Whenever I install Debian, I choose (6) and quit dselect immediately when its run. I don't see dselect ever again.
There are MANY alternatives to dselect, you just weren't looking:
apt-find
aptitude
kpackage
gnome-apt
and ofcourse, apt-get
Aside from the multiplatform abilities, I see reasons to use Debian:
Stable, good quality packages, that all come from a centralized source that makes sure they work well together, have a decent and secure default configuration, and just require no hassle to manage, install, and upgrade.
A great bug tracking system to make sure all bugs are known by Debian, the authors, and anyone else involved
Great package managers (See above list), and really amazingly smooth upgrade-ability
The most stable distribution, assuming you use stable, and the newest assuming you use unstable
I'm about to trade an old PC for a Mac Quadra 700. Has anyone tried the 68k version of Debian? I'm either going to install it or BSD, but I'm leaning more toward Linux since I'm familar with it.
I ran Debian briefly on a Mac Quadra 950 I had kicking around - it was all right, but being more of a BSD guy, I preferred NetBSD.
I actually installed NetBSD on the very same machine you're asking about, a Q700. Go to my site (www.roadflares.org) and check in the "hardware" section for details.
--saint
too confusing
by
Anonymous Coward
·
· Score: 0
All this talk about patches and kernel versions
is making my head hurt. Just run FreeBSD and
you don't have to worry about all these little
details because their unified distribution takes
care of that for you.
Personally, I don't use it, as I have not attained the level of "leetness" that is required. That said, I thinks it's awesome that development is still going for this and many other distributions (Slackware...). It may not be ready for "Prime Time" (whatever the hell that means...) but Linux is gaining ground everyday while the major OS vendors (Mainly M$) are slapping ever more intelligent users with useless bloat, and the silliest licensing schemes known to man. Someday thank God, when I go into comp USA, and buy a PC, they'll ask "and which OS would you like?" That's when open source has won. God, I love stating the obvious...
--
Shift happens. Fire it up.
My problem with Debian
by
Anonymous Coward
·
· Score: 0
is that it just feels slower than any other distro. I have Debian straight, Corel, and Storm, and everything just moves slower. I can't say why, but it has kept me from every using it.
cruft doesn't remove anything
by
CentrX
·
· Score: 1
cruft reports files on the system that do not belong to any Debian package (and aren't in a list of known configuration files for installed packages). You yourself can then remove them. It's still very useful.
--
"The price of freedom is eternal vigilance." - Thomas Jefferson
Re:cruft doesn't remove anything
by
Faceprint
·
· Score: 1
oops, you're right. debfoster is what I was thinking of. Both very useful tools.
-1, mentions moderation
by
Anonymous Coward
·
· Score: 0
The parent post should be scored "-1, mentions moderation".
Any post that complains about the moderation is a flagrant flamebait and deserves the -1 they so loudly complain about.
Re:-1, mentions moderation
by
Anonymous Coward
·
· Score: 0
A comprehensive list of which packages were included and which were rejected is at http://people.debian.org/~joey/2.2r5/full.html
Oh yeah, apt-get. ;)
Anyone have trouble with the current Woody boot disks? I tried installing that (wanted reiserfs support) on a Compaq DL360 yesterday too. It froze during boot and just put lines on the screen. I tried disabling frame buffer at the boot prompt...but that didn't help.
I ended up putting on Potato and doing a very painless upgrade..and then using ext3.
Ok Im a RedHat follower, I like their distro's everything and the kitchen sink and It may or may not work right, but thts OK because theyre soo much overload youll never be bored....
...most dont...
Saying that Come On DEBIAN people, get that kernel moving, dont you know its guys like you that give linux a good name, stable, secure and a little archane ????
MY GO there are like 10 security fixes in this release !!!! (Im used to 10 a week !)
Seriusly, is there a reason the Debian people have dragged their feet on this for soo long ? Of course you can roll your own butt
2.5 is in the work FCOL, I mean at 2.4 release Ok I could see why not too, but all the dev is in the 2.4-2.5 does device support stink as bad as I think it should ?
Sig went tro...aahemmm.....fishing........
It's a release for security updates. This is very different from a bugfix release, which would generally be a much greater undertaking and require a lot more packages to be upgraded to newer versions. Think of it this way: a security update would be when Slash code allows users to gain the access levels of other users, including elevated privileges. A bugfix release would be an increment in the Slash code that fixes broken features that do not include security compromises. Makes sense? =)
Interested in open source engine management for your Subaru?
apt-get remove cruft
Slashdot's first reaction to VMware
I run Debian "unstable" on 3 out of the 5 boxes that I admin (personal use, not corporate). For the most part I prefer unstable because of the newer software that it allows access to. Some software isn't available in .deb form in the stable distribution ("gallery", for example, an online photo gallery system). Other software varies a lot between the stable and unstable distributions ("unstable" software being more advanced, usually). For the most part "unstable" is a misnomer.
But... there are those times when something breaks. This is the reason you shouldn't use unstable on a production box. Earlier this week I worked out a KSpread spreadsheet that I needed for a meeting with an advisor. The day for my meeting came and KSpread wouldn't open up because of a conflict with the libpng version. To the best of my knowledge this hasn't been fixed yet. Others report similar problems. Needless to say I wasn't pleased, and I had to go to my meeting without the spreadsheet.
Does that mean I'll stop using "unstable"? Nah. Should everybody use it? No way.
-- "Complacency is a far more dangerous attitude than outrage." -Naomi Littlebear
why not just upgrade to Woody? even though it's classified unstable.. i've been running it and having no problems at all with it... there was a certain way to upgrade from 2.2 to 3 (i unfortunately forgot), but if you sign on to irc.openprojects.net, join #debian and message Apt.. it should give you a few simple steps on how to upgrade to Woody...
"The ones who dont do anything are always the ones who try to pull you down" -- Henry Rollins
Or did they rig their package so protocol verion 1 doesn't allow your box to hacked?
Or are they just ignoring the huge exploit problems with the ssh1 protocol?
Novel theory: Modern Man evolved from psychopath
The release cycle seems to be getting shorter. Didn't they just release 2.2r4 a few months ago? What's up with that?
bugfixreleasesdot.org
I like updates on *new* software occasionally, but does bug fixes to a distro really qualify as "stuff that matters" to the majority of the slashdot readership?
Error: PANTS NOT FOUND. Press <F1> to continue.
For those of you who would want to use debian unstable, update your /etc/apt/sources.list to be like this, debian unstable is not really unstable after all, its just that the list might be broken some times:
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
deb ftp://ftp.us.debian.org/debian unstable main contrib non-free
deb ftp://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
Hurd is the GNU microkernel project. Starting with the Mach kernel designed at Carnegie Mellon, Debian developers are stitching together a full distribution. Microkernels are designed to get away from a basic problem in Unix-like architectures: To do anything fun you need the root password. Mach is designed to let normal users do things that only root could do on Linux; that makes it a natural on shared ISP boxes. Right now Hurd is a bit rough, so it's probably not the best place to start.
Until the Debian team can see that their installer is one of the most user-hostile installers ever, I will not be wasting a CD on Debian. I would personally smack anybody who recommended Debian to a newbie.
And since RPM is the standard now according to the LSB, what will Debian do?
So do you call yourself GNU/Ecco?
Hmmm... does anyone still use Potato. I thought most people move to testing/woody?
Je ne parle pas francais.
PHP4, INN2, Apache, telnetd, IMP, ssh-nonfree, wu-ftpd, xtel, OpenSSH, Postfix, Mailman, GPM, Mutt, Exim, AND libgtop
So you'll definetly want to at least get these new packages.
Here is an example. I am not a KDE advocate or anything (Window Maker for me) but I noticed that all versions of KDE is still listed as "testing" or "unstable" while GNOME 1.0.55 is listed in the "Stable" package section? I'm sorry, but KDE 2.2.x is ALOT more stable that "October" GNOME which was released in 1999! Debian needs to get with it. Stability is one thing, but this is bordering on the rediculous. October GNOME was not all that stable, and KDE 2.2.2 is one of the most stable desktops out there.
-- 4 8 15 16 23 42
I used to run debian stable, but switched to testing several months ago. I think testing is the dist for most users. Too bad newbies get steered toward stable. The testing dist is stable enough for just about everybody.
Just about Slashdot.
What kind of news is this? So it's a service pack for Linux. So what?
Honestly, since I started making the slashdot search page my main slashdot starting point, I've noticed that there are quite a few stories that deserve to be on the front page that aren't (the TAOCP 4 story, for example). I've also noticed that tripe like this story is promoted to the first page way too easily.
Is the world just becoming such a boring place that service packs make headlines now?
I downloaded, and burned the last release onto CD.
/. community has some insights.
Now I'm having some install problems. The box I'm trying to install to has no floppy drive. The installation tries to find the 'rescue' disk and prompts me to put it into the floppy drive.
This of course is before the installation of the base system. I've looked on the disc[from the prompt], and no image anywhere. So the install farts out and that's it.
I've tried to find a work around on irc, newgroups and the like. No one else seems to have this problem. As I understand it the 'disk' is actually what the CD is booting from.
Does this release fix this problem? Has anyone else had this problem? No one else seems to have this problem... that I've talked to.
I hate to be offtopic here... and I don't mean to point out a problem, and this isn't a troll etc.
I just hope the
I really want to get this RPM'n piece of crap off my box. apt-get packagename is so much easier when the only interface with the box is my Doze machine.
TIA
Get your Unix fortune now!
Of course the lives of the afghani people are less important than Debian. LINUX IS LIFE!!! Whats a few thousand deaths compared to the glory and majesty of LINUX.
Having said my two cents worth. im on my way to worship at the temple of Torvalds...
Conspicuously missing from the list of updates is glibc. Since Red Hat released a security update for the revision used in Potato, I'm assuming that Potato is also vulnerable to the heap corruption bug in glibc's glob() function. The fix is simple, so where's the update? AFAIK, the only major distributions that haven't addressed this problem are Debian and Slackware.
>MY GO there are like 10 security fixes in
> >this release !!!! (Im used to 10 a week !)
This is the reason why there are people like me still using potato. It is stable and secure. You do not have to get 10 security-updates a week like using those bleeding edge software.
In fact, here are the requirements for a package to make it into a Debian stable revision:
(from http://people.debian.org/~joey/2.2r5/)
[Joey Hess's] requirements for packages to go into stable:
1. The package fixes a security problem. An advisory by our own Security Team would be quite helpful.
2. The package fixes a critical bug which can lead into data loss, data corruption, or an overly broken system, or the package is broken or not usable (anymore).
3. The stable version of the package is not installable at all due to broken or unmet dependencies or broken installation scripts
4. The package gets all architectures in stable in sync.
5. All released architectures have to be in sync.
Look out honey, 'cause I'm using technology; Ain't got time to make no apology
Evenually this post will make it's way onto google, somewhere. Here's my bit 'o debian advocacy.
I've been using it since 97, and haven't looked back. To the guys and gals on the debian dev team, thank you. You've made my life so much easier. One of these days I'll sit down and help squash some bugs so unstable doesn't remain unstable for so long.
Negative moderation is flawed. It is obviously unhelpful for one
moderator to mod something down as "redundant" if another moderator
has already modded the post up as "informative" earlier.
The "flamebait" label and to a lesser degree the "troll" label are all
also used continuously to moderate down posts which are clearly
on-topic and which make valid points but which the moderator in
question disagrees with.
I think that slashcode needs to be rewritten to separate negative and
positive moderation points. Each moderator receiving moderation points
will get AT MOST one negative point per batch of points, and there
will only be a 50% chance that the moderator will even receive this
one negative moderator point.
The system can work with positive moderation only; users can read at
+3 or +4 to see only the best posts. I already feel like I've missed
many informative, helpful posts -- including many that were
*previously* modded up -- because others have seen fit to mod them
back down, usually (in the case of "flamebait" and "troll") because
they disagree with them, often because (in the case of "redundant")
they just apparently have moderator points to burn before they run out
of time.
Negative moderation should be very, very rare on a system like this
one; to do anything else is to stifle the free exchange of ideas.
Their system to download the ISOs sucks... it took me a while to figure it out. Ok, so I finally downloaded the damned ISO. I boot off of the CD, and then go through a really oldish install... thats just fine with me... I dont need a gui install... It doesn't detect my hardware... thats fine, I know what I have and how to configure it. What the hell, it doesn't come with XFree86 4.x! Fuck this... a 2.2 kernel. Damnit thats stupid.
For the love of god... upgrade stable. I have been running pretty recent kernels, and recent software under slackware 8 and everything is great...
And apt... what a joke
Stable = Potato (oldest)
Testing = Woody (soon (maybe)stable)
Unstable = Sid (bleeding edge)
Sometimes when someone points stuff out like this its considered trolling. Sometimes its insightful. We'll see how this plays out...
In my observation Stable really means "All the developers have moved on to the next latest and greatest so this won't change much. But we'll fix it anyway".
Perhaps you should use the "Viagra" beta boot disks. Much more efficient, I've heard.
Do you like German cars?
The big question is why Woody still has not been released? I thought going to unstable/testing/stable model was supposed to speed up release cycles. Apparently not.
___
If you think big enough, you'll never have to do it.
Negative moderations are inherently bad for the discussion forum. They only stiffle potentially good discussion because moderators waste their points on trolls. Here's why I meta-moderate negative ratings to unfair. Read up and let me know what you think.
With KMail, I used this to fix it:
LD_PRELOAD=/usr/lib/libpng.so.2
kmail &
Give that a try til the probs get fixed for real!
--
CodeRed, the lower user #. No relation to SirCam.
Quit posting minor updates about Debian to the frontpage. I need a bloody mirror list now. Do you know how long it takes to 'apt-get update' on a 26400bps connection. A long fucking time.
actually, apt-get install cruft, and then run cruft. It will remove old programs and libraries that aren't needed that you don't want anymore. It cleaned up my system quite a bit.
I don't quite understand why RPM has been mentioned more times than APT, dpkg and alien combined. This thread is supposed to be about Debian, not RedHat or the LSB. Nobody has even mentioned apt-rpm yet, which is at least periphially related to Debian technology.
I don't install new kernels from RPMs, I install them from dpkgs, usually using apt. I don't consider myself a linux user - I consider myself a Debian user. I consider myself a user of the Free Gnu OS, of which Linux is just one optional part. I look forward to being able to use APT to upgrade my kernel away from Linux.
And FYI, more than a few times, I have heard in the popular press mentions of Red Hat as an OS, without calling it "Linux". I'd hardly say that the rote typing of four lines in a BASH shell makes you more of a "linux" user than the next geek. I'd like to see you install a functional Linux kernel without utilizing a previously installed (by RPM? Tar.gz?) Linux kernel. Even more impressive, to be a literal "linux user" you should avoid the GNU toolkits.
[Okay, I'm prepared to lose four karma points over this, offtopic, flamebait, troll, overrated, all the way to -1, just because there are so many damn Debian cheerleaders here and moderation is so damn broken]
.deb packaging moves farther toward the standardization fringes...
The problem with Debian is that it's too stable. What I mean by that is that though Debian does feel very stable, the current release also feels about 5 years behind other Linux operating systems in many ways, while not being all that much more stable than Red Hat, Caldera, or Slackware.
I run Debian on a couple of PowerPC-based Web servers so it's not like I've never used it. I'd run Red Hat or Slackware on them if I could, though.
And dselect has to go. Is there a new installer/package selector coming in the next major release, or will Debian still be the ugliest and clumsiest Linux to install on the face of the earth? Way back at Slackware 2.x, its installer was pretty, powerful, automatable, and easy to use.
Red Hat installs a lot of crap, but it's got a decent record of keeping up on updates in a reasonable amount of time (i.e. no lurking glibc bug) and most of the software around the net will run on it.
Aside from the multi-platform abilities of Debian, I really see no reason to use it, especially as
STOP . AMERICA . NOW
thanks for rockin'... much appreciated. :-D
I'm about to trade an old PC for a Mac Quadra 700. Has anyone tried the 68k version of Debian? I'm either going to install it or BSD, but I'm leaning more toward Linux since I'm familar with it.
All this talk about patches and kernel versions
is making my head hurt. Just run FreeBSD and
you don't have to worry about all these little
details because their unified distribution takes
care of that for you.
Personally, I don't use it, as I have not attained the level of "leetness" that is required. That said, I thinks it's awesome that development is still going for this and many other distributions (Slackware...). It may not be ready for "Prime Time" (whatever the hell that means...) but Linux is gaining ground everyday while the major OS vendors (Mainly M$) are slapping ever more intelligent users with useless bloat, and the silliest licensing schemes known to man. Someday thank God, when I go into comp USA, and buy a PC, they'll ask "and which OS would you like?" That's when open source has won. God, I love stating the obvious...
Shift happens. Fire it up.
is that it just feels slower than any other distro. I have Debian straight, Corel, and Storm, and everything just moves slower. I can't say why, but it has kept me from every using it.
apt-get remove anonymous-coward :)
hehe.
On the other hand, you have fingers
cruft reports files on the system that do not belong to any Debian package (and aren't in a list of known configuration files for installed packages). You yourself can then remove them. It's still very useful.
"The price of freedom is eternal vigilance." - Thomas Jefferson
The parent post should be scored "-1, mentions moderation".
Any post that complains about the moderation is a flagrant flamebait and deserves the -1 they so loudly complain about.