Slashdot Mirror


Linus Torvalds Suspends Key Linux Developer

alphadogg writes: "An argument between developers of some of the most basic parts of Linux turned heated this week, resulting in a prominent Red Hat employee and code contributor being banned from working on the Linux kernel. Kay Sievers, a well-known open-source software engineer, is a key developer of systemd, a system management framework for Linux-based operating systems. Systemd is currently used by several prominent Linux distributions, including two of the most prominent enterprise distros, Red Hat and SUSE. It was recently announced that Ubuntu would adopt systemd in future versions as well. Sievers was banned by kernel maintainer Linus Torvalds on Wednesday for failing to address an issue that caused systemd to interact with the Linux kernel in negative ways."

641 comments

  1. Linus is being Linus. by Lisias · · Score: 5, Insightful

    And this is good.

    Quote from the Linus email:

    Kay - one more time: you caused the problem, you need to fix it. None of this "I can do whatever I want, others have to clean up after me" crap.

    Being Kay a Red Hat paid developer, perhaps it's not his entirely fault what's happening. But it's his name on the table, so it's his responsability nevertheless.

    --
    Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org
    1. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      Well, if Kay doesn't want to fix it, why doesn't Linus simply revert his buggy commit/branch?

      I don't understand.

    2. Re:Linus is being Linus. by gigne · · Score: 5, Informative

      Because the code that needs "fixing" is in systemd, not in the Linux codebase. therefore Linus cannot revert.

      --
      Signature v3.0, now with 42% less memory usage.
    3. Re:Linus is being Linus. by Anonymous Coward · · Score: 4, Informative

      because it's a bug in *systemd*, not in the kernel, but it prevents the kernel from loading in debug mode.

    4. Re:Linus is being Linus. by Parker+Lewis · · Score: 2

      > you caused the problem, you need to fix it This is true in ANY development company/organization/group. In my first days, they even call me at my night to ask me to fix a build that I broke due don't run proper checking/testing.

    5. Re:Linus is being Linus. by x_t0ken_407 · · Score: 5, Informative

      I read the mailing list thread as well as the bugzilla report...Kay certainly was certainly being a complete dick here. Too many people will see this as "an asshole being an asshole" w/respect to Linus, but he actually had a reason [this time, lol].

    6. Re:Linus is being Linus. by Bill+Dimm · · Score: 5, Insightful

      but he actually had a reason [this time, lol]

      I've read about quite a few of these "Linux blow-ups" over the years, and I can't think of a single instance where I cam away thinking Linus was anything short of fully justified once you actually looked at the context.

    7. Re:Linus is being Linus. by x_t0ken_407 · · Score: 1

      Admittedly I've not read nearly enough into the "blow-ups" to even have a valid opinion on this. Let's see, there's this one, and then there's the one where he was accused of being a misogynistic ass, then there's the "fuck you nvidia" one. Yeah, I tend to agree with you...everyone I've read into I completely agree with him on.

    8. Re:Linus is being Linus. by squiggleslash · · Score: 1, Flamebait

      Agreed. 99% of the time when a headline about Torvalds being in a fight with someone, I think "Here we go again", and my prejudices are confirmed. In this case though, it's a 100% legitimate response to someone who's being a four-letter-word to people suffering a legitimate issue with a bizarre implementation choice.

      The only problem I can see is... well, is Kay actually a Linux developer? This sounds a little like me banning Brandon Eich from my house because I don't like his hate campaign donations. It's almost passive-aggressive. Not that there's anything wrong with that.

      --
      You are not alone. This is not normal. None of this is normal.
    9. Re:Linus is being Linus. by Anonymous Coward · · Score: 3, Informative

      Well, if Kay doesn't want to fix it, why doesn't Linus simply revert his buggy commit/branch?

      I don't understand.

      Because having "debug" on the kernel command line has worked for years/decades with the Linux kernel, and now suddently systemD is doing something /proc/cmdline that causes systems to stop booting when it is present.

      Nothing is broken with the kernel: it boots, finds devices, and starts PID 1. It's only when systemD is PID 1 that having "debug" causes a problem. The change occurred with systemD, and so the reversion should occur with systemD because it breaks backwards compatibility with a well-known API (in this case the the kernel "CLI").

    10. Re:Linus is being Linus. by Rich0 · · Score: 5, Insightful

      Being Kay a Red Hat paid developer, perhaps it's not his entirely fault what's happening. But it's his name on the table, so it's his responsability nevertheless.

      Somehow I doubt RedHat is paying him to abuse people in their bugzilla. I suspect they tolerate him because he is a rock star. In some sense Linus just put them at a disadvantage competitively so it is now more in their interest to reign things in.

      If I posted something like that on a forum owned by my employer or using an email address that named my employer I'd get a strong reprimand at the very least. I'd like to think that they wouldn't fire me over it on a first offense, but no doubt it would cross their mind, and if I kept it up I'd be gone for sure (and rightly so). Kay's reputation isn't the only one at stake.

    11. Re:Linus is being Linus. by Sun · · Score: 3, Interesting

      Blowing up at Andrew Tridgdell after he "reverse engineered" (i.e. - sent "help" on a telnet connection) the bitkeeper protocol, causing bitkeeper to withdraw support from the kernel.

      Personally, I think bitkeeper were just waiting for an excuse to do that. Their business justification was quickly eroding. The needs of the kernel and the needs of their commercial customers were drifting apart. Supporting the kernel was becoming a liability, rather than an asset, to them. That's also the reason, I think, that they were so quick to withdraw all support after such a minor infraction.

      Shachar

    12. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      Kay certainly was certainly being a complete dick here.

      That attitude seems to pervade RedHat. Gavin King (of Hibernate fame) is generally a complete jerk as well.

    13. Re:Linus is being Linus. by Anonymous Coward · · Score: 1, Interesting

      When Linus got furious with Andrew Tridgell for "reverse engineering" the BitKeeper client, causing Larry McVoy to throw a hissy-fit, take his ball, and go home, I thought that was totally uncalled for. From what I understand, Andrew had connected to a BitKeeper server with telnet, typed "help", and got a help text describing the protocol. From there he made an open source client.

      In this case, Linus couldn't accept that he was wrong to use a proprietary system for source control, which could be taken away on a whim. He was right, however, in that the existing non-distributed VCS tools (such as cvs or subversion) wouldn't scale too well for how the kernel devs worked. Of course, the good that came out of this was Git, so I'd say Andrew Tridgell did the world a favor. Not sure how Linus feels about that incident now though.

    14. Re:Linus is being Linus. by allo · · Score: 1

      And, is bitkeeper still around, now that everyone is using git?

    15. Re:Linus is being Linus. by Anonymous Coward · · Score: 5, Informative

      He can, but they're tired of Kay breaking other portions of the system by making changes to the specific program he develops. Kay then will tell people to submit a patch to fix it since his program is working the way he wants, even if it is breaking other things by not following an established method. This has been going on for years. In this case he broke a system that has worked fine for decades and sees it at someone else's problem. It will get fixed by someone else and Kay has been suspended from sending in more system breaking changes, but if Kay was willing to clean up his own mess for once, people wouldn't be so upset with him.

    16. Re:Linus is being Linus. by petermgreen · · Score: 1

      Looks like it's still arround.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    17. Re:Linus is being Linus. by MichaelSmith · · Score: 0

      Linus can merge his branch again, against an earlier version of Kay's branch.

      (I do CM in git for a living. Been there, done that.)

    18. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      Being Kay a Red Hat paid developer, perhaps it's not his entirely fault what's happening. But it's his name on the table, so it's his responsability nevertheless.

      Seriously, you have no idea what you are talking about. There are a number of RH developers who are in favor of Linus' argument. Hell, the guy who posted the kernel patch at https://lkml.org/lkml/2014/4/2/415 to circumvent this from the kernel also works at RH

      Disclaimer: I do too

    19. Re:Linus is being Linus. by Zontar+The+Mindless · · Score: 1

      BK were very quick after that to start charging MySQL for it. As in "about a week later". MySQL put up with this for about 6 months (not being able to do much about it at a moment's notice), then switched to BZR, which they're still using.

      BitKeeper had some nice whizz-bangs. But it also ate CPU like crazy--even a simple pull would peg it. You simply could not do anything else with your machine while BK was doing anything.

      I remember at the time thinking it was pretty funny that BK assumed that folks who write an OS kernel would somehow be unable to write their own VCS.

      --
      Il n'y a pas de Planet B.
    20. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      The best Linus can do now is to start the systemd replacement of his own. It is just hilarious, that the two most hated parts of Linux (systemd and pulseaudio) are also annoying the kernel developers. Neither of these are rocket science when compared to the OS that runs them, so if Linus wanted to fix things, he would simply write the kernel initialization process a one step forward to the first login prompt, where people normally see his system for the first time. Uninstalling pulseaudio is easy, and it usually happens without any audible problems, but replacing a startup system is not so easy from a user point of view.

    21. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      others have to clean up after me, comes later.

    22. Re:Linus is being Linus. by 7-Vodka · · Score: 1
      I don't see any evidence of him being a dick.

      I see him saying this is not a bug and asking people to move the discussion elsewhere.

      --

      Liberty.

    23. Re:Linus is being Linus. by Anonymous Coward · · Score: 1

      Yet another reason not to use systemd.

    24. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      zontar's not mentally stable or competent and admits it http://slashdot.org/comments.p... so don't waste your time arguiing with the nutjob zontar the mindless (apt name at least due to his delicate condition, haha): he can't digest or understand logic, or reason.

    25. Re:Linus is being Linus. by Lisias · · Score: 1

      Of course, the good that came out of this was Git, so I'd say Andrew Tridgell did the world a favor. Not sure how Linus feels about that incident now though.

      This is a very good question to ask Linus on an interview, don't you think?

      --
      Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org
    26. Re:Linus is being Linus. by Lisias · · Score: 1

      Being Kay a Red Hat paid developer, perhaps it's not his entirely fault what's happening. But it's his name on the table, so it's his responsability nevertheless.

      Seriously, you have no idea what you are talking about.

      I agree. Being that the reason I put that "perhaps" word in the phrase - didn't you noticed it?

      --
      Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org
    27. Re:Linus is being Linus. by Ol+Olsoc · · Score: 1

      I read the mailing list thread as well as the bugzilla report...Kay certainly was certainly being a complete dick here.

      He was definitely justified in bouncing the dude, nd "being a dick" is a very gentle term. I read the report, Sievers needs to go to Redmond, where bugs are actually features.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    28. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      Regardless of who is to "blame", nothing excuses Linus's childish behaviour. This could have been dealt with in a far more professional manner

    29. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      except it wasn't an infraction at all, the "reverse engineering" consisted of entering a HELP command which bitkeeper supported and replied to by dumping out information. If bitkeeper considered those commands secret, they should not have been documented by bitkeeper in response to HELP

    30. Re:Linus is being Linus. by Lisias · · Score: 1

      I don't see any evidence of him being a dick.

      I see him saying this is not a bug and asking people to move the discussion elsewhere.

      I suggest Redmond. I think he will be fine around there. :-)

      --
      Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org
    31. Re:Linus is being Linus. by Lisias · · Score: 1

      Regardless of who is to "blame", nothing excuses Linus's childish behaviour. This could have been dealt with in a far more professional manner

      Every single Linux user is a excuse for Linus's behaviour, being it childish or not.

      I agree with you that working to Linus can be a harsh, very harsh way of earn your living. But yet, no one is forced to do so.

      Are you pissed off with Linus? Walk away.

      Don't condone Linus behaviour? Use FreeBSD on your box or IOS/WP on your phone.

      Or fork the Kernel and do the job yourself. :-)

      --
      Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org
    32. Re:Linus is being Linus. by vanye · · Score: 1

      Yes, and git is what you get when (one very talented) kernel developer writes a VCS for himself.

      bk was better. It just worked. At a time when DVCS were bleeding edge, it was usable by people who came straight from CVS, that was a major achievement. That's what makes it better.

      I've used RCS, SCCS, CVS, ptools (SGI's homegrown system), BK, SVN, HG, fossil, git.

      I hate git the most.

      But its one I picked to replace SVN; whereas fossil is my personal preference, sometimes you need to take one for the team...

    33. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      Regardless of who is to "blame", nothing excuses Linus's childish behaviour. This could have been dealt with in a far more professional manner

      Oh look, another member of the ultra-pussy "don't hurt my precious feelings" generation. Suck it up, princess, or go home and cry to your mommy. Linus is talking like an Engineer, not a fucking idiot Manager.

    34. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      Technically there's a bug in the kernel too (kernel dbus cause a panic if it's given too much data too quickly, which is what systemd is doing when debugging is enabled)

    35. Re:Linus is being Linus. by Cramer · · Score: 1

      That's one insignificant reason among thousands.

    36. Re:Linus is being Linus. by Cramer · · Score: 1

      No, the bug is systemd thinking it's the whole damned universe. The kernel cmdline is the Kernel's Command Line, not f'ing systemd's.

    37. Re:Linus is being Linus. by Cramer · · Score: 1

      Like... WHAT WE'VE BEEN USING FOR DECADES! There are MANY reasons to hate systemd, and only 2(?) reasons to want to use it -- and even those aren't that compelling. Linux (and every other *NIX) has been booting, starting, and stopping applications for decades, but now we have to have a mini-OS to do this (and hundreds of other things that have been very sucessfully handled by numerous other applications for just as long -- like getty, inetd, syslog, portmap, etc.)

    38. Re:Linus is being Linus. by Cramer · · Score: 1

      Tridge did a f***load more than just send "help" to a bkd. The most damning part was that he continued working on it after a) being told to stop, and b) agreeing to stop.

      But yes, Larry was very tired of the community continually pissing on his hard work. Tridge was one who shit in the sandbox and got us all thrown out.

    39. Re:Linus is being Linus. by Cramer · · Score: 1

      Right, tridge completely reverse engineered BK from the output of "HELP"; and Kevin Mitnik could launch nukes by whistling into a phone. He did a lot more than just send "help" to a bkd. He didn't do anyone any good; git is a pile of shit... it was designed in a rush to handle exactly *one* thing. People only flock to it because a) it's free, and b) "the kernel uses it". (which, for the record, are the same two reasons thousands of projects used bitkeeper.)

    40. Re:Linus is being Linus. by Sun · · Score: 1

      Can you please provides citations to the "agreed to stop" claim?

      Shachar

    41. Re:Linus is being Linus. by MikeBabcock · · Score: 1

      You needed a 432nd?

      --
      - Michael T. Babcock (Yes, I blog)
    42. Re:Linus is being Linus. by MikeBabcock · · Score: 1

      Your last point is why BitMover should never have stopped supporting the kernel developers for free.

      --
      - Michael T. Babcock (Yes, I blog)
    43. Re:Linus is being Linus. by MikeBabcock · · Score: 1

      I'm sick of people using the word "professional" to mean something it doesn't mean.

      There's nothing unprofessional about telling another professional he's being walked out the door by security for not playing well with others.

      If anyone was unprofessional, its the RedHat employee who kept closing bug reports without acknowledging the problem.

      --
      - Michael T. Babcock (Yes, I blog)
    44. Re:Linus is being Linus. by Anonymous Coward · · Score: 0

      You caused the problem is different than you TRIGGERED the problem.
        This is only really necessary because the current kernel log timestamps are unusable crap. (We could fix that, hint hint.)
      Think of how much Torvolds could fix if he spent his time fixing his crap instead of acting like an asshole.
      Torvolds has an advantage that most people will go along with "it's my ball, and i'm taking it home" attitude.
      The kernel owns undefined keywords now and returns a system hang on invalid input.
      What are you? Twelve?
      fix your garbage.

  2. hold on by Anonymous Coward · · Score: 1, Interesting

    Before everyone gets all shouty, lets remember that the kernel does all of their work in public and Linus just talks like a sailor. This doesn't need to be made into a bigger deal than it is just so commentators can have their pissing matches.

    1. Re:hold on by Rosco+P.+Coltrane · · Score: 3, Funny

      Linus just talks like a sailor.

      Arrh, I dun think so me shiverin' matey!

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    2. Re:hold on by Isaac+Remuant · · Score: 1

      agreed. Full transparency and high expectations give us this type of things.

      --
      "Science can amuse and fascinate us all, but it is engineering that changes the world. " - Asimov.
    3. Re:hold on by Marginal+Coward · · Score: 1

      Linus just talks like a sailor.

      Arrh, I dun think so me shiverin' matey!

      When I read that, I heard it in Mr. Krabbs voice. But Mr. Krabbs is a lot easier to work for than Linus, me boy. Linus is more like the Flying Dutchman, without the loveable part.

    4. Re:hold on by gweihir · · Score: 1

      This is actually pretty big. Don't try to mislead people.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    5. Re:hold on by KozmoStevnNaut · · Score: 1

      Mr. Krabbs is voiced by the same guy who played the Kurgan in Highlander. Awesome actor, BTW.

      --
      Eat the rich.
    6. Re:hold on by Anonymous Coward · · Score: 0

      hi hi captain!

    7. Re:hold on by MikeBabcock · · Score: 1

      The only way this is big is in a positive way -- we have a leader who stands up for what's right and good instead of pussyfooting around.

      --
      - Michael T. Babcock (Yes, I blog)
  3. harmless by Anonymous Coward · · Score: 0

    seemed like a harmless pep talk move along

  4. Someone has to be in charge by tomhath · · Score: 4, Interesting

    his complaint about systemd has been widely echoed in the Linux world, with prominent contributors like Ingo Molnar, slamming the “excessively passive/aggressive” attitude of the project’s maintainers.

    If you ignore requests you piss people off. Sounds like banning the guy was the right thing to do.

    1. Re:Someone has to be in charge by bobbied · · Score: 0, Flamebait

      Ah come on. He really didn't "Ban the guy" he said he wouldn't accept any patches from him and merge them into the kernel. Torvalds is routinely rough with his contributors. As I figure it, this guy doesn't have enough devotion to satisfy Torvalds, maybe he has a REAL LIFE or something. Makes me glad I'm not a part of *that* or any other Torvalds run project..

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    2. Re:Someone has to be in charge by phoenix_rizzen · · Score: 5, Informative

      Kay's been a kernel developer for years, and has clashed with Linux many times in the past, all for the same reasons: Kay patches something, breaks a lot of things, says everyone else has to fix their code to work around the things he broke as it's "not his problem". Linux has finally had enough of that attitude.

    3. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      One can have a real life, and a slow commit schedule and still iteratively improve on the project. The accusation is that the commits are fire and forget, and never fixed. That's not having a life, that's being lazy, or possibly intentionally troublesome. Given that Red Hat's business model seems to be selling service contracts, they don't have any real investment in doing it right the first time, or fixing anything that a customer isn't (yet) complaining about.

    4. Re:Someone has to be in charge by amiga3D · · Score: 1

      He feels passionate about it and doesn't mind telling people how he feels. I don't mind working with these kinds of people IF they are competent which Linus certainly is. I read further into the thread and they set about dealing with the problem on the list pretty straightforward and businesslike, that one post was just steam being let off I think. Almost any project has some sort of strife involved.

    5. Re:Someone has to be in charge by bobbied · · Score: 1

      True, but he didn't get "banned" forever, just until he steps up his game. He may or may not step up. I'm guessing not.

      But either way, Torvalds is not somebody I would like working for. I find some of his antics and language unacceptable and unnecessary. You can say things like this without the four letter words and without poking folks in the eyes in full public view. This warranted a private "I'm going to ban you if..." E-mail, not cursing on a public E-mail list. No need to go the public shaming route here, but Torvalds does that pretty quickly. It's his style and seems to work for him, but I'm sure there is a large group of people who won't work for him because of it.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    6. Re:Someone has to be in charge by phoenix_rizzen · · Score: 4, Insightful

      Except that after years of polite "you need to fix this" requests and no follow-up from Kay ... what do you consider the appropriate response? This isn't the first time Linus has called him out. But it's the final time; the time that broke the proverbial camel's back.

    7. Re:Someone has to be in charge by Anonymous Coward · · Score: 1

      I'm sure there is a large group of people who won't work for him because of it.

      Aw, are the fluffy Care Bears upset?

    8. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      If you don't have enough "devotion" to fix crippling bugs in your code, you probably shouldn't be a developer.

      This whole, "He probably had a REAL LIFE he was living instead!" thinking is bullshit.

    9. Re:Someone has to be in charge by coats · · Score: 3, Insightful
      I *would* really like working for someone like Linus -- really sharp, really on-the-ball, really high expectations, really willing to listen to well-though-out "it might be better to..." (see his response to Ted T'so later in this thread).

      Much better than working for some bureaucrat or politician who *thinks* he knows what he is doing.

      --
      "My opinions are my own, and I've got *lots* of them!"
    10. Re:Someone has to be in charge by bobbied · · Score: 3, Interesting

      You Ban him, but you don't need to vent and throw mud at him in the process. There is no need to publicly shame someone, just stop pulling patches from him and/or assign somebody else to fix it. Torvolds lacks class when he does stuff like this.

      Look, I don't have a dog in this hunt, I don't do kernel development or work with Torvolds, and I don't want his job. Torvolds can do what he wants with his project and treat his developers how he wants. Apparently this behavior works for him well enough to keep the project going. I just don't think his approach is the best. But, in the long run, my opinion doesn't matter. I'm sure Torvolds doesn't care what I think and he's made it clear to others in the past he doesn't plan to change. IMHO It's a shame that he runs off potential developers by doing stuff like this, but I don't suppose he sees it that way.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    11. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      It's the best news I've had all year. Way to go, Linus!

    12. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      Torvolds lacks class when he does stuff like this.

      If you're going to throw mud at him, you could at least get his name right. It's Torvalds. Also, you're wrong.

    13. Re:Someone has to be in charge by UnknownSoldier · · Score: 4, Informative

      > Yea, but if you mess up and do something he declares "STUPID"

      And if HE messes up he calls it moronic.

      http://lkml.iu.edu//hypermail/...

      Yeah, what Andrew said. My suggestion of per-task or per-cred is
      obviously moronic in comparison.

      Linus "hangs head in shame" Torvalds

      And Linus isn't afraid to admit something is complex.

      http://lkml.iu.edu//hypermail/...

      Oh, Christ, I see what you are talking about.

      That interface is all kinds of crazy.

    14. Re:Someone has to be in charge by CurryCamel · · Score: 0

      You really cannot accuse someone for lacking class, and then consistently spell their name worng :)
      Not that your accusation may lack substance, but still..

    15. Re:Someone has to be in charge by tibit · · Score: 2

      Sometimes there is in fact a need for public shaming, I think. Kay asked for it, Kay got it delivered. It's as simple as that. Doing it in private would be a disservice to everyone. It's a developer community, there's no point for keeping this sort of thing private. It goes against the very grain of things, I think.

      --
      A successful API design takes a mixture of software design and pedagogy.
    16. Re:Someone has to be in charge by bobbied · · Score: 1

      Apologies to Linus Torvalds.... I'm having typing issues today apparently, shame because I'm working documentation duty too. But it is Friday!

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    17. Re:Someone has to be in charge by tibit · · Score: 3, Insightful

      Yea, but if you mess up and do something he declares "STUPID", it's off to the public stocks for you in a flurry of expletives. IMHO Stuff like that just lacks class and reflects badly on him.

      On the contrary, I think this doesn't reflect badly on him. Kay has been pushing it for ages, and there was nothing else to be done. It's in everyone's best interest that the public is warned a) not to try such tricks, b) to stay away from Kay until he improves his behavior. Remember, Linux kernel is developed in the open. Public scorn is to be expected. You don't like it, maintain your own fork, that's what git is for, you know.

      --
      A successful API design takes a mixture of software design and pedagogy.
    18. Re:Someone has to be in charge by bobbied · · Score: 1

      But can we do it without the expletives or putting somebody into the public stocks in the town square? Reading the whole thread, what seems to be going on is Kay was simply not responding. It wasn't like Kay was out there being actively disruptive or pushing code into the kernel behind Torvalds' back. Linus just wanted something fixed in Kay's past contribution and was frustrated that he wasn't getting the fix fast enough.

      I don't think that this requires public shaming, in fact IMHO this is more likely to actually delay the arrival of any fix as Kay is likely Torvalds's best bet for getting a fix. There is a non-zero chance that Kay will just tell Torvalds to shove off and leave him to fend for himself, which means somebody else will have to come up the learning curve and get the problem fixed. That might be the best choice in the long run, but something tells me that it isn't, that Linus just shot himself in the foot. But that's just the perspective from some uninvolved observer.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    19. Re:Someone has to be in charge by TangoMargarine · · Score: 1

      Sometimes the only way to get through to somebody is to publicly yell at them. If I've talked to you civilly in private a dozen times and you pull the same shit a 13th time, I would lose it, too.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    20. Re:Someone has to be in charge by bobbied · · Score: 0

      Yea, but if you mess up and do something he declares "STUPID", it's off to the public stocks for you in a flurry of expletives. IMHO Stuff like that just lacks class and reflects badly on him.

      On the contrary, I think this doesn't reflect badly on him. Kay has been pushing it for ages, and there was nothing else to be done. It's in everyone's best interest that the public is warned a) not to try such tricks, b) to stay away from Kay until he improves his behavior. Remember, Linux kernel is developed in the open. Public scorn is to be expected. You don't like it, maintain your own fork, that's what git is for, you know.

      Look, this may have been in the best interest of the project, and it is certainly with the privilege of Torvalds to stop taking code from Kay but my complaint is about the way he chooses to vent. Torvalds prides himself in being an abrupt, no nonsense dictator. But IMHO he is unnecessarily abrasive, self righteous and borderline abusive, especially when he gets frustrated. Kay may have had a "ban" coming, but there are ways to do this without resorting to a public ridicule of somebody who has contributed value to your project in the past. No need to dig out the flame thrower, just calmly ask for somebody else to start looking at a fix, or start a discussion about removing Kay's code.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    21. Re:Someone has to be in charge by TangoMargarine · · Score: 1

      Ignoring someone's repeated attempts to unfuck something is a kind of response in its own way.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    22. Re:Someone has to be in charge by bobbied · · Score: 1, Interesting

      Sometimes the only way to get through to somebody is to publicly yell at them. If I've talked to you civilly in private a dozen times and you pull the same shit a 13th time, I would lose it, too.

      I don't see any reason to publicly shame anybody on purpose, especially in a situation where that someone is a volunteer who is not responding quick enough for you.

      Torvalds prides himself in being abrupt, no nonsense and a dictator. IMHO A position he uses to self righteously justify behavior that I find unnecessarily abrasive and borderline abusive. You can be a no nonsense dictator and still not need to publicly shame someone you are frustrated with.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    23. Re:Someone has to be in charge by Anonymous Coward · · Score: 1

      Except this was years of Kay messing up and telling other people it's their problem to work around what he wants. His behavior is stupid and Linus should have stopped accepting patches from him years ago. Also, this is an open source project so communication is going to be out in the open. You should try reading the bug report, it was bad enough for this particular issue, now imagine Kay doing this for years. Kay's attitude deserves the response he got.

    24. Re:Someone has to be in charge by bobbied · · Score: 1

      Ignoring someone's repeated attempts to unfuck something is a kind of response in its own way.

      Sure it can a response. But what information is it conveying? Hard to know unless you can get a response from Kay..

      There are LOTS of reasons for not responding that have NOTHING to do with the project. Developers have lives, stuff happens, stuff that is WAY more important than some Torvalds run project. Torvalds gets paid to do this Kernel thing, most developers are not so lucky. I have no clue what Kay's situation is, but there just *might* be good reasons he's not responding.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    25. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      So the only thing you're bitching about is: his wording.

      You can only call the baby ugly so many different ways that are polite before it is what it is.

    26. Re:Someone has to be in charge by poetmatt · · Score: 1

      No, it's not hard to know.

      It's a literal "Fuck you", just without using words.

    27. Re:Someone has to be in charge by bobbied · · Score: 1

      LOL... I suppose you can think that if you want.. I guess I won't be working for you or Linus..

      Have a good weekend...

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    28. Re:Someone has to be in charge by TangoMargarine · · Score: 2

      Is he actually a volunteer? I thought he was a Red Hat employee.

      Benevolent Dictator For Life, yes. After a certain point, the health of the product overrules the feelings of a programmer who is perpetually breaking the build.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    29. Re:Someone has to be in charge by bobbied · · Score: 1

      Is he actually a volunteer? I thought he was a Red Hat employee.

      Perhaps he is (or at this point WAS) in which case Torvalds should take it up with Red Hat directly.

      Benevolent Dictator For Life, yes. After a certain point, the health of the product overrules the feelings of a programmer who is perpetually breaking the build.

      My issue with Torvalds is not about his choice, but his method. IMHO, it would be better if Linus would vent his frustrations more diplomatically. I believe he is driving off a lot of help who just don't want to deal with him and the various projects he controls are worse off for it.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    30. Re:Someone has to be in charge by r.freeman · · Score: 1

      You are so wrong. Most developers ARE paid. So is Kay (by Redhat). It's not that he said he will fix it tomorrow or after weekend, it's that he told everyone to go fuck themselves because his little project systgemd is more important then 10 year old kernel project. And Linus said that nope, he has to clean up his mess. Though Linus used a man's words and Kay not, which has nothing to do with merritum.

    31. Re:Someone has to be in charge by r.freeman · · Score: 2

      Can you quit being a sissy now? Linus is "abbrasive", personally I will take this over the weasel-talk, political correctness and all other kinds of bullshit. It's sort of a subjective preferences question, if you're really a wuss then don't talk to Torvalds - solved.

    32. Re:Someone has to be in charge by sirsnork · · Score: 2

      Kay is paid by Redhat to develop systemd and interact with the kernel developers.

      He's be doing the same thing for years and continues to develop code that breaks otherwise working systems, he then refuses to fix his broken code, claiming everyone else has the broken code, and they should fix theirs. Forgetting that all their code was working flawlessly until his patch came along

      --

      Normal people worry me!
    33. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      I disagree. It was justified and more importantly, it made it crystal clear that behavior of this sort cannot and will not be tolerated.

      Everyone who codes introduces defects; it's unavoidable. But it's completely unacceptable when someone doesn't own up to it and try to fix the problem.

    34. Re:Someone has to be in charge by thegarbz · · Score: 3, Insightful

      But either way, Torvalds is not somebody I would like working for. I find some of his antics and language unacceptable and unnecessary. You can say things like this without the four letter words and without poking folks in the eyes in full public view.

      Having worked for someone who discretely and privately and calmly attempts to diffuse all situations I disagree. Some people just need to be told off in a stern and very overt way. I have witnessed passive managers tell people over and over again about their grievances only to have them come back and do the same thing over and over again because they believe the manager is a pushover.

      You want to look at Linus's language? Follow him on Google+ and see that most of the time he's actually quite a calm collected and nice guy who doesn't run off his mouth at every situation. We only hear about extreme cases here on Slashdot. Personally I think Kay is lucky at the response he got. He could be working for a different boss who throws chairs.

    35. Re:Someone has to be in charge by the_B0fh · · Score: 1

      some people are just pure assholes. You can only be nice and polite to them for so long.

      You do understand that, right?

    36. Re:Someone has to be in charge by the_B0fh · · Score: 2

      You did follow the rest of the story, where it is stated that Kay repeatedly fucks over other people by making unilateral changes, and then telling others he won't fix his crap and other people need to fix their stuff?

      Keyword: repeatedly.

      In other words, Kay is an asshole.

      Why are you defending him?

    37. Re:Someone has to be in charge by the_B0fh · · Score: 1

      You've been told that Kay is an asshole since forever, and have been doing the same fucked up shit since forever, and you keep defending him.

      Why?

    38. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      "Publicly shaming" is helpful. It gives other developers the message that "if you break things and *refuse* to fix them, people will get pissed at you".

    39. Re:Someone has to be in charge by Samizdata · · Score: 1

      Just a note here. If Linux WASN'T a passionate kind of guy that likes action over words, there wouldn't be a Linux to be discussing.

      --
      It's not the years, honey, it's the mileage. - Colonel Henry Walton Jones, Jr., Ph.D.
    40. Re:Someone has to be in charge by BitZtream · · Score: 1

      Look if you can't stand for people to treat you the way you deserve to be treated, then change the way you behave.

      Kay is a dick, so Linus reacts as such.

      I'm not a fan of Linux or Linus in particular, but I've never heard of an incident where he blew up on someone who didn't deserve it.

      He seems to be fully capable of rational, polite conversation ... unless you're an asswipe, in which case, he'll treat you like one.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    41. Re:Someone has to be in charge by BitZtream · · Score: 1

      Of course you don't, because you're afraid that it'll be you.

      You're a sissy. Grow up. If you fuck up, take it like an adult.

      You simply aren't going to find a group of people of Linus's caliber that agree with you, because people like you are loathed by people like him. You want to sit around the camp fire and talk about how awesome the world is and how great it is to be nice to everybody all the while accomplishing exactly dick.

      People like you, that whine about things like this are invariable the people who can't do this and want to pretend you can ... but don't want to be called on it.

      Crawl back in your hole until you grow up enough to deal with the fact THATS HE DESERVES IT.

      Its fucking words for god sake, stop being such a pussy.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    42. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      if code in one place can be broken by changing code somewhere else then the original code was broken already, it just wasnt showing it.

    43. Re:Someone has to be in charge by bobbied · · Score: 1

      Haven't defended Kay at all actually. All I've been saying is Torvalds has a history of inappropriate behavior (IMHO) and I've heard him justify his abrupt behavior and his unwillingness to consider changing. He gets tolerated because he's good technically, but I feel that his lack of people skills are a detriment to the Kernel project overall. Your mileage may vary.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    44. Re:Someone has to be in charge by bobbied · · Score: 1

      You apparently missed what I said. My position has been about Torvalds and his lack of people skills and the negative effect these episodes have on the Kernel Development project. This event with Kay is just another example of Torvalds being unnecessarily abrasive, a trait that Torvalds prides himself in and jokes about. So I'm not defending Kay or even questioning Torvalds' decision, I'm rolling my eyes and chalking up another brutish public E-mail from Torvalds because he lost his cool again.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    45. Re:Someone has to be in charge by bobbied · · Score: 1

      Exactly, but that's why I don't work for guys like Torvalds, either professionally or on open source projects. I got better things to do.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    46. Re:Someone has to be in charge by bobbied · · Score: 1

      I don't disagree, there comes a time, but it's sooner rather than later. This may have been most justified and I've NEVER questioned Torvalds' technical choice of refusing to merge any more code from Kay. But there is a professional way to handle such issues that don't involve a public flogging or loosing one's cool as Torvalds is prone to do. You can be firm and decisive without going out of your way to offend somebody.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    47. Re:Someone has to be in charge by bobbied · · Score: 1

      IMHO, there are many developers out there that decide, like me, not to get involved with Torvalds for this reason. Which I believe detracts from the various projects he is part of. Which is the essence of my critique. For those who still choose to work with him, I wish them luck.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    48. Re:Someone has to be in charge by bobbied · · Score: 1

      I have not questioned Torvalds' decision to stop accepting Kay's contributions, only his method of doing so. It could of and should of been a lot less abrasive and still been effective. Torvalds got frustrated, vented in public and comes across as brutish. Such behavior is unnecessary.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    49. Re:Someone has to be in charge by thegarbz · · Score: 1

      You can. And if you read the mailing list he has in the past. This was just the last straw and Kay had a long history of that kind of stuff.

      As for public flogging, if someone working in my team had a specific issue that affected all other team members then my boss would likely tell everyone in the team. In an open community it's hard to keep that kind of stuff private. Private flogging is just sharing info with the team. The mailing list is the common way to communicate with all members in an open source community.

      Not doing it invites politics and corruption. "Hey I've got this code, can you please merge it for me my computer is ...errr having issues."

      I'm not saying people need to be arseholes but if you look into the history of it, face to face they may have ended up in the equivalent of an office shouting match.

    50. Re:Someone has to be in charge by strikethree · · Score: 1

      There is no need to publicly shame someone, just stop pulling patches from him and/or assign somebody else to fix it. Torvolds lacks class when he does stuff like this.

      Fuck class. This is not an aristocratic society full of political correctness and snobbery. This is people doing real work and getting things done. "Class" only reduces the effectiveness.

      In short, if you are afraid of knives, get out of the kitchen.

      --
      "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
    51. Re:Someone has to be in charge by bobbied · · Score: 1

      In short, if you are afraid of knives, get out of the kitchen.

      Which, in this case, I do already. Not that I'm afraid of Torvalds, but that I have better and more rewarding things to do with my time that deal with his temperament. But I've said all this before.

      Care to go around the bush again? Personally I don't. Full Stop for me.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    52. Re:Someone has to be in charge by MikeBabcock · · Score: 1

      Why do fixes need to happen in private when the behaviour happened in public? You act like a dick in private, you get reprimanded in private.

      This guy ignored public bug fix requests and very publicly denounced Linus' view on the issue.

      --
      - Michael T. Babcock (Yes, I blog)
    53. Re:Someone has to be in charge by MikeBabcock · · Score: 1

      Why not? You might not think its necessary, but why not do it? I'm sick of politeness for politeness' sake. People who act like idiots in public and cause other people problems and refuse to do anything to fix it deserve to be called out.

      You know what happens if you do something wrong in real life? You go to court. You know what courts are? Public. There's a reason we do it that way. The public should know if things are being handled properly or not. Keeping it all private is how dishonest people act. Public is where these reprimands belong.

      --
      - Michael T. Babcock (Yes, I blog)
    54. Re:Someone has to be in charge by MikeBabcock · · Score: 1

      Good. Then you know where you stand.

      You'd rather not know and just "hope" your manager liked your work?

      I like being told when I've screwed up or succeeded explicitly. If you can't handle honesty, ask yourself why not.

      --
      - Michael T. Babcock (Yes, I blog)
    55. Re:Someone has to be in charge by bobbied · · Score: 1

      The most effective managers praise liberally and do it in public as often as possible. Effective managers also rebuke as little as possible and try to do that in private.

      They also demonstrate professional behavior and language as much as possible, but that's more about setting the example than managing folks.

      I prefer to work for the most effective managers myself, especially as a volunteer. You do what you want.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    56. Re:Someone has to be in charge by Anonymous Coward · · Score: 0

      I think it is a cultural thing. Whenever the interned explodes with "Linus is being a huge A-hole to someone" I always think it's rather tame. Americans are a lot more polite han Europeans. To a european the americans often sound like hypocrites because of this, the other way 'round the europeans sound like a-holes to americans.

  5. really? by Anonymous Coward · · Score: 0

    You are telling me that Linus was doing it right, and the other person was doing it wrong??

    Shocker.

    1. Re:really? by Anonymous Coward · · Score: 0

      Linus is not right because he is the BDFL. He is right because he makes sure he's got his facts straight before he sends an email that he knows that everyone will read. Linus is doing a far better job as the maintainer of Linux than anyone else would, even if you take his insults into account.

      If I was in charge, I wouldn't have waited years to ban him. I would have warned him the first time and thrown him out the second time.

    2. Re:really? by Anonymous Coward · · Score: 0

      Is that you, Theo?

    3. Re:really? by Anonymous Coward · · Score: 0

      No, it's me: Anonymous Coward. Wait... why am I conversing with myself?

    4. Re:really? by Anonymous Coward · · Score: 0

      Theo is generally very good to the OpenBSD devs. His vitriol is 99% of the time aimed at idiots outside the camp who have screwed the pooch in some manner, been selfish with documentation, etc. Theo, like Linus has a very tough job. I doubt anyone on this forum -- myself included -- could step up and do a better job. Being a leader of a group of developers is like herding cats. We all know this, yet we knock these guys. Who cares if they spout off at the mouth when they see something that angers them. They see idiotic crap day in and day out. I know I do.

  6. Re:Linus is getting old and cranky by roman_mir · · Score: 5, Informative

    Time for that boy to move along and let someone with fresh ideas take over.

    - oh yeah, fresh ideas like: "you didn't build that".
    Fresh ideas like: "the consumer created those jobs".
    Fresh ideas like: "all responsibility is shared".

    ----

    I think Linus is 100% spot on with his comment:

    Key, I'm f*cking tired of the fact that you don't fix problems in the
    code *you* write, so that the kernel then has to work around the
    problems you cause. ....

    But I'm not willing to merge something where the maintainer is known to not care about bugs and regressions and then forces people in other projects to fix their project. Because I am *not* willing to take patches from people who don't clean up after their problems, and don't admit that it's their problem to fix.

    Kay - one more time: you caused the problem, you need to fix it. None of this "I can do whatever I want, others have to clean up after me" crap. .....
    Linus

  7. So ?? by Anonymous Coward · · Score: 0

    Linus just says "fix your code, regression bugs are NOT acceptable". Seems he got suspected after *years* of doing this.

    If this wasn't OSS or Linus, we wouldn't even hear about it. Someone would just get fired.

    Nothing to see here. Move along.

    1. Re:So ?? by Anonymous Coward · · Score: 0

      Oh noes... they suspected him?

  8. Re:informal poll by tthomas48 · · Score: 0

    Me. Work and home. Ubuntu Gnome Trusty Tahr - I don't dual-boot. My wife runs Windows 8.1 and I have an OSX machine for development. I don't get why anyone runs Windows. I sort of get OSX, but I prefer Gnome.

  9. Mint by Anonymous Coward · · Score: 1

    I run Mint on my laptop...much better than the crappy Win8 it shipped with.

  10. It's Kay's fault I didn't get First Post by Anonymous Coward · · Score: 5, Funny

    I would have gotten first post if I wasn't running both the base kernel’s debugging routine and that of systemd.

    1. Re:It's Kay's fault I didn't get First Post by NeverVotedBush · · Score: 3, Informative

      Whoever marked this as off topic didn't read the source material. This comment was really quite funny!

  11. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    His problem is that he believes he is right in all things and has a huge ego.

  12. Re:informal poll by DeTech · · Score: 1

    Ubuntu @ home.

  13. Misleading title... by egarland · · Score: 5, Informative

    "I'm not accepting any patches until you fix your bugs" is hardly suspending someone, it's re-focusing them. This is an important part in any software project, and Linus is doing it well here. There's no ambiguity or hyperbole, just straightforward communication identifying issues and prompting action to correct them.

    "Start fixing your shit" isn't even remotely the same thing as "stop doing things".

    --
    set softtabstop=4 shiftwidth=4 expandtab nocp worlddomination
    1. Re:Misleading title... by Anonymous Coward · · Score: 0

      I never thought I'd see the day when Slashdot would post such blatant and sensationalist anti-Linux FUD. What planet is this? How did I get here?

    2. Re:Misleading title... by evilviper · · Score: 2

      "I'm not accepting any patches until you fix your bugs" is hardly suspending someone,

      Only because that's an inaccurate misquote. Let's try the real thing:

      "I will *not* be merging any code from Kay into the kernel until this constant pattern is fixed. This has been going on for *years*, and doesn't seem to be getting any better."

      That's not a "fix this bug first" message... That's a much more general and sweeping "you suck, so you're fired," message.

      Of course both Kay and Linus reserve the right to change their minds and play nice together in the near future, but that doesn't sound likely.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:Misleading title... by Nimey · · Score: 1

      You must be new here. It's posted blatant and sensationalist FUD many times before, just not necessarily Linux-oriented.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    4. Re:Misleading title... by TangoMargarine · · Score: 1

      DICE.

      cf. sig \/

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    5. Re:Misleading title... by Anonymous Coward · · Score: 0

      And the way to fix the pattern is to fix your code instead of insisting everyone change their code to accommodate the problem he created. Especially when the rest of the system was working fine for decades before his most recent change. Also, if you read the bug report, Kay has decided that his idea of a fundamental method of operating is the new standard. If everyone copied his idea the entire system would be a big growing clusterfuck. Once he fixes his own problem his patches will be accepted again.

    6. Re:Misleading title... by Nimey · · Score: 1

      Pffffft. It's not even Dice, this place was like that before Dice.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    7. Re:Misleading title... by Zontar+The+Mindless · · Score: 1

      You left out a letter:

      C-A-S-H.

      --
      Il n'y a pas de Planet B.
    8. Re:Misleading title... by Zontar+The+Mindless · · Score: 1

      "I'm not accepting any patches until you fix your bugs" is hardly suspending someone,

      Only because that's an inaccurate misquote. Let's try the real thing:

      "I will *not* be merging any code from Kay into the kernel until this constant pattern is fixed. This has been going on for *years*, and doesn't seem to be getting any better."

      That's not a "fix this bug first" message... That's a much more general and sweeping "you suck, so you're fired," message.

      It's nothing of the sort. It's a "you keep doing things in this very wrong fashion and breaking other people's stuff, and I'm not accepting anything else from you until you straighten up and fly right" message.

      --
      Il n'y a pas de Planet B.
    9. Re:Misleading title... by Anonymous Coward · · Score: 0

      zontar's not mentally stable or competent and admits it http://slashdot.org/comments.p... so don't waste your time arguiing with the nutjob zontar the mindless (apt name at least due to his delicate condition, haha): he can't digest or understand logic, or reason.

    10. Re:Misleading title... by Anonymous Coward · · Score: 0

      zontar's not mentally stable or competent and admits it http://slashdot.org/comments.p... so don't waste your time arguiing with the nutjob zontar the mindless (apt name at least due to his delicate condition, haha): he can't digest or understand logic, or reason.

    11. Re:Misleading title... by anyGould · · Score: 1

      That's not a "fix this bug first" message... That's a much more general and sweeping "you suck, so you're fired," message.

      Bit of both, I'd say. There's the obvious layer of "I'm tired of other people having to patch your crap, so I'm not taking more of your code until you show that you're willing to do your own homework".

      And then there's the subtext of "Redhat isn't likely to keep paying you to develop if none of your code ever sees daylight again. So, if you're enjoying your cushy open source job you might want to get your shit together."

      And I'll add my voice to the "I will happily work for a boss who tells me when I fucked up *and* when he fucked up, over a boss who whitewashes everything" club. Life's too short for three hour warm-fuzzy meetings.

    12. Re:Misleading title... by MikeBabcock · · Score: 1

      You don't understand the word "until" ??

      --
      - Michael T. Babcock (Yes, I blog)
  14. Re:informal poll by alci63 · · Score: 1

    Sure I do ! In fact, it has been my only OS since 1998. Since I unplugged my old Amiga. And no, I never had dual boot. Did I have some tougth times? Sure, I did. I still can remember the "optimized for IE" web, and activeX, and lack of hardware drivers... but, now. Well, it's just working out of the box, and I don't see any reason one would not use Linux (expect for gaming maybe, but this is slowly changing also, it appears).

  15. Re:informal poll by rujasu · · Score: 2

    I run Linux as my primary OS on my home PC.

    It has dual boot with Win7 (rarely used) and VirtualBox with WinXP (used somewhat often for a couple of programs).

  16. Doesn't really surprise me. by Kremmy · · Score: 1

    Maybe people should be paying attention to the sources of the crap they're trying to wedge into our stable systems.

  17. Re:informal poll by Dasher42 · · Score: 1

    I've been running Linux on my desktop more than any other OS since 1998, and only sometimes do I set up dual booting. Usually Wine or VMs are enough compatibility, and I would rather code on a Linux machine than Mac or Windows anyday.

  18. Re:Wait... what? by DeTech · · Score: 1

    Linus seems more perturbed about the lack of accountability. Own your mistakes, Then fix them. If you can't, then ask for help.

  19. Re:informal poll by emag · · Score: 2

    Debian Sid @ home on my laptop & desktop
    CentOS 5/6 @ work on my cluster/desktop
    Android on my phone & tablet
    Synology @ home for storage, so basically Linux there, too...
    OpenWRT on my wireless routers (yes, plural) @ home, so Linux there *too*.

    I guess you could say I run Linux...

    --
    "The urge to save humanity is almost always a false front for the urge to rule." --H.L. Mencken
  20. Inaccurate summary by gwstuff · · Score: 4, Informative

    First the idea of "Suspending" a kernel developer is inane. Kernel developers don't work for Linus. Anyone can fork the kernel and work on his own version of it. Furthermore, Kay can write code that other people audit, modify and submit further.

    Secondly, it's not an 'indefinite, unconditional ban' as suggested by the summary. Here's the specific line from Linus' email:

    Greg - just for your information, I will *not* be merging any code
    from Kay into the kernel until this constant pattern is fixed.

    In other words he might start accepting patches from him if he changed his style of operating.

    1. Re:Inaccurate summary by Rosco+P.+Coltrane · · Score: 1

      Anyone can fork the kernel and work on his own version of it

      Yes, only hardly anyone ever does it with projects as massive as the Linux Kernel. Just look at how many years it took for X.org to split from X11 - or heck, even the many half-assed and failed attempts at forking off Slashdot over the Beta issue.

      It takes a lot of fustration building up for many years in many talented and dedicated people to pull off a big fork successfully.

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    2. Re:Inaccurate summary by K.+S.+Kyosuke · · Score: 2

      First the idea of "Suspending" a kernel developer is inane.

      Of course. It just means that Red Hat got a ... red card?

      --
      Ezekiel 23:20
    3. Re:Inaccurate summary by Anonymous Coward · · Score: 1

      The kernel was unofficially forked by RedHat and others in the 2.4 era, because "Linus doesn't scale". That lead the whole Bitkeeper/Git saga and an big reform of Linux development procedures. It was a very serious issue, if Linus didn't get his shit together they were ready to maintain the kernel through some other institution.

    4. Re:Inaccurate summary by Bengie · · Score: 1

      Linus owns the trademark to Linux, so RedHat could not claim to be Linux if Linus decided.

    5. Re:Inaccurate summary by Anonymous Coward · · Score: 1

      Linus had already given out "perpetual" trademark licenses to pretty much everyone, so that couldn't happen.

    6. Re:Inaccurate summary by Anonymous Coward · · Score: 0

      Maybe they'll just start calling it "the GNU/Linux system". ;-)

    7. Re:Inaccurate summary by BasilBrush · · Score: 2

      Yes, only hardly anyone ever does it with projects as massive as the Linux Kernel.

      Massive ... Kernel

      Seems like a contradiction.

      or heck, even the many half-assed and failed attempts at forking off Slashdot over the Beta issue.

      http://soylentnews.org/ seems to be working just fine. Neither half-assed, nor failed. Fewer posters, for sure. But a far more friendly vibe than today's Slashdot.

    8. Re:Inaccurate summary by Anonymous Coward · · Score: 0

      http://soylentnews.org/ [soylentnews.org] seems to be working just fine. Neither half-assed, nor failed. Fewer posters, for sure. But a far more friendly vibe than today's Slashdot.

      Don't worry, we're fixing that.

      - The Trolls

    9. Re:Inaccurate summary by TangoMargarine · · Score: 1

      I was about to post that latter bit, then wondered if he wasn't refering to slashdot.jp or that one Spanish-language one...which as far as I'm aware are both still operating.

      Hmm.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    10. Re:Inaccurate summary by thegarbz · · Score: 1

      Massive ... Kernel

      Seems like a contradiction.

      Sure it is, but that's because of the sheer amount of stuff which is loaded in a modular fashion. Just try compiling every option in the kernel and see what kind of a kernel size you end up with (if it even works). Then also take into account the different architectures the kernel supports and you'll see while what ships and loads at boot time may be rather sleek, the project itself is indeed massive.

    11. Re:Inaccurate summary by BitZtream · · Score: 1

      Yes, the kernel is millions of lines of code, its fucking massive by all known standards of kernels at this point.

      If soylentnews is working so great, why do you people keep posting the link on slashdot? Whats that? Its got a friendly but utterly vacant vibe, well good for you.

      You just have different definitions for words than ... well pretty much the rest of the english speaking world.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    12. Re:Inaccurate summary by BasilBrush · · Score: 1

      If soylentnews is working so great, why do you people keep posting the link on slashdot?

      You people? What is this, apartheid?

      I was no big enthusiast for Soylent news. I wondered over there just occasionally, when I'd run out of interesting stuff on slashdot. And then there was a comment I wanted to make so I finally signed up. I linked to it because you claimed all such alternatives had failed. And you were wrong. No other reason. AFAIR it was the first time I ever mentioned it, and it's not in my sig. I'm not pushing the site.

      Rather it seems like you are the one that's being a fanboy for one site over another.

  21. Re:Wait... what? by Anonymous Coward · · Score: 0

    No, it's not the same. Any other questions?

  22. Re:Wait... what? by Rosco+P.+Coltrane · · Score: 2

    Not quite. From TFE:

    Greg - just for your information, I will *not* be merging any code from Kay into the kernel until this constant pattern is fixed.

    More like "Correct your previous assignments until you can turn in more assignments."

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  23. Re:informal poll by Scholasticus · · Score: 1

    Okay, I'm going to assume that you mean Linux + GNU + X.org + GNOME/KDE/Xfce/LXDE or whatever. I do. It's all I use. I have Windows XP and Windows 7 in VirtualBox because occasionally a friend or family member will call me and ask me something like, "How do I ... whatever whatever."

  24. Re:informal poll by Anonymous Coward · · Score: 0

    CowboyNeal is my admin.

  25. Re:First Post by Jeremiah+Cornelius · · Score: 5, Informative

    From the previous message in the thread, to which Linus was reacting:


    It has come to our attention that a system running a specific user
    space init program will not boot if you add "debug" to the kernel
    command line. What happens is that the user space tool parses the
    kernel command line, and if it sees "debug" it will spit out so much
    information that the system fails to boot. This basically renders the
    "debug" option for the kernel useless.

    This bug has been reported to the developers of said tool
    here:

    https://bugs.freedesktop.org/s...

    The response is:

    "Generic terms are generic, not the first user owns them."

    That is, the "debug" statement on the *kernel* command line is not
    owned by the kernel just because it was the first user of it, and
    they refuse to fix their bug.

    I don't care if Kay wrote "Jesus 2.0". He broke kernel debugging for all development and responded to this with arrogant platitudes based on architecture principle, rather than join with cooperative interest to seek a solution.

    Linus was restrained, in response to such a "community contributor". This is the Linux kernel, not Oxford dons, vying for college chairs.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  26. Re:Wait... what? by armanox · · Score: 1

    No - it's saying since you did your project wrong, we aren't changing how ours works so that you don't have to correct yours.

    --
    I'm starting to think GNU is the problem with "GNU/Linux" these days.
  27. Re:informal poll by Anonymous Coward · · Score: 0

    I run Debian at home on my main systems. Never been dual boot. I had a laptop that dual-booted, but only because I needed to use some software for schoolwork where the linux equivalents did not work well enough (Word/LibreOffice and flash - for a foreign language class.)

  28. Developer "suspended"? by sanvila · · Score: 1
    This is not "your commit privileges are revoked".

    They are using git, so this is "I'm not pulling changes from you" instead.

  29. Dual boot Linux and OSX by Marrow · · Score: 0

    99.99 % spent in xubuntu

  30. Re:informal poll by Anonymous Coward · · Score: 1

    Ran Ubuntu for a while until I bought a Mac. Having a real OS with a real CLI and good drivers to save battery life? Awesome.

  31. *gasp* by globaljustin · · Score: 1

    I still can remember the "optimized for IE" web, and activeX

    dude...you were in the shit...

    activeX...browser wars...holy crap it brings nightmares

    --
    Thank you Dave Raggett
  32. Re:Linus is getting old and cranky by Jeremiah+Cornelius · · Score: 5, Interesting

    Kay is either an arrogant asshat or an aspberger's victim. Either way, he hasn't demonstrated an interest in collaborating on a solution for the whole forest, over the pure vision of his one, true tree.

    Without Linus, Linux is doomed.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  33. Re:First Post by NFN_NLN · · Score: 5, Informative

    Here is the actual bug and arguement: https://bugs.freedesktop.org/s...

  34. Re:informal poll by orasio · · Score: 0

    I run ubuntu in my home computer. Also in my work computer.
    My kid uses ubuntu also .
    My wife uses Windows 8

    No dual boot, anywhere.
    I am thinking of changing my media center into either android or windows though, damn netflix. But right now it's Ubuntu-xbmc

  35. Way to feed the trolls with a poor summary by rs1n · · Score: 5, Informative
    Kay was not banned. Linus simply said he would not merge anything from Kay [b]until[/b] he got his act together.

    Greg - just for your information, I will *not* be merging any code from Kay into the kernel until this constant pattern is fixed.

    1. Re:Way to feed the trolls with a poor summary by DeTech · · Score: 1

      exactly.
      "No Mo' Shit, 'till u fix Yo Shit."

    2. Re:Way to feed the trolls with a poor summary by Kjella · · Score: 1

      What's trolling about it? He is banned right now, that the ban may or may not be lifted at some point in the future doesn't change that. Particularly since we're talking about a deep behavioral change from a recurring pattern of behavior at some unspecified time in the future, not whether or not his next patch breaks anything. That none of his code will be merged means he's dead to the project, sure he can write code on his own but it's like a journalist who'll never get their article printed. If your patches aren't accepted by Linus, you're not in Linux. You may be in some fork or branch or distro kernel but you're a third party accessory. It is extremely rare even for Linus to take the man and not the ball (code) and declare a blanket ban on somone's code, so I guess he was already extremely pissed at the guy's attitude and this was the straw that broke the camel's back.

      --
      Live today, because you never know what tomorrow brings
    3. Re:Way to feed the trolls with a poor summary by Anonymous Coward · · Score: 0

      If that were really the case we would go back to using something/anything else but linux. I sick and tired of the linux kernel panicking or hanging. Hardware running openindiana handles whatever I dump on it, redhat/opensuse/ubuntu/debian/some other sucky linux kernel on **EXACTLY** the same hardware rarely makes it through the day without a power cycle to clear the problem. So my answer to people who push drugs^h^h^h^hlinux is No Mo' Shit, 'till u fix Yo Shit.

    4. Re:Way to feed the trolls with a poor summary by Anonymous Coward · · Score: 0

      It's not feeding the trolls, just trying to feed the myth that Linus is a strict bad ass that has ultimate control over a piece of s/w he started. Ruler of a kingdom.

      Keep the corporations at bay? Other researchers? M$? I dunno.

  36. quite a set-up by globaljustin · · Score: 1

    n/t

    --
    Thank you Dave Raggett
  37. Re:informal poll by UltraZelda64 · · Score: 2

    I currently run openSUSE for its relatively up-to-date programs, working wireless drivers (especially for my previous system with a POS Broadcom chip), etc. I now have a system with slightly more Linux-friendly drivers (Intel wireless), I just have to wait for the major distros to support it because it's so new (Debian Testing supposedly does, I just don't want to run Testing...). I might then switch to another distro, but I'm staying with Linux. I primarily use the i3 window manager, except on occasion when I want to play a game on Steam (which doesn't seem to get along too well with i3, so I temporarily switch to KDE).

    Ironically, after "upgrading" from the crap that is Windows 8 that the laptop came with to Windows 8.1, the damn operating system can't even boot half the time without locking up. Not that big of a deal, since I rarely need it... but god damn, does it get annoying when I would like to reboot into it for whatever reason. Even worse is when I spend 5 reboots and 15 minutes just to spend 2 or 3 minutes actually doing something in the OS.

  38. Re:informal poll by Mr.+Slippery · · Score: 1

    i'm not talking all FOSS and this doesn't include Android...I'm asking specifically about the Linux OS

    So, you want to know who runs Linux, and you don't know what Linux means. Facepalm.

    My desktop runs Fedora, and my laptops run Ubuntu Studio, which are versions of the GNU/Linux OS. My Transformer, my no-name tablet, and my phones run Android, an OS based on Linux.

    I also have one cheap second-hand laptop that runs Windows, bought only because I had to make precise changes to the layout of a Word doc for my book. Gross incompetence on the part of the person doing layout for my publisher.

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
  39. Re:When valuable people can't work together... by Anonymous Coward · · Score: 0, Funny

    so, basically this is all about you.

  40. Re:informal poll by MightyMartian · · Score: 1

    Translation: I'm moving the goalposts wayyyyy over there! Now tell me, who can make it to the goalposts?

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  41. Re:informal poll by o'reor · · Score: 1

    I use Linux at work and at home. So does my wife on her own laptop. I also maintain a Linux distro on my parents' laptop, which spares them the hassle of dealing with malware/viruses/adwares.

    Despite having had trouble with trojans and adware on their Windows PC, and the fact that Linux would cover 100% of their computing needs, I still haven't convinced my inlaws to migrate to Linux, and they've had their PC unusable for a few weeks now, once again, due to adware.

    YMMV.

    --
    In Soviet Russia, our new overlords are belong to all your base.
  42. Re:informal poll by Anonymous Coward · · Score: 3, Insightful

    I don't get why anyone runs Windows.

    Because it works just fine and it is what most people are familiar with? Plus out-of-the-box support for things like games and a wide array of mainstream consumer software.

    I don't really get why anyone can be puzzled as to how Windows is a popular OS.

  43. So... by Anonymous Coward · · Score: 0

    So you didn't read the article and are pontificating just for the hell of it.
    This comment is very valuable.

    1. Re:So... by Anonymous Coward · · Score: 0

      I give Linux ~20-30 years before it becomes a Failed OS

    2. Re:So... by Anonymous Coward · · Score: 0

      Linux and fail in one sentence.. merging.. merging failed. :> No, seriously, what should replace Linux in this little infrastructure here? heh, later

    3. Re:So... by TangoMargarine · · Score: 1

      I'd say that being as good as it has for 35+ years (including your projected 20) excludes it from being called "failed" at all.

      The world of computing is always moving.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    4. Re:So... by BitZtream · · Score: 1

      Linux is no where near 35 years old. Try again fanboy.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    5. Re:So... by TangoMargarine · · Score: 1

      35+ years (including your projected 20)

      2014 - 1991 = 23 (let's not call it "good" for the first five years, so say 18)
      22 + 20 = 38

      Learn to read.

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    6. Re:So... by TangoMargarine · · Score: 1

      *18 + 20 = 38

      Muphry's Law

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
  44. Re:informal poll by therealprologic · · Score: 0

    a) Linux IS NOT an OS. b) I run CRUX/Linux as my primary Desktop c) I have been using Linux-based OS(es) as my primary Desktop and Development platform for over 12 years.

  45. Re:informal poll by Jeremiah+Cornelius · · Score: 1

    Bob is my hope.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  46. Re:informal poll by Jeremiah+Cornelius · · Score: 4, Funny

    A kid'll use Ubuntu, too.
    Wouldn't you?

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  47. Re:informal poll by Handover+Phist · · Score: 1

    Slackware. Dual boot with Win 7 for War Thunder. If War Thunder ran easily on Slack I'd chuck the old 80 Gig drive.

  48. Re:informal poll by Anonymous Coward · · Score: 0

    I do, no dual boot whatsoever. Same at work

    I must admit however that I have a virtual WinXP on my work computer. It is required for some part of the work I have to do.

  49. Re:informal poll by Rosco+P.+Coltrane · · Score: 5, Funny

    who runs Linux these days?

    Linux is 25 years old now. You don't run it, you walk it slowly with a leash and let it have a pee on the front lawn.

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  50. Re:informal poll by AvitarX · · Score: 0

    I did until last year when I purchased a Macbook Pro with the 256GB SSD.

    It's a work computer that I have total control over. Previously I had a thinkpad, Win7 for Creative suite, PowerPoint, and Trial Director, and Ubuntu for everything else (personal, and petty website work).

    The new computer has a small hard drive, and rather than figure out howto:
    1) triple boot
    2) split it into three pieces

    I use Win7 exclusively (I have a small OSX partition that I don't think has been booted since the first week I had the laptop).

    Purchased the 13.3 inch for the lightness, and the screen. I can't wait until screens like this hit the PC world, bonus if it's cheaper even! Win7 suffers mildly on the screen, especially CS4, but it's totally work the minor annoyances to have real workspace when I'm off site for weeks at a time.

    --
    Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  51. Re:informal poll by Anonymous Coward · · Score: 0

    Me. And other people who have a clue.

  52. big troll or biggest troll? by Anonymous Coward · · Score: 1

    flagged as inappropriate. Dice police on the way.

  53. Re:informal poll by Spiked_Three · · Score: 2, Insightful

    People run windows, because, ummm, maybe it has software that is usable?

    Adobe apps for instance. Yes, I could run them on an overpriced mac, that is an option, if I do not mind being locked into the most obviously nefarious corporate slime in existence.

    The fact that you don't understand this, means you probably are very limited in your understanding of how people use computers in general. That takes nothing away from your technical skills. Just wouldnt put you in charge of I.T. at a company bigger than say, 2.

    Look, windows is still at over 80% market share. You are flat out ignoring reality when you say you dont get why anyone runs windows. It does not make you look smart, I'm sure that was what you were trying to accomplish.

    --
    slashdot troll = you make a compelling argument I do not like the implications of.
  54. Short story: See to what Linus responds by advid.net · · Score: 5, Informative

    The message to which Linus responds is also interesting:

    Short story:

    The systemd guy uses the debug keyword on kernel command line to spool a huge log - which can hang the boot process, and that is the problem.
    Then the same guy claims that the debug keyword is generic so it can't be reserved by the kernel, even if it's been used first by it since a long time...

    I can say that Linus is right there, for sure. He's maybe too kind...

    1. Re:Short story: See to what Linus responds by rs79 · · Score: 2, Insightful

      (Please correct me if I misunderstand the problem, it'e been years since I worked on this stuff)

      It seems to be both guys are right. That is, in an ideal world starting with a black sheet of paper then it seems to me Kay is almost certainly correct.

      But, this does not mean Torvalds is wrong - breaking legacy systems because of a code change that interprets existing config files is "a bad thing".

      So, we fall (ONCE AGAIN) into the trap of living with cruft to support legacy stuff. Just like we have to live with NTSC and pulse dial phones - anybody in Canada with a Bell land-line bill will recognize this charge, every month to "support touch tone":

        http://www.keebler.net/blog/20...

      Never mind 99.99999999999% of phones in Canada are touch tone or that this has been there since the 1960s - how many infrastructural changes require a 70 year amortization period and never mind the telco switches have to go out of their way to support pulse (rotary) dial since touch tone in the international norm for landline and cell phones yet we have to pay extra so support the current practice everyone uses? Huh?

      That's what supporting legacy cruft buys you.

      So, while I see both guys as being right, I also see both guys as being wrong: I don't think Kay should have made this change quietly and I don't think Torvalds should have fired his sorry ass.

      If it were me, I'd have done this.

      1) Change the spec so "debug" isn't allowed any more. Use Kay's new and improved syntax.
      2) Rather than make "debug" does what it does now, or just stop working, have it instead spit out a message that says: "debug" has changed. Don't use it here any more it probably doesn't do what you think. If you know what you're doing and want to proceed anyway, use "debug.legacy" instead and it will give you so much stuff it'll probably hang your system and good luck, see for the new syntax or how to use it properly, and further explanation.

      But that's just me.

      As always communication might have helped and Kay and Torvalds should have spoken, back-channel, to find a way to elegantly resolve this instead of the usual public dick-waving that does no good and just makes everyone look arrogant and childish. FOSS is full of people with bizarre personalities, but we gotta do better, they're bizarre, not retarded.

      --
      Need Mercedes parts ?
    2. Re:Short story: See to what Linus responds by bruce_the_loon · · Score: 5, Insightful

      The problem is systemd is a johnny-come-lately and is violating the standard way of doing things, even if the standard way isn't the most optimal. Think of it like a court of law, no court is going to accept a junior lawyer changing terminology that has been in use for centuries just because the lawyer has read a thesaurus. The impact is just too large.

      To take it further, apparently all but two parameters (debug and quiet) that systemd recognizes are prefixed by systemd.xxxxxx, so they know how to work within the kernel standard.

      The kernel has for a long time had a protocol of parameter naming. Direct kernel parameters are plain, module-specific parameters have mod.xxxx format and that was designed to pass driver-specific parameters in. SystemD, being a child process and not even part of the kernel should respect the existing protocol and ignore any parameters not passed without a leading systemd.

      --
      Trying to become famous by taking photos. Visit my homepage please.
    3. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      Yes it is probably broken. They will probably take a look at it.

      However, the guy doing the breaking is saying 'tough just fix your stuff I am not reverting and have no interest in fixing what is broke'. Then crap is broken and everyone sits around until it is fixed.

      Instead he could have said 'hey I am seeing this regression when I do this I could use some help fixing it'. Which achieves the same thing but does not make you look like a dick.

      As always communication might have helped and Kay and Torvalds should have spoken, back-channel
      I think he tried that. This seems more like 'I have told you a dozen times to do it this way and you ignore me. So here is me ignoring you'.

      I can see where both parties are coming from. Linus is 'hey this crap needs to be semi stable most of the time' this guy is 'this is broken and no one will fix it unless I break it'. Both of those attitudes will clash. The stable guy will win long term though.

    4. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      Are you fucking serious? You must have your head stuck up your ass or are commenting on this without actually reading into it.

    5. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      Well, we are talking about the kernel command line here. An argument without a namespace usually only applies to the program in question, unless otherwise specified. In this context, it is perfectly normal and expected for "debug" to mean "print debugging messages about the kernel", not "print debugging messages about everything and their dogs on the system"... And it's good to be able to differenciate the two, because depending on the specific case, there can be too much debug info, notably when it's difficult to filter, or you're not sure what you're looking for at first, or it freezes/crashes your system systematically before finishing normal operation and the debugging feature may become useless...

      $y$temd should obviously have used a namespace for their own arguments, for their own features, unless it is documented officially that an argument is supposed to possibly affect other programs, which I suppose isn't the case here.

    6. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      Strong disagree. It's even stated in the thread... it's the KERNEL command line, first and foremost. The kernel has an implicit and reasonable expectation that non-namespaced arguments are intended for it. Arguments intended for other applications are allowed as a convenience (otherwise getting arguments to them very early in the boot cycle would be much harder, and less centralized) but they have historically been namespaced. They're even fine with other applications watching the kernel flags and triggering some of their own behavior, but they're expected not to make the system unbootable when they do so. None of these seem like bad decisions, even starting from a blank slate.

    7. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      "spool a huge log" he he he beavis

    8. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      I think you misunderstand the problem so much that explaining wont help you

    9. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      Then the same guy claims that the debug keyword is generic so it can't be reserved by the kernel

      This is probably because the systemd guys have delusions of being an integral part of Linux, and tries their hardest to make applications depend on them the same way they would standard OS features.
      They want to use the same keyword to reinforce the illusion that systemd is just an extension of the kernel.

      Systemd for them is simply a playground where they can implement OS features without having to pass the competency checks they'd need to commit to the real kernel.

      In their dream-world everyone would be writing programs for systemd/Linux, and the BSDs could get fucked because who needs portable software?

    10. Re:Short story: See to what Linus responds by bill_mcgonigle · · Score: 4, Insightful

      Then the same guy claims that the debug keyword is generic so it can't be reserved by the kernel, even if it's been used first by it since a long time...

      Linus made this argument in a different forum yesterday (paraphrasing from memory): "Look, something has to be authoratitive when it comes to parameters. On a linux system, that's the kernel".

      Which is aribitrary, but not without merit.

      Here's the rub, that causes Kay's downfall: he's arguing for namespaces (systemd.debug, kernel.debug, etc.) but he's consuming 'debug' without a namespace and complaining that the kernel isn't using namespaces, even though he knows the linux policy is "don't break people's programs".

      Kay could simply take his own advice, only consume systemd.foo parameters, and lead by example, without trying to claim the null namespace for systemd. One is left to conclude that he's doubling down on a bad decision rather than actually wanting to fix things.

      Linus is not the only kernel developer who is torqued at the systemd guys. It appears to many players that they're trying to become the userspace kernel but haven't quite earned their stripes yet and are leaving a trail of unhappy developers and sysadmins in their wake, as legitimate complaints about breakage are handwaved away.

      systemd isn't perfect, but it's not terrible either, and there's no good reason for such a level of discontent in the community. Many proponents say, "those dinosaurs don't want change", but that's not at all what the trouble is about. It would be silly to fork systemd at this point, but that's what some people are talking about, and it's purely for personnel reasons. A mutually beneficial resolution to this and other problems with systemd is in everybodys' best interest.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    11. Re:Short story: See to what Linus responds by Kjella · · Score: 3, Insightful

      (Please correct me if I misunderstand the problem, it'e been years since I worked on this stuff) It seems to be both guys are right. That is, in an ideal world starting with a black sheet of paper then it seems to me Kay is almost certainly correct.

      No, there's no sane world where Kay is right. There can only be one user of a global namespace, if everything made switches or settings there it would be chaos like in this case where it's impossible to turn on kernel debugging without turning on systemd debugging (though you can redirect systemd to a null log target as a workaround). If anyone is to use it, it is clearly the kernel since it's the kernel's command line and it has 20+ years of claim to it. And without any standard as to what those switches or settings should to, it's meaningless to have the global namespace act as global variables and move the kernel's parameters to a namespace. But even if the kernel moved debug to kernel.debug it still means systemd should use systemd.debug, under no circumstances should it use the plain "debug" like it does now. He's doing it wrong and even if he was right, he'd still be doing it wrong.

      --
      Live today, because you never know what tomorrow brings
    12. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      ....Firstly, Linus didn't *fire* anyone. He just isn't merging new systemd code until the current bugs are fixed.

      Secondly, as pretty much everyone except Kay says, the kernel owns its own command line, and all userspace utils need to prefix parameters with an appropriate namespace.

      There is a lot of shit Linus does that is... well... dickish. But he is not even remotely in the wrong on this. I feel like you don't actually understand what was going on. Did you read the bug report? https://bugs.freedesktop.org/show_bug.cgi?id=76935

    13. Re:Short story: See to what Linus responds by symbolset · · Score: 2

      It seems to me that there is no possible way that systemd causing the system to hang on the use of the standard kernel debug parameter can be seen as useful for the purpose of systemd. This then would be Kay trying to force Linus to adopt his kernel namespace idea, breaking stuff in Linux that goes back many, many years.

      --
      Help stamp out iliturcy.
    14. Re:Short story: See to what Linus responds by imroy · · Score: 1

      Linus made this argument in a different forum yesterday (paraphrasing from memory): "Look, something has to be authoratitive when it comes to parameters. On a linux system, that's the kernel". Which is aribitrary, but not without merit.

      No. This is the kernel command line we're talking about, after all. Its original intent is to be used to send options and information to the kernel and, by extension, kernel modules. The fact that user-space programs can read /proc/cmdline and get options passed in from the bootloader (e.g different menu entries) is frankly a hack. The least any user-space programmer should do is make sure their chosen strings don't clash with already-existing parameters. Re-using the "debug" flag is inappropriate, even if it didn't flood dmesg and hang the system.

    15. Re:Short story: See to what Linus responds by Redmancometh · · Score: 1

      Wish I had mod points at the moment...where are mein 15 mod points >

    16. Re:Short story: See to what Linus responds by r.freeman · · Score: 1

      What the hell are you talking about, with "supporting legacy stuff" and not being able to move on?!
      Kernel was using "debug" kernel-cmdline option for years.
      Systemd shows up and messes up this option and tells others to go fuck themselves

      There is no problem to solve, there is no huge innovation by systemd that kernel somehow blocks, it's just systemd going apeshit when seeing debug options.

      Systemd should just use systemd.debug and that is all - instead of Kay being a dick for no good reason

    17. Re:Short story: See to what Linus responds by Zontar+The+Mindless · · Score: 3, Insightful

      No, the fact is that Kay wants an exception to standard kernel behaviour merely in order to suit his "vision" for systemd. Except it sounds more like pure rationalisation/unwillingness to admit that he fucked up big time.

      I'm not a kernel dev, yet I still know that non-namespaced arguments to the kernel belong to the kernel. Kernel debug is "debug"; systemd is not part of the kernel and thus its debug should be "systemd.debug".

      --
      Il n'y a pas de Planet B.
    18. Re:Short story: See to what Linus responds by rs79 · · Score: 1

      "Did you read the bug report?"

      Yes. It's pretty hard to understand, I take it English isn't their primary language, so no fault of their own, but it doesn't exactly make it really clear; some of the commentary here did a better job of that.

      --
      Need Mercedes parts ?
    19. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      Er, except that's a complete misrepresentation of what Kay's saying.

      He's saying that namespaced parameters allow certainty: 'kernel.debug' and 'systemd.debug' are entirely unambiguous. Which is a good thing. He's saying that non-namespaced parameters are inherently ambiguous, and that though the kernel devs would like to maintain that the kernel owns them and can order everyone else to pay no attention to them, that's kind of dickish and not *actually* how things have been done in the past. If you check some of Kay's posts in various places, there are quite a lot of longstanding examples of userspace components - not just systemd - that respond to 'generic', i.e. non-namespaced, cmdline parameters.

      It might be a reasonable resolution to this whole kerfuffle for everyone to agree that *going forward* the kernel be granted Ultimate Powers to declare ownership over non-namespaced parameters, but it doesn't seem sustainable to pretend that that's actually how things have been up until now, no matter how much the kernel devs try to pretend it is.

      I don't understand why people seem to keep wanting to believe Kay doesn't understand namespacing, when he clearly does. His point is that *non*-namespaced parameters are ambiguous by definition, and that it's at least reasonable to suggest that *more than one component* might respect them.

    20. Re:Short story: See to what Linus responds by Bing+Tsher+E · · Score: 1

      The interesting bit to me is that the whole thrust of systemd seems to be to inject a Windows NT style Registry onto Linux. So it makes complete sense that the heady sort of developer who wants to foist this onto the Linux OSes would demand HIS WAY.

      Naw. I like /etc and the vi editor. When I dig into a new install of NetBSD to configure it, those are the things I understand and those are the things that work.

    21. Re:Short story: See to what Linus responds by Mryll · · Score: 1

      Linus seemed a little less extreme - later in the thread he wrote:

      "No, we very much expose /proc/cmdline for a reason. System services
      are *supposed* to parse it, because it gives a unified way for people
      to pass in various flags. The kernel doesn't complain about flags it
      doesn't recognize, exactly because the kernel realizes that "hey,
      maybe this flag is for something else".

      The classic example of this is things like "charset" markers, but also
      options to modules that modprobe parses etc etc.

      And yes, that does include "quiet" and "debug". Parsing them and doing
      something sane with them is not a bug, it's a feature.

      But the problem appears when system services seem to think that they
      *own* those flags, and nothing else matters, and they don't do
      something "sane" any more. "

    22. Re:Short story: See to what Linus responds by HiThere · · Score: 1

      Disagree. The can be multiple users or a global name-space, but only one has priority. It would be perfectly reasonable for systemd to look at the line and say (to itself) "O, the kernel is in debug mode". This is quite distinct from it saying "I guess I'll print out all my debug messages to the kernel log too", which is what it was doing.

      FWIW, the kernel thread is talking about putting process-specific rate limits on writing to the kernel log to avoid this cropping up in another context. With some discussion as to what are valid use cases where other processes should be allowed to write to the kernel log. (One case mentioned was a series of messages saying things like "Now starting debug test # 93 of this-n-that", so if things hang, you'll know what test was running when it hung.)
      Note that if this is adopted, the systemd messages would just get written to /dev/null when the (small) limit had been exceeded.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    23. Re:Short story: See to what Linus responds by robsku · · Score: 2

      It's a *kernel parameter* to enable debug log printing, not "some legacy cruft" that's been deprecated or supported for whatever (er, what backwards compatibility would it preserve? Kernel developers would change it if they would think there were any good reasons for *debug* *kernel* *parameter* to enable debug printing).

      systemd is outside kernel, but it is launched by kernel and as such the developers can pass parameters to it only via kernel command line - However there is specifically a method meant for this: Linux kernel passes parameters it doesn't understand to other programs and ignores them. To enable systemd debug log you should use something like systemd.debug instead. There's no fricking way that outside kernel code, that is *user space application* should ever be able to dictate over standardized kernel design. That's just stupid, and any system started by kernel could potentially start using known parameters for their own purposes that differ from the kernel's, and it would be right for the kernel developers to deprecate that parameter - which would be really confusing to users anyway, kernel documentation saying one thing and some non-kernel stuff saying other...

      --
      In capitalist USA corporations control the government.
    24. Re:Short story: See to what Linus responds by mvdwege · · Score: 1

      The interesting bit to me is that the whole thrust of systemd seems to be to inject a Windows NT style Registry onto Linux.

      Yeah, but that's because you're an idiot. Seriously? Cough up some good proof, and not just personal speculation.

      --
      "I know I will be modded down for this": where's the option '-1, Asking for it'?
    25. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      zontar's not mentally stable or competent and admits it http://slashdot.org/comments.p... so don't waste your time arguiing with the nutjob zontar the mindless (apt name at least due to his delicate condition, haha): he can't digest or understand logic, or reason.

    26. Re:Short story: See to what Linus responds by Anonymous Coward · · Score: 0

      I would also add that fixing such a behavior should be easy, else the systemd code has big modularity and DRY issues.

    27. Re:Short story: See to what Linus responds by MikeBabcock · · Score: 1

      systemd is a great idea done in a horrific way. No, I don't have something better to give people who need the specific things systemd solves for them, but I sure as hell hate having to use it (and don't whenever possible).

      --
      - Michael T. Babcock (Yes, I blog)
  55. Just pointing out that Linus is usually fair by rabtech · · Score: 5, Insightful

    Linus is generally fair from what I can tell, and does not except himself from criticism. In that very thread:

    Yeah, what Andrew said. My suggestion of per-task or per-cred is
    obviously moronic in comparison.

    Linus "hangs head in shame" Torvalds

    Someone proposed a better idea and Linus immediately admits his idea was worse and moves on. That was also one of Steve Jobs' greatest talents, even though it's in a completely different sphere. He originally said "no" to iPods for Windows and the iOS app store. People presented their case and he changed his mind.

    We should all be so willing to admit when someone else has a better idea or we were wrong.

    --
    Natural != (nontoxic || beneficial)
    1. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 5, Insightful

      Someone proposed a better idea and Linus immediately admits his idea was worse and moves on. That was also one of Steve Jobs' greatest talents,

      That statement is laughable. When Steve Jobs was in control of NeXT he decreed that the cube must be a perfect cube. Pressing, the most efficient way to create the case, works best with the side a couple of degrees off. Most people would not notice the difference but it allows the cube to be pulled out of the die much easier. Even though only one company in the US was able to press a perfect cube and it would add a couple hundred dollars to each machine, Jobs insisted on it. That was one of the reasons the NeXT was so expensive.

      He originally said "no" to iPods for Windows and the iOS app store. People presented their case and he changed his mind.

      When Jobs came back to Apple they had a Board that could stand up to Jobs and make decisions counter to Jobs' wishes. The Board had been doing it for years while Jobs was failing at NeXT. I doubt Jobs "changed his mind". More likely the Board overrode him.

    2. Re:Just pointing out that Linus is usually fair by BasilBrush · · Score: 0, Offtopic

      When Steve Jobs was in control of NeXT he decreed that the cube must be a perfect cube. Pressing, the most efficient way to create the case, works best with the side a couple of degrees off. Most people would not notice the difference

      But this eye for detail that others would miss is one of the reasons for Jobs ultimate success (Taking Apple for near bankruptcy to the most valuable tech company in the world.). You are talking literally about cutting corners. And not doing so is why Apple under Jobs succeeded.

      Your claim that it added a couple of hundred dollars to the cost is apocryphal.

      When Jobs came back to Apple they had a Board that could stand up to Jobs and make decisions counter to Jobs' wishes. The Board had been doing it for years while Jobs was failing at NeXT. I doubt Jobs "changed his mind". More likely the Board overrode him.

      Bullshit. Jobs had been back at Apple 4 years before then. Product decisions were made by Jobs not the board. He would never have taken on CEO without the authority to make all product decisions.

      But hey, a hater has to hate, eh?

    3. Re:Just pointing out that Linus is usually fair by MurukeshM · · Score: 1

      Indeed. Note what Linus says further down the thread:

      >
      > Well, parsing kernel cmdline by systemd is a bad idea
      No, we very much expose /proc/cmdline for a reason. System services
      are *supposed* to parse it, because it gives a unified way for people
      to pass in various flags. The kernel doesn't complain about flags it
      doesn't recognize, exactly because the kernel realizes that "hey,
      maybe this flag is for something else". ...
      And yes, that does include "quiet" and "debug". Parsing them and doing
      something sane with them is not a bug, it's a feature. ...
      And the thing is, this has never really been a problem in practice.
      Because nobody minds if some kernel option like "debug" makes not only
      the kernel enable debugging, but some system deamon log a bit more
      too. ...
      HOWEVER.

      It does become a problem when you have a system service developer who
      thinks the universe revolves around him, and nobody else matters, and
      people sending him bug-reports are annoyances that should be ignored
      rather than acknowledged and fixed. At that point, it's a problem.

      It looks like Greg has stepped in as a baby-sitter for Kay, and things
      are going to be fixed. And I'd really like to avoid adding hacky code
      to the kernel because of Kay's continued bad behavior, so I hope this
      works. But it's really sad that things like this get elevated to this
      kind of situation, and I personally find it annoying that it's always
      the same f*cking primadonna involved.

      One of the original suggestions was utilities parsing the kernel command line was a Bad Thing (TM).

    4. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 4, Informative

      But hey, a hater has to hate, eh?

      And a fanboy has to worship.

      If Jobs was so great then why did NeXT, a company completely controlled by Jobs, do so poorly?

      According to this article the decision on iPod for Windows came about exactly as I described. From the article:

      "We argued with Steve a bunch [about putting iTunes on Windows], and he said no," Rubenstein recalls. "Finally, Phil Schiller and I said 'we're going to do it.' And Steve said, 'F#@k you guys, do whatever you want. You're responsible.' And he stormed out of the room."

      That does not sound like Jobs changed his mind. Schiller and Rubenstein did it in spite of what Jobs wanted.

      Jobs was brilliant but not perfect. Jobs combined with a strong Board that can override some of his decisions is why Apple did so well. With Jobs alone you get NeXT; a failure.

    5. Re:Just pointing out that Linus is usually fair by Anonymous Coward · · Score: 0

      Have you actually looked at the roster for Apple's board of directors? Do you really think that any one person on it, never mind all of them, would be afraid of Jobs, even at his peak?

      But hey, a fanboy has to jerk off, eh?

    6. Re:Just pointing out that Linus is usually fair by Anonymous Coward · · Score: 0

      But hey, a hater has to hate, eh?

      And fanboi has to fan!

    7. Re:Just pointing out that Linus is usually fair by BasilBrush · · Score: 0

      If Jobs was so great

      I didn't say Jobs was so great. I just pointed out the falsity of your smears.

      According to this article the decision on iPod for Windows came about exactly as I described. From the article:
      "We argued with Steve a bunch [about putting iTunes on Windows], and he said no," Rubenstein recalls. "Finally, Phil Schiller and I said 'we're going to do it.' And Steve said, 'F#@k you guys, do whatever you want. You're responsible.' And he stormed out of the room."

      Given that neither Schiller nor Rubenstein were ever on Apple's board of directors, but were employees below Jobs, your current quote actually blows you previous comment out of the water. They were not the board, and had no power to overrule him.

    8. Re:Just pointing out that Linus is usually fair by Anonymous Coward · · Score: 0

      If Jobs was so great then why did NeXT, a company completely controlled by Jobs, do so poorly?

      NeXT is doing quite well.

    9. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      I didn't say Jobs was so great. I just pointed out the falsity of your smears.

      From your original post.

      Someone proposed a better idea and Linus immediately admits his idea was worse and moves on. That was also one of Steve Jobs' greatest talents,

      How is saying 'F#@k you guys, do whatever you want. You're responsible' admitting their idea is better and moving on? It sounds more like accepting inevitability. You make it sound like Jobs was open to other's idea when there is plenty of evidence that he was just the opposite.

      They were not the board, and had no power to overrule him.

      So add VPs to the list of people who can override Jobs' decisions and do things. If they could not overrule Jobs they could not have done it anyway as they stated. When Jobs came back to Apple he was part of a team that made decisions. It was no longer Apple === Steve Jobs. Ascribing everything that happened in Apple to decisions by Steve Jobs is inaccurate. The perception that Jobs === Apple is another of the effects of the "reality distortion field".

    10. Re:Just pointing out that Linus is usually fair by Anonymous Coward · · Score: 0

      But this eye for detail that others would miss is one of the reasons for Jobs ultimate success (Taking Apple for near bankruptcy to the most valuable tech company in the world.). You are talking literally about cutting corners. And not doing so is why Apple under Jobs succeeded.

      Your claim that it added a couple of hundred dollars to the cost is apocryphal.

      Um, no. Apple "succeeded" because of Chinese slave labor. (And if you think it's not slavery, head over to Shenzhen and try bunking with the Foxconn faithful for a while.)

      Jobs was a control-freak asshole who turned a whole generation into fondle-slabbing, non-thinking gawkers. That is not "hating", but hey, knob-bobbing fanboies have to bob, eh?

    11. Re:Just pointing out that Linus is usually fair by TangoMargarine · · Score: 1

      But hey, a hater has to hate, eh?

      And this was such a reasonable and informative conversation until you had to go and say that...

      --
      Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
    12. Re:Just pointing out that Linus is usually fair by Anonymous Coward · · Score: 0

      With Jobs alone you get NeXT; a failure.

      And the Apple III, and the polycarbonate Cube.

    13. Re:Just pointing out that Linus is usually fair by Bing+Tsher+E · · Score: 1

      In a movie, that would be the point where the camera would zoom in to show a peculiar haunting alien 'flash' in the infected cult member's eyes.

    14. Re:Just pointing out that Linus is usually fair by dbIII · · Score: 1

      One person's "cutting corners" is another's "changing an unreasonable design choice made for trivial reasons to a reasonable one".

    15. Re:Just pointing out that Linus is usually fair by Anonymous Coward · · Score: 0

      Jobs was brilliant but not perfect. Jobs combined with a strong Board that can override some of his decisions is why Apple did so well. With Jobs alone you get NeXT; a failure.

      What a massive failure, being bought and utilized to this day.

      If that's failure, what is your definition of success? Not being used by anyone? A little island, all alone?

    16. Re:Just pointing out that Linus is usually fair by BasilBrush · · Score: 1

      From your original post.
      "Someone proposed a better idea and Linus immediately admits his idea was worse and moves on. That was also one of Steve Jobs' greatest talents,"

      No, that wasn't my post.

      So add VPs to the list of people who can override Jobs' decisions and do things.

      No, a VP can't overrule a CEO. That's a fact. And it's a fact that Jobs heard whet they said, and allowed them to do it, delegating the responsibility for it's success to them. The actual words used is just an anecdote.

      When Jobs came back to Apple he was part of a team that made decisions. It was no longer Apple === Steve Jobs.

      You're wrong. Jobs had final say on every product when he came back. He hadn't had that power in the time before he was pushed out, and wouldn't have accepted the CEO offer without that power.

    17. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      Sorry, Apple bought NeXT not the other way around.

    18. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      What a massive failure, being bought and utilized to this day.

      The hardware was a complete disaster. It was much to expensive for what it did. The software, after many years of further development, became OSX. I am not saying Jobs was always wrong but when he is completely in charge things can go very wrong. I don't think NeXT ever made back the money invested in it's eleven years. I would call that a failure.

    19. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      Before hist departure to NeXT I definitely believe that. Jobs was the creator of Apple and in complete control. You did what Jobs said or you were gone. They finally got a board in that could oust him and did,

    20. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      You might want to learn how to quote and preview. It make your posts easier to read.

      No, that wasn't my post.

      You didn't write that quote but that is what I and talking about. Please stay on topic.

      And it's a fact that Jobs heard whet they said, and allowed them to do it, delegating the responsibility for it's success to them. The actual words used is just an anecdote.

      Sorry but your "reality distortion field" does not work as well as jobs'. Jobs thought they would fail and take the blame. The VPs knew they could go to the Board and get permission.

      He hadn't had that power in the time before he was pushed out, and wouldn't have accepted the CEO offer without that power.

      You have no idea what Steve Jobs would have done. Maybe he saw that NeXT was going nowhere and there were things he could do at Apple even without complete control.

    21. Re:Just pointing out that Linus is usually fair by the_B0fh · · Score: 1

      I didn't realize Phil Schiller and Rubenstein were on Apple's Board of directors, since you claimed:

      I doubt Jobs "changed his mind". More likely the Board overrode him.

    22. Re:Just pointing out that Linus is usually fair by the_B0fh · · Score: 1

      How is saying 'F#@k you guys, do whatever you want. You're responsible' admitting their idea is better and moving on? It sounds more like accepting inevitability. You make it sound like Jobs was open to other's idea when there is plenty of evidence that he was just the opposite.

      For someone like Steve Jobs, just how is it not accepting the other people's point of view? He is famous for shutting things down. That he let them proceed, even though he was not graceful about it, means he accepted their arguments..

      For someone who is supposed to be that much of a control freak, nothing could have gone through without his permission.

    23. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      You might want to read the whole thread before replying.

    24. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      Except if he know that the VPs could go to the Board and get it approved. The VP saying "We are going to do it" indicates that Jobs' opinion would have been ignored. The decision to do it was made by the VPs and not Jobs.

      For someone who is supposed to be that much of a control freak, nothing could have gone through without his permission.

      That is the difference in Apple between the time before Jobs left and after he returned. Up until the Board that ousted Jobs, Jobs' word was law. After Jobs returned the Board had much more power and used it. Before the ouster Jobs was a control freak. After he came back he was a control freak on a leash.

    25. Re:Just pointing out that Linus is usually fair by the_B0fh · · Score: 1

      Wow. Whatever you are smoking, you should share it, it's pretty damned good.

      I have *NEVER* seen the board of a Fortune 500 company make decisions on a minor product line, or even a major product line. That job is left to the - wait for it - CEO.

      At that point in time, the iPod was only a minor success. No board in the world would have gone against the CEO's wishes. Hell, one of the first things Jobs did as the CEO was to kill off a large number of products he called "distracting".

      And you people talk about reality distortion field. Furrfu.

    26. Re:Just pointing out that Linus is usually fair by the_B0fh · · Score: 1

      I did. You have a warped view of the world.

      NeXT failed for various reasons, but it never really had a major chance for success since it's target market was full of major competitors, such as SGI, HP UNIX workstations, SUN, DEC and others. This was also the time when wintel was gaining in performance. While a $20k workstation might be more powerful than your wintel box, I can buy 20 wintel boxes for that price.

      Additionally, the other competitors feared Jobs, so they did everything they could to block him.

      This is why NeXT, the company, failed. The product itself is successful and lives on as MacOS.

    27. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      You might want to read how Boards and CEO's actually work. The CEO works for the Board not the other way around.

    28. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      While a $20k workstation might be more powerful than your wintel box,

      Who designed the $20K box when others were designing much less expensive boxes? Steve Jobs. He didn't care about cost or market viability; all he wanted was the "perfect" box.

      Additionally, the other competitors feared Jobs, so they did everything they could to block him.

      So every success was due to Steve Jobs and every failure was due to other people. Just wow.

      The product itself is successful and lives on as MacOS.

      The software still lives on. The hardware is long dead.

    29. Re:Just pointing out that Linus is usually fair by the_B0fh · · Score: 1

      You like arguing for the sake of argument, don't you? Did I ever claim the board can't fire the CEO?

      No, my claim is that the CEO runs the day to day job, and the Board sets the direction. I guarantee you the Apple's Board of Directors did not tell Steve Jobs "hey, that new iPod thing you have, make sure it works on windows too".

      This is Apple Computer, Inc., not Microsoft Computer, Inc. Apple's stuff do not have a mandate to be compatible with Windows.

      Stop being a fucking idiot.

    30. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      I guarantee you the Apple's Board of Directors did not tell Steve Jobs "hey, that new iPod thing you have, make sure it works on windows too".

      When the VP of hardware and the VP of software said "we want to make it works on windows too" and Jobs said "No" the Board would side with the VPs. The Board never had to make the decision because Jobs at least knew how to pick his battles the second time around. Jobs could learn.

      No, my claim is that the CEO runs the day to day job, and the Board sets the direction

      I would see the decision whether or not to make iPod compatible with 97% of the existing personal computers as a "direction" decision and not a day to day decision. Increasing one's market potential by 3200% is a big deal. Jobs did not want it because he wanted iPod to only work on "his" machines. To hell with money. Apple is the biggest walled garden in the computer industry due to Jobs.

      Apple's stuff do not have a mandate to be compatible with Windows.

      True but they had a mandate to make money and cutting out 97% of the computers on the market being able to use the iPod was a bad decision. Jobs tried to hold to that decision until the VPs said they would do it anyway because they knew the Board would back them.

    31. Re:Just pointing out that Linus is usually fair by Anonymous Coward · · Score: 0

      Sure. I guess this is why any PC laptop I can find has a wobbly screen and shitty keyboard.

      I'll take a little bit of vision every time. You can enjoy your Cadillac.

    32. Re:Just pointing out that Linus is usually fair by BasilBrush · · Score: 1

      Yes. However you can't argue with Apple's success from not cutting corners. Those tech companies making what they think are reasonable compromises are on the whole not doing very well.

    33. Re:Just pointing out that Linus is usually fair by BitZtream · · Score: 1

      Yes, and engineers work for the CEO, but steve didn't dictate which chips were used, only how the product had to function. His engineers picked the chips.

      The board wants profits, Steve gave them profits, as long as he doesn't do anything to jeopardize those profits, the board is generally going to be in agreement with him.

      Perhaps you really need to get an idea of how boards and C level officers of a company work because you really seem like you don't have the slightest idea.

      In the 4th quarter, at the 2 minute warning, the coach lets the quarterback call the shots, thats their respective jobs.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    34. Re:Just pointing out that Linus is usually fair by BitZtream · · Score: 1

      ... the board didn't side with the VPs, Jobs didn't allow Windows versions for several years. Do you even know what an iPod is?

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    35. Re:Just pointing out that Linus is usually fair by BasilBrush · · Score: 1

      You didn't write that quote but that is what I and talking about. Please stay on topic.

      Then why did you say I did. It's not off-topic to point out your error of attribution to me. It's rather pathetic of you to suggest it is. Especially whilst pointing out a typo in me tagging up a quote tag. Pathetic and hypocritical.

      Sorry but your "reality distortion field"

      It's you that's making the errors. Not just in attribution, but not knowing the corporate structure at Apple. A fundamental mistake when you are trying to pontificate on it. Reality is on my side.

      You have no idea what Steve Jobs would have done.

      I'm telling you what he did. He had complete power over product decisions. And claim to the contrary by you is just showing your ignorance. And that's quite a lot of ignorance you have there.

    36. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      In the 4th quarter, at the 2 minute warning, the coach lets the quarterback call the shots, thats their respective jobs.

      And in the first three quarters the coach sends in the plays. Whether or not to write a Windows app was not a 2 minute warning play as they had been talking about it for months. It was a long term play ie. a Board decision.

    37. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      He had complete power over product decisions.

      Prove it. If he had complete power over product decisions his VPs would never have said "we are going to do it anyway" when Steve said "no". How do you reconcile those two facts.

    38. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      He didn't allow it until the VPs said we are going to do it no matter what Jobs said. Jobs had the power until the VPs got fed up and went ahead.

    39. Re:Just pointing out that Linus is usually fair by the_B0fh · · Score: 1

      While a $20k workstation might be more powerful than your wintel box,

      Who designed the $20K box when others were designing much less expensive boxes? Steve Jobs. He didn't care about cost or market viability; all he wanted was the "perfect" box.

      You do live in your own little world, don't you? In the 80s/90s, you either had the workstation market, which is the $20k workstation market, or the cheap 386/486 PCs. Sun drove the price down with the Sparc Classics, but those weren't serious workstations. People were buying sparc20s and using it as workstations.

    40. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      The problem is Jobs was trying to market them to consumers who were looking for a cheaper computer. Why does every article about NeXT point out the high cost of the hardware as the main reason for it's problems?

    41. Re:Just pointing out that Linus is usually fair by the_B0fh · · Score: 1

      Evidence that Jobs was marketing a $20k NeXT cube to consumers?

      Evidence that Jobs was marketing a *UNIX* NeXT cube to consumers?

    42. Re:Just pointing out that Linus is usually fair by BasilBrush · · Score: 1

      What you say isn't a fact. It's an anecdote. Anecdotes rarely have verbatim quotes in them.

      Again, my proof is the Apple organisational tree. CEO is superior to VP. Absolute fact.

    43. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      Again, my proof is the Apple organisational tree. CEO is superior to VP. Absolute fact.

      A VP has never gone over the CEO's head to the Board to get something done. Right. In every organization there is an official structure and an unofficial structure and sometime the two look very different.

    44. Re:Just pointing out that Linus is usually fair by BasilBrush · · Score: 1

      Had that ever happened with Apple that would be big news indeed. And yet you have no evidence for it. You're just hanging on to the dumb thing you said in the first place.

    45. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      Every company airs their dirty laundry in public. Another fallacy. The evidence I have is the statement by the VP saying "We will do it anyway".

      You're just hanging on to the dumb thing you said in the first place.

      You're just hanging onto the idea that Jobs was in absolute control over products.

    46. Re:Just pointing out that Linus is usually fair by BasilBrush · · Score: 1

      Clearly you have nothing more to add. You said something dumb in your OP, and you have nothing to back it up with. Nothing more to be said.

    47. Re:Just pointing out that Linus is usually fair by jklovanc · · Score: 1

      Clearly you have nothing more to add.

      Neither do you.

  56. Re:informal poll by Anonymous Coward · · Score: 3, Insightful

    because the bulk of the software i use isnt available on linux. because the games i like arent available on linux. because it works pretty much out of the box for me. because my clients need me to develop software for windows and thats much easier to do in windows. because much of the peripheral hardware i use is only available for windows (or is a giant pain to get running anywhere else. and, yes, i have tried). and lastly, there is no incentive for me to move away from windows.

    if linux is what you prefer or what works best for you, thats wonderful and im very happy for you. windows is what i prefer and works best for me.

  57. Re:informal poll by Handover+Phist · · Score: 1

    Wait, that's not quite right. The family likes to watch their flickershows so I installed an EXT3 driver for Windows and set up the XBox as a Windows Media Center extender to stream stuff to the TV. We gave up on cable TV a bit over a decade ago. From what I've seen at work on lunch breaks, that was the decision to go with.

  58. Bullshit Summary by johnsie · · Score: 3, Informative

    They just aren't accepting code from him until he fixes that issue. The summary makes it sound much more dramtic than it really is.

    1. Re:Bullshit Summary by Anonymous Coward · · Score: 0

      Actually, it is a paradox. He can't fix stuff if it is never accepted.

    2. Re:Bullshit Summary by bruce_the_loon · · Score: 4, Insightful

      Actually, it is a paradox. He can't fix stuff if it is never accepted.

      The fix needed is in the systemd code, not the kernel. He can fix it, in less than a minute of editing probably two constants. (from "debug" and "quiet" to "systemd.debug" and "systemd.quiet")

      --
      Trying to become famous by taking photos. Visit my homepage please.
    3. Re:Bullshit Summary by CurryCamel · · Score: 1

      Not quite:

      Key, I'm f*cking tired of the fact that you don't fix problems in the
      code *you* write, so that the kernel then has to work around the
      problems you cause.
      Greg - just for your information, I will *not* be merging any code
      from Kay into the kernel until this constant pattern is fixed.

      I read it that what needs fixing here is the attitude, not just the bug.

    4. Re:Bullshit Summary by Anonymous Coward · · Score: 0

      Smells like someone who doesn't like systemd is looking for an excuse to drum up some drama.

    5. Re:Bullshit Summary by MikeBabcock · · Score: 1

      He needs to fix his *own* software, systemd, so it stops screwing up the boot process in debug mode.

      His patches to the kernel won't be accepted until he takes responsibility for problems caused by systemd.

      --
      - Michael T. Babcock (Yes, I blog)
    6. Re:Bullshit Summary by MikeBabcock · · Score: 1

      Where are all these people who *do* like systemd? I haven't met them.

      I don't mean tolerate it, or understand its necessity. I mean actually like it the way it is right now.

      --
      - Michael T. Babcock (Yes, I blog)
  59. Re:informal poll by ttucker · · Score: 1, Insightful

    I used to be a die hard Linux guy, but for me OSX has always been the nothing works problem of Linux, mixed with an expensive, arrogant, asshole, flavor. Now I use Windows 7 on the desktop. It is pretty stable, and it is wonderful to have everything more or less just work.

  60. Re:informal poll by EvanED · · Score: 5, Funny

    I don't get why anyone runs Windows.

    I sometimes run Linux and sometimes run Windows. Why? Because it's nice for my OS to piss me off in different ways instead of always the same ways. :-)

  61. Re:informal poll by SuricouRaven · · Score: 1

    My two laptops and desktop all run primarily linux. The desktop and one laptop can dual-boot windows, mostly for gaming (Space Engineers promises Linux support one day, but not yet) and to run a few windows-only programs. I could learn to use the Gimp, but Paint Shop Pro is what I know, and I'd rather not start over with a whole new interface. Rarely done though - I work almost entirely in linux.

  62. Re:informal poll by savuporo · · Score: 1

    If you have TV or any other internet connected consumer electronics elsewhere in your house, in 98% of the cases you run Linux there too.

    --
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.slashdot.org Errors found while checking this document as HTML5!
  63. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    God Bless Linus!

  64. Re:Linus is getting old and cranky by TheCarp · · Score: 1

    Not so sure about that. The very fact that this is news tells me:

    1. It doesn't happen too often. There have been a handful of these... over the course of a few years. If it was happening every day, we wouldn't see stories about Linus chewing out some dev, nobody would bother posting stories like this every week or even month for long.

    2. Since these stories have occasionally cropped up, I can't think of a single serious kernel story I have seen of any kind. SO the kernel must be in pretty good, stable shape if this is all there is to report.

    --
    "I opened my eyes, and everything went dark again"
  65. Ubuntu only AFTER Debian! by rstanley · · Score: 1

    It was recently announced that Ubuntu would adopt systemd in future versions as well.

    Yes, but only AFTER Debian, the Distro that Ubuntu, (and many other Distros) are based on, made the decision to switch to systemd. Now if Ubuntu would just go along with Wayland, ...

    Linus has the final say in the Kernel, and I have to agree with his decision. He has an excellent track record! ;^)

  66. Re:informal poll by Bengie · · Score: 1

    Variety is the spice of life.

  67. Re:informal poll by NatasRevol · · Score: 4, Insightful

    A pirated copy of Win7.

    --
    There are two types of people in the world: Those who crave closure
  68. Spongeworthy? by Virtucon · · Score: 3, Funny

    This story somehow reminds me of the Seinfeld Spongeworthy episode. Elaine finds out that the contraceptive sponge is no longer manufactured so she hoards them and then chooses her lovers based on the fact of whether or not she thinks they're Spongeworthy. I think in this case Linus doesn't have enough sponges left to waste.

    --
    Harrison's Postulate - "For every action there is an equal and opposite criticism"
  69. Re:First Post by Anonymous Coward · · Score: 5, Funny

    For those of us lacking in perspective on how Fun! kernel debugging is, here is a voice from the MS side of things. Dangerous curveballs ahead.

    http://research.microsoft.com/en-us/people/mickens/thenightwatch.pdf

  70. Linus is interested in quality by erroneus · · Score: 2

    I really and truly respect that.

    I have had more than enough experience in dealing with "this is how I do it!" developers. We're talking about writing code -- a set of instructions to accomplish things usually performed by an electronic machine. Things definitely become complex and even confusing at times, but it's NOT MAGIC. And when people need to work with developers and developers with developers and all that, I have run short on patience where some developers believe they are the thing and not the project or the community affected by the project.

    To me, the community which uses the project or is affected by the project is the thing. If you write for results, then you agree. If you write to make yourself proud? You're just a bit too self-absorbed. (I'm not saying there's anything wrong with being happy and proud of your work, but what you want should never be the thing.)

    I just wish Linus would go kick some GNOME team ass and share some wisdom with GIMP developers as well.

    1. Re:Linus is interested in quality by Anonymous Coward · · Score: 0

      Hasn't Linus made his opinion of GNOME clear? He can't really do anything more than that since they don't submit kernel code.

    2. Re:Linus is interested in quality by Anonymous Coward · · Score: 0

      I just wish Linus would go kick some GNOME team ass and share some wisdom with GIMP developers as well.

      I believe that that has been tried once or twice with GNOME, but didn't really stick.

      GIMP's a wholly different world: it's an application, not a platform on top of which other applications are written.

    3. Re:Linus is interested in quality by Anonymous Coward · · Score: 0

      I just wish Linus would go kick some GNOME team ass and share some wisdom with GIMP developers as well.

      Well, he was already had his run-ins with GNOME over its user interface.

  71. Re:Linus is getting old and cranky by Dishevel · · Score: 1

    So you believe you are wrong?

    --
    Why is it so hard to only have politicians for a few years, then have them go away?
  72. Re:informal poll by Anonymous Coward · · Score: 0

    I run GNU/Linux as my primary operating system at home and rarely boot the VM containing Microsoft Windows 7.

  73. Re:informal poll by Anonymous Coward · · Score: 0

    XP.

  74. Re:informal poll by rs79 · · Score: 1

    No, they won't.

    When there is a reason to, they will.

    Note that WordStar and CP/M are still in use to this day.

    --
    Need Mercedes parts ?
  75. Re:informal poll by hawguy · · Score: 1

    who runs Linux these days?

    for your **personal computer** not work terminal or music server

    i'm not talking all FOSS and this doesn't include Android...I'm asking specifically about the Linux OS

    also, please specify if you can dual boot w/ multiple OS's

    I run Ubuntu on my home and work desktops and manage a dozen Ubuntu desktops at work (mostly developers and customer service reps).

    I thought Linux was the kernel so why isn't android a "Linux OS"?

  76. Re:informal poll by amiga3D · · Score: 4, Interesting

    Exactly. I would probably be using it too if I had come to computers late. Back in the 80's when I wanted to upgrade from my Commodore 128 I looked at the PC clones and compared them to the Commodore Amiga and it was no question at all for me. The clones were a fucking joke. Once Mehdi Ali and Irving Gould decided to bankrupt Commodore and then Win 95 came out the only other active system was Apple which was a joke at that time. Everyone was buying Win 95 like it was going out of style. Later when I wanted new hardware I looked at Windows and went "ugh!" and then read about Linux. I bought a dual pentium II server and installed Linux on it in '99 and never looked back. I've never actually used windows much outside of work but I can see why people that never used anything else use it. You can buy anything at all for it. If it's all you ever used you wouldn't know that it sucks.

  77. Re:informal poll by Anonymous Coward · · Score: 0

    Probably Windows 7 or Windows 8 and a few people may migrate to OS X. It sure as fuck won't be Linux.

  78. Re:First Post by Jeremiah+Cornelius · · Score: 4, Funny

    For those of us lacking in perspective on how Fun! kernel debugging is, here is a voice from the MS side of things. Dangerous curveballs ahead.

    http://research.microsoft.com/en-us/people/mickens/thenightwatch.pdf

    OK. That was GREAT!

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  79. Re:First Post by Isaac+Remuant · · Score: 1

    Thanks. That should be in the summary.

    --
    "Science can amuse and fascinate us all, but it is engineering that changes the world. " - Asimov.
  80. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 2, Informative

    His problem is that he believes he is right in all things and has a huge ego.

    Here's the thing: in this case, Linus is definitely right, and Kay is definitely being dickish. Namespacing the switch (checking for "systemd.debug" instead of just "debug") would take all of 5 minutes and would solve the problem, the only inconvenience would be to the systemd developers who would need 8 (!) extra characters on their kernel command lines. Acceptance of systemd is already lower than it should be if everyone judged it purely on the merits, and this kind of thing does not help at all.

  81. Hard by Anonymous Coward · · Score: 1

    Linus can be pretty hard on Kernel devs, but it does go to show the very high standard
    expected of kernel (and other) contributors to Linux.

    The adage seems to be: Add good code, fix your code if required, maintain/update your code where fit.

    Linus is fair, and hard on himself too.

  82. Re:First Post by phantomfive · · Score: 1, Flamebait

    Linus was restrained, in response to such a "community contributor". This is the Linux kernel, not Oxford dons, vying for college chairs.

    The kernel has changed from the early days, when every contributor was an enthusiast, interested in making the kernel better. Now a lot of the kernel developers (like this guy) are employed by companies, and write code because their company tells them to, which is a completely different motivation.

    It's a much different managerial task, and it must be frustrating for Linus to deal with people who don't actually care.

    --
    "First they came for the slanderers and i said nothing."
  83. Re:Linus is getting old and cranky by rs79 · · Score: 1

    Also, any system that will die if one person does, then it's too weak to live. Human progress depends on the things people build being made to outlive them.

    --
    Need Mercedes parts ?
  84. systemd Architecture by jgotts · · Score: 5, Informative

    Let's take a step back and consider what systemd has given us compared to what we had before.

    Before systemd, configuring what gets started on Linux systems was standard across all distributions, dating back to before 1995, when I started developing software with Linux. There was /etc/rc.d/init.d or in some cases /etc/init.d and in most cases there were links in rc1.d, rc2.d, rc3.d, etc. It was that simple. Nothing ever broke.

    With systemd, a solution in search of a problem, everything changed. Now you have all of these directory hierarchies and countless old bugs that take years to get resolved. For example, "network restart" was broken in Fedora for ages for a machine of mine with one DHCP Ethernet interface and two static Ethernet interfaces (with nothing fancy like wireless). "network restart" fails on a variety of machines I have access to; forget about "network reload." ifcfg-eth0 and the like are simple things, some of the most basic boot-related operations. I've tried to open bugs but the problem seems to be buried somewhere in the guts of systemd.

    I've had systems rendered unbootable during upgrades because of silent failures trying to make a good initrd. It's too complex to get everything right with systemd. For a long, long time when the boot scripts died with systemd there was no obvious way to see any errors. Recently they added some more debugging output suggesting that you use journalctl. Why didn't they tell us about that earlier? The reason? No documentation. They wrote an entirely new way to boot the system but kept the design in their heads. Maybe, many years later, there is some scant documentation available (except for that one old useless design document justifying systemd's existence that everyone has read). Of course, nobody writes man pages anymore but they were sure to remove the man pages for the old boot system.

    So what new things does systemd give us? Pretty much nothing except for bugs. Maybe there are a few oddball use cases like booting off of weird media, but most people today boot off of a fixed hard drive that doesn't change in years. 19 years later it might be an SSD, but that is the same use case.

    1. Re:systemd Architecture by gweihir · · Score: 5, Insightful

      Indeed. I am still puzzled about why there are so many systemd fanbois. It basically has no merit at all and causes a hot of severe problems. There does seem to be an aggressive, emotionally manipulative campaign by Red Hat to get it into every major distribution and that seems to unfortunately have succeeded. The same strategy is used against critics of systemd and the tactics used have an eerily similar ring to it. Just like if it was paid shills working from a PsyOps manual. There also seem to be indications that the Occupy movement was attacked in a similar fashion.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:systemd Architecture by Kaz+Kylheku · · Score: 2

      It is obvious from the internals of systemd that it's designed and written by B grade talent.

    3. Re:systemd Architecture by jittles · · Score: 2

      It is obvious from the internals of systemd that it's designed and written by B grade talent.

      I represent that!!

    4. Re:systemd Architecture by Archwyrm · · Score: 2

      I thought the point was that it starts all the system services in parallel as much as possible thereby speeding up overall boot time significantly? Correct me if I am wrong.

      My Arch Linux systems seem to boot much faster since they moved to systemd. I will admit I was pretty much lost when first working with it but I chalked that up to unfamiliarity and haven't had to touch it much since. Then again, I'm using a Debian 7 install right now and it boots quite fast and does not use systemd.

      --
      Fascism should more properly be called corporatism because it is the merger of state and corporate power. -- Mussolini
    5. Re:systemd Architecture by jmyers · · Score: 3, Interesting

      I adopted Linux and various other open source programs because I was frustrated with the attitude of the vendors I was dealing with, SCO, AT&T, NCR, Sperry, etc. They were all jockeying for position and creating incompatibilities with each other. I had to support a program that ran on a lot on Unices. I discovered the GNU tools that would run the same way on various platforms then toyed with Linux and eventually started using it in production.

      The big difference with GNU and Linux was is seemed to be all about the users. Users creating software for other users without "vendor goals" as baggage. I was a very loyal Red Hat users for years but GNOME 3 drove me to Mint and now I keep seeing more examples where they and other "open source" companies have become like the old Unix vendors.

      Glad to see Linus pushing back against it.

    6. Re:systemd Architecture by Anonymous Coward · · Score: 0

      Lets take a step back and consider what the linux kernel has given us...

      stop being a dick and pretending the issue is something different than reality

    7. Re:systemd Architecture by fgodfrey · · Score: 4, Interesting

      It gets even more "fun" if you're trying to netboot since you never get to see any of the output. When I whined about this problem on Slashdot before, someone suggested adding a parameter to drop to a shell. Which is great, only then systemd didn't get far enough to actually *hit* the problem so I could debug it. So then I tried the flag to systemd that is supposed to get it to tell you what order stuff starts in, but it won't let you run that as root.... Googling got me nowhere. Eventually, I discovered that DBus (another solution in search of a problem, IMO) wasn't functioning correctly because somehow the DHCP server had the wrong MAC address for the host so the network didn't come up right (why isn't DBus talking over 127.0.0.1!!??!).

      In short, systemd has me looking into how quickly I can switch to NetBSD. Although I should investigate Slackware as well.

      --
      Go Badgers! -- #include "std/disclaimer.h"
    8. Re:systemd Architecture by Anonymous Coward · · Score: 0

      > I am still puzzled about why there are so many systemd fanbois [...]

      Totally agree (with the rest of your post too). But I don't think they're so many. They are just louder. I tend to call them the "systemd thugs".

    9. Re:systemd Architecture by Anonymous Coward · · Score: 0

      Not to mention it breaks server features to enhance the linux desktop. I don't need new features if I can't keep the ones I have chosen the system for.

    10. Re:systemd Architecture by Anonymous Coward · · Score: 0

      There was /etc/rc.d/init.d or in some cases /etc/init.d and in most cases there were links in rc1.d, rc2.d, rc3.d, etc. It was that simple.

      Except everything else that spawned processes like inetd, cron, etc.

      Nothing ever broke.

      Since you clearly have extensive experience, I can only assume that you also have a very selective memory. Did you really just claim that nothing ever broke in any linux implementation of sysvinit since 1995?

      "network restart" fails on a variety of machines I have access to; forget about "network reload."

      These are not systemd related commands. How you can blame systemd for your distribution having neglected the network/ifcg script system in favor of network-manager I cannot fathom.

      Recently they added some more debugging output suggesting that you use journalctl. Why didn't they tell us about that earlier?

      Because as a Fedora user you are essentially a beta tester. You were first exposed to systemd well before it was ready for wider distribution.

      Of course, nobody writes man pages anymore but they were sure to remove the man pages for the old boot system.

      man systemd properly specifies systemd usage, and references the following other compenent specific man pages which appear mostly complete:
      systemd-system.conf(5), systemctl(1), journalctl(1), systemd-notify(1), sd-daemon(3), systemd.unit(5), systemd.special(5), bootup(7), systemd.directives(7)

      Maybe there are a few oddball use cases like booting off of weird media

      After all the bashing you give it credit for something that was already handled by the bootloader and initrd?

      If you want to gripe about systemd then make your gripes legitimate. Like the fact that assignment to a variable in a unit file can do either assign or append depending on the variable it is applied to. WTF were they thinking with that?

    11. Re:systemd Architecture by bill_mcgonigle · · Score: 1

      I thought the point was that it starts all the system services in parallel

      Yes, and it also removes the need for a separate cron/udev/dbus/puppet stack all doing their own loops.

      It's a neat idea to have a pid1 do all those things. This one also seems to be buggy, the documentaiton is scant, it's hard to debug, and the developers rapidly lose interest in solving problems.

      So you have one camp, thus bitten, who claim it's useless, and the other camp, so smitten, who claim that it's perfect.

      Meanwhile, the other fifty million users are just flapping in the wind.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    12. Re:systemd Architecture by Anonymous Coward · · Score: 1

      Not sure if above post is genuine, or a parody of a systemd proponent.

    13. Re:systemd Architecture by Etcetera · · Score: 1

      There does seem to be an aggressive, emotionally manipulative campaign by Red Hat to get it into every major distribution and that seems to unfortunately have succeeded.

      It seems like there are quite a few *within* Red Hat that aren't all that pleased with the way things have been progressing, hence the "hey, let's give a voice to sysadmins in the direction of Fedora as well!" initiative.

      Systemd has the ability to do pretty neat things, but so do lots of other init systems and process controllers. The only thing that feels really head-and-shoulders above whatever else was available was cgroup integration for services. Is that worth all of the other breakage, the DJB-level asinine-ness of the developers, and the lack of flexibility caused by removing shell scripts from the boot process? Doesn't feel like it.

    14. Re:systemd Architecture by dpilot · · Score: 4, Insightful

      It's only a good idea sticking all of that in PID1 until there's a problem. When PID1 crashes, so does your box. The more stuff in PID1, the more likely there is to be a bug somewhere in there. Now stuffing all of that in PID2, and having PID1 take care of itself and restarting PID2 might be a different story.

      --
      The living have better things to do than to continue hating the dead.
    15. Re:systemd Architecture by Anonymous Coward · · Score: 0

      You could try Gentoo as well I guess, unlike the other large Distro, they actually went with OpenRC instead, which is more of an extension to the standard boot system and thus uses many the same tools.

    16. Re:systemd Architecture by Anonymous Coward · · Score: 0

      Have you read the rationale behind Systemd? It aims to solve a number of fundamental problems of SysV init, including explicit daemon interdependancy as well as process monitoring, and takes inspiration from other daemon-control attempts such as upstart and DJB's daemontools. It's actually targetting a larger set of problems than just "start these services on boot".

      Furthermore, it aims to solve these problems on the whole range of linux systems, from phones through servers. You'll note Android doesn't use SysV init (of course, to be fair they'll probably not use Systemd either because GPL).

      SysV init has been around for a long long time. It is a indeed a flexible system where sysadmins can apply their existing scriping and debugging skills, but it has a number of flaws.

      Systemd is new and introduces a whole new set of concepts (did you ever care to understand what cgroups could do for you before?). It also drops the imperative configuration style of shell script (do this then this and maybe that) for a declarative configuration style (I am this and I provide that service and I depend on this). It is the very definition of uncomfortable change. But there's are reasons people back that change.

    17. Re:systemd Architecture by Anonymous Coward · · Score: 0

      There are systemd fanbois, because someone with social media clout, as much as you can have when it comes to linux sytem changes, came along and said it was hot grits. After that, it's been pud pulling by the vocal, while the majority of dist users know it's mostly headaches down the rabbit hole, and will wait until it's out of alpha before even considering it.

    18. Re:systemd Architecture by Anonymous Coward · · Score: 0

      including explicit daemon interdependancy as well as process monitoring

      All the ramblings do not answer the question why to put it all into PID 1.

      Not to mention that there are other better systems to monitor services - and to monitor them not only quantitatively (is the PID still running?), but qualitively (can the service process a request?).

      did you ever care to understand what cgroups could do for you before?

      Very very few actually need cgroups. For most applications, especially multi-user ones, they are simply counterproductive.

      Many OSs tried that before - e.g. Solaris Zones - and all have abandoned or deprecated it. (For pedants, do not mix up the Solaris Zones, part of Containers, with the old zones which were deprecated in favor of prset.)

      For process isolation, virtualization is simply a better solution. For many many other reasons.

    19. Re:systemd Architecture by psergiu · · Score: 1

      As a sysadmin using RedHat in production environments, i will not recommend upgrading to RHEL7 if it uses systemd as it is now, with no backwards compatibility:

      1) We have tons of old proprietary software which only knows about init.d startup scripts, cron & so on. That software will surely not get updated to be systemd-aware by the vendor and we cannot make "hacky" things for compatibility as we lose any vendor support.

      2) journald does not support remote logging. When you have servers handling PCI data, you spend more on external hardware & software who make sure all PCI data is protected than you spend on the server itself. No remote logging = no go for systemd.

      Also, on a production server, you really don't care if the OS startup scripts run in 1 minute or 15 seconds. You still have to wait 5+ minutes for the BIOS to finish the memory & hardware tests, the [proprietary] DB still takes a lot of time to start up.

      --
      1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
    20. Re:systemd Architecture by Anonymous Coward · · Score: 0

      Actually, cgroups are extremely useful for multi-user systems like in High Performance Computing. The Slurm scheduler (and maybe others) can create a cgroup per batch job that only allow the job to use resources that it requested. No user can exceed their memory or CPU limit and affect another job. Sure a VM could do this but you absolutely do not want the virtualization overhead. It's also useful on the login nodes (used by users to compile code, copy files around, etc) to allow some over oversubscription but generally keep users in check.

      I promise that cgroups are in use and EXTREMELY useful for many people.

    21. Re:systemd Architecture by phantomfive · · Score: 2

      Although I should investigate Slackware as well.

      It makes you feel so good. It's set up simply and flexibly. The entire list of processes running on your machine fits on one page, for example.

      The only problem is a lack of apt-get or ports (also, Ubuntu might do better at handling WiFi, I haven't checked), but if that doesn't bother you it's great.

      --
      "First they came for the slanderers and i said nothing."
    22. Re:systemd Architecture by jmrcpn · · Score: 1

      Exact same kind of problem with systemd.... you are not alone, I am investigating moving production to slackware (not really keen to consider NetBSD, but who knows...) The only rational I can see with systemd, is to be a trojan to have RedHat selling support.... Systemd is to systemV what was Concord to Boeing-747 (a complex solution without needs)

    23. Re:systemd Architecture by Anonymous Coward · · Score: 0

      My problem with systemd is that I have to be a systemd expert to get it to spit out useful debug information. If I type "service start", I want to know why it fails, and I want it to tell me on stderr. Having to jump through hoops to get the information (and in one case, no errors were logged until I disabled systemd redirect completely, and THEN I got an error message) is asinine.

    24. Re:systemd Architecture by Anonymous Coward · · Score: 1

      Please try Slackware. I've been using Slackware for almost 20 years and have no intention of switching away from it. You need to get your hands dirty to tinker with it, but what you get is complete control over everything.

      To be honest, I haven't kept up to date with a lot of Linux architectural changes over the years. I found out about udev when I performed my most recent Slackware install a few years ago. That was certainly a bit different, but in the end it works the same way everything else does - by modifying scripts and text files.

      To me, controlling how a system boots and which services to run has always been about managing boot scripts. I have always customized my boot process in that way, and it has always been possible to do exactly what I wanted. If there were some problem, I could find the offending script and fix it. If I wanted custom boot steps, I just write another script, or modify /etc/rc.d/rc.local. It's not flashy with a lot of bells and whistles but I tell you, it gets the job done and then it gets out of my way.

      I've been reading a bit about systemd as a result of this process and I'm honestly horrified. I would never want something like that on my system. I want to be in charge of my system, in a way that is easy and tractable for me to understand. Handing over all of my configuration and bootup to some magic super process seems like an abomination to me - a complete violation of the principles of simplicity that first got me interested in Linux.

      I am hoping Pat never, ever brings systemd to Slackware.

    25. Re:systemd Architecture by Anonymous Coward · · Score: 0

      uh... process = post

    26. Re:systemd Architecture by Bing+Tsher+E · · Score: 1

      The NetBSD ports collection, pkgsrc, has been ported to Slackware.

    27. Re:systemd Architecture by seyyah · · Score: 2

      There's slackbuilds.org for your ports equivalent.

    28. Re:systemd Architecture by dbIII · · Score: 1

      One other interesting thing with gnome3 is that it has driven at least one vendor of X on MS Windows to an RDP based system just so that gnome3 stuff will work remotely.
      Keep that in mind when wayland fanboys use gnome3 applications as their strawman as to why X sucks (eg. gedit takes forever to startup - thus X sux even though plenty of other stuff takes a hell of a lot less time even on really old hardware).

    29. Re:systemd Architecture by phantomfive · · Score: 1

      It's not the same..........

      --
      "First they came for the slanderers and i said nothing."
    30. Re:systemd Architecture by phantomfive · · Score: 1

      That's good to know, I'll check it out.

      --
      "First they came for the slanderers and i said nothing."
    31. Re:systemd Architecture by Anonymous Coward · · Score: 0

      In short, systemd has me looking into how quickly I can switch to NetBSD. Although I should investigate Slackware as well.

      How about Gentoo? Despite people in Gentoo who might want to see more of systemd, it remains only an option in Gentoo. The default init system is OpenRC. It sure works nicely.

    32. Re:systemd Architecture by Anonymous Coward · · Score: 0

      You're talking out of your ass. HPC and you're talking about arbitrary submission by any Joe that causes resource sharing right down to sub process level on the same machine? And if there's more power you don't want to lend and borrow? That kind of prioritisation is best handled with a standardised submission and a homogenous allocation.

      Sounds more like you're talking about some random server hosting a random set of processes. That's just "your server".

    33. Re:systemd Architecture by BitZtream · · Score: 1

      that the Occupy movement

      The Occupy movement failed because it was a bunch of 1%er's in their Northface jackets and backpacks whining like they have any fucking clue what hard work is.

      They were a joke. A bunch of kids in search of a cause, and they did way more harm to working people than good. Hypocrites at best, spoiled brats for most of them, nothing more.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    34. Re:systemd Architecture by BitZtream · · Score: 1

      When PID1 crashes, so does your box.

      Then your kernel is broken.

      PID1 exit 0, sure, system is down. Anything else, then your kernel is broken.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    35. Re:systemd Architecture by gweihir · · Score: 1

      I really hope you are right.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    36. Re:systemd Architecture by gweihir · · Score: 1

      Indeed. But the stuff by DJB does actually work well and reliable. I only had to drop qmail because I needed the system time to be correct.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    37. Re:systemd Architecture by gweihir · · Score: 1

      I did not claim that this made them fail. I did say that they observed similar tactics used against them, which indicates a that the same attacker may have been at work.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    38. Re:systemd Architecture by dpilot · · Score: 1

      I simply don't know what to say.

      --
      The living have better things to do than to continue hating the dead.
    39. Re:systemd Architecture by MikeBabcock · · Score: 1

      Before systemd, I had a predictable system with a predictable boot sequence that I didn't have to test in a thousand different permutations.

      I didn't have to depend on third-party software to handle things that used to be the responsibility of the software I was running.

      I didn't have to learn a configuration file format just to launch a script at boot.

      Hell, even DJB's /service system is *incredibly* simple compared to systemd with most of the power of the latter.

      --
      - Michael T. Babcock (Yes, I blog)
    40. Re:systemd Architecture by MikeBabcock · · Score: 1

      Exactly. DJB writes software to do a specific thing, and it does. If it doesn't, he admits fault. If it doesn't do some third thing you want but he didn't, he leaves that as your own problem. cf. netqmail vs. qmail.

      That said, I'd much rather depend on /service and tcpserver for *any* network process than systemd. Why? I know they work *every damn time*.

      --
      - Michael T. Babcock (Yes, I blog)
    41. Re:systemd Architecture by MikeBabcock · · Score: 1

      If that were the goal, we could use djb's /service structure instead.

      Launching processes in parallel is easy.
      Launching them in parallel with an eye to dependencies is not much harder (can be done in a few lines of shell script).

      systemd is a huge new operating environment for boot with an understanding of the hardware layer and message passing and all sorts of other neat and complex things. I dislike it entirely.

      --
      - Michael T. Babcock (Yes, I blog)
    42. Re:systemd Architecture by Anonymous Coward · · Score: 0

      I personally use OpenBSD at the server level and Slackware for workstations. Neither uses systemd (thank goodness).

  85. Re:Linus is getting old and cranky by Marginal+Coward · · Score: 1

    His problem is that he believes he is right in all things and has a huge ego.

    Sounds like necessary qualifications for the job to me.

  86. Re:informal poll by HeckRuler · · Score: 1

    Yo. I run Xubuntu. Could never swallow Unity. If I wasn't so lazy I'd try Arch.

    Could probably dual boot if I wanted to. It's been years since I bothered with that.

    Don't get me wrong, I also have a laptop running Win7. Gotta game on something. And I'm too damn lazy to putz about with WINE constantly. But Xubuntu does everything I want it to other than run Starcraft.

  87. Re:informal poll by x_t0ken_407 · · Score: 1

    I run Fedora 20 standalone on my laptop (which I use for personal use and work), Fed20 on my desktop also, but it's dual-booted there w/Win7 for gaming. All my servers run FreeBSD :p

  88. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    Didn't Linus kind of build it?

  89. Fork it Kay! by Anonymous Coward · · Score: 0

    Fork it good!

  90. Good, good, good. by Anonymous Coward · · Score: 0

    "None of this I can do whatever I want, others have to clean up after me crap!" Linus

    Thats telling one, now if only he could go have a scream at the Android developers & telephone network providers with there CVE's that have been sitting on the back burner for the last 9 Months causing millions of people to be at risk of getting badly pwned. Oh no wait Google is the NSA's lap-dog, they say jump and google says how high. Loved there out going Generals comments; "If you think you can do it better, your welcome to try!"

    Yeah, we'll reflash the BIOS, then we'll reflash the firmware, then we'll reflash the TSOP, then well plug it into a television set and not some fancy flatscreen VDU and then we'll try to keep abreast of the security updates and CVE's instead of weakening the security standards on them all, much better all round I would say!

  91. Re:informal poll by Anonymous Coward · · Score: 0

    Windows(tm) 8.1 Powered by Bing(tm).

    Might as well get your spyware directly from the vendor.

  92. Re:informal poll by dtfinch · · Score: 1

    Xubuntu at home (Windows-free), XP at work :c

  93. Re:informal poll by Anonymous Coward · · Score: 0

    XP is shutting down on April 8

    Wrong in one. XP will continue working, but will no longer receive security updates. People will continue to use XP until their systems die (from hardware or software failure; software failure likely being virus related).

  94. soulskill must be a shill or friend of Kay Sievers by Anonymous Coward · · Score: 0

    soulskill must be a shill or friend of Kay Sievers... otherwise why the over-dramatic & bs title?

  95. Re:informal poll by jovius · · Score: 4, Insightful

    I currently run software on Linux, Windows and OS X simultaneously on a single machine. It's true: the issue is not about the best OS but choosing the best tools regardless. The whole question of which OS is the best is so 90s. There really are no borders these days.

  96. Re:informal poll by MachineShedFred · · Score: 2

    The same install of XP, minus the annoying constant stream of patches?

    Unless you're talking about large business, then they'll be (and are) switching to Win7.

    --
    Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  97. Discipline by WaffleMonster · · Score: 4, Insightful

    Linus is providing that which is severely lacking in open source projects. Discipline. No you don't get to do whatever you want neither is there any excuse for breaking shit. Without people like Linus ABI back compat would have been shattered into little bits by now.

    1. Re:Discipline by OzPeter · · Score: 1

      Linus is providing that which is severely lacking in open source projects. Discipline.

      Why are you confusing Anger with Discipline? Discipline is getting people all on the same page so that they don't do stupid shit in the first place. What Linus did was get angry - not create or engender discipline. However he did discipline the contributor by providing punishment, but the jury is still out as to whether it will result in a changed behavior.

      --
      I am Slashdot. Are you Slashdot as well?
    2. Re:Discipline by tibit · · Score: 1

      He was trying discipline for the longest time with Kay. Eventually, he had no option but resorting to invectives. Sometimes you have to scream at your kid. Same here.

      --
      A successful API design takes a mixture of software design and pedagogy.
    3. Re:Discipline by OzPeter · · Score: 1

      Eventually, he had no option but resorting to invectives.

      I disagree that he had no option. He could have easy had said "I'm cutting you off", and it would had been done without invective. I'm not denying the need to cut Kay off, by Linus had a choice in how to do it.

      --
      I am Slashdot. Are you Slashdot as well?
    4. Re:Discipline by Zontar+The+Mindless · · Score: 2

      Why do you persist in leaving out huge chunks of the story?

      Linus did not just suddenly blow up at this guy with no prior warning and for no reason. Did you even read the mail thread? This was persistent misbehaviour (it had been going on for years) from a systemd dev who seems to believe that the kernel should adapt itself to whatever systemd happens to do. And I saw lots of mails there from kernel devs fully supporting Linus' view and complaining about recurring issues of this nature with systemd.

      --
      Il n'y a pas de Planet B.
    5. Re:Discipline by Anonymous Coward · · Score: 0

      zontar's not mentally stable or competent and admits it http://slashdot.org/comments.p... so don't waste your time arguiing with the nutjob zontar the mindless (apt name at least due to his delicate condition, haha): he can't digest or understand logic, or reason.

    6. Re:Discipline by tibit · · Score: 1

      I personally find Linus's post to be reserved. I'd have probably written "U fucking mad?" :)

      --
      A successful API design takes a mixture of software design and pedagogy.
    7. Re:Discipline by MikeBabcock · · Score: 1

      Why are /you/ confusing anger and discipline. First off, do you believe that discipline must preclude anger? Must they always be orthogonal? Do you believe that enforcing discipline cannot have any semblance of anger? Why not? I can't imagine a good reason.

      Sometimes the very best way to fix a behaviour is to get mad at someone for it. A lot of people simply do not understand gentle prods and reminders.

      --
      - Michael T. Babcock (Yes, I blog)
  98. Re:Linus is getting old and cranky by colinrichardday · · Score: 4, Interesting

    That's a feature, not a bug.

  99. Re:informal poll by jones_supa · · Score: 1

    By the way I recently discovered that Daz's Windows Loader does not support GPT partitioning scheme. Just something to keep in mind if you plan on doing a pirated Win7 install to yourself or your relatives: don't do an UEFI install if you want to use Daz's.

  100. Re:informal poll by Delwin · · Score: 1

    You can't discount Android for this. Android is a Linux distro and uses the Linux kernel.

  101. Re:When valuable people can't work together... by gweihir · · Score: 1

    The people on one side of this are valuable. The ones of the other side are a problem, i.e. have negative value. It is pretty obvious which side is which.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  102. Re:informal poll by Chas · · Score: 1

    XP.

    Careful. Your face might freeze that way...

    --


    Chas - The one, the only.
    THANK GOD!!!
  103. Re:First Post by marcosdumay · · Score: 4, Funny

    One thing you can't say about him - that he's slow to act on bugs...

    2014-04-02 08:57 UTC - reported
    2014-04-02 10:19 UTC - bug closed with a not a bug resolution

  104. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 2, Funny

    As far as I can tell using OSX is the primary sign of being a pretentious asshole. But I don't go around calling pretentious assholes what they are. Because I am, you know, respectful?

  105. Re:informal poll by jones_supa · · Score: 1

    I sometimes run Linux and sometimes run Windows. Why? Because it's nice for my OS to piss me off in different ways instead of always the same ways. :-)

    Very well said. I have thought the same thing often.

  106. No? by Anonymous Coward · · Score: 0

    Kay is banned from commiting to the mainline Linux Kernel.
    The bug we are talking about is in the systemd codebase.
    RTFA please.

  107. I'm all for some systemd bashing... by Junta · · Score: 1

    But the most interesting thing to me on *this* particular event is that Torvalds seems to agree in principle with Kay Sievers on the core quote:

    Generic terms are generic, not the first user owns them.

    Torvalds eventually says in the thread:

    we very much expose /proc/cmdline for a reason. System services are *supposed* to parse it [...] that does include "quiet" and "debug". Parsing them and doing something sane with them is not a bug, it's a feature.

    Of course, the issue here is that a complaint represents the straw that broke the camel's back. Here systemd was horribly abusing a kernel interface in their userspace code and I assume there have been a lot of other incidents that have piled up to have Torvalds make a strong statement.

    I do agree that 'debug' in /proc/cmdline shouldn't be considered sovereign territory of the kernel alone. The average joe linux admin is aware he is trying to debug 'the boot process' but not know if it is kernel or init or what. The issue here was not that systemd got a bit debug happy when a kernel was being debugged, but that their debug output horribly abused /dev/kmsg and perhaps was a bit more verbose than would be reasonable.

    It did make me feel somewhat pleased to see so many prominent kernel development people express dissatisfaction with systemd though.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  108. Re:informal poll by X0563511 · · Score: 1

    There is no such thing. Linux is just an OS kernel. It may be a key part of what you consider an OS, but it's still just a part.

    --
    For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  109. Who cares about systemd anyway? by ls671 · · Score: 2

    Who cares about systemd anyway? Slackware user here...

    The "perhaps less Unix like" part is funny:
    http://forums.scotsnewsletter....

    --
    Everything I write is lies, read between the lines.
    1. Re:Who cares about systemd anyway? by dpilot · · Score: 2

      The problem with systemd has been the steamroller attitude of its developers and advocates. They seem to want systemd to be the one true init system, accept no substitutes. RedHat, Fedora, Debian, Ubuntu, and Arch have all gone to systemd, and I'm not sure what other distros have as well. As far as I know Slackware, Gentoo, and Funtoo are the only distros that haven't, though Gentoo offers it.

      I don't mind if systemd is an option. But I feel that there is some bad design in there, and would rather not use it myself. The problem comes when I can't avoid doing so.

      --
      The living have better things to do than to continue hating the dead.
    2. Re:Who cares about systemd anyway? by dbIII · · Score: 1

      RedHat, Fedora, Debian, Ubuntu, and Arch have all gone to systemd

      That is why I don't recommend such distros to others even though I use some myself. There are still teething problems. It's still not trivial to enable and disable some things on startup while on other systems it is trivial (eg. "ntsysv" on other/older distros covers pretty well everything in a very user friendly way).

  110. Re:informal poll by whoever57 · · Score: 1

    Me: Gentoo at home. CentOS at work.

    My wife and children use Ubuntu.

    --
    The real "Libtards" are the Libertarians!
  111. Re:Not on board with Linus' management style here by gweihir · · Score: 2

    At best you are stupid. At worst (and that I expect), you are a paid shill of the US intelligence community. What you claim is totally disconnected from reality and a nice example of disinformation tactics.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  112. GNOME Shell has the same problem by Jizzbug · · Score: 1

    GNOME Shell has the same problem... With developers worshipping their singular designer, Allan Day, and with Allan imposing his will despite tons of input from users about how his designs are not usable and are tracking behaviors from old versions OS X that Apples long ago admitted weren't usable and has since removed.

    I see the problem resulting from this: Since 2010, European developers have eclipsed American developers in the Open Source community, in part because the US is experiencing another tech boom since ~2010, keeping the US devs out of open source and consumed with their professional work.

    Our ancestors left Europe for a reason (European == You're-a-peon). These European devs don't have the benefit of that experience.

    --

    -=/\- Jizzbug -/\=-
    1. Re:GNOME Shell has the same problem by robsku · · Score: 1

      Your ancestors were primadonnas who couldn't make it here so they bravely ran away, and it shows in you.

      --
      In capitalist USA corporations control the government.
    2. Re:GNOME Shell has the same problem by BitZtream · · Score: 1

      Ironically, lets count the number of times recently that we've had to save your ass from obliteration at the hands of your own neighbors?

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  113. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    Linus: You didn't build that. We built that.

    You broke that.

    You're fired!

  114. Re:Not on board with Linus' management style here by OzPeter · · Score: 1

    At best you are stupid. At worst (and that I expect), you are a paid shill of the US intelligence community. What you claim is totally disconnected from reality and a nice example of disinformation tactics.

    Oh please mr smart man .. please enumerate on the reasons why you posted that response.

    *Gets popcorn .. sits back and waits*

    --
    I am Slashdot. Are you Slashdot as well?
  115. Re:First Post by lgw · · Score: 5, Informative

    I used to work with a guy who was a MS kernel hacker. He knew the debugger setup in all it's arcanity backwards and forwards, and had a lot of code knowledge there too, despite never working at MS. It was great fun to watch IT try to manage his machine through normal tools (to push updates and reboots and whatnot). He was having none of that, but he wasn't going to pick a fight with IT, instead he just ensured that the IT client tools were kept happy, that the kernel always told them what they needed to hear.

    Never pick a geek-fight on a machine that your opponent has a kernel debugger attached to. Ahh, old-school hacking. How I miss the art.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  116. Re:informal poll by Princeofcups · · Score: 1

    Yes, I could run them on an overpriced mac, that is an option, if I do not mind being locked into the most obviously nefarious corporate slime in existence.

    This kind of flame bait would preclude me from modding a post insightful for informative, even if the rest of the post is fine. Just saying.

    --
    The only thing worse than a Democrat is a Republican.
  117. Re:Not on board with Linus' management style here by gweihir · · Score: 1

    That is all you have? Pathetic.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  118. Yeah! Kay got SERVED! by Anonymous Coward · · Score: 0

    Eat that shit boyeeeeee

  119. primadonna by roscocoltran · · Score: 1

    But it's really sad that things like this get elevated to this kind of situation, and I personally find it annoying that it's always the same f*cking primadonna involved.

    • Being called a primadonna by Linux Torvalds: check
    • Being called a Biggot by Pat Robertson: todo
    1. Re:primadonna by dbIII · · Score: 1

      Don't know much about Linus do you?

  120. Re:informal poll by chuckugly · · Score: 1

    I don't get why anyone runs Windows

    Developing commercial software for Windows, games, Photoshop. That's my list.

  121. Honestly... by Anonymous Coward · · Score: 1

    I cannot help but feel as a part of the Linux world that somehow Linux has become... an odd place to be an IT guy. I feel increasingly uncomfortable working on something that *I see* as becoming more and more balkanized all the time. I'm not one to bash Linus, as this is his gig, but the Linux community as a whole is broken. Fighting over X replacements, system internals disputes, you name it. I wish things were tight, more like a tech magisterium up top. There needs to be more cohesiveness, not less. Some may say this is one of the beauties of open source development. In some ways, yes, but in more than not, no. If we are honest with ourselves in the Linux community, we need to address this and other issues.

  122. Re:Not on board with Linus' management style here by OzPeter · · Score: 1

    That is all you have? Pathetic.

    In other words you obvious trolling is obvious

    --
    I am Slashdot. Are you Slashdot as well?
  123. Re:informal poll by VortexCortex · · Score: 4, Insightful

    People run windows, because, ummm, maybe it has software that is usable?

    Ah! So you're saying that its applications that people use computers for, not OSs! I agree. You now must realize that it costs nothing extra to the developers to select a cross platform development toolchain instead of a platform specific one which may tie them to OSs that have uncertain futures. AND if they go "cross platform or bust" then they get free money via increased market share.

    Unfortunately if their codebase started out with a vendor-lock-in solution then their products will be hard to "port". However, it takes me only a single "git pull && make" to port my changes from my application's GNU/Linux development environment to GNU/BSD, GNU/Mac or GNU/Windows, and indeed with my cross complier toolchain that single command builds all targets. The uniform userspace reduces changes required of my build system and code. LLVM is another option, but I've had this build setup prior to even mingw, and see no real benefit to change as my C/C++ platform abstraction layer allows me to deploy as even JAVA bytecode with GCC. In my continuous build-test-deploy setups recompiles are done periodically as I push changes to the server and any build errors appear on a webpage in my issue tracker detecting regressions across all platforms without me doing anything extra than a single "git push".

    So, really, it is not Windows that keeps people on Windows, it is application developers who haven't yet been sufficiently pressured by their publishers into increasing their install base.

    means you probably are very limited in your understanding of how people use computers in general.

    Most people use the OS that's installed for them for the lifetime of the hardware, and use the applications available for it. Most people select the hardware with the OS that supports the applications they want to run. When XP came out I was selling PCs and the #1 question asked was "Can I install $APPLICATION on it?", this is still the prime question in the mind of the consumer: What apps can it run?

    MS is shooting themselves in the foot with the whole Metro App Store thing. That's another vendor lock-in strategy. I've seen plenty of devs now reconsidering their codebase and dev platform and asking, "Well, I don't want to lose W7 installbase, and if I'm going to put in an abstraction layer for W7 and Win8 UI Style API, then I might as well spend a little more effort to go full cross platform, reach for additional market share, and no longer be tied to W8."

    Not saying your comment is wrong, I'm just saying it won't be right for very much longer. It's 2014, the OS is irrelevant. It's merely a means for the platform abstraction layer to talk to the underlying hardware. Hell, my meta-language compiler has even made most languages irrelevant to me, they are just interfaces to the OS for re-implementation of the platform abstraction layer's "runtime". In 18 months I will have my entire codebase cross compiling against Android and even iOS.

  124. Re:First Post by eriklou · · Score: 5, Informative

    Another response from Linus...

    http://lkml.iu.edu//hypermail/...

  125. Get A Life by Anonymous Coward · · Score: 0

    The ass-kissing is hot and heavy today I see.

  126. Re:informal poll by Eravnrekaree · · Score: 1

    A factor in Windows dominance is the fact most computers come with Windows and people just stay with that by default. Engaging computer manufacturers to actually look at Linux as an alternative would probably help. This brings a second factor in that Linux is often very antipathetic to binary drivers even though such drivers would likely accelerate open source driver development as it would allow for back engineering to be made easier. Such binary drivers could provide support for hardware quickly and in a timely way until open source drivers become available. I think that Linux should provide a driver compatability layer for binary drivers. This would not impact open source drivers. Open source drivers could still be built for a particular kernel version. If someone buys a USB camera they just want to be able to plug it in and for it to work, not worry about if it will run on Linux. Thirdly is a lack of applications, but this sort of is the result of lack of users, due to the previously mentioned deficiencies.

    Another recent problem with Linux is the extremely poor user interface introduced by Gnome 3 and Unity which are as bad as Windows 8 and actually seem to harm the opportunity for Linux to be able to take market share from Windows by staying with the traditional taskbar, desktop, start menu model which really is best for most desktop users. Though, on Linux there are alternatives that provide the traditional model.

    I think that it would be nice of someone were to fund some sort of open source project to really get Wine to better than 99% compatability with all windows applications and for a project to be started to build a driver compatability layer that would allow Windows drivers to work on Linux. I think that would really move Linux to being a real alternative to Windows to the point where computer manufacturers could actually just start installing Linux by default. Perhaps computer manufacturers ought to fund this work as well.

  127. Re: Informal poll by drummerboybac · · Score: 1

    I run dual boot Ubuntu and RHEL 6.4 at work with 99% of the time being ubuntu. I use a Dell laptop running OS X 10.9.2 at home.

  128. Linux inquisitor general by Anonymous Coward · · Score: 0

    Torvalds is not somebody I would like working for.

    But he's just the guy I want to defend the purity of the source and crush heresy anywhere is shows its beady little eyes.

  129. The Network World article by Anonymous Coward · · Score: 0

    The article in Network World made the encounter more alarmist than what I read on the LKML. I can understand Linux getting grumpy about getting stuff that 'kinda works' but breaks gobs of other stuff. A 100% positive contribution is the goal. A patch that is 60% good, and 40% bad is a step in the right direction, but the 40% needs to be addressed before its practically useful (otherwise bug reports start flying around and it eats peoples data and Linus' and other developers reputations along with the entire community suffers). Being told about problems and not being able to fix them (and saying so and asking for help) is one thing, just putting code 'out there' for others to clean up time after time is a whole other thing. I think Linus has tried the 'coaching and developing' method for quite a while, and now instead of using the carrot, he is using a stick. Sometimes it blows up (like this), but often its for the best. I assume if Kay Sievers can write kernel code, then he knows how to write good, clean, well-tested kernel code.

  130. Re:Fire Linus by Todd+Knarr · · Score: 1

    Did you read the thread? This wasn't just Linus complaining, it was 2 other kernel developers that originated the complaint. And this wasn't a minor thing, this was Sievers introducing a bug that caused the system to fail to boot! by using a long-established kernel boot parameter ("debug") and having it trigger a data dump large enough to cause the boot process to fail, and then refusing to fix it on the grounds that the kernel didn't own the "debug" parameter (http://lkml.iu.edu//hypermail/linux/kernel/1404.0/01327.html).

    If I worked for you and you canned Linus over this, the very next day my resume would be being shopped around and I'd be spending my off time perusing every job-lead source I could think of because you're the kind of manager who causes projects to go down in flames and I'd much rather get out while I can do it on my own terms.

  131. Re:informal poll by Anonymous Coward · · Score: 0

    80% and falling (or shall we say failing?) hard.

    I personally use Windows as a desktop OS, but that's only because of _legacy_ games, and because the nvidia drivers for Windows, as utter shit as they are, are still better than Nouveau when it comes to performance (but not stability).

    All the good games nowadays are multiplatform or platform-independent (java/mono), the "current" edition of Windows are tablet fantasy garbage (Microsoft is backpedalling HARD on that now.. probably too little, too late at this point).

    I'm running out of reasons to support it.

    Also a lot of those big commercial apps are only slightly better than their F/OSS equivalents. The extra 5% you get out of Photo$hop or Office is more than offset by their hundreds (or thousands in the case of photoshit) of dollars of price difference.

    Well that and Adobe's SHITWARE is always coming up as "vulnerable" in my plugin check. Completely uninstalled Adobe Reader last time, it's slow, broken, and ass anyhow. I wonder what sort of vulnerabilities photoshit is putting in your system?

    If you _need_ that extra five (or maybe tops, ten) percent, well, maybe you should find another job.

  132. Wikipedia has an update on this by Anonymous Coward · · Score: 0

    http://en.wikipedia.org/wiki/Kay_Sievers - "Kay is also known for being a developer "who don't clean up after their problems, and don't admit that it's their problem fix", breaking the linux kernel and being ban by Linus Torvalds himself[5]" (LOL Troll)

    1. Re:Wikipedia has an update on this by Thud457 · · Score: 1

      That's a strange oversight, Wikipedia doesn't seem to have a "list of people so stupid they needed to be bitchslapped by Linus Torvalds"

      --

      the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  133. Re:Fire Linus by OzPeter · · Score: 0

    Have you missed Linus' on-going history of verbal abuse? Did you miss the part in this story where Linus admits that he has an ongoing issue with Kay, but only chooses to deal with it by blowing up and throwing a mini tantrum when something breaks?

    If it wasn't Linus, would you take that sort of crap from $Generic_Manager? And if not, why is allowed to act like that?

    --
    I am Slashdot. Are you Slashdot as well?
  134. Check-in GATES by Anonymous Coward · · Score: 0

    The way to solve this is by mandatory CHECK-IN gates that all check-in packages MUST pass a set of criteria.

    I see this as a failing of the BUILD SYSTEM and not any key developer per se.

  135. I love the drama over the kernel by Anonymous Coward · · Score: 0

    It seems Torvalds is always in the middle of the drama. It's like little teenage girls having a spat every time someone sneezes.

  136. Re:informal poll by spitzak · · Score: 1

    My home computer is dual boot with Ubuntu (12?) and Windows 7, and I never use Windows on it (I know because there is a bug and it does not work with the serial keyboard, so I have to dig out and plug in the USB keyboard that came with the machine if I want to boot it into Windows, and right now I don't even know where that keyboard is (ps the bug is strange: only the login does not work. Once you log in the serial keyboard works just fine)). We also have a much older iMac and a couple Android tablets and one iPad, an ancient iMac PowerPC used to play music on the stereo, and an ASUS Linux netbook that amazingly still works and is used by visitors more than I would expect.

  137. Re:Fire Linus by Charliemopps · · Score: 1

    I'm not sure what your working environment is like, but that kind of behavior is NEVER acceptable. You're making excuses for it. He could have said the very same thing, and been professional at the same time.

    "Unfortunately you seem to continue to focus on new features rather than fixing old bugs. As such I'll no longer accept your commits until you fix those bugs we deem critical. I apologize if this puts a kink in your development plans but I have the health of the entire Kernel to consider. Here is a bullet pointed list of bugs that need addressing before we can move forward."

    Same message, but without being an ass.

  138. Re:informal poll by NeverVotedBush · · Score: 1

    I run Linux at both work and home. At home I run multiple instances on multiple computers (4). No dual boot though I still have an XP partition hanging around with old data but it is no longer a dual boot partition.

  139. Pure awesomeness by Anonymous Coward · · Score: 0

    A good Friday laugh at least

  140. Re:informal poll by bluefoxlucid · · Score: 1

    The fact that you don't understand this, means you probably are very limited in your understanding of how people use computers in general.

    Word processing, e-mail, instant messaging (is now dead), Facebook, iTunes/spotify, Amazon.

    I have always considered specialized programs as a non-common use case. PC games are not PC users; they are DIY console users. I understand that games run better on Linux--I've been there with Linux release games, I've run on dual-boot Windows/Linux and I always found that even the same game run on Linux runs much better (hit-and-miss if you're running Wine instead of i.e. native Doom 3, Quake 4, etc., but sometimes it DOES run better than Windows). But many of these things are on Windows and not on Linux, and that's why gamers use Windows.

    Graphics designers. You can use a lot of graphics apps on Linux. Same with audio, video editing, and so on. If your software is Windows-only, you use Windows or you do some magic bullshit with Wine that I don't expect engineers who are not computer engineers specifically to figure out--they don't have the domain knowledge to solve abstract system administration problems.

    I've always found Windows inadequate. Getting software for Windows is difficult; there is so much software just available for Linux that does what I need, like digital music collection management. Even where it's available on Windows, it's either not as good (feature-wise or has a shitty UI) or it's not as easy to install and/or keep updated (nothing is as easy as a package manager--Ubuntu Software Center is fucking amazing, it's the next iteration of package management). Doable, but irritating. And Linux just works better and provides a desktop UI for me that works and then gets the fuck out of my way; Windows provides a clunky shit heap.

    People want familiarity, which is why we say people don't know what they want. They want GNOME 3 or something, but all they get is Windows 8. They've been exposed to Windows 8 so much that they can immediately use it much better than GNOME 3; but GNOME 3 is fundamentally better and, with some use, will make their daily computer use much more comfortable. That's not to say it's perfect: I fucking hate the alt-tab behavior because it is highly unintuitive and requires extra keystrokes much of the time (it's legitimately wrong, not better-but-unfamiliar), and I believe we need a next-generation hybrid floating-tiling window manager. But it's better than single-panel with start menu and tray.

    It's not a "Windows is just better at this" thing. It's a familiarity thing. Linux is suited to replace a lot, but also falls short for things requiring specialized software that doesn't run on Linux. It's as suited as OSX, really: some people have arbitrarily switched because Windows was nothing special and they had no specialized needs tying them to Windows, and the vast majority of those who haven't are in that group and just have not switched because they are not interested in putting out the effort to re-learn human-computer interaction.

  141. Re:informal poll by Anonymous Coward · · Score: 0

    Yes, I could run them on an overpriced mac, that is an option, if I do not mind being locked into the most obviously nefarious corporate slime in existence.

    The fact that you don't understand this, means you probably are very limited in your understanding of how people use computers in general. That takes nothing away from your technical skills. Just wouldnt put you in charge of I.T. at a company bigger than say, 2.

    Look, windows is still at over 80% market share. You are flat out ignoring reality when you say you dont get why anyone runs windows. It does not make you look smart, I'm sure that was what you were trying to accomplish.

    Well, your whole post does a great job of making you look like a bigoted idiot that shouldn't be involved in any IT, so pot kettle and all that.

  142. Linus suspends a developer by Anonymous Coward · · Score: 0

    Will he resume?

  143. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    New ideas like trolling politics in a software development thread? You realize that he doesn't actually support your BS causes, right?

  144. Re:Linus is getting old and cranky by alexo · · Score: 1

    there is no god.
    there is no magic.
    there are no souls

    With you so far...

    Blessed be Rationality and Self Interest, the One True Engine of Progress!

    What is the meaning of blessings in the absence of gods?

  145. Re:Fire Linus by Anonymous Coward · · Score: 0

    Well then I'm glad I don't work for you, you sound like a complete dick.

    If you want your contributors to be passionate about what they do, don't expect them to "take every discussion offline" like generic project managers with arts history degrees. It's doing your job that is professional, not evading responsibility.

  146. Re:Linus is getting old and cranky by Arker · · Score: 1

    Eh, did you even read the thread? The bug reports?

    Linus is outspoken and blunt but as long as the subject is not licenses he is also usually right. In this case, doubly so.

    Unfortunately what tends to pass for "fresh ideas" these days are the same old bad ideas only expressed less shamefully. Deliberately introducing bugs in your project to force another project to make the changes you want in order to work around them is a very old idea but it's still not a good one.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  147. Off to Cupertino for him then by Anonymous Coward · · Score: 0

    (Confused by beta's layout)

  148. Re:informal poll by ArhcAngel · · Score: 1
    --
    "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
  149. Re:Fire Linus by Todd+Knarr · · Score: 2

    As noted, it wasn't Linus that started the blow-up. It got to this point because Sievers was ignoring more professional, less blunt instructions about it. And yes I'd rather deal with Linus. Because if I pulled the kind of crap Sievers had I'd've expected to have my manager drop my final paycheck on my desk and tell me I had 5 minutes to pack my things and the nice gentlemen from Security would be escorting me out of the building, and no I wouldn't be receiving a separation package because I was being terminated for gross incompetence. I'd rather deal with a manager who'll chew an incompetent developer out for being incompetent, as opposed to one who'll just send off iteration after iteration of "professional" memos about the developer having a problem and never actually do anything about the problem. At least with Linus I could be pretty sure I knew exactly where I stood with him.

    Then again, I've written code that did exactly the same thing Sievers' code did. But I did what Sievers should have done in the first place, hung it off on it's own specific enable flag so it couldn't be turned on inadvertently, because I knew it was going to bring the system to it's knees and that was something that should never be able to happen as a side-effect of something else.

  150. Re:Fire Linus by Anonymous Coward · · Score: 0

    Same message, but without being an ass.

    Being an ass is his job.

  151. Re:Fire Linus by Anonymous Coward · · Score: 0

    He has his "cult status" because he is almost always right, and when he's not then he admits it at once without coming up with stupid excuses.

    He is managing people who appreciate directness and efficient communication. It may seem rude from the outside, but he adapts his leadership to the people he leads. That is enough for me to want to hire him if you were to fire him.

  152. Re:informal poll by The123king · · Score: 1

    Windows 8.x when it gets it's start menu back

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
  153. Is it wise to use Systemd? by dtjohnson · · Score: 5, Insightful

    Systemd replaces init and is the first daemon to start up in user space during boot and the last daemon to shut down. When its developer sees nothing wrong with breaking the kernel debug during boot merely because its developer feels that he's entitled to use the same parameter name and the kernel boot be damned, you REALLY have to wonder about the wisdom of using systemd.

    1. Re:Is it wise to use Systemd? by putaro · · Score: 1

      Actually, I don't see anything wrong with systemd using the same flag to turn on debugging. However, it shouldn't crash the system by outputting too much stuff in debug mode! That's unacceptable no matter what you call the debug flag.

    2. Re:Is it wise to use Systemd? by Anonymous Coward · · Score: 0

      Hear hear! I have long pointed to the many design failings of systemd and the horrible attitude of its developers and proponents, but this issue really should make it obvious that they don't want to play nice.

    3. Re:Is it wise to use Systemd? by Zebedeu · · Score: 1

      Not to defend Kay, but the system not booting is the result of another bug which was immediately fixed: systemd had some assert which was wrongly spamming log messages when debug was activated.

      The discussion then turned around the more general idea of having a user-space application listening to kernel debug settings instead of listening only to settings under its own namespace.
      I don't feed qualified to answer on the technical part, but from what I read it was at least clear to me that Kay's general arrogance and unwillingness to cooperate towards a solution have completely justified Linus' action.

  154. Re:informal poll by Anonymous Coward · · Score: 0

    >I am thinking of changing my media center into either android or windows though, damn netflix. But right now it's Ubuntu-xbmc

    Have you tried setting up pipelight?

  155. Re:Not on board with Linus' management style here by Anonymous Coward · · Score: 0

    "By their you mean ".

    Here he was correcting the previous mail's generalization and making it specific. In the bug referenced the person Torvalds called out was specifically the person who crafted that response.

  156. Re:informal poll by The123king · · Score: 1

    Adobe apps for instance. Yes, I could run them on an overpriced mac, that is an option, if I do not mind being locked into the most obviously nefarious corporate slime in existence.

    And Microsoft is sooooo much better? You know, the same Microsoft that completely broke 98% of the worlds workflow and took more than a year to say "we fucked up, we're going to fix it soon"?

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
  157. Re:First Post by Anonymous Coward · · Score: 0

    It's even funnier if you look at the history (reformatted for /. )

    10:19 UTC - closed, 'not a bug' (kay)
    10:39 UTC - reopened (bp)
    12:06 UTC - closed, 'not a bug' (kay)
    13:18 UTC - reopened (bp)
    14:08 UTC - closed, 'not a bug' (kay)
    14:09 UTC - reopened (jirislaby)
    14:10 UTC - closed, 'not a bug' (kay)
    14:11 UTC - reopened (jirislaby)
    14:12 UTC - closed, 'not a bug' (kay)
    14:40 UTC - reopened (bp)
    'rabbit season'
    'duck season' ...

  158. Re:Fire Linus by OzPeter · · Score: 1

    As noted, it wasn't Linus that started the blow-up. It got to this point because Sievers was ignoring more professional, less blunt instructions about it.

    Just be cause it crossed the line doesn't excuse Linus' behavior. If there is a history of incidents like this then Linus had ample opportunity to take this guy aside and deliver an ultimatum of "This is what happens if you do that again", and then have the balls to quietly act on what he had stated the next time Sievers tried to pull any crap. Instead Linus chose to ignore the history and let things get to the point of blowing up and telling the guy he is a fucking idiot in a public forum. Read any decent management book and they'll tell you that that is not the way to act. Such management styles are immature and ultimately unproductive, and any decent manager can chew you another one without resorting to displays of anger.

    --
    I am Slashdot. Are you Slashdot as well?
  159. Apocryphal? by Anonymous Coward · · Score: 0

    Owen Linzmayer's Apple Confidential

  160. Re:informal poll by The123king · · Score: 1

    Is that some variation of Folding@Home for Linux distro development?

    --
    If you gave me a choice between a printer and a giraffe with explosive diarrhoea, i'll get my ladder and my raincoat
  161. Re:Not on board with Linus' management style here by Anonymous Coward · · Score: 0

    Is the word shill you use for someone you disagree with and want to shut down their argument?

    I disagree with what he said but your response is borderline 'they are out to get us and hand me my tinfoil cap'.

    His point is Linus should have privately pull the guy to the side and had a discussion with him instead of in public. I disagree because that shit does not work. I have tried it over the years and usually I have to end up public anyway. By that time everyone is pissed. If anything Linus was too nice about it.

    That is how you respond to someone you do not disagree with.

    A shill 'would have been my OSX machine never has this sort of issues that we see it works the best in the world.' If you can not tell the difference slow down and re-read it.

  162. Re:Fire Linus by Anonymous Coward · · Score: 0

    If he worked for me I'd have canned him for that statement.

    Would it start off with you saying: "uh... Yeah... So I guess we should probably go ahead and have a little talk, hmm?"

  163. Re:First Post by Anonymous Coward · · Score: 0

    I wish systemd would have gotten a kick when they proclaimed that you can't have a seperate /usr partition.

  164. Re:Fire Linus by tibit · · Score: 1

    The ongoing issue is Kay. I expect everyfuckingone to have an issue with him!

    --
    A successful API design takes a mixture of software design and pedagogy.
  165. Re:Fire Linus by tibit · · Score: 1

    He was professional long enough. It didn't work. Kay doesn't seem to care enough if you're nice to him. As a leader, you have to use what works. Demonstrably, being nice to Kay was leading to nowhere. Granted, being not nice to Kay may not work either, but it's definitely worth trying. It's also worth it to let everyone else know that this kind of shit attitude (like Kay's) is not going to be taken lightly.

    --
    A successful API design takes a mixture of software design and pedagogy.
  166. Re:informal poll by fredboboss · · Score: 1

    I'll bite the troll as well : I've been happily running linux as my main OS at home since 1996. The last time I dual booted with win2k was in, well, 2000. Ever since then I've been solely using Debian, and it's been filling all my needs : web, programming, word processing, scientific computing, and so on (though I reckon I don't play games). Why would I trade reliability for something else ?

  167. Re:informal poll by Anonymous Coward · · Score: 0

    I used to dual boot with Windows, but found myself having no need of the dual boot. I now run only Linux on both my main desktop and laptop. I run a Debian based system with i3 as the windows manager. For my desktop, I boot everything except the home folder off a usb stick and into ram for regular use (very fast and secure).

  168. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    Linus didn't build it either. He copied it from far superior minds.

  169. Nothing too see here move along. by Anonymous Coward · · Score: 0

    Linus gets snarky with another kernel developer, and tons of Linus Torvalds fanboys on Slashdot spooge themselves thinking about their hero. They wish they could put on their gimp suit, become kernel developers and get themselves verbally whipped and beaten by Linus on the LKML.

  170. Re:Not on board with Linus' management style here by Rich0 · · Score: 1

    A good manager should have pulled this guy up a long time ago...

    I think Linus isn't really a manager so much as a gatekeeper. As such he does a pretty good job.

  171. Re:Fire Linus by mean+pun · · Score: 1

    What makes you think Linus has not tried this level of politeness? From what I've read of him, he is normally very friendly towards the clueless and the sloppy. The problem is that not everyone learns. What would YOU do if the same developer would commit the same offence again and again despite your politely phrased teaching moments? Remember you cannot fire the developer, because you're not employing him.

    I would say that a more sharply worded rebuke is appropriate here. Personally I would not use swear words even in these circumstances, but that's a matter of style. Grumbling about prima donnas certainly makes sense to me.

  172. systemd is a threat by Anonymous Coward · · Score: 0

    Systemd is most likely the biggest threat for Linux as an OS since ever.
    Nobody ever really asked for it, it shits on Unix concepts (I could live with that, though), it is far to monolithic, it is bascially "owned" and pushed by one company...
    The only reason for systemd existence is to grab more power for Red Hat and make others depend of Red Hat cruft.

  173. Re:Fire Linus by Ardyvee · · Score: 1

    Man that sounds like a prepared statement. The kind I expect to hear from... a PR guy. It just feel so fake.

    Not that I disagree that THAT is a more polite way to do it (and probably better). I would prefer a less PR way to say it, though. It feels wrong to me."

    --
    I don't care if I'm wrong. I only care about everyone obtaining something from the discussion.
  174. Re:informal poll by orasio · · Score: 1

    Single core atom, and pipelight is not very pretty or reliable.
    If I change the hardware, it's gonna be an android tv box , or a tablet I have lying around.

  175. Re:Not on board with Linus' management style here by CurryCamel · · Score: 1

    Well, here goes:

    if Linus had an on going issue with this guy he should have addressed it directly

    As I read TFAs, he didn't have an ongoing issue. Just a repeating one, which -knowing Linus- I'd wager he had already addressed.

    instead of the starting with the sweeping generalization "By their you mean ".

    That is not a generalization. Quite the opposite. Steven, who Linus replied to, did the generalization to protect the guilty.

    Waiting for something to break and then throwing a tantrum

    It doesn't seem anyone was waitng for stuff to break. Borislav just noticed an issue that systemd parses kernel command line in a sub-optimal manner.

    and saying "its my ball I'm not letting you play with it now", is as childish as it seems.

    If Linus feels Kay's contributes persistently are sub par not due to code quality but coder attitude, what else can he do?

    A good manager should have pulled this guy up a long time ago and said "Don't try any of that shit any more. If you do here is what is going to happen..". A bad manager blows up about it in public.

    But Linus is not Kay's manager. This is an open source project.

    Perhaps you now see gweihir's point? Not that gweihir expressed it as elegantly as Linus expressed his...

  176. Can't edit comments I just posted by Ardyvee · · Score: 2

    Let me put it this way: when I read Linus messages, I see a human behind them that believes what he is saying. It feels genuine and real. The alternative sometimes sounds like a prepared speech from somebody who may or may not care. Like a politician.

    --
    I don't care if I'm wrong. I only care about everyone obtaining something from the discussion.
  177. Re:Fire Linus by Anonymous Coward · · Score: 0

    You are clearly alone. I've worked for people like you. I was treated like crap and I left. I was treated like I was a dime a dozen. When I left, I left a dime on the desk "There, go get your dozen". And then the shit hit the fan (no I didn't break anything, it was all fine when I left), but the bone-heads they tried to get for the dime weren't up to the job. And they tried to hire me back. And things broke (and it made the local TV news and newspapers). And eventually all the professional managers were reassigned and they had to out source all of it, because *they* weren't up to the job either. Linus is *clearly* up to the job. He has his qualifications both technically and as a leader. You are some goof who writes "Fire Linus on /." Nobody works for you.

  178. Re:informal poll by Redmancometh · · Score: 1

    I mean it's definitely inflammatory, but can you really deny it?

  179. good ol' Linux by opus981 · · Score: 1

    Last I checked, Linux is 20 years old.

    1. Re:good ol' Linux by rk · · Score: 1

      Split the difference, it's actually remarkably close to the average of your number and his: 22.5 years, with the first kernel release on October 5, 1991.

  180. Re:informal poll by CBravo · · Score: 1

    @home: Ubuntu, @work: Ubuntu with Virtualbox running windows for email, @work.server: Debian

    No dual boot anywhere

    --
    nosig today
  181. Re:Fire Linus by TangoMargarine · · Score: 2

    Umm...who would fire Linus? He's in charge.

    Personally, the more of these articles attacking his dealing with a situation in a way which seems reasonable to me from a programming project perspective appear, the more faith I have in his leadership.

    --
    Unity? Screw that: XFCE. Slashdot Beta? Screw that: SoylentNews. Australis? Screw that: Pale Moon. UX developers DIAF
  182. Re:When valuable people can't work together... by Anonymous Coward · · Score: 1

    Read the bug report. It's obvious that Kay has decided that the problem he created is someone else's problem to fix because his program works the way he wants it to. Even if it is a relatively easy fix and that he is going against de facto standard API behavior in a way that is allowing his program to undermine the core of the system. If everyone wrote like this, Linux would be riddled with systems that won't boot and/or potentially have serious security flaws. It may not be Kay's fault entirely though. Being a paid developer for RedHat he may be instructed to write things a certain way or to spend a certain amount of time on a project. But, his completely unapologetic nature and insistence that someone else fix it while acknowledging that what he did isn't how it should be, is a frustrating situation for everyone else involved. And in this case, it's an easy fix (so someone will fix it for him); I don't see how his employer could want things this way.

  183. way to go by dimitrygv · · Score: 1

    Linus did the right thing. When it get to bugs -- Time goes hate grows. This makes me think about somewhat old news about Ubuntu switching from upstart to systemd. Shuttleworth admitted the most forward looking piece is upstart. The only reason 'Buntu agreed is because it is pushed from Debian. Now this friendly exchange makes me think about the red light district: what is right and what is not? I am sticking with upstart. What I really want to know are pros and cons of both... Anyhow, let me know if I am comparing apples to oranges

  184. Re:Linus is getting old and cranky by sjames · · Score: 1

    It just means a new Linus would be needed. There are a few suitable candidates should the need arise.

  185. End of the hippie dream by hessian · · Score: 1

    The hippie dream:

    We don't need hierarchy, or titles, or authority. Just people working together in perfect harmony, everyone loving one another, equal, all in one big room.

    The reality:

    Most people are delusional or confused, and without authority, they all work on whatever flatters them by making them seem important, which makes them as corrupt as third world cops when it comes to getting the essentials done.

    How many open source projects have had missing vital functions for over a decade, or have other essential stuff (documentation, interface) that never quite got done? People do what they want, unless the whip is cracked.

    All hail the cracking of the whip.

  186. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    It doesn't mean anything more than: 'viva la' or salute to.

  187. Why not just change the systemd var to "dbg" ? by Anonymous Coward · · Score: 0

    Duh.

  188. Re:Fire Linus by Bryan+Ischo · · Score: 1

    Where do you work? I think I'd like to work there. Around here we can't gid rid of useless people, too much silicon valley nicey-niceness gets in the way. I'd like to work somewhere that people can be shitcanned quickly when they so obviously fuck up. I say this sincerely.

  189. Dear Red Hat... by emil · · Score: 1

    ...How about you crank out one of those custom patches to add a "systemd-" prefix to all of the systemd-specific kernel parameters, then bundle it into the SRPM?

    Warmest regards... an Oracle Linux user.

  190. Re:informal poll by Anonymous Coward · · Score: 0

    Yes...Macs aren't overpriced when you consider that the difference in retail prices is basically the same or even less than the difference in resale price. In short, if you buy a new computer every two years and sell your old one, buying a Mac is usually cheaper.

  191. Re:informal poll by sjames · · Score: 1

    All of my PCs at home are Linux and have been for years. I have a VM of Windows, but use it only for testing. My DVR is a USB capture device and a laptop connected up behind my TV running Debian.

  192. Re:First Post by Anonymous Coward · · Score: 0

    I've got a fix for the Linux kernel that will fix this problem and any future issue.
    + if (!strcmp(p->p_name, "systemd")) killproc(p, "fuck you");
    Pull request.

  193. So silly... by Anonymous Coward · · Score: 0

    That silly loonix toreballs. But I guess at least he doesn't eat foot gunk while being video taped.

  194. Re:informal poll by Anonymous Coward · · Score: 0

    Please don't lecture everyone with the "git pull && make" to port my changes simplicity and excuse that gnu is better.

    Last time I tried that with gcc 4.8.2 and avr and even qt4 and got a broken toolchain. And don't say it's because I'm doing it wrong--cause a design is worthless with training and explanation, which is usually buried in a wiki post or bbs.

    Debugging requires core and low level design considerations. 9 out of 10 times it's never going to be right the 1st time out. If anyone should get blame it's who allowed it to be pushed without sufficient testing....

  195. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    a. s/w development 101, why are we releasing code that has a history of faults, sure from the same developer, but still, who allowed its release? Test plans, use cases, tracability, regression testing? Do we even do that anymore in the F/OSS world? This is more of a trust issue than a code issue. Linus need to take this conversation private, we don't need childish scolding in a technical forum for a trust issue. It's unprofessional and with the way kernel development is structured makes the dev environment unprofessional.

    b. Fresh ideas like: "all responsibility is shared".
    Putting strict, direct blame sure sounds shared. Geez the kernel team discussion is starting to sound like the US Congress.

  196. Re:informal poll by Zontar+The+Mindless · · Score: 1

    I've run nothing but Linux on any of my (work or personal) computers since 2005.

    On those occasions when I need to work with the Windows versions of our software, I have a Win7 VM that I run in VirtualBox.

    Dual-boot? Why would I want to do that?

    --
    Il n'y a pas de Planet B.
  197. Re:informal poll by Zontar+The+Mindless · · Score: 1

    "That's what the judge is going to tell my wife."

    --
    Il n'y a pas de Planet B.
  198. Re:informal poll by Anonymous Coward · · Score: 0

    Hey, look, another reason to avoid Ubuntu like the plague.

  199. Kay, you are welcome to join OS/2 Warp Community by martiniturbide · · Score: 0

    Kay, you are welcome to join OS/2 Warp Community, we need some open source driver developers here !!!!

    (...damn... I'm so desperate to get developers to this community)

  200. Re:informal poll by Anonymous Coward · · Score: 0

    Let me recommend Windows 8.
    Plenty of variety there.

  201. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    I there were no Linus, man would invent him.

  202. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    How you like those faggot dicks that are smacking your face now, Repiglican?
    How you like those black men mating your white women, Repiglican?
    How you like the rise of the real righteous and not religious bigot fucks like you, Repiglican?
     
    Hillary 2016!!!!!

  203. Re:informal poll by Spiked_Three · · Score: 1

    holy shit. the fact you think OSS software is even in the same league as Adobe apps is an indicator you are totally clueless.

    --
    slashdot troll = you make a compelling argument I do not like the implications of.
  204. Re:informal poll by phantomfive · · Score: 1

    Not saying your comment is wrong, I'm just saying it won't be right for very much longer. It's 2014, the OS is irrelevant.

    And this is becoming more and more true, as things keep moving to the 'cloud.'

    --
    "First they came for the slanderers and i said nothing."
  205. Re:Linus is getting old and cranky by rs79 · · Score: 1

    Sure but that's subjective. Post the same two posts on a mac website and the scoring is swapped.

    (note also, I use neither, bsd isn't quite as dead as Netcraft suggests)

    --
    Need Mercedes parts ?
  206. OS "singularity" by globaljustin · · Score: 1

    the issue is not about the best OS but choosing the best tools regardless. The whole question of which OS is the best is so 90s. There really are no borders these days.

    this is what I was wondering about when I wrote the poll

    I agree that this **could** be true...but reading through the responses it seems we aren't quite at the "singularity" point for OS's

    Maybe people are taking your "best tool" approach & just b/c of the type of stuff /.'ers use it tends towards Linux

    graphic designers still need Mac...it's just all there for you (i do some graphic design)

    IMHO Windows is going away...they already give it away free...

    When non-Mac PC makers get sick of M$ it's over

    --
    Thank you Dave Raggett
  207. Re:informal poll by globaljustin · · Score: 1

    Anyone can deny it...the GP's language and content were flame for sure...

    Mac's work great overall. The price is usually worth it if you ask people who actually paid full price.

    What we need is to be able to acknowledge that there is a difference between "good" for what a /. poster uses an OS for and "good" for what others need.

    Many tech-minded people aren't coders...they understand Linux & why its important but just want it to work out of the box

    --
    Thank you Dave Raggett
  208. Re:informal poll by Anonymous Coward · · Score: 0

    I heard a rumor someone took a dump in your skull.
    thing does not equal think.
    die in a fire and don't breed for the sake of mankind.

  209. problem identified...solution lies with us by globaljustin · · Score: 1

    it is application developers who haven't yet been sufficiently *pressured by their publishers* into increasing their install base

    I agree. Here's where we can actually improve the situation right now.

    so it's the "publisher" who is the node in the system with the authorization to make the changes

    that's who we must convince...it should be easy b/c as you say,

    AND if they go "cross platform or bust" then they get free money via increased market share.

    so we, all of us on /., we who actually *do the work* need to speak with ONE VOICE, unanimously, that "cross platform is the only way to go"

    we need to delete the concept of OS-locked software from our entire behavioral lexicon

    when "publishers" want something done **they have to ask us**

    we need to stop fanboi/trolling forever on OS's in public...we need to create a situation where **any time** some non-tech administrator tries to even **mention** going "windows only" that it's "impossible" and "foolish"

    we need to say that...loudly, consistentely, and **without** being a fanboi of a certain OS because it shows we're 733t h@xxx0rz...that just muddies the waters and lets them ignore our advice b/c it's too complex for them to understand

    when a Windows sales rep calls a "publisher" to try to convince them to make their new software "windows only" we need to create a context where the 'publisher' responds,

    "Oh no way. We are all cross-platform in this shop my engineers wouldn't work on something not cross-platform"

    --
    Thank you Dave Raggett
  210. one reason why people hate Linux by globaljustin · · Score: 1

    So, you want to know who runs Linux, and you don't know what Linux means. Facepalm.

    Linux doesn't make your dick bigger.

    --
    Thank you Dave Raggett
    1. Re:one reason why people hate Linux by Mr.+Slippery · · Score: 1

      Linux doesn't make your dick bigger.

      No, and thank goodness for that -- why mess with perfection?

      GNU/Linux and Android systems do, however, make your freedom bigger -- not perfectly so, but contrasted with the freedom-shrinking offerings from MS and Apple, Linux is a clear win.

      And, more relevantly, on a tech site (this is still one, right?), we ought to expect people -- especially those who ask loaded questions -- to know that Linux is a kernel and is common to both GNU/Linux and Android systems (as well as a few other rarer OSes).

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
  211. gentoo! by globaljustin · · Score: 1

    ha! i was wondering if someone would be on gentoo

    wow...

    so do you think you'll ever need anything else?

    --
    Thank you Dave Raggett
    1. Re:gentoo! by whoever57 · · Score: 1

      so do you think you'll ever need anything else?

      I am at a crossroads right now. When I go to update my system, it wants to install Gnome3, despite my efforts to block this. I need to spend some time working on installing Mate, but that will make my system unusable for quite some time while I do this, since I need to remove Gnome2 before installing Mate (I think).

      I have been very pleased with Gentoo. I have systems that were first installed 9 years ago, but are still fully up-to-date, with latest kernels, etc.

      --
      The real "Libtards" are the Libertarians!
    2. Re:gentoo! by globaljustin · · Score: 1

      I have systems that were first installed 9 years ago, but are still fully up-to-date, with latest kernels, etc.

      right...cool...this is what I had envisioned when I dipped my toe into Linux...I asked /. which flavor I should install (IIRC Red Hat was pretty new & getting alot of coverage...no Ubuntu yet)

      I liked the reasons given by the Gentoo people so I thought I'd try to install Gentoo and learn programming at the same time...

      Didn't ever start the project...it was just too much complexity for me...plus I moved to a place in Colorado that didn't have internet access (or cell reception!!) so I never did it

      I wonder if my life would be different if I had bit the bullet and forced myself to go through the process and learn...

      --
      Thank you Dave Raggett
  212. my informal poll by globaljustin · · Score: 1

    I did.

    I wanted to keep the whole mobile device thing separate...i wanted to know what running on their **desktop or laptop**

    I also know that Linux is a kernel not an OS, but I just wanted to see the Linux/1337 crowd condescend and nitpick for old time's sake...

    You know that just because you have esoteric knowledge doesn't make you better than someone, right?

    --
    Thank you Dave Raggett
    1. Re:my informal poll by dbIII · · Score: 1

      but I just wanted to see the Linux/1337 crowd condescend and nitpick for old time's sake

      Yes, we get that you are bored and just want yet another petty argument. How about posting something interesting instead?

  213. Re:informal poll by globaljustin · · Score: 1

    how is my poll a "troll"?

    i wanted to avoid fanboi arguments and find out what people **actually use**

    and i wanted to know how many people dual boot

    WTF is wrong with that?

    Linux fanbois are so damn touchy!

    I'm not a Linux hater at all!

    --
    Thank you Dave Raggett
  214. Re:informal poll by EvanED · · Score: 1

    Actually I've been using Windows 8 for a while. I think I'm almost the one person who... is pretty indifferent about the changes overall. Doesn't affect my usage patterns much at all. I ignore the metro desktop and carry on with my life. :-)

  215. Re:informal poll by dbIII · · Score: 1

    Unless you're talking about large business, then they'll be (and are) switching to Win7.

    True, still switching. While you may think it insane that some application vendors are still taking their time porting to Win7 also consider that some still insist on using evil parallel port "security" dongles before you can run their stuff.

  216. Re:informal poll by dbIII · · Score: 1

    So, really, it is not Windows that keeps people on Windows, it is application developers who haven't yet been sufficiently pressured by their publishers into increasing their install base.

    Some application developers I've met don't yet know how to deal with 64bit and multiple cores, so yes, they are stuck in 1995 :(

  217. Re:informal poll by EvanED · · Score: 1

    All the good games nowadays are multiplatform or platform-independent (java/mono)...

    That depends what you mean by multiplatform. If you mean Windows + Linux - WINE, IMO the answer to that is "not even close." It's quite popular for Indie games to release Linux ports now, and that's great don't get me wrong. I'm also really encouraged by not just Steam on Linux but Valve's porting of several of their big-name games over. But even though I'm not a big gamer, there are still way too many omissions to move to Linux as a gaming platform.

    Things open up more of course if you start including Mac & consoles in "multiplatform". But at least for me, both of those have far more significant drawbacks than Windows has.

    The extra 5% you get out of Photo$hop or Office is more than offset by their hundreds (or thousands in the case of photoshit) of dollars of price difference.

    That depends what you're doing of course. A while back I thought I would be creating quite a lot of PowerPoint presentations for a course I was teaching. (That turned out to not be the case both because I was spending a completely-unsustainable amount of time on each lecture and because I got a lot more comfortable with lecturing from a blackboard.) I tried out a couple different options for presentation software, and even though I have a lot of things I don't like about PowerPoint everything else sucked so much more that it was easily worth the price -- and that was true even on a grad student salary. (Keynote seems promising, but I neither have a Mac nor see myself buying one with anything close to Apple's current lineup.)

    If you _need_ that extra five (or maybe tops, ten) percent, well, maybe you should find another job.

    What if your job is awesome? That's a remarkably stuck up attitude: "I don't like your tools. You should change."

  218. Re:informal poll by dbIII · · Score: 2

    holy shit. the fact you think OSS software is even in the same league as Adobe apps is an indicator you are totally clueless.

    Correct, such people must have missed things like Dmitry Sklyarov showing that a breakfast cereal code wheel style letter substitution method was used by Adobe as "encryption". Julius Caesar famously wrote a description of that method, that's how old and well know it is.
    OSS software in that league would get laughed at and not taken seriously at all.

  219. Re:informal poll by invictusvoyd · · Score: 1

    AFAIK windows is inherently crappy piece of software .convenience is one thing but you can't just sacrifice ur geek mojo for that.
    The only reason I ever touched windows in the past 10 years or so is for gaming ..Now I have gotten a few games to run over wine . I really dont know why a geek would use windows .. Or even osx ..

  220. Couldn't resist could you? by dbIII · · Score: 1

    You'd be better off helping to develop wayland to the point where debian or anyone else would consider going with it than hoping they decide to put in all the work to get it to a point where they could consider using it.
    Debian can't just pick it up "off the shelf" and use it as is. Until then why should they be interested? Take a look at the wayland mailing list and see how far it has to go before it's ready to go into a mainstream distro.
    Wayland seems to have a fanboy to developer ratio of about 10^6 to one. I suggest evening up the balance instead of just hoping that somebody will pick it up.

  221. Re:Fire Linus by dbIII · · Score: 1

    Have you missed Linus' on-going history of verbal abuse?

    Go on - list the teapot storms for our entertainment. Do you want to start with the doctor recently turned coder that doesn't even run linux on his main machine that was told he should "eat his own dog food" (which means run his own stuff) before pushing alpha quality scheduling patched on people? That one seemed fair enough to me but I seem to remember you kicking up a fuss.

  222. Re:informal poll by HiThere · · Score: 1

    I dual boot Debian stable and Debian testing. Currently Debian testing is causing my computer to periodically reboot, so I'm spending most of my time in stable.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  223. It's about conveying how serious something is by dbIII · · Score: 1

    Personally I would not use swear words even in these circumstances

    Sometimes if you don't then the message does not get through.
    "There is a 25mm deep crack in the weld that has opened up by 3mm" doesn't get taken seriously by some but "the weld is so fucking cracked that I can stick a fucking ruler into it" conveys the message in uncertain terms. Sadly that is from a real example. The first bit got excuses, fobbed off and "she'll be right" bullshit. The second got the work done again and done properly.

    1. Re:It's about conveying how serious something is by Anonymous Coward · · Score: 0

      Personally I would not use swear words even in these circumstances

      Sometimes if you don't then the message does not get through.
      "There is a 25mm deep crack in the weld that has opened up by 3mm" doesn't get taken seriously by some but "the weld is so fucking cracked that I can stick a fucking ruler into it" conveys the message in uncertain terms. Sadly that is from a real example. The first bit got excuses, fobbed off and "she'll be right" bullshit. The second got the work done again and done properly.

      Exactly. Some people just don't listen. I've been on both sides of that in my life, and it's *not* always "wrong", sometimes it's the only way to get your point across to some people.

  224. Kay would make kernel development non-scalable by Anonymous Coward · · Score: 0

    it's at least reasonable to suggest that *more than one component* might respect them.

    It's reasonable to suggest that they might, but it would be very harmful if they did so.

    The reason is simply effect containment. If kernel developers had to consider how a potentially unlimited number of userspace programs are going to react to non-namespaced kernel parameters, their jobs would be hard or impossible.

    In summary, the answer to this question has to be a big "No" to what Kay wishes to do --- it's bad design. If a userespace program chooses to use those parameters, it is wholly and singly responsible for its choice. Effect containment is important.

  225. Somebody ban Lennart please by Anonymous Coward · · Score: 1

    Whether it's called "banning" or "refocussing" isn't too important.

    Whatever one wishes to call it, if someone would do it to Lennart, an extremely large number of long-suffering users of systemd and pulseaudio would be eternally grateful. Like Kay, he's "My way or no way", and the result is pure pain for millions of people.

  226. Re:informal poll by robsku · · Score: 1

    \o. It's the best system available for my preferences AFAIK. I have several systems, ranging from netbook to servers and I've used linux as internet server (HTTP,SSH), LAN (samba,vnc,X,etc.), gaming (though mostly via wine, dosbox or some console/oldtech emulator), multimedia/entertainment system, etc... you name it.

    --
    In capitalist USA corporations control the government.
  227. Re:informal poll by robsku · · Score: 1

    Oh, forgot... I don't do dualboot.

    --
    In capitalist USA corporations control the government.
  228. You should by Anonymous Coward · · Score: 0

    Red Hat has been pushing systemd through acolytes like crazy and is slowly metastasizing into the whole ecosystem up to a point where distributions will no longer be able to avoid it due to man hours required. Given all the ugly things systemd brings to the table, and what scarce payoff you get specially in servers it is bad news. I don't care if Ubuntu or whatever slowly goes towards Microsoftization, but I do care when I see it happening across the whole ecosystem because the agenda of one single company, Red Hat.

  229. It is not by Anonymous Coward · · Score: 0

    It would be nice if systemd just replaced init because it would mean you would have the option to use something else. As systemd spreads across operating system components, your available options are shirking to nothing. Eventually we'll be left with a black box, as binary, opaque and complex as it can get, that handles _everything_ whether you like it or not.

  230. Re:informal poll by robsku · · Score: 1

    Considering you have no problem using proprietary software, why were you using nouveau and not the official but sadly not open nVidia driver? I have since 2002, back then you could not just pull them from repository... But they've always worked for me.

    --
    In capitalist USA corporations control the government.
  231. Re:Fire Linus by Anonymous Coward · · Score: 0

    You are clearly alone. I've worked for people like you. I was treated like crap and I left. I was treated like I was a dime a dozen. When I left, I left a dime on the desk "There, go get your dozen". And then the shit hit the fan (no I didn't break anything, it was all fine when I left), but the bone-heads they tried to get for the dime weren't up to the job. And they tried to hire me back. And things broke (and it made the local TV news and newspapers). And eventually all the professional managers were reassigned and they had to out source all of it, because *they* weren't up to the job either. Linus is *clearly* up to the job. He has his qualifications both technically and as a leader. You are some goof who writes "Fire Linus on /." Nobody works for you.

    Hah, yeah, been there, done that. And then a year or two later, I was at home (working from home more than I ever could have at that job) and the phone rings, and I let the machine pick up after seeing the number... it's the old boss pleading on the phone for my help, stuff is horribly broken and nobody knows what to do, etc. I erased the message and had a grin on my face the rest of the day. Rest of the week actually, they called almost every day (sometimes twice a day), ready to offer me anything to help - Sorry, you treated me like shit my last year there... why would I want to help now? Probably could've made a couple $grand in consulting charges on it...but, value of my LOL'ing and having a smile on my face all week listening to those messages (before erasing them)? Priceless. :-D

  232. Yes, but then... Windows 8..... by kaladorn · · Score: 1

    ....and something went horribly wrong....

    --
    -- Mal: "Well they tell you: never hit a man with a closed fist. But it is, on occasion, hilarious."
    1. Re:Yes, but then... Windows 8..... by ttucker · · Score: 1

      Yeah, I really hate Windows 8. Then again, all of the Linux distros did the same dickhead forced UI paradigm shift thing that made Windows 8 terrible... so they are not really claiming the moral high ground.

      Pro tip: it is still quite possible to get a Windows 7 machine, particularly using the Windows 8 Pro OEM downgrade rights.

    2. Re:Yes, but then... Windows 8..... by Zontar+The+Mindless · · Score: 1

      Then again, all of the Linux distros did the same dickhead forced UI paradigm shift thing that made Windows 8 terrible...

      That's not true, not even for Ubuntu. Most if not all Linux distros give you a plethora of choices for your DE.

      Use Windows if you like, but please don't assume that Linux distros are anything like what Microsoft delivers.

      --
      Il n'y a pas de Planet B.
    3. Re:Yes, but then... Windows 8..... by Anonymous Coward · · Score: 0

      sorry, we don't take advice from admitted loons like you http://slashdot.org/comments.p...

    4. Re:Yes, but then... Windows 8..... by ttucker · · Score: 1

      Then again, all of the Linux distros did the same dickhead forced UI paradigm shift thing that made Windows 8 terrible...

      That's not true, not even for Ubuntu. Most if not all Linux distros give you a plethora of choices for your DE.

      Use Windows if you like, but please don't assume that Linux distros are anything like what Microsoft delivers.

      Choose from a plethora of either, depreciated, alpha, or poorly supported, wms. The big name wm options, namely KDE, GNOME, all went for this no taskbar shit, and dropped their old versions like rocks in a pond. At least Windows 7 is still considered production ready. If you want Linux to succeed on the desktop, don't apologize for these projects forcing a UI paradigm that people seem to not want.

    5. Re:Yes, but then... Windows 8..... by Zontar+The+Mindless · · Score: 1

      I am running KDE 4.11.5, I have a taskbar, and you are making shit up.

      --
      Il n'y a pas de Planet B.
    6. Re:Yes, but then... Windows 8..... by ttucker · · Score: 1

      I must have been so disgusted with Unity and Gnome that I never bothered with KDE. Still, Fluxbox was the pinnacle of desktop WM tech, and it has been a flush down the toilet since then anyways.

    7. Re:Yes, but then... Windows 8..... by ttucker · · Score: 1

      Openbox & fbpanel was pretty hot too.

    8. Re:Yes, but then... Windows 8..... by Zontar+The+Mindless · · Score: 1

      "We'll always have Window Maker." :)

      (No shit, I still install it on every box that I set up. Even though it doesn't come with a built-in taskbar.)

      --
      Il n'y a pas de Planet B.
    9. Re:Yes, but then... Windows 8..... by Anonymous Coward · · Score: 0
    10. Re:Yes, but then... Windows 8..... by Anonymous Coward · · Score: 0

      And YOU will always be, a "PhRooT-LooP" (lmao) http://slashdot.org/comments.p...

    11. Re:Yes, but then... Windows 8..... by Anonymous Coward · · Score: 0

      You set them up @ the nuthouse, "PhRooT-LooP" (lol)? http://slashdot.org/comments.p...

    12. Re:Yes, but then... Windows 8..... by Anonymous Coward · · Score: 0

      Can't even figure out which post to respond to, eh, genius?

    13. Re:Yes, but then... Windows 8..... by ttucker · · Score: 1

      I would take Window Maker over Unity any day, even if I had to launch applications with xterm.

      What is with the AC dickhead?

    14. Re:Yes, but then... Windows 8..... by ttucker · · Score: 1

      I am running KDE 4.11.5, I have a taskbar, and you are making shit up.

      Thank you for making me check out KDE again, I could actually use it I think. It would be nice to switch back to Linux again for work.

    15. Re:Yes, but then... Windows 8..... by Zontar+The+Mindless · · Score: 1

      One of the nice things about WM is that the program menus are easily customisable, and you can actually get it looking pretty slick with a little tweaking. And there are still lots of themes for it floating about here and there, not too hard to find.

      I'm not certain, of course, but I tend to think that our AC friend is APK. No idea what I've done to merit the schoolboy crush, though. Maybe he doesn't know that I'm married.

      --
      Il n'y a pas de Planet B.
    16. Re:Yes, but then... Windows 8..... by Anonymous Coward · · Score: 0

      Quit hallucinating! There's no marriages in the loonybin http://slashdot.org/comments.p...

    17. Re:Yes, but then... Windows 8..... by MikeBabcock · · Score: 1

      Really? Most of these don't look like Windows 8 ... http://spins.fedoraproject.org...

      --
      - Michael T. Babcock (Yes, I blog)
    18. Re:Yes, but then... Windows 8..... by MikeBabcock · · Score: 1

      Gnome3 has a taskbar available, so does KDE. So do XFCE and LXDE ... have you even used Linux?

      --
      - Michael T. Babcock (Yes, I blog)
    19. Re:Yes, but then... Windows 8..... by ttucker · · Score: 1

      XFCE and LXDE... figure out where they belong in: depreciated, alpha, or poorly supported. Gnome is in version 4, dickhead. Naming a bunch of legacy stuff does not really respond to the point that several big players in the Linux world are going with the Windows 8 forced UI paradigm switch mentality.

  233. I'm similar.... by kaladorn · · Score: 1

    But I run it all:
    5 licenses of XP Pro SP3 (old laptop, main desktop, netbook, older desktop, something I'm forgetting),
    1 license Win 7 Home Premium (new laptop, to avoid win8 atrocity),
    1 license Vista Business (argh),
    1 Xubuntu install (small file server/dev box),
    1 Ubuntu install (old laptop),
    1 Boxee Box (linux),
    1 WAP (linux),
    Android 4.3 Tablet (nexus 7),
    Android 4.4 Phone (nexus 4),
    Android 4.1 Tablet (asus transformer prime),
    1 Win95 box (older desktop),
    1 WinNT 4.0 box (older desktop),

    One of these once had a triple boot with XP or 95 alongside OS/2 2.1 and Yggdrasil Linux....

    I'd love to migrate my XP boxes to Win 7 but Win 7 pricing is *still* stupid. And I'm vague on whether the laptop and even the desktops would have full drivers for all of the older stuff. Win 8+ is an atrocity - I can't say how much I hate METRO. Even in XP, I switched to the classic NT look.

    Because of my disdain for Metro and Win 8, I may well end up with more Linux boxes. Ubuntu or Xubuntu, although a BSD might be tempting too. I've used RHEL at work and it isn't bad either.

    My issue is I have so much software from small producers that I like that only runs on XP (and some of it actually requires kernel hacks - one DB fix in particular - that I am unconvinced will work on a virtualization platform) that I feel I'll have to keep some XP boxes up and running.

    I rather hate the fact that I need nothing (except security updates) from Win7 or Win8 and once again I've had to relearn where all the admin tools are and so on (just like every Windows release) and I'm going to have to rebuy a bunch of apps that cost $$$ that work fine for me on XP on the new platform for no increase in utility.

    Ubuntu is good and the apps are okay, but honestly they just don't match up to what the MS office apps (for instance) can do. I've tried libre office, star office, and a number of other products. They just aren't as easy to use nor as capable as MS products IMO.

    The only compelling reasons to migrate forward are professional experience with the new OSes (most like teeth pulling) and security (given XP security updates are coming to an end... you'd have thought MS could out source this and charge some $ to keep security updates coming for a few more years, but they want you to migrate.

    But being on Linux is no protection from changes of a major nature (Unity appearing in Ubuntu as one example). Every platform, even the free ones, if you want to keep up with current levels of software for compatibility and security, you have to take all the other UI changes, repackagings, deprecations, and additions. It's the miserable cost of staying current.

    No, I'm not a luddite. I just know that XP gave me functionally pretty much everything I've needed as a professional, small office user, and heavy internet user/developer. Security could have been better (no doubt), but the truth is what Win7 and WIn8 have added has been of little utility to me and therefore is primarily an annoyance. And Chromebook sure isn't a substitute, nor is MacOS.

    --
    -- Mal: "Well they tell you: never hit a man with a closed fist. But it is, on occasion, hilarious."
  234. What do you call it? by kaladorn · · Score: 1

    Do you call your Linux "Flash"?

    (sorry, your username made that joke inevitable).

    --
    -- Mal: "Well they tell you: never hit a man with a closed fist. But it is, on occasion, hilarious."
  235. trolling faster than the speed of light by globaljustin · · Score: 1
    --
    Thank you Dave Raggett
    1. Re:trolling faster than the speed of light by dbIII · · Score: 1

      Well played. See - that's so much more fun than trolling people about their choice of operating system or display environment.

  236. oo by Anonymous Coward · · Score: 0

    People run windows, because, ummm, maybe it has software that is usable?

    ha ha dont make me laugh

  237. oo by Anonymous Coward · · Score: 0

    well there are alternatives to every programs, consoles games are being ported to PC and vice versa so it make u wonder
    how many desktop users are actual true programers use full extent of programs? i would use same amount of things in photoshop like in gimp or even less so why do i need it

    f else fails there is always virtualbox :)

  238. oo by Anonymous Coward · · Score: 0

    i give windows infinity to fix their security

  239. Re:informal poll by Anonymous Coward · · Score: 0

    You almost got there, but still managed to miss the central problem with your point of view despite coming within a hair's width of realization:

    Hell, my meta-language compiler has even made most languages irrelevant to me, they are just interfaces to the OS for re-implementation of the platform abstraction layer's "runtime". In 18 months I will have my entire codebase cross compiling against Android and even iOS.

    In 18 months, you'll have your code base cross compiling with your "meta-language compiler". But you won't have produced anything else. After investing these 18 months, you won't have any new shippable software or anything to actually sell. Just a fancy-pants toolchain that nobody - customer, investor, or potential client - actually gives two hoots about.

    Yes, your existing software will run on new platforms, but it's not as if there are thousands of customers waiting for the opportunity to pay for it on those platforms, since presumably you have competitors who are already established there. Therefore the most likely benefactor of your cross-compilation will not be your existing codebase!

    Look, I love the passion you obviously have. I love the idea of cross-platform everything. The one thing which holds most of these initiatives back is the lack of business sense that accompanies them. Yes, business sense is important in software development, if you ever actually want to ship anything that someone will pay for.

    Too many in the open source community write off anything to do with business - with abundant use of "MBA" as a pejorative - and then wonder why they aren't taken seriously at the negotiating table, or why big software publishers don't want to pony up the investment for moving off of Windows. These things cost money. The answer is not to point at them and tell them they are wrong and stupid - regardless of whether that's true or not, nobody appreciates that. The answer is to build a case they are compelled to accept for business reasons. If you can't do that - if you can't build a solid case as to why your way is the right way, using reason and logic rather than invective and politics - then they are completely correct to reject your ideas.

    18 months dude. That's almost 2 years, a damned long time in software. That's an enormous opportunity cost to pay for a toolchain. You could have built plenty of other things in that time. I just hope for your sake that the big software houses aren't already doing something similar to you. If Microsoft or Google comes out with an easy to use cross-compiling toolchain in 18 months you will have completely wasted your time.

  240. oo by Anonymous Coward · · Score: 0

    So basic systemd guy give us faster boot, so he can slow boot wit his debug log.... dosent that sound counterproductive

  241. oo by Anonymous Coward · · Score: 0

    yes and i am woried about that proprietary code where they can remote do with your sistem whaat they want

  242. Informative by Anonymous Coward · · Score: 0

    that's nice just don't be sellout with putting proprietary code in kernel or elsewhere let user decide wheter they want it

    !!KEEP IT FREE!!

    ( Linus should have forked kernel one with systemd code, one without systemd same as other bad code until it gets fixed )

  243. Re:informal poll by Anonymous Coward · · Score: 0

    zontar's not mentally stable or competent and admits it http://slashdot.org/comments.p... so don't waste your time arguiing with the nutjob zontar the mindless (apt name at least due to his delicate condition, haha): he can't digest or understand logic, or reason.

  244. Re:informal poll by Anonymous Coward · · Score: 0

    zontar's not mentally stable or competent and admits it http://slashdot.org/comments.p... so don't waste your time arguiing with the nutjob zontar the mindless (apt name at least due to his delicate condition, haha): he can't digest or understand logic, or reason.

  245. Re:informal poll by Anonymous Coward · · Score: 0

    Aw, cut him some slack--at least he's a Doors fan.

  246. Re:informal poll by Zontar+The+Mindless · · Score: 1

    Oh, and all my mobile devices run Android, and yes, Android counts as Linux.

    --
    Il n'y a pas de Planet B.
  247. Re:informal poll by Anonymous Coward · · Score: 0

    Only an admitted nutjob like you would use it http://slashdot.org/comments.p... considering it's being torn apart daily by exploits. So much for the years of "Windows is insecure, and Linux is secure" crap you trolling penguin idiots spouted here for a decade and then some. You're all losers and liars as far as that's concerned and about time your own stupidity exposed you all. I think it's utterly hilarious in fact. Fact: The more any operating system is used on any given platform, the more it will be exploited. You morons are reaping that now. You like? It makes you all look so stupid with the crap you all spouted here for years.

  248. In Soviet Russia by Anonymous Coward · · Score: 0

    key Linux developer suspends Linus Torvalds!

  249. Re:informal poll by Anonymous Coward · · Score: 0

    AND if they go "cross platform or bust" then they get free money via increased market share.

    Disregarding support costs, which can easily eat up any profit to be had. A customer's Windows or Apple platform is pretty much a known quantity to a support person that doesn't vary as far as where configuration information can be found. Linux, not so much. Which distro are you using? Which version? What packages do you have installed? Are you running on a custom kernel? Did you install an interfering application via apt-get or did you build it yourself? The fact that Linux can be so easily molded to whatever the user wants is a two-edged sword that can make it a nightmare.

  250. did u know by Anonymous Coward · · Score: 0

    proprietary code in systemd can remote shut down linux

  251. systemd should die in a fire by Anonymous Coward · · Score: 0

    Sadly, I suspect this is not quite enough to make it happen. If I want a giant unintuitive glob of shit with unilateral control of my system, I can use Windows. Fuck off, systemd.

  252. why did you have to say this you spaz? by globaljustin · · Score: 1

    you ruined all the goodwill here you dipshit...damnit

    trolling people about their choice of operating system or display environment.

    asking what OS/kernel/display environment whatever you want to call it is not trolling

    I want you to explain why my informal poll, which 44 people responded to, is "trolling"

    slashdot roughly defines trolling in the moderator guidelines...show me how i was trolling

    i'm not going to respond...i already 'foe'ed you to avoid this shit...damnit i hate people like you

    --
    Thank you Dave Raggett
    1. Re:why did you have to say this you spaz? by dbIII · · Score: 1

      Goodwill? You have me marked as "foe" FFS.

  253. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    there is no god.

    except for the god that leads the religious movement you so fervently invest in your time and efforts into.
     
     

    there is no magic.

    except for that which is promised by the leader of your religious movemnet.
     
     

    there are no souls.

    that cannot be saved by the salvation of your religious leader.
     
     

    there is nothing beyond the material existence that we know of

    which is why all of existence must be dedicated to the leader of The One True Religion.
     
     

    Blessed be Rationality and Self Interest, the One True Engine of Progress!

    which all comes from your religious leader, right?

  254. Too focused on style instead of mission/reality by ibsteve2u · · Score: 1

    The reality is that any human-made system will fail because of either fatal defects or accumulated non-fatal defects. Linus' mission is to keep Linux both running and flexible (to support improvement/new features) - and both goals require that no single developer diverts everybody else in the world away from maintenance and/or new feature development backwards to accommodating bugs/defects introduced by that single developer.

    If you want to be treated with kid gloves, think back to high school: Resolve your petty differences/behavior problems before you get kicked up to the school principle (Linus, in this case). Merely being kicked up to that level indicates both that your behavior is causing significant problems and that everybody else has already given up on you

    --
    Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
    1. Re:Too focused on style instead of mission/reality by ibsteve2u · · Score: 1

      Good thing my principle purpose wasn't the provision an example of the correct usage of the word "principal".

      --
      Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
  255. is this why redhat stock by Anonymous Coward · · Score: 0

    is going south?

  256. Re:informal poll by Anonymous Coward · · Score: 0

    Mairzy doats

  257. Re:Linus is getting old and cranky by Anonymous Coward · · Score: 0

    What is the meaning of blessings in the absence of gods?

    What you are seeing there is a deeply religious person trying to get others to believe him to be an atheist. He buys the act but everyone else sees through it; he has more faith than the pope.

  258. Re:informal poll by MachineShedFred · · Score: 1

    Oh, I know. My team started the work of figuring out how to do Win7 migration two years ago, and started migrating systems 6 months ago. We had to sit down and figure out a completely automated way to do the migration, retaining existing user data. We had a process where every application was reviewed and repackaged specifically for Windows 7, including user acceptance testing. If it didn't work, then replacements were found or we virtualized it.

    All our offices are complete now, but we're about 20% done with line-of-business systems, and we're doing over 300/night through automation. We're gonna be done sometime in June - but I hear of other VERY large companies that are taking the "Oh, Microsoft will go back on that April 8 date" approach, and I think they're going to be very unhappy on Tuesday.

    There might even be some job openings.

    --
    Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  259. Re:Wait... what? by slashdot_commentator · · Score: 1

    While on the surface, it may seem like this, the implications are much more serious (for Key Siever).

    Linus is the final word in what gets incorporated into the linux kernel. If you can't submit updates to the kernel, you cease to exist in the kernel developer community. Siever is the lead developer for systemd. If systemd needs a kernel modification, and it can't get it approved, that whole project sits dead in the water, until some competing project replaces it. Siever is paid for his development work by Red Hat; we'll see for how much longer.

    --
    There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  260. Re:Linus is getting old and cranky by alexo · · Score: 1

    he has more faith than the pope.

    I don't know if the pope has any faith at all or just plays the part in order to keep his cushy job.

  261. Re:Fire Linus by robsku · · Score: 1

    Aye, personally I couldn't respect the person who would use that statement on me.

    --
    In capitalist USA corporations control the government.
  262. Re:Kay, you are welcome to join OS/2 Warp Communit by robsku · · Score: 1

    Why is there a baby wearing what seems to be an octopussy costume?

    --
    In capitalist USA corporations control the government.
  263. nitpicking is trolling & its all fanboi narcis by globaljustin · · Score: 1

    what has happened over the past 20 years is not that people are losing their religion, but that people feel more free to admit that they never had one.

    my question wasn't "loaded" your context which you hear my question is biased

    you're one of those who gets fanboi narcissists **self-confidence** from knowing & pointing out irrelevant esoteric details

    nitpicking is trolling

    I wanted **desktop and laptop** systems...what "flavor"

    you're a troll to nitpick that

    --
    Thank you Dave Raggett
  264. Re:informal poll by BitZtream · · Score: 1

    AFAIK

    Thats your first and foremost mistake. The rest of your post just goes down hill from there.

    If you don't understand why someone might run Windows or OS X, the ignorance and stupidity is yours and no one else's.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  265. Re:informal poll by BitZtream · · Score: 1

    You now must realize that it costs nothing extra to the developers to select a cross platform development toolchain instead of a platform specific one which may tie them to OSs that have uncertain futures.

    I've been writing software for Windows, OSX, FreeBSD and Linux for about 10 years, one app, runs on all of them, both command line and GUI versions ... and I have to say, a statement like that just shows that you really have absolutely no fucking clue what you're talking about.

    There is no toolchain on the planet that can make up for the difference in platforms, sorry fanboy, you don't know what you're talking about.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  266. Re:informal poll by BitZtream · · Score: 1

    instant messaging (is now dead)

    I'm sorry what? Are you smoking some PCP or something?

    Instant messaging, i.e. SMS text messaging has replaced voice for an entire generation of kids and many adults. Just because your favorite silly little IM network isn't supported doesn't mean your boxed view of the world is actually true.

    Instant messaging is extremely popular even if you can't be bothered to leave the basement and have friends long enough to notice it. The only difference is the protocol used and the lack of being tied specifically to one network.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  267. Re:Not on board with Linus' management style here by gweihir · · Score: 1

    Perhaps you now see gweihir's point? Not that gweihir expressed it as elegantly as Linus expressed his...

    Hehe, and I am decidedly not the person to keep a large, complicated diverse project going and on track. Maybe next life ;-)

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  268. Re:First Post by Jeremiah+Cornelius · · Score: 1

    I wish systemd would have gotten a kick when they proclaimed that you can't have a seperate /usr partition.

    Is that true? systemd requires /usr in / ? I used to part all to hell, across spindles - when that was a significant performance issue.

    It also made versioning backups of some trees really simple, with cpio, etc.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  269. Zontar posts by ac now? by Anonymous Coward · · Score: 0

    Makes sense: Zontar has multiple personality disorder http://slashdot.org/comments.p...

  270. Re:informal poll by bluefoxlucid · · Score: 1

    Well that's a stretch we could use to define e-mail as text messaging, or Instant Messaging since it's roughly instant. Hell, we could call Twitter Instant Messaging.

    Instant messaging (IM) is a type of online chat which offers real-time text transmission over the Internet.

    Instant Messaging was not replaced by SMS. Can you SMS if you don't have cell phones, but have a computer? Can you send IM if you have a cell phone without a computer data plan? Of course you can do either: you use gateways that allow you to get off the computer network onto other networks, the same way you can 'read Swahili' by using Google Translate.

    You know, we could also call voice "instant messaging", because I can call you and then talk, and when I speak you instantly get my message! Alexander Grahm Bell invented the first instant messaging app!

  271. of course it does by globaljustin · · Score: 1

    and yes, Android counts as Linux.

    yes.

    of course it does.

    I wanted to poll about desktop & laptop usage...not mobile

    What is more interesting is **why** you felt the need to point that out...

    --
    Thank you Dave Raggett
    1. Re:of course it does by Zontar+The+Mindless · · Score: 1

      You said "personal computer". You did not say anything about desktops, laptops, or mobile devices.

      Since I use my mobile devices for both personal and work-related computing tasks (and not just making/sending/receiving calls/messages, either), I consider them mobile personal computers. :^)

      You also said, "this doesn't include Android...I'm asking specifically about the Linux OS," which is a bit like asking for water but specifying that it mustn't be too damp.

      IOW, you might want to consider the possibility that you posed a really badly worded question.

      --
      Il n'y a pas de Planet B.
  272. Re:informal poll by invictusvoyd · · Score: 1

    I gave up on stupidity 10 years ago . Never used ignorance .. thanks

  273. They allow loons to use mobile devices? by Anonymous Coward · · Score: 0
  274. Yes Sir by Anonymous Coward · · Score: 0

    Dad brings down the ban hammer. EOM.
    This is why I like having Linus as our Benevolent Dictator For Life.

  275. exactly b/c of dumb "personal definitions" by globaljustin · · Score: 1

    I consider them mobile personal computers

    yes...**exactly** why I phrased it as I did

    i was taking a survey...surveys need consistent definitions. idiots attach their personal pride to answering the question "Do you run Linux" which biases answers. I just wanted to know who used it for a certain task *only*....so...i needed to be proactive to avoid idiots like you...you know you're essentially trolling when you make dumb distinctions like that, right?

    everyone can see that you nitpick and make your own "personal definitions" just to have an excuse to look intelligent

    **stop it**

    it is obstructive, needlessly confusing & completely rooted in your personal narcissism

    --
    Thank you Dave Raggett
    1. Re:exactly b/c of dumb "personal definitions" by MikeBabcock · · Score: 1

      You're the one inventing definitions.

      My wife's tablet is her PC these days. She barely uses anything else.

      My primary computer is a traditional PC. Does that make one of those not a personal computer? In that case, she doesn't have one at all, just like a LOT of people who've moved on to portable devices running more stable operating systems.

      That is to say, you excluded the one platform where Linux made the most in-roads simply by being physically more convenient and therefore breaking expectations.

      --
      - Michael T. Babcock (Yes, I blog)
  276. Re:First Post by MikeBabcock · · Score: 1

    I'm pretty sure at no point did RedHat tell him to ignore a bug his software caused in the kernel.

    --
    - Michael T. Babcock (Yes, I blog)
  277. Re:First Post by MikeBabcock · · Score: 1

    I keep usr in root, but my subdirs of var are broken up all over the place.

    --
    - Michael T. Babcock (Yes, I blog)
  278. Re:informal poll by MikeBabcock · · Score: 1

    I run my home desktop dual-screen on Linux. My work desktop is also a real box running Fedora, not some low-end terminal.

    Both have accelerated video using NVidia cards and 8-16GB of RAM.

    All of our smart phones and tablets run either Linux or the other Linux known as Android.

    What's your problem exactly?

    --
    - Michael T. Babcock (Yes, I blog)
  279. Re:informal poll by MikeBabcock · · Score: 1

    The first twenty times you reboot it or have to research how to get rid of a toolbar that won't uninstall that has taken over your desktop, I'm pretty sure you should be wondering "isn't there something better than this?"

    The primary reason random people use Windows is because they don't realize they have choices.

    --
    - Michael T. Babcock (Yes, I blog)
  280. Re:informal poll by MikeBabcock · · Score: 1

    Its trolling. If you can't see why, that's not our problem.

    You didn't phrase it as an actual poll, you phrased it with intent to drag people into an argument.

    --
    - Michael T. Babcock (Yes, I blog)
  281. Re:First Post by Jeremiah+Cornelius · · Score: 1

    Heavy write. Goes somewhere different. Good idea.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  282. Re:Linus is getting old and cranky by MikeBabcock · · Score: 1

    Crappy troll smells like crap.

    --
    - Michael T. Babcock (Yes, I blog)
  283. Re:Linus is getting old and cranky by MikeBabcock · · Score: 1

    Neat Linux trick -- you can make your own simply by copying his and doing your own damn thing with it. That's the beauty of the GPL. Go ahead, fork the kernel and be rid of Linus forever.

    --
    - Michael T. Babcock (Yes, I blog)
  284. Re:Linus is getting old and cranky by MikeBabcock · · Score: 1

    Last I checked, Mac users don't mind being called pretentious assholes.

    --
    - Michael T. Babcock (Yes, I blog)
  285. Re:Fire Linus by MikeBabcock · · Score: 1

    Why should anyone who misbehaves in a public way be taken aside in a private way? The misbehaviour affects many people, not just Linus. Linus isn't speaking only on his own behalf, but on behalf of everyone who wants to debug the Linux kernel and not have systemd take their system down with it.

    Linus' reaction *should* be public. This is Linux, not Windows. We operate out in the open.

    --
    - Michael T. Babcock (Yes, I blog)
  286. Re:Fire Linus by MikeBabcock · · Score: 1

    I hate companies who believe what you just said. It just piles up until you have a big useless drone army who's so polite nothing can ever get fixed.

    --
    - Michael T. Babcock (Yes, I blog)
  287. Re:Fire Linus by MikeBabcock · · Score: 1

    I also rapidly ignore PR sounding statements. I roll my eyes and move on.

    I want criticisms to sound intelligent, not polite.

    --
    - Michael T. Babcock (Yes, I blog)
  288. Re:Fire Linus by MikeBabcock · · Score: 1

    You do realize every intelligent person in the room tuned out at "Unfortunately" right?

    That sentence is so boring I had to try three times just to read it completely. Bullet points? Oh god, kill me now.

    Unless you expect your employees to vomit a little each time you talk to them, tone down the PC BS and speak straight to the issue.

    --
    - Michael T. Babcock (Yes, I blog)
  289. Re:First Post by phantomfive · · Score: 1

    Way to miss the point

    --
    "First they came for the slanderers and i said nothing."
  290. Re: Re:First Post by Anonymous Coward · · Score: 0

    thank you for the link, this is hilarious.

  291. Zontar = sockpuppeteer & lying libeling troll by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  292. Zontar = sockpuppeteer & lying libeling troll by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  293. Zontar = sockpuppeteer & lying libeling troll by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  294. Zontar = sockpuppeteer & lying libeling troll by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  295. Zontar = sockpuppeteer & lying libelous troll by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  296. Zontar = sockpuppeteer & lying libeling moron by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  297. Zontar = sockpuppeteer & lying libeler by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  298. Zontar = sockpuppeter & lying libeler by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  299. Zontar = sockpuppeteer & lying libeler by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  300. Zontar = sockpuppeteer & lying libeler by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  301. Zontar = sockpuppeteer & lying libeler by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk

  302. Zontar = sockpuppeteer & lying libeler by Anonymous Coward · · Score: 0

    "You barge into discussions with your off-topic hosts file nonsense" - by Zontar The Mindless (9002) on Friday April 11, 2014 @09:51PM (#46731153) FROM -> http://slashdot.org/comments.p...

    You said my "APK Hosts File Engine" is a virus/malware http://slashdot.org/comments.p... but it's EASILY PROVABLE it's not, right there in that link too.

    Now PROVE YOUR FALSE ACCUSATION above: Show me a quote OR POST of me posting off topic on hosts where they did NOT apply... go for it!

    ---

    You avoided backing up your accusation where YOU said I say you are Barbara, not Barbie = TomHudson (same person http://tech.slashdot.org/comme... , & sockpuppeteer like you) -> http://slashdot.org/comments.p...

    Funny you can't back up your "bluster" there either, lol...

    ---

    Why, Lastly?

    You're crackers! See here multiple personality disorder http://slashdot.org/comments.p... + manic depression http://slashdot.org/comments.p...

    APK

    P.S.=> So, THIS quote below is my policy on sockpuppeteers like you Zontar = TrollingForHostsFiles (your sockpuppetry):

    "The only way to a achieve peace, is thru the ELIMINATION of those who would perpetuate war (sockpuppet masters like YOU, troll -> http://slashdot.org/comments.p... ). THIS IS MY PROGRAMMING -> http://start64.com/index.php?o... & soon, I will be UNSTOPPABLE..." - Ultron 6 FROM -> http://www.youtube.com/watch?v...

    Which quite obviously, I am, since none of you DOLTISH TROLLS are able to validly technically disprove my points on hosts enumerated in the link to my program above of how hosts give users of them more speed, security, reliability, & anonymity... period!

    (Trolls like YOU that use sockpuppets http://slashdot.org/comments.p... (your sockpuppet "alterego" TrollingForHostsFiles) & TomHudson - Barbara, not Barbie too http://tech.slashdot.org/comme... before you)

    ... apk