Debian Project Nominations Opened
robstah writes "The Debian project have announced the opening of nominations for this year's Debian Project Leader (DPL) elections. The first nomination, that of Matthew Garrett (of Dasher fame) has also been announced on Debian Planet."
Other than maybe Eben Moglen, I can't think of anyone who would defend the purity of Debian more strongly than Richard Stallman. The Debian project has always been about providing a Free operating system that works great rather than a semi-Free operating system. This is in line with RMS's original goal of Hurd (which is booting now!).
Let Freedom ring!
Sounds like democracy on steriods. large projects need benevolent dictators!
Get the tiny Debian
A wise man once said: If Debian spent less time encouraging politics and more time developing, packaging and testing, Debian stable would have more up2date software versions.
I forgot who said it. Doesn't matter anyway.
I'm a little intrigued that the project leader position appears to only be open to developers. Perhaps it's done to ensure that the leader is aware of all of the complications involved at lower levels, but I have to wonder if it's always best to have a project led by one of the foot soldiers.
500GB of disk, 5TB of transfer, $5.95/mo
Will "sarge" become "stable" under the new leader?
Or is this going to become some "Real Soon Now" / "When It's Done" thingie?
I don't suffer from insanity, I enjoy every minute of it.
Debian GNU/Linux 3.0 (a.k.a. woody) was released on 19th of July, 2002.
Don't let that stop you trolling, though.
deus does not exist but if he does
But anyway, if Debian doesn't like the GFDL, what does it like better? The CC share-alike license? Would the CC share-alike-attribution license be ok?
And in the meantime, what does Debian plan to do about documentation that is already GFDL'd? It seems ridiculous to refuse to distribute docs just because they're GFDL licensed, especially if they don't have any invariant sections.
Find free books.
...of Dasher fame? He hasn't done anything else? That's his qualification? Some people take Democracy too far.
I'll admit Dasher is kinda cool but its really not all that complex. It'd be like MS putting the guy who thought up MouseKeys in charge of Windows.
Direct away from face when opening.
Or a well-formed constitution: http://www.debian.org/devel/constitution
Ludwig Wittgenstein
Sigh, the folks who modded this funny have obviously never used Debian Sid for awhile.
Look, for cryin' out loud people, there are people like me who been running on Debian Sid (unstable) for YEARS. At least 5 so far, long enough that I can't even keep track, and in all that time I can count the number of serious problems on just one hand (and yes, I only have 5 fingers per hand just like all other humans).
All it takes is some common sense to have great stability with the up2date software you want. The rule is really simple, if a little heretical: DON'T USE APT-GET. Use aptitude; upgrade what you need and keep everything else on hold until upgrades are forced because of dependencies. Don't bloody update everything everyday, thats just asking for trouble. Only upgrade on significant version changes, don't upgrade large packages when they first hit debian.org, wait 24-48 hours and see if anything bad shakes out. Really people, its not that hard.
Sorry, for the tissy response, but those of us who KNOW FROM EXPERIENCE that Debian Sid is not "broken" are getting really tired of the lame jokes.
Look, it's called 'unstable'. What sort of impression do you think that gives people?
One of the reasons people use distributions is to get a stable set of packages that work with one another, instead of having to pick them all out by hand. Your method above is basically reverting to hand selection, and is not really something that is acceptable outside of a hobbyist setting. One of the reasons for Ubuntu's instant success is that they QA'd a bunch of recent packages, and released them as a distribution.
This situation has, from my observation of things, led to a lot of people abandoning Debian for things like Ubuntu and Fedora. I guess it doesn't matter all that much - we're not going to lose out on any revenue;-) - but it's a pity, as Debian use to have an excellent technical reputation.
I suppose marketing types might say that Debian has mismanaged its brand or something like that, becoming known for the "freeer than thou" political battles with the FSF, and having a very out of date distribution rather than technical excellence. Hopefully, we can get that back, but it will be tough.
http://www.welton.it/davidw/
How about nominating someone who will put a higher priority on getting Sarge out the door than on the purity issues?
I like Debian's reliability and I've used debian as my primary OS since around '96. I also live in the real world where non-OSS commercial software gets used. The libraries in Woody have gotten too far behind current. Sarge needs to get out the door soon if Debian is going to remain viable outside of the core clique of maintainers.
Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
No, its only "broken" if the breakage reaches your machine. In your example, use aptitude and put all packages that can't be upgraded because of dependency problems ON HOLD until the problem is fixed. The maintainers hear about the problems and usually fix it within a day or so. Sometimes it may be several days before some critical library is updated to fix a dependency chain mess, but NOTHING ON YOUR SYSTEM IS BROKEN IF YOU JUST HOLD EVERYTHING AND WAIT FOR THE FIXES. Patience is all you need.
I ran Debian for a year or two around 1999-2000. I liked many parts of it, but over time I got frustrated of following its progress since it was so slow. I have followed several Debian project leader elections over the years, at a distance, by reading the candidate's programs, and no matter who is elected, the slow progress continues. I must say - what difference do they really make? I understand that there could be lots of important stuff being done in the background, but my impression of Debian is that it is a stagnating distribution. Very conservative, moving very slowly. This can be good, but I think also it is dangerous.
Can someone mention the three most positive things going on in the Debian community right now. What will Debian bring in the near future? What makes Debian of today different compared with Debian three years ago?
I would have to agree that installing a package as soon as it hits unstable is a bad idea. You can go to packages.qa.debian.org to see how long it's been since a package was uploaded, along with any pending issues with it.
LRC, the best-read libertarian site on the web
Me too. It doesn't happen often, but when it does, just put all the affected packages on hold until the broken package is fixed.
It takes a little time to get up to speed with aptitude (its UI is very functional but not exactly user-friendly), but once you do, its easy to "hold" packages so that nothing breaks on your system until the dependencies are fixed on debian.org, at which time you just "un-hold" the affected packages and let them upgrade as normal. Aptitude lets you walk a package's dependency tree, forwards and backwards, so its easy, once you've done it awhile, to find and hold an entire tree of dependencies that are currently "broken". Afterwards, every once and awhile, you try to unhold the primary package and see of the dependency problem has been fixed. If it has, let aptitude, via apt-get, upgrade the packages, if not, put the packages back on hold.
If you get conservative, and just start keeping most stuff on hold unless its something you want or need, then this problem gets even rarer, because often the problem packages may now already be on hold and thus you never "see" the problem at all.
It does require a different mindset from the typical use of apt-get though. apt-get is primarily designed for the upgrade from one fixed version of Debian to another, but when using it to constantly update from a moving, changing target like unstable/Sid, its usefulness really falls apart. To keep your system going for long periods of time in light of daily changes like that, you simply have to get more conservative and adopt an attitude of "only mess with the stuff that I really need".