Slashdot Mirror


EDS: Linux is Insecure, Unscalable

daria42 writes "Large enterprises should not use Linux because it is not secure enough, has scalability problems and could fork into many different flavours, according to the Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC."

1,112 comments

  1. What a bunch... by vinsci · · Score: 4, Insightful

    ... of losers to Linux. :-)

    --

    Trusted Computing FAQ | Free Dawit Isaak!
    1. Re:What a bunch... by Janitha · · Score: 5, Funny

      Oh look, Microsoft is in that bunch too, the internets surprise me daily.

    2. Re:What a bunch... by Rei · · Score: 4, Insightful

      The thing is... they act like forks are bad things. Yes, projects can die from fork-deaths; on the other hand, forks can breathe new life into projects. Of course, they neglect how much work is involved in successfully forking a process. I don't expect to see the Linux kernel forked any time soon ;)

      --
      "Here's a fun fact: the moon has turned to blood!" -- Newscaster, "Jesus Christ Supercop"
    3. Re:What a bunch... by Anonymous Coward · · Score: 0

      At least they've all been securified.

    4. Re:What a bunch... by blane.bramble · · Score: 5, Insightful

      Actually the kernel is forked all the time - most of the non x86 architectures start life as forks and eventually make their way back into the kernel.org kernel. Each new version is also a fork, which is why you can still get 2.0, 2.2, 2.4 as well as 2.6 - forks are part of the development model for the kernel, and are also part of many closed-source development models. Unless, of course, you completely stop all work on an existing product to produce a new version.

    5. Re:What a bunch... by Codename_V · · Score: 3, Insightful

      Even so, it seems to me that the main difference between the unix forking example and the Linux kernel is that the Linux kernel is open, and thanks to the gpl will remain open. Fork it all you want, but I still get the source code.

      --
      Free will is just an illusion
    6. Re:What a bunch... by mattyrobinson69 · · Score: 4, Interesting

      prehaps somebody should show them the xfree/xorg situation and how much that *helped*

    7. Re:What a bunch... by bonch · · Score: 5, Insightful

      Forks ARE bad things. The mantra of "choice" isn't applicable to every situation. Standardizing on a platform is difficult enough in the Linux world. Forking things whenever one of the devs feels wronged (usually how these things get started) just increases the confusion and non-interoperability between multiple platforms. It's one more to support and worry about.

      Desktop Linux has, for the most part, stagnated because KDE and GNOME won't merge into one mega-standard. Instead, we must continue to install both entire desktop environments just to comfortably run each other's apps. It's absolutely ridiculous the way the wheel gets reinvented several times over. If you're running GNOME, a KDE app, Mozilla Firefox, and OpenOffice, you've got at least four major libraries now sitting in your memory, all doing the same things but with different code, implementing their own GUI widgets. You're never going to have desktop standards that way.

    8. Re:What a bunch... by Naikrovek · · Score: 2, Insightful

      Yup. If I remember, forking XFree86 into X.org was the best thing that couuld have happened to X development. All recent distros worth mentioning now use X.org instead of XFree86.

      Forking isn't necessarily bad. Besides, everywhere I've ever worked uses a fork of unix.. Solaris, FreeBSD, HP-UX, AIX, all derive their origins from original UNIX forks.

    9. Re:What a bunch... by hal9000(jr) · · Score: 3, Insightful

      The thing is... they act like forks are bad things.

      For enterprises and organizations, yeah, forks are bad things. They take up time and resources to manage and maintain. What happens if an organization chooses the wrong fork for the base OS? That is a very tough call.

      The really only useful choices that I know of, and admitedly I am not too hip to all the distros out there, out there are the ones that offer true support and will survive the software cycle.

      Think of forking like windows upgrades. Both impart uncertainty about the future. Both require investigation about the best choice. Both carry risk. That is hard for an organization to simply move on. That is one of the reasons that Windows upgrades take so long some times.

      just a thought ...

    10. Re:What a bunch... by xoboots · · Score: 3, Insightful

      Besides, fundamentally, Windows 2003 is a fork of Windows XP which is a fork of Windows 2000 which is a fork of NT. During their anti-trust trial Mictosoft asked why they were being punsihed for competing vigorously. Competition, after all, yields better products, better efficiencies and more choice. Naturally, they never meant it: now they blatantly say that more choice is bad for customers.

      here's some fun: http://www.google.ca/search?q=define:alliance

      Of course, this is just the begining. This is a good sign that the powers that be are starting to shake in their boots. They will continue their volleys and increase the intensity and ferocity of their attacks as their empires crumble. Its actually kind of fun to see them twisting in the wind like this.

    11. Re:What a bunch... by imroy · · Score: 5, Informative

      The Linux kernel does have quite a few forks. They're just not big, seperate forks. Their work gets routinely folded back into Linus' fork. There's the personal forks like Alan Cox's -ac patch, Andrew Mortons' -mm patch, etc. Many architectures and sub-projects also maintain their own forks. So forks aren't bad on their own. Open Source licenses allow the different forks to share their work. It's just that the big commercial entities like to keep reminding people of the devastating Unix fork. To their commercial mindset it's the only type of fork they can imagine. And they're obviously trying to slow the commoditization of software through adoption of Open Source.

    12. Re:What a bunch... by Anonymous Coward · · Score: 3, Insightful
      Proprietary software dies much more than forked F/OSS software.

      Even when companies do well, they die.

      • Microsoft kills off it's most popular programming languages by "forking" it internally.
      • The WinNT fork is killing Win98 so my only windows machine is no longer supported. Debian stable is still around.
      • Oracle will kill peoplesoft. If it were open sourced forks could continue.
      • HPUX, Ultrix, etc will die; while HP's Linux will continue.
      They have the whole forking thing backwards. It's proprietary forks that die.
    13. Re:What a bunch... by Anonymous Coward · · Score: 0
      Oh look, Microsoft is in that bunch too, the internets surprise me daily.

      You must be someone who shouldn't be here at this time of a day.

    14. Re:What a bunch... by vadim_t · · Score: 5, Informative

      Nice way of completely missing the point.

      KDE and Gnome have nothing to do with forks. They're completely different things, independently developed, and which for the most part share no code. You can't just merge them because the architecture is different.

      Having several different libraries that implement widgets have nothing to do with forking. And at least Linux has only two big ones. I rarely use Windows anymore, but each time I do I'm amazed at the non-standard look of every damned application. I mean, for some bizarre reason every firewall, antivirus, IM program, office suite, etc. has to have its own widgets, and MS applications aren't an exception.

      A fork is a division in the development of a program. For instance, what happened with XFree. It was stagnating, so a group of developers decided to take the current tree, and work on it separately. Result is that we now have an actually active development in Xorg. I fail to see anything bad about it.

    15. Re:What a bunch... by ciroknight · · Score: 1

      Linux's Kernel is not likely to be forked mainly thanks to it's great management. Where plenty of projects get forked, its usually because a) the developers can't make up their minds on a certain way to implement on something, so they fork to try both ways, b) there are political differences within the faction of developers (GPL vs BSD, Portability vs Speed of Development, etc), and finally c) a fork is created to work on things outside of the realm of the original project.

      In the Kernel's management, a is taken care of by a vote or by a maintainer saying it's going to be one way, and not taking too hard an edge on it. We can already see "microforks" happening based on these decisions, like Redhat backporting features from the 2.6 kernel because they didn't like some of the choices going into 2.6.

      Luckly, b hasn't happened yet, where two groups are adamantly and dimetricly opposed on a topic, and will not budge. And c happens all the time, and is even encoraged (everyone is allowed to make their own "patches", which, if good enough, can eventually find their way back to the kernel.

      So forking can be a bad thing, especially in case b, where the developers fragment and a project breaks down, but in most cases, I agree with you that forking can be a good thing. It's all about the management!

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    16. Re:What a bunch... by Anonymous Coward · · Score: 0

      The poster is ripping off George Dubya. You should get out /read more.

    17. Re:What a bunch... by clausiam · · Score: 2, Insightful
      The thing is... they act like forks are bad things. Yes, projects can die from fork-deaths; on the other hand, forks can breathe new life into projects.

      For a large enterprise a fork IS a bad thing. So is a new version, a patch, an update, any change. If you have thousands of computers any change costs time and money. While upgrading and patching incurs the cost it is a "necessary evil", being on a flavor that die off and is being replaced (even if by something better) is very bad. It's a real risk and management in those kinds of organizations are (and should be) very risk-averse. This is definitely an area where MS has the upper hand and will have until there are heavyweight supported distros. That day is arriving, but until then, don't ignore the fact that this is a very real problem.

    18. Re:What a bunch... by Donny+Smith · · Score: 1

      > If I remember, forking XFree86 into X.org was the best thing that couuld have happened to X development.

      Why? It's the same shit, people just have to waste time to re-learn new tricks about configuration and troubleshooting.
      Before I ran XFree86 because that was the only way to use Firefox, now I run X.org for the same reason. I don't feel I'm better off in any way. It goes on my nerves, if anything.

      >everywhere I've ever worked uses a fork of unix..

      That's the whole point of their complaint - fragmentation.
      Instead of developing one version (as for Windows 2003 for example), vendors have to develop and support a myriad of UNIX flavors). Features of individual OS aside, which *approach* is more scalable, supportable and cheaper? Of course Microsoft's approach helps lower the costs and provide a better development platform.

      On Linux, even when you don't have to modify source code for different distros, you still must test and QA for each build which all contributes to higher expenses, lower supportability, etc.

    19. Re:What a bunch... by chris_mahan · · Score: 4, Insightful

      I have to agree. Everybody's little change is considered a fork. A real fork is when there's bad blood or differences in strategy between two groups, and one decides to 'rename' their project to be 'uberKool'.

      I personally think that forks are what makes FOSS nimble and trim.

      I can understand how those companies would not want that (my company is doing a project with EDS-- I won't comment!!!) since they live on bloat.

      I think the corporate motto of software development is "Write once, sell everywhere." And forks get in the way of that Almighty Directive.

      I say let them rot.

      --

      "Piter, too, is dead."

    20. Re:What a bunch... by bonch · · Score: 5, Interesting
      I never said KDE was a fork of GNOME or vice versa. I was just illustrating that having parallel platforms stagnates progress. The point is the same.

      Having several different libraries that implement widgets have nothing to do with forking. And at least Linux has only two big ones. I rarely use Windows anymore, but each time I do I'm amazed at the non-standard look of every damned application. I mean, for some bizarre reason every firewall, antivirus, IM program, office suite, etc. has to have its own widgets, and MS applications aren't an exception.


      That's true, but it's nowhere near how bad it is in Linux. If your only standard for comparison is the way Windows looks, desktop Linux is never going to improve. And regardless, the vast majority of Windows apps DO look the same and use native widgets, have buttons in the same place, have the same menu items, use the same keyboard shortcuts, and can copy-paste damn near anything between each other. The Linux offerings don't come close, because they won't standardize.
    21. Re:What a bunch... by BLAMM! · · Score: 1

      What happens if an organization chooses the wrong fork for the base OS?

      The same that happens if they choose the wrong OS period. Its a valid concern but its not localized to the set of Linux, it applies to the set of all OS's.

    22. Re:What a bunch... by ZephyrXero · · Score: 1

      X.org is better because it sees much more rapid updates, there is an elected comittee in charge of it now, and they are converting most of the code to modular components. As an end user, you should not see any difference anyway though.

      --
      "A truly wise man realizes he knows nothing."
    23. Re:What a bunch... by smittyoneeach · · Score: 1

      At times I wonder if the fragmentation of FOSS isn't deliberately fueled by private vendors in a 'business plan judo' move.

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    24. Re:What a bunch... by sjwt · · Score: 2, Insightful

      WE are talking about companys, rember some of these guys are still runing mainframs with the same software, hardware and even wetware they orignaly got 30+ years ago..

      They need to be know that in another 10 or 20 years there data, there programs, there userbase will still be able to do the 'same shit differnt day' day in and day out.

      They will need to be able to access at the lest 7 years of data at the drop of a hat, ever min wasted trying to track down a slight differnce or problem in a fork could cost them big bucks.

      As far as they see, forking is the worst thing that could happen, chose a dieing fork, and it coudl be game over.

      --
      You have 5 Moderator Points!
      Which Helpless Linux zealot/MS basher do you want to mod down today?
    25. Re:What a bunch... by Master+of+Transhuman · · Score: 4, Insightful

      "I was just illustrating that having parallel platforms stagnates progress."

      Uuhh, like Windows 9x and Windows NT?

      Bullshit when it applies to Linux. Having two highly competitive desktop platforms like GNOME and KDE results in both getting better faster.

      And it's nonsense to say that Linux programs don't usually use the same layout and menus. There's no significant difference between Windows and Linux in that regard. Some authors don't follow the standards, but most do. Certainly all the major applications do. And nit-picking one or two menu entries on some specific Linux program (which is no doubt your next tack) doesn't change that fact.

      Anybody switching from the Windows 2000 GUI to the XP GUI is going to have MAJOR problems with figuring out where everything is on the Start menu. Instead of having things in a clearly defined place, you have to read an entire panel of SENTENCES to figure out where what you want to do is located. Which is why MS allowed you to switch back to "classic view".

      Anybody who says Windows is easier to use than Linux is simply wrong.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    26. Re:What a bunch... by jacksonj04 · · Score: 1

      At the risk of being flamed for being pro-MS here - Server 2003 is a fork of Server 2000. The XP Root (Windows 2003) is the nevt version up from Windows 2000. Which was a version up from NT4.

      The 9x/me vs. NT/2000 were forks back in the dim and distant past, now everything follows one line and is quite clearly versioned.

      The plan was to bring everything to one root with Windows XP (Successfully), now MS has a clear 'base' to fork off the different standards. Saying Windows XP is a fork of Windows 2000 is like saying Windows 98 was a fork of Windows 95 - it's not, it's the next release version.

      Anyway.

      Personally I'm all in favour of choice so long as it applies something which thus far has eluded the vast majority of OSS - standards. If you need the standard changing to add your new feature, appeal to the standards group instead of adding it with some arcane switch and including a small release note on it.

      --
      How many people can read hex if only you and dead people can read hex?
    27. Re:What a bunch... by iplayfast · · Score: 1

      Xorg now has windows transparancies, is much more stable, and is being actively developed to include many new and useful things. For example, my ATI system works great using xorg, didn't work at all with xfree.

      That's why.

    28. Re:What a bunch... by Atzanteol · · Score: 1

      You were personally put out by the Xorg fork? How? I find this difficult to believe. The Xorg folks are finally going to carry the X11 ball further, and with a more open process. This is a *wonderful* thing.

      Fragmentation... Like DOS->WinNT? Like WinNT->WinXP? Etc.?

      If people like these myopic morons and yourself ran things, we'd never see progress. Change is generally *good*. Deciding to do things the same simply to avoid change is typically *bad*.

      Some forks fail, that is true. But how would you know they would fail until you try?

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    29. Re:What a bunch... by DunbarTheInept · · Score: 0


      the vast majority of Windows apps DO look the same

      No. The vast majority of Windows apps are games. And they have very unique interfaces. (That always shoots a hole in the whole "We have to have the same interface or users will hate using the software" argument - entertaining games each have a custom interface and people still seem to like them anyway.) Now, the "you waste less memory if everyone shares the same widget library" argument is still true, though - but of lesser importance.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    30. Re:What a bunch... by Anonymous Coward · · Score: 0

      If you're running GNOME, a KDE app, Mozilla Firefox, and OpenOffice, you've got at least four major libraries now sitting in your memory, all doing the same things but with different code, implementing their own GUI widgets.

      And? If they all work okay then what's the problem? Disk space? Memory?

    31. Re:What a bunch... by soops1966 · · Score: 1

      Desktop Linux has, for the most part, stagnated because KDE and GNOME won't merge into one mega-standard.

      I don't want a mega standard, I use Linux because I can change, I change everything about my set-up and not be answerable to anyone. I love to ring the changes - I regularly use IceWM, Window Maker and KDE and I can't stand Gnome - though I've no idea why, probably 'cos I can't change it very much. Anyway, the point is I love the flexibility and diversity that Linux gives, take that away and you take away peoples freedom of choice. And that my friend is a very bad thing.

    32. Re:What a bunch... by DunbarTheInept · · Score: 1

      With Xorg you wait less time before getting support for new graphics cards than with Xree86. Whatever they did to their internal development model, it made it so that it is updatable at a faster rate.

      And don't use MS as an example of non-forking. 95.98,NT,2000,Me,XP - are a big convoluted forking tree.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    33. Re:What a bunch... by Anonymous Coward · · Score: 0

      Im sorry to disagree but most windows apps arent GAMES, if you were to say 50/50 I might of let you pass "even though i think thats not the right porportion". Maybe if you were to say that since around the release of Windows XP "Not that I'm saying it started or was because of XP" that programs have started useing cool I COULD CARE LESS WOW YOU TILL YOUR BLIND gui's, then that would of been a valid point.

      Either way I still have to say a vast majority of windows apps DO look the same in button and window layout.

    34. Re:What a bunch... by Anonymous Coward · · Score: 1, Funny
      I don't understand the *'s around helped. Is your intention sarcasm? Do you postulate that forking xfree86 was bad? If so, someone should prehaps (sic) show them that. It feels like your intention is to attack the study by illustrating that the xorg fork did help, but in that case, *'s around a word aren't necessary at all. The only punctuation you might want to use is an exclamation point!

      By way of illustration, here are two less confusing ways to make either point:

      Somebody should show them the xfree/xorg situation, wherein forking drastically improved the software

      or

      Like the Xfree/Xorg situation. That *helped*... NOT!!!

    35. Re:What a bunch... by G-Licious! · · Score: 1

      I'd call those branches.

    36. Re:What a bunch... by leerpm · · Score: 1

      Wrong. The vast majority of software written for the Windows platform is business applications, both shrinkwrap and internal. If you take a random sampling of 100 developers, you will find that most are employed by a non-technology focused business that use software to make their particular business run more efficiently.

    37. Re:What a bunch... by pqdave · · Score: 1

      There will be something called Windows for the forseeable future, but there is little certainty that it will run current apps and/or current hardware, and it's almost certain that at some point you'll have to make the jump to avoid an exploit that won't be fixed in your current version. I've got an NT4 server like that--Vendor never updated the app to 2000/2003, and refuses to, unless we finance the development (at a silly price tag), then they will sell the results to us and our competitors.

    38. Re:What a bunch... by Anonymous Coward · · Score: 0

      um you have no clue do you?

      users dont give a shit if things look different, they dont care if its a java interface, most dont even notice.

      kind of like how windows 3.1-xp all look exactly the same...

      oh wait. users put up with different look and feel throughout those years didnt they.

    39. Re:What a bunch... by Anonymous Coward · · Score: 1
      Instead, we must continue to install both entire desktop environments just to comfortably run each other's apps.

      Is this an intentional lie, or just blind ignorance?

    40. Re:What a bunch... by spockman · · Score: 0, Redundant

      Anybody switching from the Windows 2000 GUI to the XP GUI is going to have MAJOR problems with figuring out where everything is on the Start menu. Instead of having things in a clearly defined place, you have to read an entire panel of SENTENCES to figure out where what you want to do is located. Which is why MS allowed you to switch back to "classic view". Have you tried the simple "Switch to Classic" view in XP, hmmm looks and functions just like 2000.

    41. Re:What a bunch... by oconnorcjo · · Score: 1
      They're just not big, seperate forks. Their work gets routinely folded back into Linus' fork. There's the personal forks like Alan Cox's -ac patch, Andrew Mortons' -mm patch, etc. Many architectures and sub-projects also maintain their own forks

      I have seen this spoken several times now and it is sophistry. Those are not forks as defined in the article nor is it the normal meaning of forking something. A "fork" is defined as a change in fundamental direction of the project by which there can be no reconsiliation(sp?).

      What you are describing is a "branch" or "subtree" or "normal development".

      The article was poor BS that did not even get proper terminology correct but as far a forks, they used the right meaning while you are BS'ing (as well as other slashdotters spouting the same nonsense)

      --
      I miss the Karma Whores.
    42. Re:What a bunch... by DunbarTheInept · · Score: 1

      Instead of taking a random sample of 100 developers, take a random sample of 100 Windows users, and ask what software they installed over the last 2 years. The "vast majority of software" means that 100 installs of one program counts just as much as 1 install each of 100 different programs.

      I do concede that the majority of unique software packages are not games, if you don't weigh it by number of installs.

      In terms of what the user experiences, and even more importantly, in terms of what drives people to choose one OS over another, games availability is a huge factor. And they clearly have voted with their wallets to say that they don't really give a crap about user interface uniformity.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    43. Re:What a bunch... by NanoGator · · Score: 5, Insightful
      "That's true, but it's nowhere near how bad it is in Linux. If your only standard for comparison is the way Windows looks, desktop Linux is never going to improve. And regardless, the vast majority of Windows apps DO look the same and use native widgets, have buttons in the same place, have the same menu items, use the same keyboard shortcuts, and can copy-paste damn near anything between each other. The Linux offerings don't come close, because they won't standardize."


      Just to add to this point: Windows users such as myself are spoiled because of this. I've tried to adopt Linux a couple of times, but these very problems that were mentioned made me throw my arms up in defeat. It really is hard to switch to Linux when a.) It's an uphill battle all the way and b.) Windows has actually achieved a decent computing experience. (If you're shaking your head, make a BSOD comment and watch how quickly you're corrected.)

      Feel free to dismiss me as a newb or a dumb-shit or whatever. I have no problem with that. I didn't put hours and hours into Linux. Niether will a lot of 'desktop' people that Linux is going after. This is why I'm so critical of having to edit .CONF files etc.

      I do want to mention something, though: Knoppix is headed in the right direction. I used it about a year ago and was stunned that a.) it auto-detected everything just fine, b.) I had no problem finding what I needed, c.) It more or less behaved like Windows. I wish I could be more specific, but it was the first time that I ever used Linux and didn't feel like I was lugging around a ball and chain. So I don't want to sound like Linux will never improve, obviously it is. I just hope one day a little more thought in the direction of "Microsoft's already trained 10s of millions of peoples how to use a computer..." happens.
      --
      "Derp de derp."
    44. Re:What a bunch... by drakaan · · Score: 2, Informative

      Are you really that unfamiliar with different ways to quote words? Here are a couple of common ones that apply in this instance. I will show them to you so you don't get confused again.

      *word* is equivalent to word. On a system with no facility to produce fonts of differing weights, quoting the word with asterisks shows emphasis in place of what would otherwise be bold text.

      'word' is equivalent to <sarcasm>word</sarcasm>. In a conversation where facial expressions and inflection are not available, the <sarcasm> tag or single quotes are often used to convey a sarcastic tone.

      </rant>

      Now you should be able to differentiate between the two. Next!

      --
      "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
    45. Re:What a bunch... by FireFury03 · · Score: 2, Informative

      I was just illustrating that having parallel platforms stagnates progress.

      Rubbish - choice is a Good Thing. I like being able to choose my Window manager and have the WM's developers make all the decisions for me. I was using Gnome for a while (I find KDE completely unintuitive) and I got sick of the way the Gnome project was heading so I switched to Enlightenment and am very happy - you can't do that under Windows which it's single shell (yes, I know there are 3rd party shells available for windows but if you bring them into it then you just destroyed your own arguement).

      Note: I have no objection to people using Gnome / KDE / whatever they like - if it works for you, fine, but taking away the user's choice under the false claim that choice causes stagnation is rubbish.

      I'm sure you can explain how the lack of choice in web browsers has prevented the stagnation in Internet Explorer can't you?

      and can copy-paste damn near anything between each other

      I have had no problems with copy and paste under X for years. Windows and the various WMs under X are _different_ - this doesn't make Windows _better_. I've not used Windows seriously since Win98 and every time I have to do something with Windows I realise just how much easier and more intuitive Linux is.

    46. Re:What a bunch... by FireFury03 · · Score: 3, Insightful

      Anybody switching from the Windows 2000 GUI to the XP GUI is going to have MAJOR problems with figuring out where everything is on the Start menu.

      Yep, I can vouch for that - I recently had to set up an XP machine (the last version of windows I touched was 2000 and the last version I seriously used was 98). It caused quite a lot of frustration trying to work out how the hell to add shortcuts to the top level start menu whereas in Win2000/98 you just right clicked and added a shortcut. XP is now down in my book as completely unintuitive - Linux is much easier and less frustrating to use.

    47. Re:What a bunch... by Cruez · · Score: 1

      Fork you, Agility Alliance...

    48. Re:What a bunch... by bcmm · · Score: 2, Interesting

      Xorg is great.
      Before the fork there was very little new stuff being added to X, and now we have cool stuff like translucency, etc.
      (BTW anyone know when KDE 3.4 (which takes advantage of translucency and dropshadows) will be released? I thought it was scheduled for today.)

      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    49. Re:What a bunch... by stephenisu · · Score: 1

      But they think they are The Shit.

      --
      Sigs? We don't need no stinking sigs!
    50. Re:What a bunch... by vadim_t · · Score: 1

      I don't see how would it stagnate anything. On the contrary, we get two competing versions, where each can make its own design choices. Neither Gnome not KDE have full control of everything. If one of them doesn't want something, the other one might accept it.

      And nowhere near as bad? Here on my laptop I have exactly one look: KDE. Very infrequently I use a lone Gnome app. That's very far from the mess I often see on Windows. Please try at least some of the following: Winamp, Sonique, AdAware, ZoneAlarm, any antivirus, Trillian, MSN, Norton Utilities.

      Let's take a look at these programs:
      Winamp
      Sonique
      AdAware
      ZoneAlarm
      Panda Antivirus
      Trillian: Norton Utilities
      MS Office 2003

      Let's see... Winamp and Sonique are completely non-standard, and aren't even used the same way. AdAware has its own pretty widgets. ZoneAlarm has its own non-standard looking interface. Every antivirus I've seen at least paints lots of bitmaps everywhere. And even MS Office has menus that aren't found anywhere else.

      Where's the consistency? Every Windows desktop I see these days is full of stuff like the above. And every Linux desktop I see is 99% KDE or 99% Gnome, with once in a while some lone app from the other environment.

    51. Re:What a bunch... by cayenne8 · · Score: 5, Interesting
      " Oh look, Microsoft is in that bunch too, the internets surprise me daily."

      Hmm...actually, out of all of the groups.companies listed up there...I'd almost have to say EDS This stupid &$*#(# NMCI system they have burdened the Navy with cannot be described any nicer than as a royal 'clusterfuck'...horrible network connectivity...using windows, no good apps for admins to connect and admin to their machines...so slow, and restrictive. I mean, sure, it might be ok for a secretary to use just to do some word docs and powerpoint presentations, but, for people that need to code or so serious admin work...TOTALLY useless.

      And that is ONLY the functionality issues...they way they fuck the govt. out of money by what they charge is outrageous...not to mention the red tape involved just to get a simple request fulfilled.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    52. Re:What a bunch... by Grayputer · · Score: 1

      Like you said, nice way of missing the point. Gnome and KDE do CAUSE forking. Let's say I'm writing a Linux desktop app, which do I code for? Answer I fork my code and code for both (or give up some large percentage of my 'market'). You seem concerned about forking from a user perspective, try looking at it from a developer perspective.

      I can code to basic Win32, runs on Win 2000, Win XP, Win 2003 server, even Win ME and Win 98 in some cases. Pick a Linux desktop, fork your code in most cases. THAT'S one of the main reasons Linux is losing the desktop war, instead of developing 2 applications, Linux developers get to develop one app 2 times (or 3 or 4 or 'how many desktop models do you support' times). A bit hard to catch up that way, especially given that Windows had a head start in the desktop applications department to begin with.

      Yes, there are ways to mitigate the issue, yes there are toolkits that sit on top of multiple desktops, yes it is not REALLY 2 times the total effort. But it is either more work (code directly to both), or envolves a trade off in control or performance (use a 'common toolkit layer' as the desktop API or go to X as the API).

    53. Re:What a bunch... by stevesliva · · Score: 4, Insightful
      which is why you can still get 2.0, 2.2, 2.4 as well as 2.6
      Which is nice, because you're not forced to die or upgrade when some beancounter decides it's time to stop supporting security patches for NT or IOS or Solaris 2 or whatever.

      Here where I work, we're moving from one set of tools and database to something newer. The question arose, "But how will we look at old data 15 years from now?" (A valid concern in patent defense.) The answer, "The tools have been ported to Linux, right?" Done and done.

      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
    54. Re:What a bunch... by FireFury03 · · Score: 1

      The Linux kernel does have quite a few forks. They're just not big, seperate forks. Their work gets routinely folded back into Linus' fork. There's the personal forks like Alan Cox's -ac patch, Andrew Mortons' -mm patch, etc.

      What's more, the average user doesn't know or care about the forks - they use whatever Red Hat / SUSE / Debian / Whoever gives them.. But forks allow those of us who are clueful enough to look at another fork and grab a feature we really need.

      Under the "forkless" windows, if you need something that's not in the software as standard you're basically screwed. Under Linux you can look around for the feature you're after in another fork and switch to that fork or quickly port that feature back into the main line kernel. And coz of it's open nature, under Linux you can write (or emply someone to write) the feature you need yourself, which is something you can never do under windows if the code you need to fix is buried deep in the kernel.

    55. Re:What a bunch... by oliverthered · · Score: 1

      And regardless, the vast majority of Windows apps DO look the same and use native widget.

      Which two versions of Microsoft Office would this be?
      do Realplayer, Windows Media player and Quck dime look the same?

      etc.....
      Most windows applications, even different office products in the same suite have different menus with different structures and try using ctrl+insert to copy and you'll soon find out how many non-native widgets are used in windows.

      If you think the majority of Windows applications use standard toolkits and interfaces then I can only assume your application base consists of hello world examples written in VB6.

      --
      thank God the internet isn't a human right.
    56. Re:What a bunch... by Robocoastie · · Score: 2, Interesting

      >>It's absolutely ridiculous the way the wheel gets reinvented several times over. If you're running GNOME, a KDE app, Mozilla Firefox, and OpenOffice, you've got at least four major libraries now sitting in your memory, all doing the same things but with different code, implementing their own GUI widgets. You're never going to have desktop standards that way. As others said, those aren't forks. Your example anyway is irrelevent to corporations because they don't have to have a full fledged bloated Linux like that. Corporations' computers are skulpted by the IT departments who install what is needed and nothing more.

    57. Re:What a bunch... by illumina+us · · Score: 1

      Windows is easier to use. I can't use any distro of Linux and install programs the same way. Under Windows, most programs just run a setup.exe or install.exe (sometimes replace exe with msi) and the program installs for you. Sure Red Hat has it's RPMs and Debian has the apt-get system. However, in no way will this carry over to other distros. Linux is still very user hostile over all. There is no easy way to setup users and permissions or anything like that unless you RTFM. Most people simply don't want to RTFM =/

      --
      -illumina+us "I put on my robe and wizard hat..."
    58. Re:What a bunch... by jdgeorge · · Score: 1
      The vast majority of software written for the Windows platform is business applications, both shrinkwrap and internal.

      These assertions about the proportions of shrinkwrapped software titles written for MS Windows that are is entertainment, business plications, or other are based on pure speculation, not an accounting of available software.

      Unfortunately, a quick search on Google did not reveal an obvious source for an answer to this question "what percentage of Windows software is entertainment, compared to business applications and personal productivity?"

      A similar 2002 study for PDA software is cited here: http://www.palmsource.com/press/2002/041902.html In this study, games were the largest percentage of titles sold, at 38.7%. Obviously, this is not necessarily reflective of the PC software industry, but it is interesting.

      Does anybody know of a study with actual answers to this for Windows software?

    59. Re:What a bunch... by bcmm · · Score: 1
      Why? It's the same shit,
      Window translucency!
      people just have to waste time to re-learn new tricks about configuration and troubleshooting.
      Hello? WTF?

      You had trouble moving from xfree to xorg? Maybe I can help:
      # cp /etc/X11/XF86Config /etc/X11/xorg.conf
      I don't think you have really used both, or even one of them.
      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    60. Re:What a bunch... by ducomputergeek · · Score: 1
      We switched away from Linux to Apple for our major applications. I work at a 3D Graphics studio and three years ago we seriously considered switching our last SGI Irix boxes to Linux to run our applications. Then people got into the "Well which distro do we run?" debate. Red Hat was the leader and Maya had just released a version for the Linux platform. However, we already had several debian boxes around, and others used SuSE at home.

      There there was a couple of us that were BSD users and suggested switching to OS X. Then we had one Unix-based platform that could run lightwave or Maya, MS Office, Photoshop, and we already did 90%+ of our editing in Final Cut Pro. Even though Apple is expensive on the front end, every machine but three are now Macintosh including our server farm and SAN.

      Granted, we are not "enterprise computing", but we use a lot of horse power. Having one standard platform for everything has saved us a lot of money because now we only three full time techs on staff instead of eight, and generally everything talks to each other without any problems. Extremely important when we can tap into every machine on the network for rendering tasks.

      The very fact that Linux had so many forks and didn't have a centralized version caused it to loose out in our business.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    61. Re:What a bunch... by cyberwiz01 · · Score: 0

      I think Apple has the right idea here. They define a standard as with the GUI and the way things should work. and developers comply. As a result an extremely usable and efficient work environment is created. Once something new comes along, dump the old. Windows is so bloated as a result of trying to make everything backwards compatible, and Linux is a standards nightmare. Even getting something as simple as a video card working is a lot more effort than it should be. Just my 1.5 cents.

    62. Re:What a bunch... by Cyn · · Score: 1

      Actually - the majority of windows applications have been changing their interfaces in an effort to differentiate themselves from competitors/etc. - everyone's trying to make that next neat custom interface with images and icons and hovering and sliding and blah blah hidden confusing cruft.

      In stark contrast, you're getting more and more cohesion on the X side of things, more developers using GTK2 and the likes and getting nice clean interfaces that they like just fine.

      Which is better? Depends on the application, but in general - the cohesion.

      --
      cyn, free software and *nix operating systems enthusiast.
    63. Re:What a bunch... by FireFury03 · · Score: 1

      For a large enterprise a fork IS a bad thing. So is a new version, a patch, an update, any change. If you have thousands of computers any change costs time and money.

      That very much depends on what you're doing with it - if your large enterprise requires a feature that is produced *because* of the fork then it is beneficial. e.g. one group of developers want to take a project one way, the other want to take it another way - one of those ways has the features you need. Take a closed solution where there would be a management decision to (not) do something rather thean fork and you can see that under the forked solution you get the feature you're after, after some effort to migrate to the branch with that feature in whereas under the closed solution you'd just never get that feature since someone somewhere took a mangement decision to block it.

      This is definitely an area where MS has the upper hand and will have until there are heavyweight supported distros.

      Definately not - MS will make a decision not to implement something because of business or political reasons whereas a FOSS solution will often implement something *because someone needs it* even if it results in a fork. This obviously means that the MS software is nowhere near as capable. No point in having a really stable environment if it doesn't do what you need it for.

    64. Re:What a bunch... by mattyrobinson69 · · Score: 1

      im using the release candidate, which seems to be fine (except an occasional crash of kopete).

      The translucency is great in kde 3.4, the nasty hack for konsole transparancy isn't needed any more.

      the transparancy isn't crash free though, im going to hold off using it for a while, dispite its prettyness.

    65. Re:What a bunch... by Anonymous Coward · · Score: 0

      every time I have to do something with Windows I realise just how much easier and more intuitive Linux is.

      "intuitive"? You have *got* to be kidding. It's very easy switching between OOo and Gimp? You can intuitively switch between those menuing systems... yeah...

      Just like almost anything, choice is double edged. Yes, choice is nice because you can customize your desktop. Yet, that customization, while it may make you more efficient on your own account, will sometimes make you completely and helplessly lost on someone else's. You've customized your WM, I've customized mine. I ask you how to do something, you say "just do this", which has absolutely no correlation to how I've been doing things. Standard configurations are pretty nice in many regards.

      Example: I have friends who customize their keyboard mappings for games like Doom, etc. They see me do something, they say "how do you do that?" I say, press the $X key. Well... theirs remapped to something else so they say that didn't work. I tell them that I have no clue for them then and go on about my gaming, leaving them to mess around for a while trying to figure out how to do what they saw me do.

      Similarly, I've had many programs on Linux that *required* some library or the other to be installed. Well... if I didn't have it installed, now I've got to go through dependency hell making sure that version is installed and everything else it depends on (including potentially upgrading or downgrading packages that I already have installed) which may break other things I have installed. It's gotten better but I still see this happen too much.

    66. Re:What a bunch... by jejones · · Score: 1

      I was just illustrating that having parallel platforms stagnates progress.

      So, if AMD gave up, we'd all be better off?

      Lack of competition is what stagnates progress.

    67. Re:What a bunch... by starnix · · Score: 1

      If you're running GNOME, a KDE app, Mozilla Firefox, and OpenOffice, you've got at least four major libraries now sitting in your memory, all doing the same things but with different code, implementing their own GUI widgets. And... If you are running Windows 2000, Office XP, Opera and Anything written with C# and .Net, you've got at least four major libraries now sitting in your memory, all doing the same things but with different code, implementing their own GUI widgets.

    68. Re:What a bunch... by FictionPimp · · Score: 1

      news flash, I can use QT based apps in gnome. Hell, you could write for wxwidgits. Its not really different than windows. Some windows apps use gtk, some use wxwidgits, some use their own stuff. Very few apps look the same.

    69. Re:What a bunch... by vadim_t · · Score: 1

      A fork is when a person or a group takes a source tree and starts doing development independently on it. For instance, Xorg vs XFree. As it says, it's got nothing to do with development branches.

      Now, the issue of different toolkits does exist of course, and yes, it does take some difficulty to support both. But:

      1. That has absolutely nothing to do with forking
      2. Nothing prevents a Gnome app running on KDE
      3. Lots of apps are simply interfaces to command line tools anyway.

      And sure there is some duplication of effort, but it's not like this is somehow unique to Linux. Windows has plenty apps with different looks and the same funcion. For instance, Outlook Express, Thunderbird, Eudora.

    70. Re:What a bunch... by Cougem · · Score: 1

      'parallel platforms stagnates progress'

      Surely it infact promotes competitiveness, natural selection and all that, stopping stagnation? The rivalry between KDE and Gnome I'm sure drives the two parties to out-do each other, more than it creates compatibility problems.

    71. Re:What a bunch... by Anonymous Coward · · Score: 1, Funny

      On the other hand, i'm sittng on a machine running gaim, firefox, filezilla, zone alarm, and a few other projects on windows that all use their own widgits. I guess windows will never take off.

    72. Re:What a bunch... by Anonymous Coward · · Score: 0

      And under Linux most programs are ./configure;make;make install

    73. Re:What a bunch... by tsarin · · Score: 2, Insightful
      If you're running GNOME, a KDE app, Mozilla Firefox, and OpenOffice, you've got at least four major libraries now sitting in your memory, all doing the same things but with different code, implementing their own GUI widgets.

      And when I used Windows, between Office, Visual Studio, Internet Explorer and plain ol' Windows, I had four different implementations of most of the common controls, too, "all doing the same things but with different code, implementing their own GUI widgets".

      And that's from one bloody vendor.

      Your point?

    74. Re:What a bunch... by Anonymous Coward · · Score: 1, Informative
      'word' is equivalent to <sarcasm>word</sarcasm>
      Wow, that's so informative. ;)
    75. Re:What a bunch... by vadim_t · · Score: 1

      And yet again, I fail to see the problem.

      You were able to make a choice between Irix, Linux and OS X. But somehow it's impossible to choose one from Red Hat, SuSE and Debian?

      I'd say just pick whatever works best. In a company that would probably be Red Hat since I can't think of any commercial applications that aren't available for it.

      Sure somebody might have preferred Debian, but I bet somebody liked Irix, or even Windows as well. You've got to standarize on something.

      Then, from the sounds of it, OS X gives you the greatest application availability. So yet again I fail to see a problem. You just picked whatever fit you best.

    76. Re:What a bunch... by Klivian · · Score: 2, Funny

      >Have you tried the simple "Switch to Classic" view in XP
      You have to find it first tho.......

    77. Re:What a bunch... by Anonymous Coward · · Score: 1, Interesting
      Windows is easier to use.

      Bull. You're just trolling, and I think you know it.

      I can't use any distro of Linux and install programs the same way. Under Windows, most programs just run a setup.exe or install.exe (sometimes replace exe with msi) and the program installs for you. Sure Red Hat has it's RPMs and Debian has the apt-get system. However, in no way will this carry over to other distros.

      Oh, pish posh. I run two different distros (Debian at work and Mandrake at home). Both have start-menu-based software installation programs that make downloading and installing software nearly trivial. I don't think MS Windows could possibly make it easier, but in any case you have left out the "go to the store and fork over $29.95" portion of software installation (not to mention the spam-the-desktop or anti-user "security" parts you still see in MS Windows). Linux is a joy to work with.

      Linux is still very user hostile over all. There is no easy way to setup users and permissions or anything like that unless you RTFM.

      Oh, come on! I've always done this by hand (and, yes, I do RTFM), but I tried my start menu. I clicked on "System Tools" then "Users and Groups" and ended up with a simple "Add User" button staring me in the face. Of course, I had a user set up automatically when I installed, but that shouldn't stop a good slander, should it?

      Most people simply don't want to RTFM =/

      Whatever. If people want to use Linux, it's there, and it's really easy. No real RTFM-ing required anymore. Anyone who can't figure out how to do simple things in Linux probably has no real business administering a machine connected to the internet, especially an MS Windows box. But I guess that's the "easy" way...

    78. Re:What a bunch... by Anonymous Coward · · Score: 1, Insightful

      I think some may be misunderstanding what seems pretty obvious what meant by "fork". They aren't talking about new versions or little side projects that will eventually roll into Linus kernal.

      I'm pretty sure what they mean is what used to be knows as "Unixification" and now they are expecting there could well be "Linuxification".

      This link describes it very well
      http://www.ranum.com/editorials/divide-conqu er/

      But the main point is Linux can be the best OS in the world (like Unix was), but as Linux vendors need to de-commoditize there product they will most likely need to "add-on" functionality to set them apart. Once this begins, its IBM, SUN, etc all over again. Great products, but if the same applications cannot flawlessly run across all platforms (without a major headache).

      Then linux is done in the business place. Software developers will stop writing any applications for it because each flavor of linux requires different code and the economy of scale just isn't there. This is what happened to unix and there is certainly reason to worry this could happen to linux.

      MS doesn't have to do anything. Just sit back and watch the Linux community canabolize itself.

    79. Re:What a bunch... by IamTheRealMike · · Score: 1
      No no no, that is clearly wrong.

      The clear trend lately has been more integration not less. You can copy and paste rich text between AbiWord, Gaim and the Gimp. "Foreign" applications like Firefox and OpenOffice have been integrated with the GTK+ theming system so they look native, and they become more accurate with every passing month.

      Meanwhile, did you ever notice that Office, Internet Explorer, Visual Studio and Encarta all use their own widgets? In fact, writing your own widget toolkit is a recommended technique according to some engineers working on Windows at Microsoft.

      Really, I'm afraid your information is about 6-12 months out of date, and in Linux-years that's an awful long time.

    80. Re:What a bunch... by xoboots · · Score: 1

      No its a fork. They continue to develop and support both versions and both continue in different directions. Just because it is all internal and not from competing vendors doesn't mean it is not a fork.

    81. Re:What a bunch... by Aeiri · · Score: 1

      Even if you did (I use probably 50/50 QT/GTK stuff), you could use the GTK-QT Theme Engine to make it look ALL the same.

    82. Re:What a bunch... by Anonymous Coward · · Score: 0

      I don't know what version of Windows you have been using, but Windows XP and Office 2003 are VERY similar in appearance. If you are running the latest applications from MS then you generally have the same toolbars and functionality across all the apps. Granted, non-microsoft apps are another thing altogether. But if you look at ePO (ePolicy Orchestrator from McAfee), it uses the MMC - so it is EXACTLY like any other microsoft product in its interface. The other excellent feature of MS is the fact that any given action has the same general impact (right click brings up a menu of choices - similar across most to all applications meant to work with Windows XP)... I am not saying MS is perfect, but your assessment, in my opinion, isn't based in solid fact either. You need to update your data.

    83. Re:What a bunch... by Anonymous Coward · · Score: 3, Funny

      "Oh look, Microsoft is in that bunch too"

      And SCO reportedly went insane trying to decide whether or not to join.

    84. Re:What a bunch... by ajs · · Score: 1

      "Forks ARE bad things."

      No, they're not. Xorg, egcs, the Linux kernel, and dozens of other projects that have had healthy forks demonstrate this.

      "The mantra of "choice" isn't applicable to every situation."

      Yeah, it is.

      "Standardizing on a platform is difficult enough in the Linux world. Forking things whenever one of the devs feels wronged (usually how these things get started) just increases the confusion and non-interoperability between multiple platforms."

      Such actions do not touch end-users and are ignorable to them, and by end-user, I mean anyone installing and using a distribution.

      Unless, as an end-user you're going out on the Net searching for CVS repositories to download from, you don't care. If you are doing that... then, well, you're dipping your hand into a bag and getting whatever comes out. Might be something nice, but I don't recommend it.

      When I install Fedora or SuSE or Mandrake or what-have-you, I don't care about what project management looks like, I care that when I click a button it does what I want.

      Distribution maintainers take on the JOB of managing their software mix and the interaction between them and a given project. It's work, and it's HARD WORK, but the good news is that it's work that pays off richly as demonstrated by the many quality products that are, at their heart, a Linux distribution from RHEL to TiVo, it's all Linux Inside.

    85. Re:What a bunch... by bcmm · · Score: 1

      Yes, I am using xcompmgr now (KDE's new code is based on it, but it doesn't integrate with KDE 3.3 much).I don't always use it because it is buggy, but it does cool things like fading in new windows.
      Any idea when the official stable 3.4 comes out?

      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    86. Re:What a bunch... by lilo_booter · · Score: 1

      I was just illustrating that having parallel platforms stagnates progress.

      This is a completely false and ludicrous statement. In fact, the converse is true - having a single dominant platform stagnates progress. Did you see many improvements in Internet Explorer recently? Nope, not until some serious competion arrived was that even considered...

      I don't buy this single platform philosophy - competition is good. Be it windows versus linux, office versus open office, internet explorer versus firefox, nero versus k3b, gtk versus qt, vi versus emacs, grub versus lilo, gaim versus kopete, mplayer versus xine.. the list is endless, and I haven't even mentioned the other contenders involved in these categories. The result is the same - they all compete against each other, they each get better, and ultimately, the distributors (AND end user) get to choose what suits their needs...

    87. Re:What a bunch... by laplandsix · · Score: 0

      Man, how many flavors of windows are there? It'll take a couple of hands to add them all up....

      Lesseee there's XP Home, XP Pro, XP Tablet, XP Media Edition, Professional x64 edition, Server 2003, Server 2003 Small Business server, Server 2003 Advanced Data Center edition, and on and on and on. Pot, kettle, black?

      --
      Free The Lapland Six!!!
      http://www.whatiwore.com
      What I wore, now with 100% more pool project!
    88. Re:What a bunch... by mattyrobinson69 · · Score: 1

      just use kompmgr - its kde's fork of xcompmgr, more stable and more features apparently

    89. Re:What a bunch... by jedidiah · · Score: 2, Insightful

      You just contradicted yourself.

      Someone who is still computing with a setup unchanged since the stone age is not going to give a damn if something forks. They already have their stable configuration and they're going to keep it.

      What such organizations worry about is SUPPORT. Can they get a company to continue to support their configuration throughout time eternal or can they do it on their own by having access to the sourcecode.

      Linux quite adequately handles the solution to the "old mainframe problem". It's the latter solution.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    90. Re:What a bunch... by Anonymous Coward · · Score: 1, Informative

      I work for EDS (hence the anonymous post). Have you had to deal with a customer who changes requirements on a whim and then proceeds to threaten you with severe penalties if the system will be late? The net result is poorly tested systems that generally don't work.

    91. Re:What a bunch... by Anonymous Coward · · Score: 0

      Which is completely straightforward and there's no way any new user will ever be confused by this process, ever.

    92. Re:What a bunch... by morcego · · Score: 3, Insightful

      Not only Microsoft is there, but Sun too.

      Now, I'm really surprised to find those two on the same boat. Despite that, does anyone think their reaction toward Linux would be any different ?

      Both Microsoft and Sun are fighting deadly battles against Linux. They intent to take no prisioners.

      On second thought, I'm not surprised. If there is anything that would unite Microsoft and Sun, that would be fighting Linux.

      Also note they are created EDS to fight, among others, IBM. IBM is a heavy Linux supported and, by attacking Linux, they are also attacking the services IBM is selling.

      Don't expect to see any changes on that quarter.

      --
      morcego
    93. Re:What a bunch... by happyfrogcow · · Score: 1

      I do want to mention something, though: Knoppix is headed in the right direction. I used it about a year ago and was stunned that a.) it auto-detected everything just fine, b.) I had no problem finding what I needed, c.) It more or less behaved like Windows.

      Hey you just made a good point. Use what you like. If you like MS-Windows, use it. if you don't like Linux, don't use it. Knoppix is heading in the right direction for you. Maybe not for me, nor for a device driver hacker, nor for server needs, however. But for you it is.

      The same applies to forking. Develop the features you want if you need them. The "owner" of the app may not want or need them, so they aren't developed. Forking can be good.

    94. Re:What a bunch... by DougJohnson · · Score: 3, Interesting
      2 things
      1) you're right
      2) you're wasting your time posting it here

      All of the responses here are "it's good for me" but that doesn't count for a whole lot when someone is writing a report on whether or not it's useable for a corporation.

      Particularly in the space of something like Gnome vs. KDE it's absolutely mind boggling that there is no re-merging or picking of the "best" one. The big vendors need to get together and just choose one (a la XOrg/XF86)

      That is definitely one example of where incompatibilities generated by choice become detremental to widespread adoption.
      Another example is the lack of standardization for the directory structure. While this is better (in general) there's still no telling where some stuff goes. Like what does /opt serve for?
      Installation procedures should be at LEAST similar.
      In short, too many things change from distribution to distribution, and too many incompatibilities for "Linux" to be widely adopted. What MAY happen is for a single distribution to be adopted specifically. Like a company going with "GTK on Redhat" or "KDE on Suse".

      Until there is some standardization between them though, there's no reason to switch. I use it at home, but I'd never recommend it for anything where I work (except for servers and controllers)

    95. Re:What a bunch... by nrgy · · Score: 1

      But you must remember most computers come PRE-INSTALLED with all the other software the makes up most of the developed for windows applications. Look at most Dell,Compaq and other brand pcs, most come with word, office ect already installed on them. So no it would not suprise me games are the most installed applications beings Doom3 isnt your average thing to come with your brand new Dell while office and word are already on it. That still doesnt mean games are the most made applications for windows.

    96. Re:What a bunch... by Grayputer · · Score: 1

      You mean like I said, a toolkit like API that sits on top of both, geez I should have thought of that. No one reads the actual comments.

    97. Re:What a bunch... by Anonymous Coward · · Score: 0

      if windows is so great, try this :

      1) gain some experience as a Windows admin and try backing up and restoring a windows XP box with, say, 5 users to a larger hard drive. Enjoy the experience of getting all their mail, settings, files, etc. transferred correctly, and all applications working as before, including various activation issues, punching in software license keys, etc.

      2) gain some an experience as a linux admin and try changing to a larger hard drive. note the difference in experience, whether it's 5 users or 500 users.

      Why people crow about Windows and Windows XP in particular is beyond me. Just migrating users and applications to a larger hard drive can be a nightmare...and that's with all CDs, ghost, and activation keys in hand.

      if you have an OEM XP install...and no CDs for all the apps...doom awaits you.

    98. Re:What a bunch... by drinkypoo · · Score: 1

      I wonder why I've never heard that before. Is it really ancient, or really new?

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    99. Re:What a bunch... by banzai51 · · Score: 1
      I'm sure you can explain how the lack of choice in web browsers has prevented the stagnation in Internet Explorer can't you?

      What lack of choice? Can you please point out the time where I didn't have at least 3 browsers to choose from in the last 10 years? Are you really better off with 100 versions of notepade floating around? Or would it be pointless?

    100. Re:What a bunch... by joebok · · Score: 1

      Good point - I've had similar experiments/experiences with Linux. Because of various niggling little things, I've never been able to make is my main OS - the "quick and easy" path of Windows, despite it all, has enough creature comforts to make it preferable for me.

      I just recently got myself a PowerBook - Max OS X. So far I think this is the best of it all - it is Unix (I can't really tell the difference between Unix and Linux - all my (limited) Linux knowledge works just great for me) and it has a great desktop/user experience or whatever. I suppose the limited/proprietary hardware is a problem, but it shows that it is possible to achieve an easy, intuitive, and powerful graphical interface on some kind of Unix/Linux OS.

      No doubt everybody here already knew that...

    101. Re:What a bunch... by Anonymous Coward · · Score: 0

      Well, I do understand the way you quote words. But still your line appeared to me sarcastic first, too. Thats because a one-liner ending on an emphasized word on slashdot is highly likely to be a pun.

    102. Re:What a bunch... by imroy · · Score: 1

      You're right, I/we did use the wrong term. Now please explain how I and others are BS'ing?

    103. Re:What a bunch... by NanoGator · · Score: 1

      "if wi1) gain some experience as a Windows admin and try backing up and restoring a windows XP box with, say, 5 users to a larger hard drive. Enjoy the experience of getting all their mail, settings, files, etc. transferred correctly, and all applications working as before, including various activation issues, punching in software license keys, etc."

      Can you tell me in real simple terms how to do this in Linux? (That's not a challenge, I'm genuinely curious.)

      "2) gain some an experience as a linux admin and try changing to a larger hard drive. note the difference in experience, whether it's 5 users or 500 users."

      So? If that happens like once every six months, how can you even dream of comparing that to the daily hustle and bustle of using a computer like I was?

      "Why people crow about Windows and Windows XP in particular is beyond me. Just migrating users and applications to a larger hard drive can be a nightmare...and that's with all CDs, ghost, and activation keys in hand."

      That's like saying "How can anybody crow about Linux? Just setting setting up Dual Monitors is a nightmare!". You'd be shaking your head saying "but you only do that once!" and tell me there are other strengths like migrating 4 billion users to another machine. Same boat. Everyday annoyances and speedbumps eat up more time than a migration to a larger hard drive.

      'if you have an OEM XP install...and no CDs for all the apps.."

      Yep, just like you're doomed if you have no gas in your car. Most desktop users have a restore CD etc. If you don't, your beef's not with Microsoft, it's with the smells-like-ass company that you bought your machine from.

      "doom awaits you."

      Hey! You're right! So does Vice City. I'm going to go play now.

      --
      "Derp de derp."
    104. Re:What a bunch... by tu_holmes · · Score: 3, Insightful

      Let's not forget Oracle is up there as well... Why would Oracle care?

      Oh wait... maybe people are using MySQL on linux instead of Oracle to get the job done... Who'd have thought!

    105. Re:What a bunch... by dahlek · · Score: 1
      I'm a tad confused - Knoppix uses the GUI that many Linux distros use - if you have copy/paste/mouse-highlight vs. crtl-c/v/x issues, they will also be present in Knoppix *scratches head* In my experience, these issues are quickly learned. I now use mouse-highlight AND the keyboard shortcuts with my fav. apps, and what this amounts too is, in some cases, two clipboards without the use of a third party multi-clipboard tool. One person's nightmare is another's feature ;)

      Further, most distros have the Knoppix auto-detection stuff - hardware detection really isn't a problem anymore.

      You said it yourself in your post - Windows has spoiled you. Actually, it hasn't spoiled you, are are just used to it. I might say that when I switch to Windows, that Linux has spoiled me. First, installing most any modern Linux from scratch is easier and requires less user-interaction than a Windows install.

      Second, the irritation of spyware/driver disks/27 char-long reg codes, etc., and multiple reboots really really irks me. As does a driver download, which insists on running a Windows-console self-extracting deal, which requires two blank floppies, which I then must manually load and install - it's 2005, for God's sake!? I hate floppies, and don't have many drives for the number of machines I use. This issue really ground a project I recently had to a stand-still, requiring me to hook up an ancient drive, find disks, download semi-legal boot disks, etc., etc. As for the Windows GUI, I can't handle a GUI which doesn't allow for multiple Desktops - having to continally shrink and resize windows is silly - I have most apps full screen at all times on alternate desktops...

      Most Windows folk that try Linux try to install it as a second OS onto their nicely stocked, pre-installed and configured, PC. Imagine you purchased a pre-installed and configured Linux PC - no doubt, you would experience similar joys - think about it.

      Yes, of course in the real world you are much less likely to come across a store-bought, ready-to-go, Linux PC, nevertheless, that's another issue altogether. We should compare apples to apples, to use that damn overused-cliche.

      Let me ramble on and mention conf files for a moment. There are GUI front-ends for virtually any config that you can think of in Linux. However, you will find that editing a simple, human readable text file is often easier. What is the difference between using a GUI which prompts you for values to configure your LAN/ethernet setup as opposed to entering them into a text file, which has prompts that you can read? Think about this for a moment - easy is when the LAN sets itself up. If your LAN is thus configured, Linux can do this as easily as Windows. If not, then both require manual entry of ip addresses...

      Once you get familiar with Linux, editing a conf file may becomes as normal as learning keyboard shortcuts in Office apps basically, this translates into productivity, but in either case, it's not required..

      Wow, I'm on a rambling roll here! Someone stop me! Let me address the standard-user-interface issue from this angle - most people have zero issue figuring out if the 'Settings' menu entry has moved someplace else and has been renamed to 'Options'. Further, most people have no issue using WinAmp and Quicktime and other "cute" GUIs which defy the standard widgets. I'm sorry, but only an anal person who memorizes layouts cannot handle a limited diversity of UIs. Computers are extremely simple to use, provided someone takes the time to meet them 1/5 of the way ;)

      I think that for the post part, comments such as yours basically amount too, "well, I wanted to try Linux, but I quickly realized, that Linux isn't Windows".

    106. Re:What a bunch... by Sweetshark · · Score: 1

      I've tried to adopt Linux a couple of times, but these very problems that were mentioned made me throw my arms up in defeat. [...] Niether will a lot of 'desktop' people that Linux is going after.
      Thats why I stopped recommending Linux to everybody I meet. For guys who customize and tweak their system anyway Linux is and always will be a good recommandation. For the "I just want to work"-crowd, I recommend a Mac. It just works and runs MS Office (which is all these guys use mostly). Linux on the desktop will only happen via adoption in the workspace. Linux is far easier to administer than Windows if there are more than five machines. And users wont edit the conf files.
      I just hope one day a little more thought in the direction of "Microsoft's already trained 10s of millions of peoples how to use a computer..." happens.
      The trained them rather bad. Stuff like "if stuff doesnt work do round-robin installs of remotely related drivers till it does." is seen way to often as a best practice by those "trained users".

    107. Re:What a bunch... by Anonymous Coward · · Score: 0
      Fork it all you want, but I still get the source code.

      Which makes for a good academic exercise, but if my company can't make money using it, then I can't pay employees, suppliers, creditors. Linux might eventually be okay for a desktop/end-user, but never a viable component of a product. For now, it's a stop-gap measure so companies (ie, Linksys) don't have to develop their own proprietary OS or spend $$ on licensing someone elses (ie, MS).

    108. Re:What a bunch... by KarmaMB84 · · Score: 1

      However most of the drawing is probably being done using the same APIs in the same libraries. Making the controls look different (they are the SAME controls...) is a little different than using a completely different toolkit for each app. ;p

    109. Re:What a bunch... by scragz · · Score: 2, Informative
    110. Re:What a bunch... by fyngyrz · · Score: 3, Funny
      ...and then there are the advanced users... who are using PostgreSQL... :-)

      (ducks and runs)

      --
      I've fallen off your lawn, and I can't get up.
    111. Re:What a bunch... by DunbarTheInept · · Score: 1

      I didn't say most "made". You added that condition.

      And even if games were only, say, 30 or 40% of what a user users on the computer, it would still be true that this proves that the "every app must have the same interface" people are wrong. Not only do people tolerate vastly different interfaces in games, they actually seem to enjoy them.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    112. Re:What a bunch... by morcego · · Score: 1

      Actually, it probably makes no difference for Oracle, as long they are installing selling their products. Be it under Solaries, Windows or whatever.

      And considering IBM is pushing DB2 again, and Sun is the major solutiotion provider for Oracle highend products (like their ERP solution), it only makes sense they will support Sun on this one.

      --
      morcego
    113. Re:What a bunch... by fyngyrz · · Score: 1
      Oh, you mean like the GPL and LGPL, tools that seem to be designed to put roadblocks in place with the idea of keeping commercial applications away from Linux?

      I used to think that. Then I realized that the GPL/LGPL were products designed to keep lawyers in business, then it all made sense. :-)

      But you're probably right, as lawyers don't benefit from the fragging, but corporations do.

      --
      I've fallen off your lawn, and I can't get up.
    114. Re:What a bunch... by PurpleXanathar · · Score: 0, Troll

      to most user it's a completely straightforward route to "fdisk format and bring my f**** old windows back" no, common people don't want to use the command line and look at 1300+ lines of arcane shell scripts, C++ compiler and linker in the 21st century.

    115. Re:What a bunch... by Merk · · Score: 1

      Linux is easier to use. I can't use any version of Windows and install programs the same ways. Under gentoo, most programs are just "emerge foo" and the program installs for you. Sure Windows has its setup.exe and install.exe. However, in no way will this carry over to new Windows versions. Windows is still very user-hostile overall. There's no easy way to setup users and permissions or anything like that unless you UTFG (use the f*cking gui). Most experienced users don't want to UTFG =\

      ...

      Oh yeah, and what's with *paying* for things? When I want a program I just "emerge foo". In windows you have to drive to a store and *buy a box*. How crazy and user-unfriendly is that?? And then there's that whole EULA wizard install garbage. I just want to use the program! I don't want to have to hand over my firstborn son. (Yeah, I'm talking to you Macromedia! I read your license agreement!)

      Yeah, I don't think this "Windows" thing will ever take off.

    116. Re:What a bunch... by KarmaMB84 · · Score: 1

      The different Windows versions/SKUs are essentially branches off the same tree NOT forks.

    117. Re:What a bunch... by Grayputer · · Score: 1

      -------
      A fork is when a person or a group takes a source tree and starts doing development independently on it. For instance, Xorg vs XFree. As it says, it's got nothing to do with development branches.
      -------

      Oh OK so if 'Xorg' and 'Xfree' were released by the same company it wouldn't be a fork it would be a development branch, I see. Got it, everything to do with external vs. internal and nothing to do with effort. Given that definition, I agree with you. Of course I also think it is a pretty useless definition. :)

      Given the fact that I've been in development for about 25 years and given the fact that I've held about every position from grunt programmer to architect to CTO, I can reasonablly argue that's not been common usage at least in my circles.

      Where I come from fork has everything to do with long term maintenance of two trees with overlapping code (or at least common parent but since it doesn't all change day one it is usually also overlapping). Sometimes the trees are worked on by different development staffs sometime by a single staff. The main difference between fork and branch is one of scope (both lines of code and longevity). If a few lines change (a fix to version 1 released while version 2 is in QA) it is obviously a branch. However, no dev manager I ever met would state that two concurrently improved trees that differ by say 60% of the code are a 'branch', it is usually referred to as a fork from version 2.1.3 or something similar (no there is no magic number like 42% is a branch but 43% is a fork and no magic definition of time, less that 3 revs is a branch but 3+ is a fork). But hey, this is really your thread in the discussion that I'm jumping in, if you define fork vs. branch as external vs. internal then I'll just agree and move on.

      As to 1-3:
      1 - see above.
      2 - true, but sort of falls into the toolkit issues I raised, you give up some control (look and feel) and the point is to provide the user with a common user experience. I can't believe you REALLY advocate that everyone code for Gnome and just run all the apps under KDE as is.
      3 - not really germane to the point is it. The fact that it is a small app so the fork/branch is small is simply one of happenstance. Unless you are really claiming that no large Linux desktop apps should ever be written.

      I believe my point is exactly that it doen't happen in Windows. If I code to the Win32 user API (admittedly it only covers 90+% or so if things get complex but 99.99% in most simple UI cases) I get consistent look and feel (and behavior) on most 32 bit Windows platforms. Open a window code is open a window code, display a button in the window code is display a button code no changes. It may appear as a 2d or 3d button depending on the OS but that's consistent with the rest of the buttons in that OS.

      Don't get me wrong, I'm not a big Windows fan I like Linux, but give credit where credit is due, they have a consistent coding paradigm and good backward compatibility. They also learn from the competition, the new IE will have FireFox style tabbed browsing. Linux should also learn from the competition. Remember, you can write bad code in any language, but you shouldn't. Similarly, multiple desktop managers can make life hell for developers, but they shouldn't.

    118. Re:What a bunch... by Anonymous Coward · · Score: 0

      People who won't RTFM should stay away from computers.

    119. Re:What a bunch... by ShieldW0lf · · Score: 1

      That's like saying "How can anybody crow about Linux? Just setting setting up Dual Monitors is a nightmare!".

      I'd probably be running it on my desktop right now if I actually could have gotten my dual monitors set up. I switched back because I just couldn't afford to spend any more time trying to get it to work.

      --
      -1 Uncomfortable Truth
    120. Re:What a bunch... by Antique+Geekmeister · · Score: 1

      The Xorg development has taken a quantum leap from XFree86, a leap restrained by silly licensing from the XFree86 people and by their refusal to deal with platform-level compatibility problems like the CygWin fixes.

    121. Re:What a bunch... by adamruck · · Score: 1

      "Bullshit when it applies to Linux. Having two highly competitive desktop platforms like GNOME and KDE results in both getting better faster."

      So what if some company wants to write some application for linux, what do they choose?

      If they stick with one then what if eventually there is a neccesity to use the other. What if they one they choose gets phased out? What if there are forks? What if another peice of software that would be useful to them only ran on the other?

      If they choose both systems then that takes extra time to develop, extra maintance, leads to a larger footprint, etc.

      You might say just use the widgets provided with XFree or Xorg, those will be always be available. Then the problem is your application doesn't look like anything else, users have to learn the look and feel and interface to your program.

      "And it's nonsense to say that Linux programs don't usually use the same layout and menus"

      If you really believe that, then have grandma try using a linux desktop system of your choice and note all the the gui related questions.

      "Anybody switching from the Windows 2000 GUI to the XP GUI is going to have MAJOR problems with figuring out where everything is on the Start menu"

      Like you said, many people simply switch back to classic view then everything is back in its old place. You answered your own criticism.

      As far as competition and improvement goes between the two desktops, I would gladly wait an extra 4 milliseconds for stuff to open as a trade off for more serious linux applications.

      "Anybody who says Windows is easier to use than Linux is simply wrong."

      Well everyone has there own needs and preferences, its pretty hard to get scientific data on which is "easier". I use linux every day, I love linux, I love all the options it gives me. But we NEED a standard desktop if we want to get anywhere.

      --
      Selling software wont make you money, selling a service will.
    122. Re:What a bunch... by GreyPoopon · · Score: 1
      I wonder why I've never heard that before. Is it really ancient, or really new?

      It has actually been around since the days of USENET and dumb terminals, and is generally pretty well known. However, because of the phrasing of the sentence, I admit that I could have interpreted the emphasis itself to mean sarcasm... one of the problems with written rather than verbal communication...

      --

      GreyPoopon
      --
      Why is it I can write insightful comments but can't come up with a clever signature?

    123. Re:What a bunch... by georgewilliamherbert · · Score: 1
      It caused quite a lot of frustration trying to work out how the hell to add shortcuts to the top level start menu whereas in Win2000/98 you just right clicked and added a shortcut. XP is now down in my book as completely unintuitive
      Drag and drop is completely counterintuitive? It was the second thing I tried when I started customizing my XP laptop...

      They picked a different UI modality than in 2k, sure, but it was one of the common, preferred, user-friendly ones.

      Microsoft has much to answer for, but let's get real. This was a stupid complaint.

    124. Re:What a bunch... by NanoGator · · Score: 2, Insightful

      " Stuff like "if stuff doesnt work do round-robin installs of remotely related drivers till it does." is seen way to often as a best practice by those "trained users"."

      Err actually I was thinking more like: (note: Examples may not necessarily contradict what Linux does.)

      "Let's have one place where the network connections are and call it something cute like 'network neighborhood'."

      "Let's have a place called 'control panel' where every system configuration option is, then we'll have categories under it for more specific aspects of the computer."

      "Let's make sure copy and paste work properly in the right context regardless of what the target app is."

      "Let's make it super easy to install a driver or piece of software. Step 1.) Run Install. Step 2.) Press [OK] a few times. Let's also create a place under Control Panel where they can uninstall ANY app installed to the machine."

      "Let's standardize on particular apps to do particular jobs by default, then let the user pick alternatives later." (anybody who's been confused by all the K-words in their equivalent of a start menu knows what I'm talking about.)

      If you're hitting reply because you want to argue the details, don't, taht's not what I'm pushing here. With Windows, a user doesn't have to have that broad of knowledge to get started with. Once you learn a handful of basic things (like where Control Panel is or that ctrl+c means 'copy'), you're rockin and rollin. Linux distros need to take on this philosophy. Don't believe me? Ask Apple about it.

      --
      "Derp de derp."
    125. Re:What a bunch... by Dysan2k · · Score: 2, Funny

      *waves a burning torch towards fyngyrz*

      Get 'em boyz!!

      --
      -What have you contributed lately?
    126. Re:What a bunch... by Peaker · · Score: 1

      An easy solution for you.

      You choose.

      Choose GNOME or KDE.
      Choose a distribution, or use a configure script (--prefix solves all your filesystem dillemas).

      Proceed to use only those choices and ignore the rest.

      You have now reached a standardized desktop for yourself and a target platform to develop for, congratulations.

    127. Re:What a bunch... by xoboots · · Score: 1

      The different Windows versions/SKUs are essentially branches off the same tree NOT forks.

      What the hell do you think a fork is? I stand by what I said.

    128. Re:What a bunch... by ninewands · · Score: 1

      And regardless, the vast majority of Windows apps DO look the same and use native widgets, have buttons in the same place, have the same menu items, use the same keyboard shortcuts, and can copy-paste damn near anything between each other.

      I have NO idea what the hell you're talking about. Copy-paste between damn near ANYTHING? How about copy-paste between a text editor using Motif widgets on my Ultra10 running Solaris/GNOME 2.0 at work and a Word Preocessor using gtk+ widgets (openoffice.org) running on my Linux/KDE box at home ... 18 miles away ... over a connection that is encrypted with a 1024-bit key. You want to show me how well Windows interoperates again? How everything is standardized under Windows? Bull!

    129. Re:What a bunch... by slack_justyb · · Score: 1

      First off, I think you may be too quickly forgetting were GNU/Linux et al have come from. Does the Linux (BSD and so on) desktop environments suffer from too many cooks in the kitchen? Well, of course. The big thing to remember is that even thought we have hundreds of developers, all with different ideas, working together there still is cohesive production coming from them.

      Microsoft has it easy. Someone says, "We're going in this direction." Then, they go in that direction, easy (of course from a broad perspective.) While in the Linux world good ideas have to be wisely chosen and followed through or nothing would get done. There might be eighty different widget abstraction toolkits and only one can be picked from. Who makes that call? How do you compare one to the other? What makes a good widget toolkit? Those are some tough questions when you have eighty plus people yelling about their toolkits.

      But let's set all that aside.

      First off, both Firefox and OpenOffice.org render their widgets in native GTK+ last I checked. Hell there's even a port of OpenOffice.org to the QT widget set for your KDE pleasure.

      Secondly, there is much work going on to try to bring some standardization to the Linux desktop (see: freedesktop.org). This isn't a small task as all the projects that you speak of have had a lot of time to separate (basically that period of time before the developers of the projects realized that anyone would take them serious.)

      Finally, forked projects are only as popular as people make them. Notice how RedHat seemingly forgets to ship the -mm kernel with their standard distro (sarcasm.) Just because a project is forked doesn't mean a whole new branch to support. The branch only gets support if it seems it provides something better than the orignial. A while back some Gnome users broke off and made GoneME. Do vendors support it? Do people actually package it for use in major repositories? That answer is a resounding, no. That's because the forked project adds no value that can not be obtained via the original project. Forked projects die, I know how hard that is to believe. Some of the projects that die off, I wish they didn't. But, ah-ha! If I missed the project so badly I could just be come the maintainer. If WordPerfect suddenly ended and no future versions were to come, guess you have a lot of converting to another document format to do tonight.

      Yes there is some parallel development going on in the Open Source world. But it's not just a Linux thing. Microsoft offers CD-writing software built into the OS, why not use that? Answer, because it sucks wet toad. Thus you go in search of a better CD-writing program, maybe nero, maybe one of those other guys.

      Making a point about widget sets is just looking at one side of the house. Regardless of widget set, most people will just use the programs given to them. More likely the confusion will come from if to use Koffice or OpenOffice.org, use Mozilla or Firefox or Konqueror, use XCdRoast or GnomeToaster or K3B? I just don't picture many people sitting down saying, "Oh well I like the KDE DCOP messaging bus because it uses an object approach to signal callback functions. Therfore, I think I'll use KDE based on that." (Nah, it might happen. Ha ha.)

      Development isn't stagnated in the Linux desktop world. That would indicate that everyone just gave up and nothing is being done about it. It's just that a different set of problems exist for the Linux desktop developer (developer, not end user.) Those problems are, unlike Microsoft, being worked on and fixed so we don't have to cross this bridge again, all at the same time while producing products like KDE and Gnome. I think the developers of these project have a lot on their plate. More than most people would like on their plate, yet they take on this freely and in their spare time (again, something Microsoft employees would never do.)

      So I believe that your remark is slightly unfounded.

      Is there parallel de

    130. Re:What a bunch... by Anonymous Coward · · Score: 0

      Sun, Microsoft... Can I hear a big "WHATEVER" please?

      Thank you.

      First they ignore you, then they laugh at you, then they fight you, then you win, then you have to make sure you don't become what you just overcame.

    131. Re:What a bunch... by Blakey+Rat · · Score: 1

      It's been in pretty steady use.

      The MUD community, using simple Telnet protocol, uses *bold* and /italics/ all the time. (Try it in MS Word-- somebody at Microsoft was aware of this convention also, because Word automatically bolds and italiced words typed that way. Quicker than using control-b or control-i usually.)

    132. Re:What a bunch... by Anonymous Coward · · Score: 0

      Notice how it's always "install.exe" or "setup.exe", whether it's an office suite, a game, spyware, or a dialer.

    133. Re:What a bunch... by vadim_t · · Score: 1

      Ah, but we're talking about somewhat different things here.

      When the issue of forking comes up in a discussion of Linux vs Windows, or something similar, and MS (or somebody else, replace "MS" as appropriate) argues forking is bad, I always imagine the XFree vs Xorg scenario.

      Why? Well, let's look at this example. The XFree developers got arrogant, and lazy. Eventually people got tired of this and forked the tree, and started their own development. Now almost all the distributions switched to Xorg.

      Now, the MS argument seems to be that in OSS forks are possible, and this inevitably leads to multiple similar but incompatible versions in existence, each one tugging in a different direction. They seem to talk of a hypothetical situation I've never seen where there are several large groups which all fight and produce a huge mess with no clear winner. Kind of how people feared how X forks will break nVidia drivers and such, because "of course" all of them will want to revamp the driver interface.

      Now, myself, I think this is obviously a lie. I can think of two reasons for it. One is simply to discredit Linux, because of course Windows can't be forked since only MS has the source for Windows, and Linux has no such restrictions which "of course" must result in a huge mess. The other reason is that they fear the loss of control, that when they release something it won't take long for some group to make a fork that will take away control from them.

      In any case, I don't think all of this has anything to do with multiple toolkits. I've never seen programs supporting multiple toolkits to be thought as forks. For instance, BitTorrent comes with headless, curses, and GUI interfaces, but I've never seen any talk of it being forks. They're simply different interfaces to the same thing, distributed in one package, exactly the same way as web browsers support multiple graphical formats, or some programs support different databases.

      Now, it is conceivable that for instance Ethereal would get forked, with the fork using a KDE interface, but I think there are far more likely possibilities. It could remain as it is, using GTK or they could make a KDE interface, which probably is easy since it has a command line version already.

    134. Re:What a bunch... by Blakey+Rat · · Score: 1

      You think that's bad, think of how Apple Macintosh uses feel when they try to use Windows *or* Linux. The difference is an order of magnitude greater. (Less-so now that Apple's decided to stop following their own GUI recommendations also, though.)

    135. Re:What a bunch... by Anonymous Coward · · Score: 0

      You might as well be trying to sell them Windows, the fuckwits on slashdot don't believe in standards. Standards, consistent interfaces, etc... are imposed by 'the man', and thus are meant to keep the linux fatties down. You go fatties, show those l33t skillz. God forbid linux should ever combine into one distro called... oh I dunno, LINUX, and actually make a consistent system (and yes, I know X != LINUX, fuck off fattie and have another hoho).

    136. Re:What a bunch... by Anonymous Coward · · Score: 0

      It caused quite a lot of frustration trying to work out how the hell to add shortcuts to the top level start menu

      That's weird, it has always seemed real intuitive to me -- drag and drop something in the start menu and it goes there.

      XP is now down in my book as completely unintuitive - Linux is much easier and less frustrating to use.

      Sorry... I've used Linux, MacOS, and Windows. Linux KDE/Gnome are the LEAST intuitive of the bunch. I can see how someone could get used to Linux and therefore they are more familiar with it, but it has never seemed intuitive to me.

    137. Re:What a bunch... by Anonymous Coward · · Score: 0

      You know that you can just right-click on the start button, click properties, and then select "Classic Start Menu" and it will look exactly how the 2000 start menu looks. After that, I don't think its any different than the previous versions (atleast 2000) when it comes to adding start menu shortcuts or where they show up at.

    138. Re:What a bunch... by drinkypoo · · Score: 1

      Oh I'm used to the splat bold and the slash italics, just not the tick sarcasm. In my experience, it is necessary to make it obvious from the tone of your writing that you are sarcastic even if you lacked the benefit of punctuation to really reach the masses.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    139. Re:What a bunch... by Blakey+Rat · · Score: 1

      Great.

      Now try pasting an image, bitmapped. Now try pasting an image, vector. Now try pasting 3-4 selected non-contiguous spreadsheet cells.

      I think everyone agrees that copying and pasting text works in Linux (in everything except x-emacs, at least), but that's only a small piece of the pie. MacOS could handle copying *any* type of data into *any* application in 1984. Windows could handle this by 1993 or so. Linux still can't.

    140. Re:What a bunch... by SQLz · · Score: 1
      For enterprises and organizations, yeah, forks are bad things. They take up time and resources to manage and maintain. What happens if an organization chooses the wrong fork for the base OS? That is a very tough call.

      Do you know what a fork is?

    141. Re:What a bunch... by uncle0fun · · Score: 0

      Amen to that brother...more than one button on a mouse can be a real head-scratcher.

      --
      I traded in my angst and all I got was this lousy ennui.
    142. Re:What a bunch... by DougJohnson · · Score: 1
      So ME choosing gnome or KDE is going to standardize that choice across the other platforms?
      Nope.
      The problem is that companies don't want to deal with that kind of thing. They want it to work.
      They want to make sure that it works with what other people are doing as well. So if *I* choose gnome, and someone else chooses KDE, then we have a problem.
      So what, you expect application developers to write their apps for KDE? Or Gnome? Which one? There's no standard. I don't want to develop all the applications I use, and neither do 99% of the corporations out there. Until one of them emerges as a "better" solution, and large application developing shops start developing for THAT WM, there will always be the same debate.

      I guess one of the problems with the "linux desktop" isn't so much that it's not good enough, or that it's not stable enough. It's that there is no such thing... rather there are 500 such things. Until there is only 1, then Linux won't be ready for widespread use in corporations who work with others.

      Until there is just one, there won't be application developers writing applications for Linux. (Of course there is SOME work going on now, but not nearly as much as for Windows, or even Macintosh)

    143. Re:What a bunch... by hazah · · Score: 1
      Don't wanna label you anything or nothing, but there's a very good reason to editing those .conf files. Your problem, it seems to me, is that you want a linux distribution to look and behave like windows. While windows has it's ups in the desktop usability department, it's hardly a good standard to follow. Besides, because of the way window managers are in a linux distribution, you can essentially set it up to that precious windows standard. (or get someone else to do it for you... is what I'd recommend).

      "Microsoft's already trained 10s of millions of peoples how to use a computer..."

      I beg your pardon???? Using a few programs intiated by mouse clicks is hardly training. What, if anything, did these millions of people LEARN from this windows experience? This isn't called "using a computer," it's much more closely resembles "using an application".

    144. Re:What a bunch... by Anonymous Coward · · Score: 0

      The Agility Alliance said:
      "Large enterprises should not use Linux because it is not secure enough..."

      I believe they meant:
      "Large enterprises should not use Linux because it is not OBSCURE enough..." :)

    145. Re:What a bunch... by Sweetshark · · Score: 1

      Once you learn a handful of basic things (like where Control Panel is or that ctrl+c means 'copy'), you're rockin and rollin. Linux distros need to take on this philosophy.
      No.
      Simply because not all distros are aiming at that target audience. SuSE, Mandrake, Ubuntu, MEPIS and KNOPPIX should. Slackware, debian, gentoo most certainly should not do that (esp. debian and gentoo are both metadistros by now - they should concentrate on improving the package management tools).

    146. Re:What a bunch... by Anonymous Coward · · Score: 0

      Your point?

      you are the one missing it. when you install windows, you install everything you need to run any "windows" app. now if you install a linux distro with KDE and try to run a GNOME app you're fucked.

      yes, windows apps are bloated and you have 100's of copies of the same DLL distributed with every program. so what, the complexity is moved to the developer and the cost to the disk/RAM of user machine, but at least the user has to THINK LESS, which is what REALLY counts

    147. Re:What a bunch... by Anonymous Coward · · Score: 0

      Why is it that any comment percieved to be anti-Linux is instantly assumed to be pro-Microsoft? Your comment makes no sense, and does nothing to negate the point the author was making.

    148. Re:What a bunch... by AstroDrabb · · Score: 5, Informative
      I was wondering the same thing about Oracle. This might be a case of the left hand not knowing what the right hand is doing. I have read tons of news items about how Oracle is pushing Linux and according to this one, it seems Oracle leads on Linux with 360% growth
      Oracle's Linux commitment began in 1998 with the first commercial database on Linux. Today, Oracle is the only major software vendor to provide first-line support for Red Hat and Novell/SUSE. All Oracle products are available on Linux and Oracle Database on Linux has met the Common Criteria Standard at EAL4, the highest industry security level for commercial software. Gartner Dataquest says Oracle is #1 on Linux with 360% growth.
      Oracle also seems to be doing well performance-wise on Linux: Fastest benchmark result on four processors running Linux
      Fastest benchmark result on four processors running Linux

      On an HP Integrity rx4640 with four Intel Itanium 2 1.6GHz processors running Red Hat Enterprise Linux AS 3, Oracle Database 10g Standard Edition achieved: World record four processor performance on Linux of 161,217 tpmC (transactions per minute) A price-performance ratio of $3.94/tpmC. Oracle, the first and only database provider to demonstrate TPC-C performance leadership on Linux, now holds more TPC-C world records on Linux than any other vendor. This latest benchmark result further demonstrates Oracle's commitment to delivering exceptional performance and reducing the total cost of ownership for all business needs.
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    149. Re:What a bunch... by Daytona955i · · Score: 2, Interesting

      Except Oracle is really pushing Linux. In fact all of Oracle's developers are using Linux.

      Really I think MySQL and Oracle are in two different classes. If you are running a blog or a new site or some other smaller less than criticle database, Oracle is really too much. However if you measure the ammount of data you have in Terrabytes instead of Gigabytes then Oracle may be the solution for you instead.

      Right now I work for a company that develops a software package that interfaces with Oracle and I hate it. However Oracle seems to be really pushing Java and Linux so it struck me as odd that they are on that panel. Maybe just the odd man out and kindof had to go along. I really like the new stuff in Oracle's JBuilder however setting up their Application Server is a pain. They also have a whole section on using Open Source utilities with Oracle. I think they've realized that open source is here to stay and they need to adapt or die.

    150. Re:What a bunch... by noerobert · · Score: 1

      Even so, it seems to me that the main difference between the unix forking example and the Linux kernel is that the Linux kernel is open, and thanks to the gpl will remain open. Fork it all you want, but I still get the source code. -- Free will is just an illusion could that be more ironic?

    151. Re:What a bunch... by bonch · · Score: 0

      I've not used Windows seriously since Win98

      Then how can you speak honestly about the experience of using Windows? Copy-paste is universally acknowledged as a major issue on OSS desktops. I experience the problem all the time when trying to work with multiple apps. Never have the problem in Windows or OS X.

    152. Re:What a bunch... by Anonymous Coward · · Score: 0

      And you also get to charge 50% more with a neat little overcharge scheme! Sorry, I can't feel any bit sorry for EDS.

    153. Re:What a bunch... by celtic_hackr · · Score: 1

      blind mice.

      Open Question for EDS:
      How many of the top 500 supercomputers in the world run Windows?
      How many of the top 5 supercomputers in the world run Linux?
      Who can't scale?
      http://www.forbes.com/home/enterprisetech/2005/03/ 15/cz_dl_0315linux.html
      paraphrase: Approximately 60% of the top 500 Supercomputers run Linux.

      "Meuer reckons Linux powers 301 of the 500 top machines, compared to 189 on Unix, two on FreeBSD, a Unix variant, and one on ... Windows"

      As far as secure: Please give the dead horse a break.

    154. Re:What a bunch... by Xiridion · · Score: 1

      Whatever. If you know as much about Linux as Windows you wont have any trouble installing anything. Most end-users don't know how to double click on an executable or install software. That's not an issue. In Linux it's just as easy, only you have more options. You forgot that KDE and Gnome both have RPM managers that are gui based. Yes they use the rpm command, but to the end-users that doesn't matter. Even Gentoo is easy to install softwarewith. Worst case you have to look up the name.
      emerge (program name)

    155. Re:What a bunch... by chriso11 · · Score: 1

      For new and inexperienced users, XP's default may be a better interface. But to those who had already developed proficiency with 95/98/NT/2000, XP's interface is a pain. Of course, that is my experience, others may have a different viewpoint. It took me a few hours to 'regress' to the classic interface (there is more to it than simply selecting classic mode, BTW).

      XP's default interface is some Disneyland, bubbly PITA. Not that the classic is some divinely inspired interface, but it is quite good, and I was already familar with it.

      --
      No, I don't trust in god. He'll have to pay up front, like everybody else.
    156. Re:What a bunch... by fuvm · · Score: 1

      Is that all you're reaching for? Desktop Linux only needs to be as good/bad as Windows? Is that why everyone of these environments have a start menu knockoff? Saying "hey, Microsoft is just as bad!" is not a valid argument, sorry.

      --
      "Baka, baka, minna baka."
    157. Re:What a bunch... by The+Bungi · · Score: 3, Insightful
      There is a fundamental difference between two applications drawing the same control differently and two applications shipping with two complete, different and incompatible GUI stacks.

      In the context of Microsoft's applications the 'normal' progression is that they create new controls and ship them initially with Office - that then make their way back into the common GUI stack (or at least parts of them do). That's why it's called the.. wait for it... 'Common Controls' library.

      That someone feels the need to create an application like Winamp or Sonique (which, admittedly are hardly a good context in which to apply design guidelines) or MusicMatch (which is) or even WMP which looks different than anything else is not Microsoft's fault, and in many cases the same apps are simply using the controls differently. Case in point is the music listing view in MusicMatch - that's just a control called a 'ListView' drawn in a certain way. But it is still a control being loaded and driven from a common library.

      The bottom line is, like so many other people, you fall into the mistake of thinking (or wishing) that the only applications people use in Windows are an office suite, MP3 player, browser and email client. There are quite a few applications out there (probably a million!) that simply use the common GUI control library and share the same standardized 'look'.

      Your point?

      Hope that helps.

    158. Re:What a bunch... by Anonymous Coward · · Score: 0

      For 1:
      - install the new drive
      - boot knoppix
      - assuming old drive is /mnt/hda and new drive is /mnt/hdb, do
      cp -a /mnt/hda/ /mnt/hdb/
      * note: you can do this in many other and trivial ways.

      Also, I'd like to add... you are very argumentative and seemingly vehemently anti-Linux.
      Why is that? Truthfully now, where is Linux lacking in your opinion?

    159. Re:What a bunch... by Grayputer · · Score: 1

      OK, slightly different things but not as different (IMO) as you think. MS claims forks are bad. You seem to claim they are not really bad in practice (disagree, sort of). Forks can be bad for several reasons retraining, rework, for lack of a better term fork cascades, market confusion, momentum stalls, and probably several I missed.

      Retraining falls into a couple of buckets: user UI retraining, developer API retraining, and testing/packaging/distribution retraining.

      Rework occurs when a fork occurs in a 'base product' like X, and the existing API changes over time (more likely as new owners make their mark as opposed to old owners maintain direction) and I need to recode my app to the new API.

      Fork cascades occur when there is no clear winner in an area. This can occur whether the base product was forked (XFree, XOrg) or whether 2 different base products fill the same niche (Gnome, KDE). Other development projects that rely on that base product/niche as a requirement now have to fork to support multiple niche filling parties. Hence my example about forking an internal dev tree to support both Gnome and KDE.

      Yes as a niche gets several competing players, different toolkits arrive on the scene to help bridge the pain gap, but they all introduce compromises (look and feel, performance, ...).

      So the strength of OSS, important dead/dying projects get revived, can become the weakness of OSS, no clear standard. All because any Yahoo can pick up a set of source and create 'his/her' version. Now not any idiot (OK, stop with the exceptional idiot jokes) can get their vision to be a real competing player in a niche so there is some self limiting involved. However, when true competing projects do arrive on the scene, they can make developer hell a reality. This saps effort, confuses the market, and stalls momentum in that area. How many, "I'm building an app, should I use Gnome or KDE" or "Should I code directly to KDE or use QT for portability " messages have you seen? If they'd just code the damn thing it would be at market already and the resource could free up to improve it or do another needed project. But they can't, coding for both is too big, using a toolkit is a research project in trade offs, and ultimately they are as confused as the rest of the market.

      So you are correct, XOrg replacing XFree is a good thing. The old project effectively dies and life move on with little long term confusion or impact.

      However, MS is correct, Gnome/KDE/QT/the next big thing is stalling desktop momentum and no one can say that what they pick today is the correct choice. No one has a road map to provide developers with a long term strategy for development. One could argue that the MS road map changes, (DDE, OLE, OLE2, COM, COM2, ...) but in general the MS stuff maintains good backward compatibility. I just fired up an ancient app that used OLE and it still worked, not always true with OSS stuff (usual 'HELP!' response, why aren't you running the latest stuff, that's WAY too old).

      Oh well, just my 2 cents.

    160. Re:What a bunch... by Anonymous Coward · · Score: 0
      The thing is... they act like forks are bad things.

      I'm a project that forked as the result of a merger.

    161. Re:What a bunch... by Anonymous Coward · · Score: 0

      I just tried it in MS Word and all it did was put a little squiggly red underline under it, indicating that something was spelled wrong. It didn't bold anything. What are you using anyways? Office 97? Because in Office 2003 asterix don't bold anything.

    162. Re:What a bunch... by Anonymous Coward · · Score: 0

      KDE translucency as to the menu resulted in the menu being almost unreadable on some of my boxes, so I had to cut that out in my remaster of Knoppix linux, and do with an opaque menu in KDE. It was so unuseable that it was difficult to get into the control panel to change it, so I had to change it as a default. Although one can easily switch to KDE in my remaster, I start with IceWM as default, as it boots quicker than KDE, and I found it easier to work with.

    163. Re:What a bunch... by Anonymous Coward · · Score: 0

      too bad he was asking how to use dual monitor and not how to install a new drive

    164. Re:What a bunch... by Anonymous Coward · · Score: 1, Informative

      As someone who worked on that project (NMCI)...it is definately as defined above....oh...but they use linux for many of their file servers on the project...hmmm....I know this due to the groaning from Tier2 when they had to reset permissions on them through MS terminal services (anyone on the project ever hear of the CLI...really) EDS is contradicting themselves,and as a former employee, this is no surprise.

    165. Re:What a bunch... by Blakey+Rat · · Score: 1

      Hm. You're right. I swear Office 97 and Office 98 (Macintosh) both do it... I swear I'm not insane. ;)

    166. Re:What a bunch... by stor · · Score: 1

      Nah man,

      We were fragged before they got here. We've been fragged for ages.

      Cheers
      Stor

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    167. Re:What a bunch... by Anonymous Coward · · Score: 0

      I'm not sure this is any real comfort to persons like yourself who have to deal with EDS systems every day, but the UK government has burned a simply appalling amount of our tax money on EDS' "services".. take the National Offender Management System (NOMS), for example - years late, grandiosely over-budget, and frankly DOES NOT WORK. Same story on pretty much every system EDS does for the UK, and yet they keep winning contracts for yet more fantastically expensive shit that does nothing useful.

      Looking on the bright side, EDS may end up being the champion of british civil liberty, since they will inevitably be selected to run the government's mandatory biometric ID scheme, and they will no doubt provide a system from which it is practically impossible to extract useful information..

    168. Re:What a bunch... by Anonymous Coward · · Score: 0

      That would be valid, except that there is no alternative in Windows land.

      There are, at present, 1 16 bit flavor of windows in use (3.1), and ~30 32bit flavors of windows in use (95, 98, 98SE, ME, NT3.1, NT4, 2k, 2k3, XP, and eventually Longhorn. And almost all have a home/standard/professional/server/enterprise/supra nifty flavor, plus varying service pack levels).

      While the difference between XP pro and XP home might not be as great as KDE and Gnome, the difference between some flavors is "application fails to run." And that's not just things that aren't compatible with older versions. I've had a number of things refuse to run on XP, 2k, and so forth.

      As for /developing/ for KDE vs Gnome. Very little software gets written that uses only windows widgets and nothing inherent to the app. Anything that is going to be used in a sales demo is going to have it's own widgets for the most part.

      And lastly there is java, which pretty much invalidates the whole argument of running on different flavors of linux...

    169. Re:What a bunch... by killjoe · · Score: 1

      All of your points are valid if you are switching constantly between distributions and desktops.

      None of your points are valid if you are using the same distribution every day and using the same window manager every day.

      --
      evil is as evil does
    170. Re:What a bunch... by Anonymous Coward · · Score: 0

      Lol, insecure, i didnt know linux had a low self-esteem.

      (UN-secure)

    171. Re:What a bunch... by Frnknstn · · Score: 1

      Plus: Windows Mobile Pocket PC, Windows Mobile Pocket PC Smartphone Edition, Windows Mobile Smartphone, and Windows Mobile Media Center.

      And don't forget XP comes in SP1, SP2 and vanilla flavours.

      --
      If it's in you sig, it's in your post.
    172. Re:What a bunch... by fermion · · Score: 1
      Linux is stagnant because the GUI suck. Apple put *nix with a good GUI and everyone went hurrah. Windows is hard to beat because, at the end of day, it is not yet the risk to change.

      The desktop battle is unknown to most end users. Bringing it up is silly. This is like saying MS Windows will fail becuase each version requires linking to somewhat different libraries and has a slightly different look.

      The thing is for a serious user, or a user with specific needs, being able to choose is a good thing. It might just might not be worth the effort.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    173. Re:What a bunch... by tmasky · · Score: 1

      This "study" almost definitely had a pre-determined outcome. Because they've previously done an internal study a few years ago.

      Look, EDS is largely crap. It sells and supports crap on Windows with a bit of Unix on the side.

      Unix will, at best, maintain a minority share of OS's. Open Source OS's currently are competing against Windows and will simply get better. To start bringing Linux into the company means entire restructuring as well as getting competent techies in. It means less profit for them. There's also the small point of then having to compete against IBM if they adopted Linux.

      Expect more badmouthing from EDS in the near future. Because their existing business model depends on it.

      (Note: Sorry if you're a competent EDS employee. But most of your fellow EDS workers are pretty bad.)

    174. Re:What a bunch... by teval · · Score: 1

      The point is, there is no best window manager, or desktop manager.
      I use Fluxbox, I install for some people gnome and for others KDE. Some prefer one, some the other, competition is NOT BAD! It's excellent, lets likeminded developers get togeather and do what they love, without fighting over little pointless things.

      Oh, and the old mantra that you can throw more developers at an issue and get better results is very very false. If you had every gnome developer join KDE you would not have a doubling in patches/upgrades. If anything, development would slow down considerably, because of opposing views.

      Funny you should mention filesystems and standards. You might want to look that up on google before you talk about a lack thereof. Here, I'll spare you the trouble:

      http://www.pathname.com/fhs/

      Maybe you want to read the Filesystem Hierarchy Standard for Linux? Quite a few distros respect it, some don't, but look at real world standards (IE7 and CSS is a great example).

      XOrg/XFree86 had nothing to do with companies, at all. XFree86 development was preety stagntant, and people were always talking about upgrading/replacing it. The decision to change licences killed them because people didn't like it.

      Ultimately, I like choice!

    175. Re:What a bunch... by ducomputergeek · · Score: 1
      Two things that was going on with Linux: first off Red Hat was releasing a new version about every 3 months. Second off: the fact that apps written for Red Hat might not work on Debian or at some future point those apps would be ported to say work on SuSE and no longer supported by Red Hat was the issue. Linux was too unstable in terms of development. The fact there was not a single "linux" hurt the platform in our opinion.

      I hate to say it, but I was proven correct. The desktop version of Red Hat is no longer in production replaced by Fedora.

      With Apple, we know if its written for OS X, it will work. If it doesn't we can call for support.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    176. Re:What a bunch... by x1um1n · · Score: 1

      I've been using Linux of various flavours for around 6 years now and you could not be more WRONG.. It is generally well known that competition is a good thing, while monopoly is a bad thing. This doesn't just apply to business. 2 competing projects such as Gnome/KDE produces better, more stable code a helluva lot quicker than one large company; simply because the developers are constantly trying to out-innovate each other.

      Also each distro generally has a default desktop, but will allow you to install another if you prefer it. Surely this is a good thing?? It allows you to have some level of standardisation but still allows the user freedom, which is after all what FLOSS is all about.

      There could be nothing worse than Linux becoming entirely standardised, with everyone using the exact same apps as everyone else, that way lies stagnation.

      The best thing about Linux is that it offers the user ultimate choice. I've recently switched from Mandrake to Gentoo because Mdk seems to be getting dumbed down ever further as each release goes by. While Gentoo is an absolute bitch to get up and running compared to Mdk/SUSE/RedHat etc, you can make it do whatever you want, with whatever software you want. No Restrictions!!

      And the idea that Linux isn't suited to business use because it isn't standardised is just plain ludicrous. NASA, BNFL and many other large companies use Linux because it *isn't* standardised and they can make it do exactly what they want. (As well as the obvious Stability/Security issues *shudders at the thought of Nuclear PowerStations running Windoze*)

      While the ability to build a distro from the ground up (Gentoo) isn't everybodies idea of a good thing, as I keep having to remind my WinPup brother, it's a matter of choice and if you want something that just works out of the box with minimal config then Mdk/RedHat/SUSE/Sun JDS will sort you fine. Personally I like to tinker.

    177. Re:What a bunch... by Anonymous Coward · · Score: 0

      RE: your sig "Shit, my RAM is full of llamas..."

      [root]# cat /dev/mem | strings | grep -i llama
      cat: /dev/mem: Operation not permitted
      [root]#

    178. Re:What a bunch... by Zonnald · · Score: 0

      Note to development team:

      Guys, apparently it is not good to use consistant naming standard for our installation program - please rename it to something other than install.exe or setup.exe.

      Note to Support team:

      Look forward to a lot of phone calls from our new clients, they may get a little lost when installing for the first time as our new installation program is called BARNEYRUBBLE.EXE

    179. Re:What a bunch... by Anonymous Coward · · Score: 0

      So where did the boot loader go? Might run into some problems when you unplug the old disk and try to run in from the new disk alone.

      I really hate the Linux fanboys that claim using a Linux desktop is as easy as using a Windows desktop. No distribution I have ever used (RH/Slackware/Debian/FC3/Ubuntu) has installed onto my year old PC (the SATA drive is what causes most problems) without me having to do something like manually run modprobe to load drivers or create a custom boot kernel. Yes I know installing windows onto a SATA drive requires drivers from a floppy but that is still easier than making my own kernel or reading some FAQ website to find out why the installer crashes/pauses/can't find fucking the cdrom it booted from.

      And there is also the integration issue, why can't I load/save files from/to a remote samba share with the standard Gnome file dialog?

      Desktop Linux has come a long way, I'm very impressed with Ubuntu but there is still a long way to go before its as easy to use as Windows.

    180. Re:What a bunch... by kilodelta · · Score: 1

      Our UCC filing system was written by EDS. Biggest most bloated piece of crap I've ever come across. That EMC and Dell are in that group surprises me. Of the ten Dell servers I'm responsible for, 5 of them are Linux boxes. All total, of our 20 servers, 10 are Linux, 4 are NT 4.0 and 6 are Windows 2000 Server. And EMC should know better.

    181. Re:What a bunch... by flacco · · Score: 1
      Forks ARE bad things.

      it depends on the situation. and the ability to fork is a good thing. it means that one cranky bitch (*cough*(xfree86)*cough*) can't threaten to take the ball and go home. step out of line and the world will move on without you.

      --
      pr0n - keeping monitor glass spotless since 1981.
    182. Re:What a bunch... by chaosmind · · Score: 1

      > Forks ARE bad things.

      Generalizations ARE dangerous things.

      X.org is a fork of the venerable XFree86 system. I like it, so I use it. You don't have to.

      Free as in speech allows people to diverge and converge projects and interests as they see fit.

    183. Re:What a bunch... by ne0nimda · · Score: 1

      Why is it that every day I read slashdot I lose more and more faith in humanity? Didn't you learn when you were taking AP tests that when you analyze a document, you're supposed to look at the source's bias and the evidence they present? These people have a vendeta against Linux. Sun makes a competing product. Microsoft's Halloween papers (specifically 1 & 2) say that they see Linux as a threat and must force it out of the market. Unlike HP and IBM (companies this article directtly attacks) Dell does not want Linux to prosper. The list goes on. The next question we should ask ourselves is "What proof - or even evidence - do they present?" Well folks, they were nice enough to give us their word. Get real folks.

    184. Re:What a bunch... by sirTifiable · · Score: 2, Interesting

      here is an objective view from a win admin and a linux newb admin. We have around 400 pcs and are switching them to linux terminal servers because we cannot afford the licenses.. we teach IT to charities but are not ourselves one... so no discount. A few simple points: we teach newbs, they use it to do word processing browse the net blah blah.. simple. The desktop is easy, fast and does not crash. We have problems with one or two sites using government written media players, but I am trying to resolve this because I am on the commitees. For people new to computers... it just works and they are happy... however. For staff and learners that are used to windows and office... they just hate it... they do not want to change. Ironic that I have tutors not willing to learn new things :) They have a point though; is OpenOffice as good as MS Office? No. Is GIMP as good as Photoshop? Of course not. But do we have the money to pay for these things... who does? As for sys admin: lots of pros and cons. Active directory is great and no comparison in Linux. LDAP ain't up to it. Hardware detection is a dream in Windows even re-imaging different harware. Downside of Windows, paying, of course, and then AV software and then writing policies so tight to stop the crapware that it stops machines functioning properly. Upside of Linux, free, stable, easy remote management...ssh and webmin are just the best. bottom line it, just keeps going. Flame all you like ;)

    185. Re:What a bunch... by deathazre · · Score: 1

      actually, it's rather easy. I just wrote up a bit on a few ways of doing it:
      http://dz.zerobrains.com/wordpress/archives/3

      --
      Karma: Negative (Mostly affected by dorm trolling)
    186. Re:What a bunch... by dr.badass · · Score: 1

      Desktop Linux has, for the most part, stagnated because KDE and GNOME won't merge into one mega-standard.

      Desktop Linux has stagnated because neither KDE or GNOME are good enough. They are incomplete. Merging the two together would just create a bigger incomplete, not good enough, system, and subsequently, other projects would be founded to make up for it's flaws.

      If you're running GNOME, a KDE app, Mozilla Firefox, and OpenOffice, you've got at least four major libraries now sitting in your memory.

      But *why* are you running those in the first place? If you're running GNOME, why use Firefox over Epiphany, the offical GNOME browser? Why run OpenOffice over Gnome Office?? If you're running KDE, why not use Konqueror and KOffice? Why do you need to run KDE apps when you're using GNOME as your environment (and vice versa)?

      The basic answer that people give for using a "non-standard" app (eg using GNOME apps in KDE) is that the "standard" solution either isn't good enough or doesn't exist. The grass is always greener on the other side of the fence.

      Merging the two would just be encircling them in a bigger fence. If wouldn't stop anyone else from doing something better on the other side.

      --
      Don't become a regular here -- you will become retarded.
    187. Re:What a bunch... by strider44 · · Score: 1

      shit, I hate to be so critical of a comment like that but you are spreading the fud that is only making people afraid of trying linux.

      I'll make things clear: in linux you *don't* have to edit conf files. You *don't* have to spend hours and hours on the command line or on the internet trying to figure out commands. That was several years ago. Admittedly several years doesn't seem like a long time, but it's an age in computing. Linux has gone huge distances in even the year since you used Knoppix (incidentely, using an entire operating system for a perhaps few days a year ago doesn't in my opinion give you a right to judge the full current version. That's why I keep my criticism of macs to a bare minimum.) I know Windows hasn't changed for four years, but linux has changed a *lot*.

      The newest version of Mandrake for example, installs in 10 minutes. It Just Works (c). You don't have to install third party applications for word processing, programming (my area, incase you haven't guessed), CD/DVD burning/ripping/playing, educational software, pretty much everything is included. A vanilla install of linux comes with so much that I actually have been taking it for granted, coming to a Windows installation and finding that, though I could do it easily by just opening this program or that, you literally just *can't* do it on a vanilla install of Windows. Unless Longhorn has the capabilities of linux then I won't be even considering switching back.

    188. Re:What a bunch... by croFrog · · Score: 1

      "royal 'clusterfuck'...horrible network connectivity...using windows, no good apps for admins to connect and admin to their machines...so slow, and restrictive."

      EDS did not right the specifications for the project. The Navy did.

      "And that is ONLY the functionality issues...they way they fuck the govt. out of money by what they charge is outrageous...not to mention the red tape involved just to get a simple request fulfilled."

      They underbid every one else, ergo they are fucking the goverment less than any of the other companys would. The red tape is not placed on you guys buy eds. It is placed on EDS by the Navy, you should really get your facts straight...

      Chris

    189. Re:What a bunch... by Anonymous Coward · · Score: 0

      Are you talking about adding it yourself, through the GUI? Or writing an app to add them?

      If you're adding them through the GUI, then you obviously either didn't try hard enough, or you're as horribly entrenched in Linux's GUI behaviors as I am in Windows'. If you're used to Windows (which I doubt, since I upgraded straight from 98 to XP and felt only a little lost), then you just didn't try right-clicking on enough things (because you're a mouse-fascist who thinks you should only use the keyboard for EVERYTHING, maybe?).

      If you were trying to write an app to do it and you're used to Linux, then you shouldn't be bitching that Windows is confusing just because you're out of your element. You don't hear me bitching "I can't get something to work in a system I have no intuitive understanding of that uses a filesystem that I'm not as familiar with."

      Your attitude perfectly demonstrates exactly why there is so much bad blood between Windows and Linux users. Why can't people just quit being such elitist snobs and admit that some things are good for certain applications and NOT FOR OTHERS?

    190. Re:What a bunch... by samdu · · Score: 1

      The only point you raise I'd agree with is the directory structure issue. There really does need to be some standardization there. I'm not entirely sure why there isn't, to be honest. I mean, is it really that much more efficient to have a particular library in a specific directory rather than in another specific directory? Wouldn't having a standard structure across all distros make development easier?

      On the Desktop environments, though, I'd have to totally disagree. Gnome and KDE have pushed each other to be better faster than either would have done without the other. And you'll never get a consensus on which is the better environment. I've always been a KDE guy, but I've always thought that Gnome was prettier. The reason I started with KDE instead of Gnome was footprint. KDE was tighter and smaller and thus faster than Gnome. Apparently that distinction has gone as Gnome has matured, but I still use KDS because it's what I'm comfortable with. Others are Gnome zealots. And never the twain shall meet. It's good for the platform, though.

    191. Re:What a bunch... by sirTifiable · · Score: 1

      I will agree with that. Take a look at the admin tools in Mandrake... jeeze... a breeze. My wife knows nothing about computers and she sorts out printer problems LOL

    192. Re:What a bunch... by Makarakalax · · Score: 1

      Actually, you're wrong. All the various Windows toolkits render with whatsit called, I forget, GDI maybe? All the various Linux toolkits render with X11.

      The systems are pretty similar, but because linux is more transparent, people can tell that different toolkits are installed. Windows isn't so transparent so people assume it's all one "toolkit" (the word toolkit isn't the most appropriate).

    193. Re:What a bunch... by Ogerman · · Score: 1

      Though I am a more or less a Linux pro, my experiences with desktop deployments are similar to your own. From an administrative perspective, the biggest need today is a quality web/GUI admin tool that takes the work out of combining all the great Open Source "raw materials" into workable solutions. (Whether that's a firewall, mail server, file server, etc.) Webmin doesn't cut it. It's just a front end to editing config files -- usually after all the hard work has already been done. We need a tool that is smart enough to aid in integration. (ex. rigging up LDAP + Kerberos + NFS + Samba) We also need to switch to Elektra style configuration in place of the traditional /etc structure. (this is a precursor to making quality admin tools feasible..) And did I mention this wonderful GUI admin tool must be Open Source? None of this "widget frosting" proprietary specialized Linux distro nonsense that costs as much as going with Windows.

      From the user perspective, lack of features / polish in OpenOffice is the biggest problem. 2.0 will be a significant step forward, but the project desperately needs more resources. All it would take is a few big corporate sponsors and we could all kiss MS Office goodbye. (and Windows, which would quickly follow) As for Gimp and the rest, you've gotta realize that most people don't even know how to use Photoshop because they can't afford it. Both programs are pretty confusing to beginners and both are confusing to users familiar with only one or the other. (it goes both ways)

      Windows hardware detection a dream? Umm.. lemme think.. no.

    194. Re:What a bunch... by kelnos · · Score: 2, Insightful
      Ok, you want more Windows apps that use custom widgets? Here we go.
      • Norton AV and Norton Internet Security. (window borders, buttons... basically everything)
      • Adaware. (same as Norton)
      • Adobe Reader (custom toolbar widgets, and the dropdown boxes look strange on my machine)
      • Skype (custom tab widget)
      • ICQ (custom window border, buttons, list view)
      • Netscape 8 (custom title bar, disgusting color scheme that doesn't follow Windows' color settings)
      • Easy CD Creator (custom framing widgets)
      That's just a quick sample based on either stuff that's on my work machine, or stuff I've seen on other people's machines. And I tend to use several Gtk apps on my Windows box (if I have to use Windows, I might as well make it vaguely bearable). At least they look consistent with each other (and with the wimp theme, almost fit in perfectly with Windows itself). I imagine there are plenty of other common apps that I don't use but others do that also use non-standard stuff.

      The point for me isn't that on Windows they don't need to load extra libraries, it's the fact that it's so inconsistent (and often really ugly).

      On my Linux machine, I run Gtk apps pretty much exclusively. Firefox and Thunderbird use Gtk as well, though they add another layer of abstraction on top. Ditto for OpenOffice, which I don't have open all that often (it's usually quicker and easier to use AbiWord or Gnumeric anyway).

      I'm still not seeing how Linux is any worse than Windows in this regard. I'd say it's better, but I'll be generous to your argument and stay it at least isn't worse. I don't care that these other apps are written by different companies and that it isn't Microsoft's fault. Or maybe it is: maybe if they had an established intuitive GUI stack that didn't encourage people to reinvent GUI concepts (no, .NET isn't used widely enough yet to count), then we wouldn't have all these stupid-looking Windows apps. I dunno. What I do know is that my Linux desktop experience looks far more consistent than a relatively equivalent Windows experience, and that's what matters to me most.
      --
      Xfce: Lighter than some, heavier than others. Just right.
    195. Re:What a bunch... by quarkscat · · Score: 1

      Amen to that sentiment!

      If EDS were to announce the weather (eg. "There
      will be sunny skies tomorrow", I would be sure to
      take along my umbrella in the morning.

      EDS has (had?) a 5 year(?) US Marine Corp project
      to roll out nearly 10,000 MSFT Windows servers
      and clients -- they are reportedly 2 years behind
      schedule in this deployment. And it was our
      friends at EDS that crashed nearly 60,000 Windows
      computers at the British Health Ministry during an
      enterprise wide patch & service pack roll-out
      earlier this year.

      EDS is not exactly the IT "trusted authority" for
      this sort of pronouncement. The other player in
      this organization with a dubious history of
      bending the truth like a pretzel is Microsoft.
      Every 3rd party TCO and security study that they
      have funded has (surprise!) always found linux
      severly disadvantaged. Sun has their own axe to
      grind -- they would much sooner push their big
      E-series solutions with Solaris than contend with
      a customer interested in clustering their 2-way
      or 4-way AMD based servers running linux.

      As an organization with a lot to loose with the
      increasingly widespread adoption of linux world-
      wide, they cannot be trusted to furnish unbiased
      information to their prospective and current
      customers. YAFUDPC! (Yet Another FUD
      Propaganda Campaign)

    196. Re:What a bunch... by Anonymous Coward · · Score: 1, Informative

      Actually.. I think the NMCI users are being very kind by only calling it a royal clusterfuck

      The fact of the matter is that the EDS loadout on NMCI machines is outragously slow.. prone to crashes... and generally about useless..

      My command had 500 plus NMCI machines on our legacy network while we were waiting on EDS to build our infrastructure... these machines were provided by EDS but we used our W2k load outs on them.. they ran flawlessly...

      Once EDS finished the buildout of the infrastructure they wiped these exact same systems and loaded thier loadout (W2k, Office2k... and a few other apps we need)... the performance went into the crapper! The machines crash ALOT... many a day I come into work and have 1 or 2 computers with a blue screen due to some patch they pushed in the night.

      They state that they don't lock out the USB or seriel ports and that as long as the item we're adding has W2k drivers native on the system (ie things like USB thumbdrives, mice, keyboards, etc) we should be able to plug them in and have them work... they don't! You have to get an admin to come log in locally.

      The amount of money my command pays for this service each year is 3 times our old budget with less computers, less service, slower tech response times and generally disgruntled users.

    197. Re:What a bunch... by redpicasso · · Score: 1

      It's of note that the Jacksonville FL servers that run linux rarely, if ever, crash... WAY more than I can say for some of our other server farms on the NMCI. Ask anyone around the Washington DC area if they could access their NMCI shares Monday...

      --
      "Knowledge being power, I am a diety..."
    198. Re:What a bunch... by arodland · · Score: 1

      As for what you say about Knoppix: most modern distributions are like Knoppix in those good ways, except more mature, less flaky, and more standardized (try to figure out why the things in the KNOPPIX subsection of the KDE menu are there, huh?). Something like Ubuntu is essentially zero-conf for all manner of useful tasks, which cover pretty much everything that "average" Aunt Tilly windows users do.

    199. Re:What a bunch... by KwKSilver · · Score: 1

      What are you talking about? A from-scratch install by the user? If so, Windows installs are way more painful and time consuming than Linux or even FreeBSD. Like someone else pointed out Mandrake, Mepis and Ubuntu install complete usable systems-or have for me.

      This is being written from a Debian-Sarge installation done with the net-install disk. All I had to do afterward was enable sound (one click) install CUPS (via synaptic, 2 or 3 clicks) and install the printer (3 or 4 clicks). No anti-user EULAs to click.

      An already set-up box would require less.

      What do you want an O/S to do, anyway, to set up your e-mail account for you? Even Windows makes you do that.

      --
      If you want your life to be different, live it differently.
    200. Re:What a bunch... by Anonymous Coward · · Score: 1, Interesting

      I personally worked on the NMCI project at many of the locations including the build of the Norfolk, VA - NOC and I can tell you that most of the the consultants working on this project knew it was a Clusterf**K but since it was an EDS project they could do no wrong. It was poorly designed and we spent half our time on site doing nothing while they decided what do do when we ran into issues. So EDS's opinion doesnt hold much weight in in the consulting world like they used to. So no surprise they are coming out with something like this.

    201. Re:What a bunch... by BoomerSooner · · Score: 1

      JDeveloper is by Oracle, JBuilder is by Borland. JDeveloper is great but I prefer JBuilder. It's amazing how far it has come.

    202. Re:What a bunch... by iccaros · · Score: 1

      EDS is screwing the Tax payer adn the government.. one bny underbidding the scope of the project and now asking for Billions more to keep it running. I install networks all the time to only have nmci come in 60 days latter and unplug the machine adn then charge the governemnt a $120 just to plug it back in.. NMCI has numerious sercuity violations along with the lack of any real talented employees (the god ones quit as soon as they learn what they are really doing)

    203. Re:What a bunch... by Anonymous Coward · · Score: 0

      Umm... didn't you even read the part that you quoted?

      Which is why MS allowed you to switch back to "classic view". Have you tried the simple "Switch to Classic" view in XP

      I've noticed that most arguments start because one or both parties are just too damn lazy to try understanding what the other person is actually trying to say. Usually the fundamental principle being discussed is basically agreed on, and the major point of contention is just over wording.

      Who knows, the problem may even be systemic: it's possible that the english language is simply too vague to have a meaningful conversation in.

    204. Re:What a bunch... by Anonymous Coward · · Score: 0

      > Linux might eventually be okay for a desktop/end-user, but never a viable component of a product.

      Two words: Ti Vo.

    205. Re:What a bunch... by Anonymous Coward · · Score: 0

      It is very difficult to find anyone with anything remotely good to say about NMCI -- except good jokes.

      It is the most ludicrous, corrupt sideshow in our IT time, as far as I can tell, from either inside or outside.

    206. Re:What a bunch... by Anonymous Coward · · Score: 0

      ure Windows has its setup.exe and install.exe. However, in no way will this carry over to new Windows versions.

      Why won't it carry over to new windows versions? This standard has pretty much been stuck to since I really started using computers in the DOS 6.22 days. Oh yeah, I guess you're right. It will go from running install/setup.(exe, com, msi, whatever) to just sticking the damn disk in the computer. Lovely thing called autostart. And you know what? That autostart is still probably calling a file called install or setup.

      While I personally am not a programmer, so the free as in speach issue is really a moot point (okay, something I like to support, but get no personal advantage from it being there) However the free as in beer issue is nice.

      But my big beef with Linux is still OS install systems. Yes, I know they have come a long way, and for the advanced user are actually more user friendly than the windows installer. But when people have to go through several different versions of linux just to find one that recognizes their (fairly standard) hard drive (I think they ended up with fedora core) then most people will just ask for their Windows(TM) back. You have to remember that the competition is an OS already installed on the computer, and the closest most people's Aunt Tillie gets to a reinstall is using the system disk to start fresh.

    207. Re:What a bunch... by satans_advocate · · Score: 2, Funny

      ...and then there are the advanced users... who are using PostgreSQL... :-)

      if you can install postgresql, then you are a god. imagine how advanced you are if you can actually use it.

    208. Re:What a bunch... by Lotunggim+Ginsawat · · Score: 1

      Nope, Windows is easier to use than Linux (at least with deafult install of Debian stable and Fedore Core 3 that I tested).

    209. Re:What a bunch... by Anonymous Coward · · Score: 0

      > Oh I'm used to the splat bold and the slash italics, just not the tick sarcasm.

      "Hmm, Roof Pig. Most unexpected!"

    210. Re:What a bunch... by Lotunggim+Ginsawat · · Score: 1

      Bull. You're just trolling, and I think you know it.

      I think you ar the one who are trolling (what do you expect from an AC).

      Oh, pish posh. I run two different distros (Debian at work and Mandrake at home). Both have start-menu-based software installation programs that make downloading and installing software nearly trivial. I don't think MS Windows could possibly make it easier, but in any case you have left out the "go to the store and fork over $29.95" portion of software installation (not to mention the spam-the-desktop or anti-user "security" parts you still see in MS Windows). Linux is a joy to work with.

      Now, tell me how to install Red Hat RPM software in a Debian? And how about if you don't have an internet connection?
      The problem with most Linux distro is it too dependent on internet connection to get lastest software. Care to try apt-get foo in a computewr with no internet?

      Oh, come on! I've always done this by hand (and, yes, I do RTFM), but I tried my start menu. I clicked on "System Tools" then "Users and Groups" and ended up with a simple "Add User" button staring me in the face. Of course, I had a user set up automatically when I installed, but that shouldn't stop a good slander, should it?

      User permission in Linux is not much harder than Windows though, I agree with you.

      Whatever. If people want to use Linux, it's there, and it's really easy. No real RTFM-ing required anymore. Anyone who can't figure out how to do simple things in Linux probably has no real business administering a machine connected to the internet, especially an MS Windows box. But I guess that's the "easy" way...

      Nope, you still need lotsa of RTFM just to make Linux working. Or can I now change VGA display drivers without touching the keyboard now? Last time I check need to kill X-Server or something.

    211. Re:What a bunch... by Lotunggim+Ginsawat · · Score: 1

      Most users WANTS to use UTFG. Experienced users are in the minority. emerge foo doesn't work without internet connection, while setup.exe mostly does without one.

      Linux is still user-hostile overall.

    212. Re:What a bunch... by nalav · · Score: 1

      I found postgres much easier to install and set up than mysql.

    213. Re:What a bunch... by shawb · · Score: 1

      But most users are far more comfortable with something approaching standard widgets. Even with games. Sure, the interface for playing the game will vary between games, but that doesn't mean that most games aren't closed by the big red X in the right hand corner.

      If you are going off of USER INSTALLED BASE (as opposed to installed user base) I'd wager that most games actually follow the standard Windows Widget set in this case. You have to remember that most users don't actually play DOOM3 and the like. Anything full screen is really for the hard-core gamers. Most users play games like Snood and Zuma. Maybe some new version of solitaire that their nephew bought them for Christmas.

      This goes moreso for programs actually used, versus installed. I'd be willing to bet that THE most used program on an average computer is Iexplore.exe, followed by the cluster of Minesweeper and The Card Games (solitaire, free cell, spider solitaire, hearts.)

      And every time I find some program I really like that has a sort of non-standard widget set, I often times soon find a program with the same functionality that I love using which uses standard widgets.

      Hmm... I was just going to go prove that to myself before posting. When I tried to open Spybot and for some reason my link pointed to blindman.exe which, according to spybot's home page, it does absolutely nothing. So, normally I'd trim the post down a bit at this point, make stuff more relevant, but... grr. Now a program that does ABSOLUTELY NOTHING is definately a program that can get away with a non-standard widget set. And I'm gonna go figure out what changed that this program's getting called instead of, you know, spybot. I bet it was MS Anti-Spyware. I'd better get out my tin-foil hat and lucky chiken!

      --
      I'll never make that mistake again, reading the experts' opinions. - Feynman
    214. Re:What a bunch... by Anonymous Coward · · Score: 0

      I've retired from EDS and I have to say I, and EDS, did a lot of screwing to Budapest and their police. The amount of money we made was literally hand over fist and how did we do it? By talking shit out of our ass and making it look pretty over alcohol. EDS really does sell crap.

    215. Re:What a bunch... by antiMStroll · · Score: 1
      "If you're shaking your head, make a BSOD comment and watch how quickly you're corrected."

      Lack of BSODs doesn't make a computing experience decent, just possible. I like to run with auto-hide enabled on my taskbar and can't begin to describe how annoying the dynamics of its re-appearance are, especially on a wireless notebook. I've learned to ignore complaints of not being connected to my neighbours's unsecured 'linksys' network - giving the impression it's not connected to anything - and continue browsing through my WEP connect, the only access point listed in my preference. And the notifications themselves, my god who comes up with this crap? A huge pop-up which brings up a spurious unrequested window if touched anywhere, with a tiny little 'X' in the corner to signal 'ignore'. And the damn thing won't get out of the way until the 'X' is clicked, for granny's benefit I presume.

      And don't get me started on the way Windows still ignores user requests to any window busy with a network task and generates spurious 'app not responding' messages when nothing has crashed. To my use XP is a serious step down in user experience from 2k, the Me of the current series. Linux has it problems but this automated second-guessing the user crap isn't one of them. No thanks.

    216. Re:What a bunch... by yoavi · · Score: 1

      Let me offer a different perpective on the whole Gnome vs. KDE thing. It's true that they are both window managers and not an OS, but from the perspective of a desktop user, the window manager IS the OS! Why is all of FOSS out there must be considered "Linux"? (not to mention that both KDE and Gnome do not require necessarily Linux to run) Why don't we look at all this and say something like: Hey, look, we have several free alternatives to Microsoft Windows - we have Gnome, we have KDE, and we have a bunch of others. However, unlike switching from Windows to one of these, switching between them is easy! They can even share software, files, bookmarks, preferences and all without needing to build some sophisticated emulator! Isn't that cool?

    217. Re:What a bunch... by antiMStroll · · Score: 1

      I still don't understand. Is it a training issue? Why otherwise would your company care if the competition uses a different desktop when you're internally consistent? One or the other - KDE or Gnome - best suits your needs. And in our corporate environment the user has no administrative rights so that isn't an issue, and no user should ever be in /opt. Here access to the C: drive utself is slowly being phased. I presume you're only talking about the desktop. Is it that users aren't capable of starting a word processor by clicking on an icon pre-configured with the label 'word processor'?

    218. Re:What a bunch... by ckaminski · · Score: 1

      Going with the lowest bidder usually costs you more in the long run than picking someone more expensive, simply because the quality from the more expensive vendor is likely (not always) to be higher in the first place, saving costly remanufacturing or refactoring costs.

    219. Re:What a bunch... by HermanAB · · Score: 1

      Well, here is one way to migrate to a larger drive, using dd:
      a. Install second drive - you need a Philips screwdriver. Also set the jumper to Slave.
      b. Boot up and log in
      c. Ctrl-Alt-F1 to get a console
      d. su -
      password:
      e. dd if=/dev/hda of=/dev/hdb
      f. halt
      g. Remove old drive and swap the cable position for the new drive. Change the jumper to master.
      h. Power up and log in.
      i. Use diskdrake to repartition and format the empty space on the new drive

      ...and what is so hard about "option = xinerama"?

      --
      Oh well, what the hell...
    220. Re:What a bunch... by ckaminski · · Score: 1

      Um, lets see here...

      wget http://ftp.suse.com/pub/suse/9.2/i386/RPMS/postgre sql-server-7.3...rpm

      rpm -i postgresql-7.3...rpm

      Done.

    221. Re:What a bunch... by ckaminski · · Score: 1

      It's all FUD. A Linux fork proper does NOTHING, absolutely NOTHING to affect the fact that the Open Source Solution has finally arrived. Linux is but a kernel. A fork will still be but a kernel. Apache, Samba, Perl, PHP, Compiere, Sql-ledger, sendmail, postfix, postgres, mysql, openoffice, X.org/XFree... These are all pieces of the great Open Source puzzle that enables Linux to prosper... those same projects are leveraged by BSD, Sun JDS, OSX, Windows even to deliver end user value.

      Forking linux is a pointless exercise. The Hurd could become fully operational tomorrow and it was have ZERO impact on the open source solution, because it's already here, and growing more rapidly than these vendors can anticipate and react. The OSS desktop can do 99% of what a windows desktop can do today. All it's waiting for is the deluge of applications. And those are coming. Slowly, but surely, they are coming.

      These vendors have a right to fear. Postgres is squashing into Oracle and Microsoft territory. SAP-DB and CA's new OSS databases are providing yet another antagonist. Mysql is replacing Access nearly everywhere a small database is needed. The web is firmly entrenched on Apache, and that's only growing (although ASP.net is providing firm new opposition). OpenOffice while still young and immature is firm competition. And Java... well, with the way OSS has been going the past 10 years, and the way the GNU classpath project is going, we'll have an open source Java within 5 years whether Sun likes it or not.

      Man, am I an OSS fanboy or what? :-D

    222. Re:What a bunch... by ckaminski · · Score: 1

      XML.

      If you can't figure out the format of an XML file (with appropriate Schema or DTD) in 15 years, god help you.

    223. Re:What a bunch... by ckaminski · · Score: 1

      I disagree. I was always of the mind that HELPED was equivalent to helped and *helped* was sarcasm.

    224. Re:What a bunch... by ckaminski · · Score: 1

      You've obviously never used Yast2 or anaconda...

      The software installation is still a problem, particularly with vendors who don't necessarily keep up to date with packages (Fedora doesn't seem to have this problem, but SuSE does). Yast2 is the most sophisticated configuration and installation tool I have ever used, and coupled with redcarpet package management has left me without needing to deal with too much command-line building, expect some very esoteric projects that I need to work on.

      It's not windows. Not yet. And I really hope it never becomes so. When WindowsXP's default is to log the user in as Administrator, and most VIDEO games require administrator access to run (try battlefield:1942 or doom3 sometime), I'm not too keen on storing my valuable data on such a machine.

      I have Windows simply to test software I crosscompile on linux, and to run video games, and the rare occasion I need Microsoft Office. But I'm not an ordinary user...

      Good day, sir! :-)
      -Chris

    225. Re:What a bunch... by ta+bu+shi+da+yu · · Score: 1

      Really? I could have sworn he was ripping off Robb Rasmussen, vice president of EDS Global Alliances, who stated that "a large enterprise needs to be sure because it relates to securifying the environment." To make sure they didn't look like idiots, ZDNet had to put a sic in there.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    226. Re:What a bunch... by ckaminski · · Score: 1

      Simple. You use wxWindows. Which solves the problem of supporting Windows, MacOS, native X, GTK, and others. There's a difference between picking a Windows toolkit out there from a commercial vendor, and one supported by the open source community. Both Gnome and KDE have more support than Native X does. Neither community is going anywhere, anytime soon. It'd be nice if they could agree to merge at some point, and possibly remain backwards compatible, but that's a pipe-dream.

      I'll lay $50 out right now, you can claim it from my grand-children. Gnome and KDE will outlive the X Window System.

      We don't need a standard desktop. We need a standard installer and configuration manager more than we need a standard desktop. Much more. /etc is almost getting out of control on some of my machines. Almost. No built in version control, dangerous.

    227. Re:What a bunch... by ckaminski · · Score: 1

      This brings up a good question.

      Anyone got any recommendations for a tarball installer?

    228. Re:What a bunch... by ckaminski · · Score: 1

      You are right. Windows is a great desktop experience. Odds are, however, that if I put you down in front of a freshly installed Knoppix machine, and an XP machine, other than having nearly every application on the web work out of the box perfectly on the XP machine, you'd never know the difference.

      Linux has come a long way. Application support is the only thing it really has against it right now. It can compete everywhere, for *MOST* people. Not all, but most.

      Other than a uniform installer, and a decent configuration manager, Knoppix does things the Windows-way.

      While I like .conf files for their unerring simplicity in the face of database corruption, I would rather have some .XML format that is more easily managed by a uniform configuration manager. Jboss does this with it's containers, and other software is going that route as well. Certainly we can do something uniform across the configuration space that also does configuration management, so that changes can be undone as atomic units. Oh, doing so-and-so broke the machine, restore the configs. (Similar to XP System Restore.).

      Microsoft got a lot of things Right with WindowsXP. The OSS world would be well advised to pay attention.

    229. Re:What a bunch... by SunFan · · Score: 1


      Soooo, guys...are you trying to say something about EDS? It seems it's right on the tip of your tounge. Come on, I really want to know!

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    230. Re:What a bunch... by Quince+alPillan · · Score: 1

      Which is why they allow you to switch to the classic interface. Its just not there by default because some pencil pusher thought the new one was better.

    231. Re:What a bunch... by TopherC · · Score: 1

      You've made a lot of great points here IMO.

      I wanted to add a couple ideas:

      On the pro-Linux side, I had a night-and-day experience upgrading one of my computers to a new MB/CPU/video card. It dual-booted to Windows 98 and Linux. I wanted to keep Win98 because it's a computer that my young daughter uses to play a bunch of kids' games. Upon first booting up, I went into Linux. Perfection! Zero work required. I was upgrading from an really old (RIVA TNT2) NVidia card to an old NVidia (GeForce3 Ti) card, which made life easier for Linux.

      Then I tried booting into Windows. And tried, and tried. For a long time I had to turn off "plug-and-play OS" in the BIOS because Windows kept all the incorrect BIOS drivers. I even had to fight to get the CD-ROM working so that I could give it the Windows install CD to loads dozens of drivers off of. Every single piece of hardware required 1-4 reboots to get working, independantly. Honestly I struggled with this for about a week, a couple hours a day. Among other things I had to re-assign the CD-ROM drive letter manually three times during the week, each time so that it could find the $@@#%&* Windows CD. Unbelievable! Admitedly Windows 98 is old and barely supported these days, so to be fair I should compare it to, say, RedHat 5.2 or something like that. But even Windows XP is not a piece of cake when dealing with massive changes to hardware.

      Okay, my other comment is that the newbie's experience with Linux (and I mean Linux newbie, not computer newbie) varies a whole lot depending on what hardware they are using, and what they are wanting it to do.

      For example, I helped a friend install Gentoo Linux on an Athlon 64 laptop, going for the full 64-bit OS and applications. It works now, but it was not easy. It took a while to get the broadcom wireless card working with ndiswrapper, get accellerated X with his ATI video card, etc.

      You can't really blame Linux developers for difficulties supporting the latest hardware. Microsoft doesn't have nearly as hard a time since they are so popular that all hardware manufacturers write their own Windows drivers. Not only do Linux users have to write their own drivers, they often can't get the specs and have to reverse engineer it. It's a major testament to the sheer power of the open-source model that so much hardware is supported in Linux, often with better reliability than the Windows drivers!

      Then there's a lot of powerful Linux software with a steep learning curve. MythTV is kinda hard to set up right. Doing firewalls well with ipchains requires a lot of (worthwhile) reading. Working with video using transcode is also time-consuming and involves lots of trial and error.

      So for the typical office computer user using well-established hardware and a nice easy distro like Mandrake or Knoppix, Linux can be substantially easier to use and learn than Windows. But the power-user or hobbyist will find no end to the cool things that Linux can do with a lot of hard work. And someone running Linux should not expect to buy a GPS device + MS Streets software and literally plug and play!

    232. Re:What a bunch... by sg_oneill · · Score: 1

      "Have you had to deal with a customer who changes requirements on a whim and then proceeds to threaten you with severe penalties if the system will be late?"

      Holy shit sherlock! You've just described the experience of any given contractor in any given contract to any given government in the world!

      So... er... What your saying is EDS cant cope with it? Theres an old cliche that ends with something like "Get outa the kitchen"

      If EDS used open systems it would of saved them a heck of a lot of work due to the superior scaleability and flexibility of using tried and tested methodology.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    233. Re:What a bunch... by Anonymous Coward · · Score: 0

      Agreed. Interestingly, if you look at the original article, it makes no mention of Oracle's presence. How did that name creep into Slashdot's headline?

    234. Re:What a bunch... by ckaminski · · Score: 1

      Assuming you are a windows user:

      convert DRIVE: /fs:ntfs
      turn off machine
      mount bigger drive in machine as IDE0:1.
      Boot KNOPPIX from CD.
      Open terminal session.
      dd if=/dev/hda of=/dev/hdb
      KNOPPIX Menu (Utilities I think) QTPARTED.
      Resize the filesystem.
      Reboot.

      For linux, it's the same, except you don't resize the filesystem. If you are using LVM you can add space to a logical volume, and use a filesystem specific tool like resize_reiserfs to resize the filesystem to fill the logical volume without rebooting, without unmounting the filesystem, and CERTAINLY without shutting down your computer (varies by filesystem, of course).

      About a month ago, I had to increase the drive size in a Windows2000 HP Omnibook laptop (6.5GB to 40GB), and an XP VMware host on my main server (4GB to 8GB).

      I used a slightly modified version of this process, except rather than pull the disk drive, I did this:

      smbmount //server/path /mnt/server
      dd if=/dev/hda of=/mnt/server/filesystem.img
      shutdown.
      created new disk (virtual). Installed new drive (laptop).
      boot knoppix.
      smbmount //server/path /mnt/server
      dd if=/mnt/server/filesystem.img of=/dev/hda.

      wash, rinse, repeat.

      Rather than completely reinstall my work environment from scratch, I simply grew into my new drive, without needing to create new partitions.

      When my home directory on my server runs out of disk space, I simply lvextend -L +4GB, and run resize_reiserfs on it. I've got a 250GB drive, half of which is unpartitioned, simply because I have no idea how I'm going to use it all. I could have made it one big partition, but that's chaos, havoc for upgrading. I can wipe out / /etc /usr, and I'll still have all my data. My VMware virtual hosts, my databases, my email, my home directory...

      Currently you have to use the command line. Given a week, I could probably write a perl-GTK or Java wrapper around all of this and make it a push-button affair. Maybe a month to catch all the fringe cases and take into account scsi devices.

      Linux isn't generally better than windows, just some things. It excels at these bare-metal things, unlike windows. Windows has these sorts of products available, but they cost money. PartionMagic and Ghost will never be available commercially for Linux, there's just no need.

    235. Re:What a bunch... by ckaminski · · Score: 1

      I'll only take exception to your LDAP comment here. Other than the ADSI COM interfaces, Active Directory is nothing more than an LDAP provider. That's the value-add in AD, those com interfaces. But we can agree to disagree.

      (Sorry, and LDAP user for many many years.)

    236. Re:What a bunch... by Anonymous Coward · · Score: 0

      I couldn't have said it better, we're stuck with them as well (General Motors) and around here EDS stands for "End of Dependable Service".

      Essentually, they suck.

    237. Re:What a bunch... by ckaminski · · Score: 1

      I had a look at Elektra, and it's missing what I consider a very vital feature in anything that looks to replace the traditional /etc status-quo: rollbacks and change management/auditing. I need to be able to tell WHO made a change (if you're on a pty as non-root, I can find out who you are), when, and hopefully why. More important, I have to be able to roll that change back when it breaks the system. Preferrably without losing the change, so I can analyze it further, perhaps fixing it. I like the concept of Elektra, and I wish I wasn't getting involved in other OSS projects, because I'd implement this feature for it...

      Anyhow, with Novell dropped Yast2 into the OSS fold, I feel the day of decent management tools has come. Yast2 is simply amazing. Combine it with redcarpet/RPMFIND.net, and we're almost there in providing the desktop experience. If only someone could tell me WTF awele-1.0-344.i586.rpm is. :-D

    238. Re:What a bunch... by ckaminski · · Score: 1

      In my 11 years of using X-Windows, middle click has NEVER failed to work with copy/paste.

      Some people don't realize that highlighting text will erase the paste buffer, replacing the previous text with what was just highlighted. This still catches me at times, and can be annoying, depending on the complexity of the task I was working on... :-/ But I've done similar stupid things with Ctrl-C/Control-V.

      As to intuitive, it took me a good couple days to drill into my dad (A 10 year computing veteran as a user) that Ctrl-C/Ctrl-V would say him time. And I'd get a call months later asking "what's that feature again, that ctrl-key thing". Windows can be pretty fscking annoying, and this is a guy who's used Windows since 3.1. Windows 95, 98, 98SE, Me, and now XP Pro.

      I'm no linux apologist, but Windows isn't all you think it's cracked up to be. Personally, I think even the Mac is unintuitive for a new user. Could be I'm just set in my Unix/Windows ways...

    239. Re:What a bunch... by ckaminski · · Score: 1

      I run k3b along with Evolution, gaim, openoffice, firefox, eclipse, vmware and xmms all on a gnome desktop. They all work well together, look good, are intuitive to use... the lone Piece of Shit I have installed is Acrobat Reader 5, which is a throwback to cheesy 1994 style X-Window interfaces. I'm so looking forward to the 7.0 beta.

      So the one commercial application I have installed is also the most mundane, most non-standard widget wise. Funny how that works, huh?

    240. Re:What a bunch... by tuba_dude · · Score: 1

      It royally sucks being a user on the NMCI system. I've got no control, no power, and when the shit hits the fan, I'm blamed and nothing gets fixed.

      --
      "The government of the United States is not, in any sense, founded on the Christian religion."
    241. Re:What a bunch... by ckaminski · · Score: 1

      I do believe that in this case, fork means more than just code differences. In many cases, it's a philosophical or political difference. Witness XFree86 vs X.Org, or the various BSDs. While sharing code may occur in either or both cases, and often does, they exist because of very different reasons, not that they are vastly different. They were once the same, and now they are not, and that's because of the motivational reasons.

      If IBM wanted to make mainframe improvements to Linux, and Linus refused, I GUARANTEE there'd be an IBM-Linux fork. But Linus & Co. have been generally fair to everyone in vetting which patches get into the kernel.

      And Linux is using the competitions best tricks to outmaneuver, outflank, and eventually surpass them. Because of it's momentum, it's hobbyist base, it's commercial supporters, and it's openness, it's only going to snowball.

    242. Re:What a bunch... by Billly+Gates · · Score: 1

      Not to sound trollish but I have also seen benchmarks which show SQL-SERVER leading the pack for most bang for the buck. The Linux ones I have seen were overpriced by a large margin for price-performance ratio.

      Keep in mind this was in 2001 or 2002 and may be outdated today.

      The link above is on Oracle's website so its biased.

    243. Re:What a bunch... by ckaminski · · Score: 1

      My bet that if you had been restricted to just Maya, you would have settled on Redhat. Linux is linux, distro be damned.

      The fact that you found a platform that isn't Windows that supported ALL of your applications is what drove your decision. I'm not at all surprised. In that case, your upfront costs certainly paid for themselves.

    244. Re:What a bunch... by ckaminski · · Score: 1

      But the fact is, even two years after development ceased on Desktop Redhat, I can still run most commercial packages on redhat 9 or 8. And Oracle itself will run on Fedora Core 2. I don't see the problem. The LSB takes care of most applications, if only vendors would stop checking /etc/uname for a version, and target to libraries.

      But I envy your for the simplicity of your choice. OSX is indeed impressive.

    245. Re:What a bunch... by ckaminski · · Score: 1

      With MFC, ComDLG32, etc. yes, there are lots of libraries installed. Figure on at least 2 different versions of MFC on a machine you might have to deal with (less of a problem today, mfc42 is pretty much the standard). That's where demand paged memory comes in. Only making copies of data pages, not code pages...

    246. Re:What a bunch... by ckaminski · · Score: 1

      I don't care. I have both installed. Most distros today come with both installed. Most semi-commercial applications I've seen today seem to be trending towards gnome (except open office), but that could just be my blind ignorance.

      It's like deciding between Corba or DCOM. Pick what works best for you. Make it a known requirement. Develop, test, release. Wash. Rinse. Repeat. Stop worrying about politics, and just write the damn thing. If you care about portability, use a tooklit like wxWidgets, or SWT.

    247. Re:What a bunch... by Anonymous Coward · · Score: 0

      No, the advanced users are disappointed at how crappy all these SQL databases are and wondering why the heck nobody has just implemented basic the relational model from 30 years ago.

      However PostgreSQL at least allows you to add constraints with triggers and lets you "fake" updateable views so it's not as bad as MySQL.

      And don't duck and run, stay and fight :-) .. I get tired of explaining to people that get bad data into their database (think: invalid IP address string, bad date, order line-item without order, etc) that actually, there *is* a solution and it was invented decades ago.

    248. Re:What a bunch... by Anonymous Coward · · Score: 0

      Having two highly competitive desktop platforms like GNOME and KDE results in both getting better faster.

      It does? Faster than what? Faster than Apple? Faster than if there was only one Linux desktop?

      They are both playing catch-up and KDE's menus are still 50 elements long and confusing.

    249. Re:What a bunch... by bcmm · · Score: 1

      That was exactly why I was waiting for KDE 3.4.

      Now when will Gentoo mark it stable? Weekend probably...

      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    250. Re:What a bunch... by DunbarTheInept · · Score: 1

      The level of similarity of game interfaces to each other (yes, including things like solitaire and minesweeeper) is no more so than the level of similarity between, say, a randomly chosen Windows app, Mac app, and Linux app. You click on stuff. you drag stuff. A hotkey kills the window. The similarity between them ends there. (For example, a rightclick in minesweeper lays a flag - definately not the expected bring-up-a-context-menu that other programs train you to expect - and yet people don't seem to mind this in the slightest.)

      And the reason is that if a program is doing a different type of thing, it makes a lot of sense to use a different type of interface if need be.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    251. Re:What a bunch... by Fi+Dot · · Score: 1


      Windows is still very user-hostile overall. There's no easy way to setup users and permissions or anything like that unless you UTFG (use the f*cking gui). Most experienced users don't want to UTFG =\
      </I>

      Even that I use Linux, i think, i should correct you :). There *is* a way of modifying acl's from command line, and, actually, a very nice one - try cacls command. There was a CMD utility to add users, too...

    252. Re:What a bunch... by the_womble · · Score: 1
      so critical of having to edit .CONF files etc.

      You do not have to for normal desktop use. If you are setting up a server or an unusual network you should be able to cope with editing text files.

      Knoppix is headed in the right direction. I used it about a year ago

      An year ago? Most distro's are by now well ahead of where Knoppix was back then. If you use KDE any distro will more of less behave like Windows but allow you to gradually change things (to behave very differently) as you get to know it.

      The only area (of those mentioned) where I still feel Linux is behind (form the experience of switching a small office and several individuals to Linux) is consistency of keyboard shortcuts, but not that many people use them heavilly.

    253. Re:What a bunch... by Master+of+Transhuman · · Score: 1


      Since it's been pointed out by Score:0 Redundant that you're an idiot, let me be redundant and re-emphasize that.

      You're an idiot.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    254. Re:What a bunch... by Master+of+Transhuman · · Score: 1

      "I can see how someone could get used to Linux and therefore they are more familiar with it, but it has never seemed intuitive to me."

      Well, I had to learn Linux and Windows AT THE SAME TIME. And I can tell you from that experience that NEITHER are particularly "intuitive" in any sense of the word that I am familiar with.

      Which is why I re-iterate: anybody who says Windows is easier to use than Linux is simply wrong.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    255. Re:What a bunch... by Master+of+Transhuman · · Score: 1

      "Drag and drop is completely counterintuitive? It was the second thing I tried when I started customizing my XP laptop..."

      What's wrong with this picture?

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    256. Re:What a bunch... by Anonymous Coward · · Score: 0

      I was always told to get at least three quotes. Then you throw away the quotes that are too high. Then you throw away the quotes that are too low. You pick a quote from one of the guys in the middle; they're likely to be telling the truth.

    257. Re:What a bunch... by Master+of+Transhuman · · Score: 1

      "Under Windows, most programs just run a setup.exe or install.exe (sometimes replace exe with msi)"

      In fact, you're supposed to go through the Add/Remove Programs process - and when you do that in 2000 and XP, it will by default only show you msi programs. You can have to use the drop-down menu in the Open dialog to see other types of programs - which, since most apps still install using other types of programs - is a PITA.

      "There is no easy way to setup users and permissions or anything like that unless you RTFM."

      Oh, horseshit! Linux has had Webmin for ages, now. And if you think using Windows 2000 and XP control panel and NTFS permissions are easy, then why are there CLASSES AT COLLEGE LEVEL in those subjects? Why did Microsoft move Group Policy to its own Management Console? Because admins couldn't figure out how to use it, that's why.

      Windows is NOT a task oriented interface - even with its so-called "Wizards". Doing anything beyond the obvious is absolutely not "intuitive" in any sense of the word.

      AND it's a bug-ridden piece of shit. For the last two weeks, my system has been down and out while I tried to figure out why Windows 2000 and XP crashed when I crossed the 137GB boundary despite having 2000 Service Pack 3 and 4 and XP Service Pack 1 and 2. The other day I found an obscure Microsoft Knowledgebase article that points out that Windows 2000 Service Pack 3 doesn't read the partition table correctly for "some hard drives"! Thanks a whole fucking lot, Bill! Why not tell us WHICH hard drives, WHEN and WHY?

      Not only that, the piece of shit Disk Manager in Windows 2000 set up and formatted a partition as FAT32 - and declared it "healthy" - and when I booted with Bart's PE, that XP kernel declared the partition to still be NTFS! (Confirmed by Partition Magic!)

      And then for grins I had the defragmenter look at the root partition - and despite the partition being up only three days with only a couple programs installed, the defragmenter recommended defragging! And when it was defragged, the dual-boot Windows XP partition reverted to default screen settings!

      Don't try dual-booting Windows 2000 and XP on "some" hard drives larger than 137GB! They will drive you NUTS with phantom partitions and files that can't be seen by either OS - even though they are allegedly on the exact same FAT32 partition.

      I will repeat my oft-stated point:

      WINDOWS IS CRAP!

      Linux is ALSO crap!

      But Linux is FREE crap.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    258. Re:What a bunch... by Master+of+Transhuman · · Score: 1


      Missed the point of "spyware, or a dialer", did we?

      Note to Security Administrator: wipe this guy's hard drive before the whole company gets infected.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    259. Re:What a bunch... by Anonymous Coward · · Score: 0

      It's spelt "fork" but it's pronounced "Raymond luxery yacht"

    260. Re:What a bunch... by Master+of+Transhuman · · Score: 1

      "So what if some company wants to write some application for linux, what do they choose?"

      Whichever one they want since most distros load both libraries. And I don't think it's a good idea for a distro to settle on one without loading both libraries as a hedge. There are good programs in both platforms and the user should be allowed to choose which ones they want to use.

      If grandma has never used Windows, she will have absolutely no problem learning Linux. That has been established for some time now by numerous persons who have described exactly that occurrence.

      No, I did not answer my own criticism. Do you expect "grandma" to even know what switching back to "classic view" even means - if she can find it? I love how "grandma" can ALWAYS figure out Windows - even if she's never used it - but can NEVER figure out Linux. In other words, bullshit...

      "We" do not need a standard desktop. A given corporation can standardize on any desktop it wants. That's what a corporation needs. Individual users should have more choice (in fact, I'd argue that even many corporations, depending on size and support needs, need choice.)

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    261. Re:What a bunch... by Master+of+Transhuman · · Score: 1

      "Faster than what?"

      Faster than they would if they were one monolithic project. Is that comprehensible to you?

      "Faster than Apple" is irrelevant. Apple was faster to begin with and is still faster than Windows - unless of course you count the stupid "drag files to be ejected to the trashcan" idiocy.

      Microsoft probably has tons more developers working on the Windows GUI than Apple has on its GUI. Do you see Windows GUI better than Apple?

      I didn't think so.

      Throwing bodies at a project makes it worse - which was proven thirty or forty years ago at IBM.

      As for the menus still being confusing, I suspect that is more the fault of the idiots at the distros than the developers writing the underlying code for the desktop platforms. In any event, some of the distros are waking up to the fact and some of their menus are getting better.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    262. Re:What a bunch... by bcmm · · Score: 1

      That's a different kind of transperancy.
      That is software blending, which KDE can use for menus only and which is static, i.e. based on a snapshot of what was underneath when the menu appeared. The new system uses xorg's new compositing features to provide true transperency for windows, i.e. it will update when the window behind changes. KDE will let this be applied to normal windows (maybe, like, macs, you will be able to make them become transparent when not focused?).
      Anyone know if this can use hardware acceleration to take the load of the processor?

      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    263. Re:What a bunch... by RogTP · · Score: 1

      Hmmm, British Health Ministry. Being a Brit, I might describe that as the Department of Health. Which is of course not where the incident happened. That was the Department of Work and Pensions. No, EDS may not be perfect. But I do wonder for those of you out there who manage 10 servers and 50 desktops, whether you've ever tried managing 3.5 million desktops, and 10,000 or so servers. Perhaps more 'aware' of what are likely to be the issues surrounding this, than Bob and Jims PC Maintenance company. Perhaps you also noticed SUN in the list of interested parties, with whom EDS partner to sell their Java Desktop System based on Linux. Ah, well, but everyone know better......

    264. Re:What a bunch... by KiloByte · · Score: 1

      Oracle, fast, scalable? Scalable my ass.

      A year ago, I tried to setup an Oracle server on a mid-class machine. I stopped the attempt after a day. The next day, I've chosen to do it in two attempts -- installing the server itself (6 hours) and then creating a database (8h). The machine had only 256MB of memory, though.

      As a test, I've dug a 486 box with 24MB ram from my cellar, and put mysql with a full copy of our data there. The performance was just a bit sluggish (with just one client, though -- but the app itself never has more than 5-10 concurrent users at a time).

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    265. Re:What a bunch... by Anonymous Coward · · Score: 0

      Want the most basic example of differences in GUI even from MS apps that come with Windows?
      Some you leave with File Exit, some you leave with File Close.
      Within MS apps (and also many others) you are presented two choices, yes, or no. In one window, Y is yes, N is no, in another Y is yes, and O is no. There are no other choices to force a letter change.

      What's up with that?

    266. Re:What a bunch... by 4of12 · · Score: 1
      For a large enterprise a fork IS a bad thing...This is definitely an area where MS has the upper hand

      This has always confused me: the lengths to which most large organization IT departments will do triple backward somersaults to upgrade to the latest service pack, to upgrade from 2K to XP, to upgrade to 2003, upgrading Office, etc.

      Corporate IT life is essentially a harried chase after what is one MS fork after another on their own product line, either to avoid a security vulnerability or to eliminate some backwards compatibility.

      --
      "Provided by the management for your protection."
    267. Re:What a bunch... by Donny+Smith · · Score: 1

      > You were personally put out by the Xorg fork? How? I find this difficult to believe.

      Yes I was put out, that's why the comment got me going :-)

      Before I was able to run X-Windows on my hardware and recently when I tried to upgrade to kernel 2.6 (with Xorg X-Windows), both SuSE and Red Hat detected my h/w properly during setup but "startx" crashes no matter what I do.

      All I wanted was 800 x 600 to be able to get on the Web using Firefox. Not exactly rocket science. That's why I said that as far as I'm concerned, X.org isn't an improvement.
      I spent 2 nights on troubleshooting, recompiling and general fucking around before I gave up.

      >Fragmentation... Like DOS->WinNT? Like WinNT->WinXP? Etc.?

      That's not fragmentation, that's end-of-lifeing. Different generations of OS...
      If you run a current sytem, that'd be Win2K3 on server and WinXP on client. For server apps all you need is to test them on Win2K3.
      With Linux I would think that for most apps you need to QA on each distro if you want to be sure.

    268. Re:What a bunch... by drakaan · · Score: 1

      I'd always read caps as ANGRY, but splats (asterisks) as *emphatic*. Everybody reads things differently, I guess.

      --
      "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
    269. Re:What a bunch... by dahlek · · Score: 1
      Yup, you made some great points too - especially the bit about being cool for hobbyists and the things it can do. It makes computing fun again ;)

      I would like to offer, however, that setting up firewalls and running transcode - those two things specifically - has been made really really easy. I find myself using Firestarter - it has a GUI for config and does pretty much everything by itself, including IP-masq - literally anyone can enable Internet sharing and enable a firewall using this tool. Ditto for transcode. Many times in the past did I try to find a shortcut, but I always ended up editing that paragraph-sized command line myself to get something decent - not anymore. There are several tools now, both GUI and command line, that drive transcode to do amazing things hassle free. k3b uses it, for example, though I've never tried it that way...

    270. Re:What a bunch... by Atzanteol · · Score: 1

      That's not fragmentation, that's end-of-lifeing. Different generations of OS..

      Not when they co-exist for some time. Remember when '98 and NT were both the 'latest'? Drivers from one would not work in the other. NT was a fork. At least with Linux all the drivers tend to be in the kernel so this isn't as big an issue.

      Also, the change from XFree86 to Xorg thus far has been very minimal. I wonder if there's some other strange reason you had issues with X...

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    271. Re:What a bunch... by Merk · · Score: 1

      I was just rewriting what the other guy said word-for-word about Windows. Sure, many people who are used to GUIs want to use GUIs. Many people who are used to consoles hate having to use GUIs.

      As for "setup.exe" working without an internet connection, the same is true for Linux software you buy on a CD. The difference is, most people download Linux software because it's free. Oh yeah -- and try installing and using Half-Life 2 sometime without having an internet connection.

    272. Re:What a bunch... by Merk · · Score: 1

      Sure, and you can modify permissions and users and all that in Linux from the GUI. I was just rewriting what the guy said using Linux instead of Windows.

      Really, the complaint was that "Linux isn't like Windows", which is true, but doesn't mean Linux is worse. I just wanted to illustrate that by writing what he wrote almost word-for-word.

    273. Re:What a bunch... by The+Bungi · · Score: 1
      Ok, you want more Windows apps that use custom widgets?

      Congratulations, you just made my point. Are these 7 applications supposed to be a significant cross-section of the actual Windows application base, or am I missing something?

      The point for me isn't that on Windows they don't need to load extra libraries, it's the fact that it's so inconsistent (and often really ugly).

      This has nothing to do with the issue at hand. If I choose to ship a crappy app that does '1337' skinning, that's my problem. It does not confirm or invalidate the fact that I still have a standard to which I could have coded it.

      looks far more consistent than a relatively equivalent Windows experience

      The problem with Linux is that there is no standard. I cannot code a simple app and expect that it will work on every distro, unless I write a pure X deal, which will look like shit. OTOH, with Windows I can code to the lowest common denominator and still get decent functionality because I'm using a standard. Both the OS itself has a set of native widgets that have changed very little in 12 years and are fully backwards compatible, and the Common Controls 4.0 (Windows 95) and higher are also guaranteed to be there and be fully backwards compatible. Can you say the same thing about your current Linux distro? Of course not. With Linux I have to ship GTK, Qt or beg that the user makes sure he has Athena or Lesstif or [whatever] installed and then cross my fingers. Further, widget libraries often have breaking changes between major versions. AbiWord is one of the major applications that has been broken by changes in the GTK API, and that's just one example.

      Now, shipping GTK or whatever is not a big deal. But the fact remains that the Linux GUI 'experience' - as you call it - is fragmented, inconsistent and generally hard to support from a development POV.

    274. Re:What a bunch... by kelnos · · Score: 1
      Congratulations, you just made my point. Are these 7 applications supposed to be a significant cross-section of the actual Windows application base, or am I missing something?
      Yes and yes. That was the point.
      The problem with Linux is that there is no standard. I cannot code a simple app and expect that it will work on every distro...
      That's ridiculous. If you want to ship a GUI app for the majority of modern Linux desktop distros, write it using gtk2 or qt3. For the newer users that selected a default install, it's likely that both qt3 and gtk2 were installed by default. For more experienced users, just list gtk2 (or qt3) as a requirement on your website or in the documentation. This isn't brain surgery.

      Are you, by chance, a developer who works with X11 GUIs on Linux? Funny, I am, and I wouldn't call it "fragmented, inconsistent and generally hard to support from a development POV". Far from it. Really, the only trouble I have is (for example) when I want to make use of convenient features only present in gtk 2.6, but want to support users of gtk 2.4. But that's hardly the type of issue you're talking about.

      Is it perfect? Certainly not. Occasionally, as you note with the AbiWord example, someone screws up and things break. But that's by far the exception to the rule. And it's not like things are any different on Windows, what with the varying versions of the MFC .dll floating around. Add in the VB and/or .NET runtimes for apps developed with those frameworks, and you have more problems.

      Again, I'm not saying that Linux/X11 is perfect: far from it. But the problems you describe are simply nowhere near as awful as you say, and Windows has its own problems, of similar severity from a development standpoint. Not to mention that I find working with the likes of MFC to be a horrid experience. .NET is probably a bit nicer, but I haven't done any Windows GUI programming in years. But I digress...
      --
      Xfce: Lighter than some, heavier than others. Just right.
    275. Re:What a bunch... by just-a-stone · · Score: 1

      oracle is interested in linux, but not the way one may be used to from bigger players. they neither are ibm nor novell.

      some years ago, i downloaded oracle beta for linux (i didn't want to be blamed for spending the money for an aix development system) and the next day, i had a phone call by a local oracle office to tell them about my experiences including free training courses (i didn't intend).
      it was not one of those alibi questions "how's my product *extra-white-smile*? wanna buy cheap rdbms now?", but a serious attempt to keep in touch with people that really use and evaluate it. direct questions by technicians and not the usual marketing blah. i really was surprised.

      oracle has some not too big focus on linux, when it's redhat or sles and will hardly ever satisfy the kind of linux lover running slackware, debian, gentoo or his own flavour.
      they have never seen the benefits of linux in common because they never needed to.

      for oracle, linux is unstable and inscalable if larry sais so until he sais anything different.
      if larry hasn't said anything yet, don't really care about their statement in the meanwhile ;)

    276. Re:What a bunch... by AstroDrabb · · Score: 1
      The link may be on Oracle's site, but it is from Transaction Processing Performance Council, where you can go to see some of the results.

      TPC is all commercial though. I would love to see some two-way server comparisons running MYSQL and PostgreSQL to see how they stack, especially in price/performance.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    277. Re:What a bunch... by AstroDrabb · · Score: 1

      Oracle is a memory hog, however it is not made to compete with small databases such as MySQL. Oracle doesn't scale going _down_ to a tiny box with only 256 MB. Oracle scales up well to very big iron. The right tool for the right job.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    278. Re:What a bunch... by Simon+Brooke · · Score: 1
      If you can't figure out the format of an XML file (with appropriate Schema or DTD) in 15 years, god help you.

      Wow! It's easy to see you've not been in this game for fifteen years.

      Let's see, it's easy to figure out the format of a file so long as it's in XML. Provided, of course, that you know the character encoding, of course. And that you've got a device that can actually read the media. And provided you can license the patent on the compression algorithm. And provided the XML doesn't include any binary sections. So, no problems, then.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
    279. Re:What a bunch... by satans_advocate · · Score: 1

      Wha? I had mysql up and running in an hour. Postgres on the other hand was still broken after 2.5 days.

    280. Re:What a bunch... by alienw · · Score: 1

      Actually, this is a big advantage for corporate desktops. By doing a few simple things, you can guarantee that users will not be able to fuck things up. On Windows, you have to work hard to lock everything down. On Linux, you just don't give them the root password.

      Besides, maybe you should try something other than Slackware. For instance, to install something on Mandrake or Red hat you just double click the RPM file. Couldn't be easier.

    281. Re:What a bunch... by uits · · Score: 1

      As the other poster mentioned, it scales UP not DOWN. You should give 10G a try for installation as well, it's virtually hands-off and was finished in 45 minutes on my year old pc.

    282. Re:What a bunch... by TopherC · · Score: 1

      Thanks for the tips! I'm looking into firestarter and transcode wrappers right now.

    283. Re:What a bunch... by croFrog · · Score: 1

      Then you relize that EDS is making up the load outs them selves right... and are simply enforcing the navy policy. It isn't their fault is the loadout the navy picked and the policies the navy developed are flawed.

    284. Re:What a bunch... by Anonymous Coward · · Score: 0

      "Let's make it super easy to install a driver or piece of software. Step 1.) Run Install. Step 2.) Press [OK] a few times. Let's also create a place under Control Panel where they can uninstall ANY app installed to the machine."

      This is the cause of many problems in Windows. Let's take a look at where all of this information is stored: The System Registry.

      The System Registry allows virus applications to run themselves, and place commands in here to recreate themselves once they've been deleted. Most of the time in very strange places. Most users cannot fix this, even with simple instructions. Therefore they end up paying $50+ for a computer repair guy to do it, very overpriced for a simple stupid thing, no? Then there's also the aspect that the "Add/Remove Programs" uninstallations do not remove everything from the Registry. This has caused me much headache uninstalling and reinstalling some applications. Personally, I'd much rather use "emerge -C *program*", or just delete the directory and be done with it. Simple, easy, painless, and easy to bring in the new version.

      Also, why force your system to have a large cache of every stored program, and piece of information on the system? This helps in certain ways, but in full honesty, it just forces your system to hold information of everything you've installed. And if you like upgrading your software, and it doesn't have an auto update program, be prepared to reinstall Windows in a few months, because your computer'll slow itself down due to Registry problems.

    285. Re:What a bunch... by z_gringo · · Score: 1

      Besides, it should have been Teh Internets

      --
      -- -- Warning. Do not stare directly at the sun.
  2. Interesting crowd by oneandoneis2 · · Score: 4, Insightful

    No chance of any anti-linux bias from any of that lot, eh? :)

    --
    So.. it has come to this
    1. Re:Interesting crowd by justkarl · · Score: 1

      No chance of any anti-linux bias from any of that lot, eh? :)

      And CERTAINLY not on slashdot.

    2. Re:Interesting crowd by ttldkns · · Score: 1
      to be honest i think this notion was also heavily backed by sun...
      from tfa:
      Jim Hassell, managing director of Sun Microsystems Australia, argued that Linux was no loss to the Agility Alliance because it could use Solaris 10 instead of Linux rival Red Hat. "If you test Red Hat against Solaris 10 against whatever else... we would say that Solaris 10 beats it hands down on functionality and everything else," said Hassell.

      so yeah, with one hand sun loves the oss community, releasing SOLARIS under and OSS licence and begging for a community and with the other hand it slaps us all in the face by damning our operating system.

      every company is there to look out for itself.

      --
      How many computers are too many?
    3. Re:Interesting crowd by johnnyb · · Score: 2, Interesting

      The funny thing is that Rasmussen or whatever his name is at EDS said that Sun won the UNIX battles, but it you look at what EDS is actually running -- they are running pretty much all of the UNIX's, because they each have different strengths and weaknesses.

      And who made the quote that Solaris 10 can do anything anyone else can do and better? That's right, a representative from Sun.

    4. Re:Interesting crowd by CarpetShark · · Score: 1

      I might agree, but my only thought on hearing the opinion of EDS is: EDwho?

    5. Re:Interesting crowd by Anonymous Coward · · Score: 0

      I thought Oracle had 10,000 of their developers running linux, what up with that? How they gonna go and diss on linux now?

    6. Re:Interesting crowd by pboyd2004 · · Score: 1

      The thing that supprises me is Dell's involvement. They are heavily investing in Linux servers.

      http://www1.us.dell.com/content/topics/global.aspx /solutions/en/clustering_hpcc?c=us&cs=555&l=en&s=b iz

      Just a little tidbit that promotes Linux servers in their High Performance Computing Clusters.

      Looks like Microsoft is wearing down Dell on the issue hoping that they can control Dell the way Intel does.

    7. Re:Interesting crowd by flumps · · Score: 2, Interesting

      As a Cisco contractor, Cisco afaik have always supported linux and actively promote it to their employees as an alternative to Windows. In fact, there was talk of going totally linux at one point!! I dont know where this "concensus" came from but it smells dodgy.

      --
      "So there he is, risen from the dead. Like that fella, E. T." - Father Ted Crilly
    8. Re:Interesting crowd by Anonymous Coward · · Score: 0

      "it you look at what EDS is actually running -- they are running pretty much all of the UNIX's"

      Isn't EDS just a contractor-whore? They'll run anything if you dig it.

    9. Re:Interesting crowd by Anonymous Coward · · Score: 0

      Aww, how sad. You got slapped in the face. Your operating system was "damned". You know, you probably take things a little too personally.

    10. Re:Interesting crowd by NeoBeans · · Score: 1
      so yeah, with one hand sun loves the oss community, releasing SOLARIS under and OSS licence and begging for a community and with the other hand it slaps us all in the face by damning our operating system.

      I don't think Sun is *damning* Linux. Hell, they ship and support Linux. I know this because I have a Sun Opteron 64 workstation sitting here with Linux.

      Also, consider that Oracle, EMC, and Cisco are also on board this "alliance".

      Most companies use open source for strategic purposes, not necessarily because they are drinking the Linux Kool-Aid. As a result, I see IBM selling services (re: farming out IBM consultants) to help people with their "free" Linux installs. Linux is a tool for these companies to make money, and while most Linux fans (myself included) would love to see Linux challenge more established platforms, the reality is, Linux is sometimes pitched as a cheap platform so companies can sell consultants.

    11. Re:Interesting crowd by Anonymous Coward · · Score: 0

      "And who made the quote that Solaris 10 can do anything anyone else can do and better?"

      Dear mr. Sun

      Since your product can do anything better than anything else I would like it to run on my DEC ALPHA cluster by the end of this month (march 2005).

    12. Re:Interesting crowd by operagost · · Score: 1

      EDS is huge, they're just not a household name. See BASF.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    13. Re:Interesting crowd by Mr.+Frilly · · Score: 1

      If by "won the UNIX battle" you mean; to be the last, straggling, dying company whose business model requires people grasping on to their particular proprietary form of UNIX, then yes, Sun has won the UNIX battle.

    14. Re:Interesting crowd by Anonymous Coward · · Score: 0

      Idiot.

    15. Re:Interesting crowd by kirun · · Score: 1

      EDS is the company responsible for making huge profits out of screwing up major government IT projects.

      Let's see... in the UK, they managed to muck up the Inland Revenue, the Department for Work And Pensions, and the Child Support Agency.

      How about commercial clients? Seems BSkyB didn't get a working system, and Abbey weren't happy with their system either.

      Not exactly a company whose opinion on what's reliable is worth anything.

      --
      I'm scared of numbers that can't be written as a fraction. It's an irrational fear.
    16. Re:Interesting crowd by mungtor · · Score: 1
      And who made the quote that Solaris 10 can do anything anyone else can do and better? That's right, a representative from Sun.

      So does that make it hurt more or less that he's right?

    17. Re:Interesting crowd by johnnyb · · Score: 1

      Except that he's not. Does Sun run XFS? No. Yet XFS is the best available filesystem for streaming large files from disk. There's at least one.

    18. Re:Interesting crowd by CarpetShark · · Score: 1

      Oh, those guys? Hahhah, it seems I know them by their failures :) Thanks for clarifying :)

    19. Re:Interesting crowd by Antique+Geekmeister · · Score: 1

      He's also wrong. Try even administering NFS and NIS under Solaris vs. doing so under the major Linux distributiobns. You'll find that Webmin is your friend and makes it all much simpler than the Solaris tools.

    20. Re:Interesting crowd by gnuman99 · · Score: 1

      I thought Oracle was using Linux for development exclusively (or nearly so).

  3. We are the risk takers of our time by suso · · Score: 4, Insightful

    In relation to the spirit of this article.

    In an industry where companies distort facts, thwart community efforts, it can be hard to know who to trust and what to believe. I think it is times like these when we the Open Source/Linux community can compare itself most closely with other changes and booms in society's history.

    Think of all the doomsayers who like to say "The sky is falling" around times of economic uncertainty and social change. In the end, the ones who take the risks during those times, usually come out ahead.

    I consider the Open Source community to be the "risk takers" per say of our time. I don't think that we'll end up on the wrong side of the fence when all is said and done. But if we do, so be it! At least we tried to make something better of the world. Something that gives rather than takes.

    I don't think we should spend so much time reading articles like this that give us the attitude that the sky is falling. We should spend more time celebrating Linux and Open Source and leading the way to what will come next. We need to be leaders not Doomsayers.

    If you want to read a good article on why open source is the right way to do things, read this Peruvian Congressman's letter to the manager of Microsoft in Peru. Really great read.

    1. Re:We are the risk takers of our time by xdroop · · Score: 5, Insightful
      Think of all the doomsayers who like to say "The sky is falling" around times of economic uncertainty and social change. In the end, the ones who take the risks during those times, usually come out ahead.
      Sorry sir, your logic does not follow. Just because the winners were risk-takers, it does not necessarilly follow that risk-takers are winners. The risk-takers are winners because they took the right risk at the (right) time. That said, I do not think Linux is a "risk" these days.
      --
      you should read everything on the internet as if it had "but I'm probably talking out of my ass" appended to it.
    2. Re:We are the risk takers of our time by Anonymous Coward · · Score: 0
      The relentless use of "we" here is revealing. Has "we" ever seen a mainframe, let alone run Linux on it?

      Not that I'm taking the word of the Agility Alliance as gospel, but I have about as much faith in them as I do in a bunch of Linux kiddies yapping about ultra-high-end scalability.

      Yeah, dude, you're the "risk taker of our time". If Ubuntu had wrecked your mom's Dell, you'd have gotten your ass kicked. But it didn't, so bring on the AS/400!

    3. Re:We are the risk takers of our time by suso · · Score: 3, Insightful

      I do not think Linux is a "risk" these days.

      Neither do I. But Linux definately hasn't completely established itself yet in society. One could say that we are still trying to get in installed.

      And no, its not always about taking a risk at the right time. But percentage wise, their are so few risk takers (people who put them selves out there and try something new, etc.) in the world, that usually what happens during a time of change is that most people duck and cover while these "risk takers" command and conquer and usually win out at least somewhat in the end.

    4. Re:We are the risk takers of our time by Anonymous Coward · · Score: 0

      Your subject made me think of a quote from Willy Wonka and the Chocolate Factory:

      "We are the music makers, and we are the dreamers of the dreams."

      That should be the Open Source preamble :)

    5. Re:We are the risk takers of our time by Baby+Duck · · Score: 3, Insightful

      Yet non-risk-takers are almost never the winners. And when they are, they are merely beneficiaries of the labors of the risk-takers who did win. Like me being able to buy cheap gasoline and cheap broadband.

      --

      "Love heals scars love left." -- Henry Rollins

    6. Re:We are the risk takers of our time by colmore · · Score: 1

      The only way that Linux is "risky" right now is the possibility that free software might be made illegal by idiotic security and copyright protection law. This won't happen. There is far too much money riding on the Linux + Apache platform alone, more money than even the combined resources of the entertainment industries and closed-source software publishers. Then consider the number of governments that have based their IT platforms on free software. Even if OSS gets killed in the US, it will still thrive in the rest of the world.

      From a technology standpoint, Linux stopped being risky for small to medium backend tasks a long time ago. Scalability and desktop are improving by leaps and bounds and don't show any signs of losing momentum.

      The only risk involved in migrating to open source is the cost associated with migrating any large installed system. It takes lots of man-hours for IT staff and lots of retraining. But for any organization just getting off the ground, free software is about as low-risk as you can get.

      --
      In Capitalist America, bank robs you!
    7. Re:We are the risk takers of our time by rastin · · Score: 1

      Peruvian Congressmen Rock!

      That has to be the most well formed rebutal to FUD I have ever seen. Too bad American politicians are such a bunch of brainless goobs.

    8. Re:We are the risk takers of our time by Winkhorst · · Score: 1

      I admit I know very little about this on the technical end, but haven't I read stories again and again of supercomputers running Linux? Do these projects get filed under something other than mainframe scalability? I really can't think of what that file would be called... And this supposedly at a price point that's subsurface relative to the big boys. Can someone clue me in here? I seem to have somehow become immersed in a fog of FUD.

      --
      "Is this Winkhorst a nova criminal?" "No just a technical sergeant wanted for interrogation."
    9. Re:We are the risk takers of our time by clenhart · · Score: 2, Insightful
      I don't think we should spend so much time reading articles like this that give us the attitude that the sky is falling.


      As I read the article, it looks like they've backed themselves in a corner. Paraphrasing: "Only high-end environments are not appropriate for Linux".


      And *that* is not even true. Some of the fastest clusters are Linux.

    10. Re:We are the risk takers of our time by Illserve · · Score: 1

      Think of all the doomsayers who like to say "The sky is falling" around times of economic uncertainty and social change. In the end, the ones who take the risks during those times, usually come out ahead.

      Your use of the word "usually" here is wrong. From a strictly numerical perspective, the vast majority of those who take big risks fail. They might learn something, and be better people as a result, but they leave behind the ashes of countless failed companies.

      What I think you meant to say is "those who came out on top were the ones who took risks", which I would agree with. But this is a very different statement.

      i.e.

      Most who take risks fail

      But all who did succeed, took risks

    11. Re:We are the risk takers of our time by Anonymous Coward · · Score: 0

      Everyone makes mistakes. Anyone that says, "per say" when they really mean "per se" really looks stupid though.

      Your comment was insightful other than that, I guess.

    12. Re:We are the risk takers of our time by 16K+Ram+Pack · · Score: 1
      There's a lot of truth in that.

      This generation have their thing, and don't often get "next generation" technology. Very few people have vision in a subject.

      I remember people talking about the web being a flash in the pan.

      The big question is always "what are the kids using". A lot of folks got into software dev. because they no longer needed a mainframe, they could learn on a PC at home.

      Are students running Linux? Because they'll be the middle management in 15 years time.

    13. Re:We are the risk takers of our time by xdroop · · Score: 1
      Like me being able to buy cheap gasoline and cheap broadband.
      You want gasoline and broadband, at a price you are able and willing to pay, and you can get it -- how are you not a winner?
      --
      you should read everything on the internet as if it had "but I'm probably talking out of my ass" appended to it.
    14. Re:We are the risk takers of our time by Skye16 · · Score: 1
      We are raised to honor all the wrong explorers and discoverers - thieves planting flags, murderers carrying crosses. Let us at last praise the colonizers of dreams.

      Peter S. Beagle
    15. Re:We are the risk takers of our time by Anonymous Coward · · Score: 0

      You mean to say that, if I take a huge risk and run Windows 2003 on production boxes, I'm going to be a winner?
      Yet another proof that /. are a bunch of double-standard, hypocritic & clueless users

    16. Re:We are the risk takers of our time by Dashing+Leech · · Score: 1
      "Can someone clue me in here?"

      I'm curious too. After all, Linux can certainly run on an IBM VM/ESA 390 and zSeries. However, perhaps the thought is that Linux is not as scalable as versions of UNIX, not that it isn't scalable at all. On the other hand, others disagree and think it's an ideal approach.

    17. Re:We are the risk takers of our time by Anonymous Coward · · Score: 0

      But all who did succeed, took risks

      Really? What of, say, the son of a billionaire, who by carefully managing his finances manages to remain a billionaire himself? Sure, maybe if he'd taken more risks he'd have ended up a trillionaire, but by most people's standards that guy has still succeeded, without taking a single risk.

      What risk has someone who wins a million dollars on a gameshow taken? The risk of only winning a thousand dollars! Man, what a risk to take!

      Sorry, but I really don't think success is defined by the willingness to take risks. Success is defined by getting lucky and being in the right place at the right time. Sometimes risk is involved, and when it is, it makes a great story - in fact most of the great stories are about people who take risks and succeed. I'm not demeaning those successes. But the two are completely orthogonal; there is no correlation whatsoever between the taking of risk and success, the two just happen occasionally to happen to the same person at the same time.

    18. Re:We are the risk takers of our time by Illserve · · Score: 1

      I think it's clear that we're talking about success in the sense of businesses thriving through a period of risk.

    19. Re:We are the risk takers of our time by Dehumanizer · · Score: 1

      There's a difference between taking a risk (using something that's relatively new) and doing something stupid (using something known to be insecure and unstable). :)

      --
      The Tlog - a technology blog
    20. Re:We are the risk takers of our time by mrjohnson · · Score: 1

      I kid you not, I got this from a fortune cookie yesterday:

      "Every thinker puts some portion of an apparently stable world in peril."

      :-)

      (this page attributes that to John Dewey.)

    21. Re:We are the risk takers of our time by misleb · · Score: 1
      Sorry sir, your logic does not follow. Just because the winners were risk-takers, it does not necessarilly follow that risk-takers are winners. The risk-takers are winners because they took the right risk at the (right) time. That said, I do not think Linux is a "risk" these days.

      I think he made it clear (in th epart you didn't quote) that not all risk takers are winners. He was merely saying that big winners tend to be risk takers. And this is true. Whether it is gambling, investing, new technologies, or new paradigms. This is actually pretty obvious. That said, I agree with you. Using Linux or opensource software in general is not a risk. It may not be the easiest to deploy at times and it isn't necessarily the best tool for every job, but it isn't like there is some Linux, Inc. that is just going to fold up one day and leave all users high and dry. On the contrary, opensource software has the interesting quality of being nearly impossible to destroy.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    22. Re:We are the risk takers of our time by Anonymous Coward · · Score: 0

      Probably worth adding here: EDS is a legend in the UK technology community. They have spectacularly fucked up several large and expensive government IT projects... and when I say spectacularly I really do mean it. Billions of pounds of tax payers money flushed into projects that eventually get canned because of the incompetence of EDS. And yet... for some reason, the UK government keeps handing them more money and new projects, which they then fuck up... or at the very least deliver years late, buggy and half-finished.

      Taking EDS's advice on anything is like hiring Inspector Clouseau to provide security.

    23. Re:We are the risk takers of our time by Blakey+Rat · · Score: 1

      Risk-takers? By using an OS that has roots at least 35 years behind the cutting edge, with software that's 20 years old, and a GUI concept that's about equilivant to Apple's or Microsoft's was 10 years ago? That concentrates on stability and security more than new features?

      What the hell are you talking about?

      BeOS, now THAT software was made by risk takers. Linux/Unix users are the most risk-adverse people there are.

      I almost get the impression that you don't even know what the word "risk" means exactly...

    24. Re:We are the risk takers of our time by Thud457 · · Score: 1
      I hate fortune cookies that give you some trite adage rather than a actual prognostication.

      Modern fortune cookies should also include your lucky lotto numbers, or at least teach you a word of Chineese.

      --

      the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    25. Re:We are the risk takers of our time by HumanTorch · · Score: 1

      I think the real risk takers are those switching to open source products, not those producing them.

  4. "Heavyweights." by rah1420 · · Score: 4, Insightful

    Interesting how all of them just might have a teensy > agenda of their own which is threatened by Linux in its ascendancy, huh?

    Yawn.

    --
    Mit der Dummheit kämpfen Götter selbst vergebens.
    1. Re:"Heavyweights." by Anonymous Coward · · Score: 1, Funny

      Couldn't agree more. Linux is perfect. Any criticisms of it are clearly illigitimate, contain no grains of truth, and we would all do well to disregard them offhand.

    2. Re:"Heavyweights." by MerlinTheWizard · · Score: 1

      Yeah, exactly. This is getting old... Besides, if what they claimed were really true, they wouldn't feel forced to say it all of the time. The superiority of their own products would shine. But since it doesn't work this way, because their products are clearly not superior, they choose to try explaining to the world that IT professionals are misled idiots blinded by the devil Linux. Actually, their whole way of handling the Linux "threat" is pretty insulting for whom it's aimed at - professionals, if you think about it. So what's next? When they are out of arguments, they will go on war against Linux and OSS? Maybe a real war, with soldiers and all. Yay.

    3. Re:"Heavyweights." by megarich · · Score: 1
      EXACTLY. For one, any panel that has M$ you can throw whatever comment they have about linux out the window. It's going to be nothing but biased and tained if possible since M$ seems to finally consider linux a possible threat.

      As far as I'm concerned, it's a moot point because all os's have some kind of vulnerability with them. I don't mean moot in brush off security, security should definately be a top priority. I mean moot by "oh well linux is unsecure , let me go to this os which may be just as unsecure..."

    4. Re:"Heavyweights." by truthsearch · · Score: 1

      FTA: "From a corporate perspective, we are not confident where Linux is right now today. A large enterprise needs to be sure because it relates to securifying [sic] the environment."

      Need we say more?

    5. Re:"Heavyweights." by Anonymous Coward · · Score: 0

      If there was a real war, with soldiers, it would go like this:

      M$ security guy (MSG): "Ok, team, move up to the lobby. This apartment building has a well-known open-source developer in it. Be on your guard, he is known to be an obsessive Halo 2 player and may prove unpredictable."

      BANG!

      MSG's Assistant (MSGA): "MSG IS DOWN! I REPEAT..."

      BANG!

      Linux Hacker (LH): "0wnzed! Suck it, blue!"

      BANG! BANG!

      MSG Teammate #1 (MSGT1): "We're pinned down! We need the second team in here, stat! Where the FUCK did he get that sniper rifle?"

      CLINK, CLINK, BOOM!

      MSG Teammate #1: "What the fuck was that???"

      MSG Teammate #2: "Grenades???"

      MSG Teammate #3: "No way, he's a civilian, it looked like a propane tank with some kind of fuse... He's somewhere up there... INCOMING!!!"

      CLINK, CLINK, BOOM!

      MSG Teammate #1: "This is NOT going well... Team 2, come in..."

      MSG Team 2 Leader (MSGT2L): "Team 1, this is Team 2, we're pinned down, looks like a couple of middle schoolers with hunting rifles. They keep yelling something, sounds like 'WOOT'."

      MSG Teammate #1: "OK, everyone, PULL BACK to the command car, this is way too hot, we'll wait for the Sun team to get here..."

      CLINK, CLINK, BOOM BOOM BOOM POW!

      MSG Teammate #2: "There goes the command car. How the fuck did THAT happen?"

      MSG Teammate #3: "Damnit, the whole neighborhood is getting in on this... Damn open-source bullshit! Every man for himself!"

    6. Re:"Heavyweights." by Tim+C · · Score: 1

      Oracle is threatened by Linux? Last I heard, Oracle was pushing Linux pretty hard.

  5. Comment removed by account_deleted · · Score: 5, Funny

    Comment removed based on user account deletion

  6. Duh by rhombic · · Score: 5, Funny

    And in other news, McDonalds sez "Burger King is bad for you! Try our new salads!"

    --
    1984 was supposed to be a warning, not an instruction manual.
    1. Re:Duh by gstoddart · · Score: 1
      And in other news, McDonalds sez "Burger King is bad for you! Try our new salads!"

      Which seems to get about as much trust as when Microsoft says "we're here to be more secure and play nicer -- and ship Longhorn soon".

      Somewhere deep down, you just know that McDonald's has somehow managed to reduce the nutritional content of something like salad while at the same introducing something patently non-nutritious, down-right toxic, or unappealing.

      Take, for example, using 'beef fat' in French^H^H^H^H^H^Hfreedom fries, and claiming that the fries are cooked in 100% vegetable oil. And then getting sued as everyone finds out what was in it.

      I don't believe Microsoft saying other people's software is insecure, and I don't trust McDonald's to actually tell people what goes into their food. They're both not to be trusted.
      --
      Lost at C:>. Found at C.
  7. I wonder why? by Anonymous Coward · · Score: 1, Interesting

    Don't forget, it's also not very profitable for the underwritten companies. I wonder why they don't like it...

  8. Oracle??? by Anonymous Coward · · Score: 0
    I thought they had moved over to linux only??

    Maybe we'll see a linux fork from Oracle..?

    1. Re:Oracle??? by salvorHardin · · Score: 1

      Either that or they'll have to rebuild their web server.

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

      Oops and SUN should stop using it as part of it's web serving as well ;)

      Funny the other members seem to use Solaris or MS Windows.

      And no evil comments that the ones using Linux have better uptimes - Netcraft uptime stats aren't that reliable.

      "If you test Red Hat against Solaris 10 against whatever else... we would say that Solaris 10 beats it hands down on functionality and everything else," -- except for performance, cost, and software availability I'd probably agree.

    3. Re:Oracle??? by salvorHardin · · Score: 1
      And no evil comments that the ones using Linux have better uptimes - Netcraft uptime stats aren't that reliable.

      oh damn! You've found a way of preventing me from saying things like 'Netcraft Confirms It!'. Damn you!

  9. Why is forking a problem? by Visaris · · Score: 3, Insightful

    Why do people mention forking as a problem? If a new version forks off and you don't like it, just don't use it! Why is this a bad thing?

    --

    I am a viral sig. Please help me spread.
    1. Re:Why is forking a problem? by RyoSaeba · · Score: 1

      It may mean project development stalls (as developers argue about what to do before forking), wasted efforts, interoperability issues, and so on...

      --
      Tsuyoikoto ha taisetsu da ne, dakedo namida mo hitsuyousa (Strength is an important thing, but tears too are necessary)
    2. Re:Why is forking a problem? by pixelpusher220 · · Score: 1

      Why is this a bad thing?

      Playing devil's advocate for a minute...

      One of the oft touted (and also true) strengths of Linux is the worldwide legion of developers making it better every day. If you're using a Fork'd code base, those legions no longer support what *you* are doing. You'd now have to 'in-house' the support, at which point it stops being as 'free as in beer' as it was before the Fork.


      --
      People in cars cause accidents....accidents in cars cause people :-D
    3. Re:Why is forking a problem? by CatOne · · Score: 1

      What if my SAP version is only tested and supported with Red Hat Enterprise 4, and my Oracle version is only tested and supported with Suse Enterprise 8?

      That's a serious issue for shops that need accountabilty for supported systems. Sure, they could move everything to Postgres. LOL.

    4. Re:Why is forking a problem? by Taladar · · Score: 1

      ...at which point your situation is only slightly better than with commercial software as you then have to pay for development but can still make infinite copies.

    5. Re:Why is forking a problem? by 91degrees · · Score: 1

      Surely you get the same problems if it's only supported under Windows XP, and you have Windows 2000.

      You either upgrade to the supported platform or demand Oracle tests and supports your platform.

    6. Re:Why is forking a problem? by johnnyb · · Score: 1

      "the open source operating system has issues with security, scalability and the possibility of forking."

      The funny thing about this is if you took "the possibility of forking", which gives an errant impression that whatever you install will magically change out from under you, and replace it with "the possibility of several competitors entering the field with similar products", which means EXACTLY THE SAME THING, then people would see it as a benefit of an burgeoning market.

    7. Re:Why is forking a problem? by mark-t · · Score: 1
      ... which, as a excellent example of an ANTI-catch-22, is the limiting factor that prevents forking from spiraling out of control.

      This is why forking has not been and is not likely to be a serious problem.

    8. Re:Why is forking a problem? by Anonymous Coward · · Score: 0

      You're looking at it from the user's point of view. Try the company perspective instead:

      If there are forks, companies have to spend extra money to make sure that the software they sell run well in all of them. That would hurt their bottom line. It's as simple as that.

    9. Re:Why is forking a problem? by bonch · · Score: 1

      Because enough people switch and use the fork that now we have yet another platform we have to support. The community's energy and momentum is spread thin on countless source forks rather than focused on a few really great projects.

    10. Re:Why is forking a problem? by TTK+Ciar · · Score: 3, Interesting

      I think there are three factors coming into play, here:

      They can make forking sound bad,

      Forking actually can be bad for application developers,

      Appeal to Hobbesian bias.

      First and foremost, forking is an issue that not many people understand, and is therefore subject to demonization in the press. Since the objective of the authors of these FUD pieces is to make people want to not use Linux, they will pick on whatever aspect they can make sound bad. In this article, they never talk about why forking is bad, but they certainly talk about it as if it were a bad thing. And anyone who is paying attention to Linux has to admit that yes, forking is not only likely, but ongoing. This is seen as confirmation of the supposed problem.

      That aside, forking does make life a little more difficult for developers of applications which would like to target multiple Linux distributions. Files are located in different places, init scripts are organized differently, different libraries or modules are installed (or not installed), and when some of the same libraries are installed, they are often different versions. Especially for shrink-wrapped software companies, which are accustomed to the relatively monolithic specifications of Windows (despite its own forking) or MacOS or even Solaris systems, these can make targetting the Linux market more difficult.

      Also, I think we can blame Thomas Hobbes for infecting the world with his "centralized good, anarchy bad, mmmkay?" meme. Especially among the more highly educated, Hobbesian philosophy is accepted in America and outright embraced in England and other countries whose educational systems have been heavily influenced by England. Even those who have never had formal schooling in Hobbesian philosophy get exposed to Hobbesian bias, (e.g., when a news reporter talks about the "anarchy" in countries where there is social upheaval and widespread random violence, the listener is left with the impression that that is what anarchy (literally, "without center") means, which is right in line with the Hobbesian notion that anarchy inevitably causes social upheavel and violence). So to thinkers of Hobbesian bent, two Linuxes is necessarily, axiomatically, worse than one Linux, because it creates two "centers" for Linux. All things good come from having one strong center, according to Hobbes.

      Anyway, just my two cents.

      -- TTK, Anarcho-capitalist with biases of his own

    11. Re:Why is forking a problem? by bwalling · · Score: 2, Informative

      Why do people mention forking as a problem? If a new version forks off and you don't like it, just don't use it! Why is this a bad thing?

      Because 70 versions of something that work 70 different ways mean that it is more difficult to support for network staff and software vendors.

    12. Re:Why is forking a problem? by CatOne · · Score: 1

      That's a contrived example. And neither are likely supported on Windows XP for production.

      For production, they BOTH will support Windows Server 2000, and Windows Server 2003. And support windows are for 3-6 years, typically.

      My point is, there are about 500 Linux distros. And binaries built for one, typically don't work on another. Most commercial vendors won't ship source for their products, so it's a mess.

      I know; I've been there. Used to sell a CORBA ORB that had a Linux version. We shipped built on GCC 2.95.3, which worked fine. Then Red Hat had the genius to ship the GCC 2.96 compiler, which was pretty broken. We didn't want to build/ship with this compiler, but lots of our customers started using it, and demanded builds. We knew it was a transient condition and they'd want a GCC 3 based version in the future, but what a fucking mess.

      Software vendors really want and need stable OS platforms to build/test/ship software on. My example was somewhat contrived, by for example you see that Oracle specifically supports a couple Linux version: Red Hat Enterprise, and "United Linux" which was a former group that certified testing and interoperabilty. I don't know if United Linux holds favor anymore.

      But if you're using something like Gentoo, God help you running commercial applications.

    13. Re:Why is forking a problem? by l3v1 · · Score: 1

      Because 70 versions of something that work 70 different ways mean that it is more difficult to support for network staff and software vendors.

      Where is it carved into stone that only the open source community people are always required to change their ways to suit the big bucks' desires ? The software businness is not a never-changing one, it's one in constant flow, following the constantly changing demands of the users. Oh wait, that's what FOSS is about. In my utopia the FOSS software development model is _the_ model. In big bucks' world, their way is the "golden path" (respect@dune) and FOSS developers [and Linux] are just people standing in the way.

      --
      I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
    14. Re:Why is forking a problem? by Atzanteol · · Score: 1

      And this happened where?

      Practically, forking is not as big an issue. Theoretically it could be catastrophic! Every linux kernel developer could fork their own version off! Oh no! But wait, it doesn't happen. It's not practical. There are minor forks (different dev trees, distro patches, etc), but they all play in the same pool. And with the GPL everything worth keeping tends to be accepted back into the 'main' tree.

      Even the Xorg fork is a non-issue. The Xorg folks made their case, and have effectively won. XFree will die, long live Xorg! At least until the Xorg folks screw up. :-)

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    15. Re:Why is forking a problem? by adiposity · · Score: 1

      The forked software itself isn't the problem. 10 different versions of a program allow for more choice, and personally, I like choice. Everyone can choose the fork that is best for them, right?

      The problem occurs when a new program wants to interoperate with this useful program, or build on top of its functionality. Suddenly minor differences in forks make things a bitch to deal with. The worst possible situation is when program X requires program A in fork B, and program Y requires program A in fork C. If the two forks can't coexist, you can't even use program X and Y simultaneously.

      It's very difficult to support any program on Linux because of the all the different distros, kernel versions, library versions, etc., and most of these aren't even forks in the traditional sense. They're just newer versions that lack backwards compatibility. Imagine if, in addition to that, we had QTSuse and QTFedora and QTSlack with special extensions for each distro. Use the one that's best, right? Not if you want to run some random QT app that expects the other!

      This is why forks can suck, and why forks don't usually thrive unless they replace the old tree (see xorg vs XFree). There is a time for forking, and a time for stability.

      -Dan

    16. Re:Why is forking a problem? by Anonymous Coward · · Score: 0

      I thought that said "What's the forking problem?" for a second. Bad pun, I know.

    17. Re:Why is forking a problem? by pohl · · Score: 1

      I've read so many 'forking is bad' and 'forking is good' emails. Too few of them admit that it is a double-edged sword. In some respects it is great. In others, not. I'm not sure why that is so difficult to internalize.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    18. Re:Why is forking a problem? by Jim_Callahan · · Score: 1

      So the claim is "businesses shouldn't use linux because it's subject to having a bajillion versions and so you won't get crap for support", and your response is "why would we want to make things easier for the companies using the OS?".... ok, guess I'm sticking with windows if I ever go into private practice.

      --
      ...it's really a sad day for America when we require a goddamn ACT OF CONGRESS to make our DVD players work properly. ~
  10. In other news...... by i_want_you_to_throw_ · · Score: 0, Redundant

    Water is wet.

    which includes IT heavyweights .. snip...Microsoft...snip

    Oracle on the other hand, that's a surprise considering how much Linux they use now and are planning to use.

    1. Re:In other news...... by mattyrobinson69 · · Score: 1

      They might not want to get shunned by their friends. i didn't read the article, but ive not read any mention in the comments of oracle saying anything themselves.

      they were probably pushed (or maybe they want to keep OSS quiet because of mySQL and postgreSQL).

  11. shocking by zerkon · · Score: 5, Funny

    Who could imagine Sun and Microsoft speaking out against Linux... Just Shocking!

    1. Re:shocking by rah1420 · · Score: 2, Informative

      Renault: "I'm shocked, Rick, to find gambling going on here."
      Concierge: "Your winnings, sir."
      Renault: "Oh... Thank you."

      --
      Mit der Dummheit kämpfen Götter selbst vergebens.
    2. Re:shocking by Anonymous Coward · · Score: 0

      On ZDnet of all places. That's what blew me away. I mean imagine.

    3. Re:shocking by Tavor · · Score: 1

      And who could forget the Wintel Hench-OEM, Dull?

      --
      Windows has detected an undetectable error.
    4. Re:shocking by MikeFM · · Score: 1

      Not to mention someone from Sun suggesting we use Solaris instead of Linux? Obviously his opinion that Solaris is better is unbiased. :)

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
  12. thanks by justforaday · · Score: 4, Funny

    Phew! Thanks for telling me. I'll get right on the phone with our MS rep to let them know we'll be renewing that contract...

    --
    I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    1. Re:thanks by Anonymous Coward · · Score: 0

      ...and if anyone questions your renewal, now you have the backing of a reputable techonology business organization! They have given you all the excuses you need to keep renewing the Microsoft contract. Keep those open source hippies out of serious business installations!

  13. Only one way to be sure by filmmaker · · Score: 1, Funny

    "...EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC"

    Well. There's only one reasonable thing to do here. Gather 'em all up, send 'em to Pluto and nuke the whole damn thing from orbit. It's the only way to be sure.

    1. Re:Only one way to be sure by Homology · · Score: 1
      Well. There's only one reasonable thing to do here. Gather 'em all up, send 'em to Pluto and nuke the whole damn thing from orbit. It's the only way to be sure.

      Let me guess : You are what is coomonly know to some as an "American"?

    2. Re:Only one way to be sure by Anonymous Coward · · Score: 0

      someone say cisco? isnt anyone using cisco hardware unknowingly using hacked up OSS that they could have gotten for free ? (at the expense of a semi-talented IT "professional")

      pardon me, why must i use such big words for such trivial things... i can't wait till the day nano-itx and other hobbyist entry level "embeddable" is as easy to get as a microatx mobo.. imagine another linux distro to fit on a usb stick or flash memory... rip apart a network switch and stuff it all in a custom rack unit with nano-itx mobo.. heck, even a mcdonald's paycheque could potentially buy you a sweet homebrew cisco-killer...

      back on topic on security... isn't cisco's security problems closely timed with *bsd? moo?

      how the hell someone at cisco authorized their name in this? any cheap shot against linux is indirectly aimed at *bsd (and themselves for people who have been following the old news) since many of the itty bitty pieces that make up linux are also shared with *bsd...

      now the only way to fight back at this is hope this stupid article gets on some mainstream news site and a bunch of old articles following... -microsoft's count of constant and serious security issues vs minor linux ones, how soon they're made public and fixed (including ones they refuse to fix cause they wont be releasing service packs for "outdated" versions of windows... and if you're not a government organization, you won't get first grab at the latest fixes, if you happen to have upgraded your NT4/2K servers to 2003)... man... microsoft on about security and scalability?
      -cisco, i already said it
      -sun, for their recent reactions to losses to open source

      (this can go on forever)

      man.. 9:30am.. time for bed.. i'm glad i retired from IT... being a cnc machinist is more fun

    3. Re:Only one way to be sure by filmmaker · · Score: 1

      It's a reference to a little movie called "Aliens". It's meant to be humor. Lighten up.

    4. Re:Only one way to be sure by Anonymous Coward · · Score: 0

      oh yeah, two more things..

      all these stupid big companies will do anything to keep their bottom line secure, even though it's slipping... the open source community can't afford the press (or so they think).. however i'm sure redhat (eww) could afford to use facts to push redhat enterprise linux or ibm pushing their hardware... cant sue for slander if facts are used right? redhat and ibm should be able to afford the spotlight in the press in response to the article in question

      also... do you get what you pay for? happy with good support? how about high powerful hardware for inefficient software? either way, you get support, with or without microsoft software... microsoft is as cool as bubble wrap... microsoft does ensure job security... there's always things to fix, plenty of work out there..too bad there aren't as many bubbles to pop, or too many people popping those same bubbles... thank goodness there's new bubble wrap at least once a month! :)

  14. EDS are scum by Anonymous Coward · · Score: 3, Interesting


    Naturally EDS has financial interests in saying such things. They're a company that makes millions off of companies by pushing proprietary software.

    It's no suprise that Netcraft shows them as being hosted on IRIX, Solaris and now Windows; they just don't know anything else. Stodgy suits making backdoor deals with Microsoft to push MS product into companies they consult to.

    If your company uses EDS, be aware that your best interests are not on their radar.

    "Those who can, do; those who can't work at EDS."

    1. Re:EDS are scum by MadMorf · · Score: 3, Interesting

      "Those who can, do; those who can't work at EDS."

      Ahem...

      Firstly, speaking as a former EDS employee, I'm going to tell you to BITE ME.

      Secondly, I'm going to remind you that just because the Corporation sucks, that doesn't mean that all the employees are incompetent.
      Many, if not most, sucky-ass companies are the product sucky-ass management.

      And on that note I'm going to invite former CEO Dick Brown to BITE ME as well.

    2. Re:EDS are scum by JonKatzIsAnIdiot · · Score: 1

      As another former EDS employee, I'd like to verify and second that sentiment. You sir, are 100% correct.

      'Specially with the 'BITE ME' parts.

    3. Re:EDS are scum by HangingChad · · Score: 2, Informative
      Firstly, speaking as a former EDS employee...

      As a former EDS employee you've got no grounds to say anything.

      Whether you like to hear it or not, the parent poster's opinion is shared by many. EDS is THE worst IT company I've ever had to deal with and that goes from the top to the bottom. Actually it's hard to tell how competent their staff really is because they're never around long enough to find out. It was rare to see the same faces at technical meetings. Any employees that do actually try to help the customer are generally the first to go.

      Even a blind pig gets an acorn once in a while so by sheer luck EDS is bound to employ a handfull of keepers, but just generally they suck. I wouldn't hire EDS to run CAT5 to my dog house.

      --
      That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    4. Re:EDS are scum by MadMorf · · Score: 1

      Whether you like to hear it or not, the parent poster's opinion is shared by many.

      And you have every right to have that opinion.

      And about opinions, it has been said:

      They're like assholes.
      Everyone has one and they all stink.

    5. Re:EDS are scum by Scorillo47 · · Score: 1

      >>> Naturally EDS has financial interests in saying such things. They're a company that makes millions off of companies by pushing proprietary software.

      Financial interests? Hmmm...

      http://www.eds.com/

      About EDS
      EDS provides a broad portfolio of business and technology solutions to help its clients worldwide improve their business performance. EDS' core portfolio comprises information-technology, applications and business process services, as well as information-technology transformation services. EDS' A.T. Kearney subsidiary is one of the world's leading high-value management consultancies. With more than $20 billion in annual revenue, EDS is ranked 87th on the Fortune 500. The company's stock is traded on the New York (NYSE: EDS) and London stock exchanges. Learn more at eds.com.

      --
      Don't try to use the force. Do or do not, there is no try.
    6. Re:EDS are scum by Anonymous Coward · · Score: 0

      You, sir, are just bitter.

      And, yes, that's just my opinion.

    7. Re:EDS are scum by Khomar · · Score: 1
      "Those who can, do; those who can't work at EDS."

      I call troll. A comment like this is completely baseless. While the management of EDS may have issues, I know many people who work there. They are some of the best, most intelligent programmers I know, and at least one of them is a huge Debian fan. I would also wager that they could code circles around you without even breaking a sweat.

      And really, this goes for Microsoft too. Look, I hate Microsoft as much as the next guy, and I constantly find myself frustrated and angry with their products (ie. Visual Studio 2003). However, the people that work there are no slouches. When you consider that the upper management insists that they maintain backward compatibility with code of questionable design and nearly infinite complexity, it is downright astounding that their software products work as well as they do. I have to stop and remind myself of this fact. Their programmers have to be good to make all of the broken pieces work together.

      Remember, these programmers are not all that different from us. They have the same interests and hobbies, and at home, they may very well be running their own Linux server farm. But they have to make money somehow, and these big companies give them great perks and the security that comes with a large, established company. Go ahead and hate the management (marketing?) and their hair-brained decisions, but remember that we are all far more alike than we would care to contemplate.

      --

      I believe in de-evolution. God made the world perfect, man fell, and its been going downhill ever since!

    8. Re:EDS are scum by Anonymous Coward · · Score: 0

      Hmmmm, One, Two, ??

      One more bite and they'll be at your chewy center.

      {tootsie roll pops don't scale either)

    9. Re:EDS are scum by Anonymous Coward · · Score: 0
      As a former EDS employee you've got no grounds to say anything.


      Nor do you.. but somehow..

      Whether you like to hear it or not, the parent poster's opinion is shared by many.


      I just knew you could keep that smelly hole in the front of your face shut (which was conveyed nicely by your feminine typing fingers).

      Quantify "many" asshole. You and the gerbil in your pocket?

      Even a blind pig gets an acorn once in a while so by sheer luck EDS is bound to employ a handfull of keepers, but just generally they suck.


      And you have the technical wherewithal to verify this? Go back to mom's basement and continue with your Gentoo masturbation, Sparky.

      FWIW, I don't like EDS either, but the OP has just as much right to shout as you do.
    10. Re:EDS are scum by Anonymous Coward · · Score: 0
      Secondly, I'm going to remind you that just because the Corporation sucks, that doesn't mean that all the employees are incompetent.

      ...sez the man with domain squatting links splattered throughout his posts. Of course, that might not make you incompetent; perhaps you simply place greed before ethics. Why not go for broke and throw in a Free iPod/iMac!!!1!one!! link while you're at it?

    11. Re:EDS are scum by Anonymous Coward · · Score: 0

      "Complete A2M solutions for our customers"

      -- Dick Brown

    12. Re:EDS are scum by Dirk+Pitt · · Score: 1
      As a former EDS employee you've got no grounds to say anything.

      Soooo...by your logic, if I'm part of a group being criticized, I have no right to defend myself? Odd, that.

      I probably have an interesting close-but-not-part-of-the-system perspective on EDS. Our company was owned (but practically independently operated) by EDS for a couple of years. We're an engineering company, maintain a product with 20m LOC, etc. I feel like I'm qualified to judge 'good' developer from 'bad'.

      EDS employs a good number of highly competent technical people. They're hindered by the huge number of ex-GM boobs that represent a bulk of its middle- and upper-management. That company has been summarily screwed by its upper management. I met a number of their consultants, they were smart (and yes, constantly turning over) people.

    13. Re:EDS are scum by Anonymous Coward · · Score: 0

      Whoop, whoop, whoop ... flamebait alarm just went off!
      "They're a company that makes millions off of companies by pushing proprietary software."
      So you've got access to their accounts? No - well in that case this is just guesswork! How are EDS different from IBM, HP and the other service companies? Even Red Hat try and lock you into their view of the world - this is why I use Suse!

      "IRIX ... they just don't know anything else.". Errm also not true, have a look at some of the anouncements from that company, and you'll see that they're putting in Linuxen, AIXen, HPUXen as well. So this statement is also a guess, and a bad one to boot!

      "If your company uses EDS, be aware that your best interests are not on their radar."
      Also wrong - outsourcing is supposed to be about doing your business but reducing costs, and this isn't "your best interest" how exactly? :p

      "Those who can, do; those who can't work at EDS."
      At last a statement I can agree with! Yep, those who can talk bull cookies don't work for EDS
      Seriously, like other posters I know a good few EDS salary people who are technically up there with the best of them.

      The problem I have with the "announcement" is that it's yet another one of these "worthy" one's we get from this week's industry consortium. Just deep-six it into the trash where it belongs!!

      Suse-user.

    14. Re:EDS are scum by HangingChad · · Score: 2, Informative
      Soooo...by your logic, if I'm part of a group being criticized, I have no right to defend myself? Odd, that.

      Well, what I meant was that you were either smart enough or fortunate enough to get out before things went downhill. In either aspect you're not part of the problem now. Your information is out of date unless you just left last week.

      EDS hasn't always been bad to work with, just in the last few years. Whether it's GM's influence or what, I absolutely hate working with them. All they want to do is count milestones, doesn't matter what minimal, sloppy work it takes to get there. They'll go for the low-hanging fruit to claim success, then try to go back and make it work. Agh, I f'ing hate that. And you have to audit their billing constantly for over-charges. I've worked with Dell prof. services, IBM, HP but the only one I can't get along with is EDS.

      And it just figures within minutes after I post that I'd run into two EDS employees who were very nice and seemed fairly geek competent.

      I give them a month, maybe two. :)

      --
      That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    15. Re:EDS are scum by ZP_558963 · · Score: 1

      My sentiments exactly about EDS. If I owned a company, I would hire all IT resources myself. Even large corporations should have internal IT departments. Outsourcing the IT only leads to issues.

      The reason EDS is stating this is it is most cost effective for them as well as any large corporation to have a single type of platform to support. Since a trained monkey can take a support call for windows (Specific repair steps) it costs very little to support those machines. The more types of operating systems the more difficult it is to support. Upper management realizes that and will do anything in their power to push for commonality in systems. Even if it means angering Engineers whom may need specialized operating systems like Linux.

      It is a common FUD that Windows is easy to update. In fact, it is much more difficult to push a clean update of Windows then Linux, SunOS, AIX, HP-UX, or most other UNIX flavors. UNIX has an extremely scriptable update. I was able to write a full update procedure without issues for any UNIX side. Then push a quick update when needed. With windows, all types of hardware setups must tested prior to pushing an update. Half the time there will be one failure or another because of hardware conflicts. This is especially true for security updates.

      Of course there is testing, approval, scheduling, data salvage, and other issues with pushing OS updates. However, when it takes forever to get the update to work correctly, it makes updates difficult.

    16. Re:EDS are scum by Old+Wolf · · Score: 1
      [ranting]

      And on that note I'm going to invite former CEO Dick Brown to BITE ME as well


      Sounds more like you bite brown dick.

  15. Slashdot says... by FooAtWFU · · Score: 4, Insightful
    "Nothing for you to see here. Please move along."

    I think this is a fair summary. But really, Microsoft, I see you listed. Is Windows more secure? Is Windows more scalable? I mean, they know as well as we do about the possibilities of it splitting into multiple varieties, but aside from that...

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
    1. Re:Slashdot says... by WindBourne · · Score: 3, Insightful
      In fact, I have to laugh about the security and scalability issues.

      Linux is on how many servers at Google, Amazon, and IBM. In addition, correct me if I am wrong, but a fair number of the top500.org systems are linux based systems (whereas MS does not rate top 100, the last time I checked). Finally, SGI has a new system running Linux with 2K CPUs. Not even Sun does that.

      If ppl would netcraft systems that were hacked for CCs, they would realize they are almost all running windows. So MS has ~40 of the https space, but nearly 100% of all break-ins. Not a good stat to have.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    2. Re:Slashdot says... by l3v1 · · Score: 1

      Is Windows more scalable?

      ROTFLMAO :D Such great laugh is good for the heart :D More scalable than what ? Chipmunk dirt ?

      --
      I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
    3. Re:Slashdot says... by Anonymous Coward · · Score: 0

      > Is Windows more secure? Is Windows more scalable?

      The article is not comparing Linux with Windows, Windows is not the only OS other than Linux.

      Sun Solaris 10 beats Linux in every way.

    4. Re:Slashdot says... by truthsearch · · Score: 2, Insightful

      I mean, they know as well as we do about the possibilities of it splitting into multiple varieties, but aside from that...

      From the large enterprise and government perspective Linux splitting into multiple varieties SHOULD NOT MATTER. Let's say a huge organization goes with IBM using Linux. Linux breaks into multiple camps. IBM can keep the client happy no matter what because they can take their version of Linux as far as they want. And if the client isn't happy he can take his version of Linux with him and have someone else maintain it.

      The only reason Unix splintering was bad was because each flavor was strictly controlled by a different group. Linux is owned by everyone and no one. Feel free to hire a company to add features to your version.

    5. Re:Slashdot says... by Anonymous Coward · · Score: 0

      Actually, they do not. Sun had to recently rewrite massive parts of Solaris 10, just to == the speed of Linux 2.6. It is less scalable at this moment (SGI has 2K CPU running Linux while Solaris is on 64 CPUs). Security wise? well, I suspect that they are both about ==.

    6. Re:Slashdot says... by Anonymous Coward · · Score: 0

      (SGI has 2K CPU running Linux while Solaris is on 64 CPUs)

      1) Sun's current biggest server has 144 cores. Fujitsu sells one with 128. Both run Solaris.

      2) Solaris can scale bigger, it's just that people who buy it run businesses and probably don't need more than 144 CPUs at the moment.

      3) I'm sure SGI had to jump through plenty of hoops to get to thousands of CPUs. Also consider that supercomputers tend to run a narrow range of applications, which isn't representative of what businesses use by and large.

      4) This "my dick is 5mm longer than your dick" contests are just plain stupid.

  16. Kinda like every other OS out there. by Anonymous Coward · · Score: 1, Interesting

    Nothing new here. Same old FUD from a Microsoft shill.

  17. In other news: by thomas.galvin · · Score: 5, Funny

    In other news:

    Democrats advise constituents against voting Republican.

    Apple recommends iTunes users to purchase iPod.

    McDonald's suggests that Burger King's fries are bad for your heart.

    Snowball introduced to hell. Snowball melts.

    Sun rises in east for 1,324,408,203rd consecutive day.

    1. Re:In other news: by Shadow+Wrought · · Score: 1
      Sun rises in east for 1,324,408,203rd consecutive day

      So what happened 1,324,408,204 days ago?

      --
      If brevity is the soul of wit, then how does one explain Twitter?
    2. Re:In other news: by Drooling+Iguana · · Score: 1

      That would imply that the Solar system is only about 3.6 million years old. I think you need a few more digits there.

      --
      ... I'm addicted to placebos
    3. Re:In other news: by Anonymous Coward · · Score: 0
      So what happened 1,324,408,204 days ago?

      The magnetic poles swapped?

      Nope, that was ~780,000 years ago (285,000,000 days).

    4. Re:In other news: by PMuse · · Score: 1

      I suppose that sunrises as we know them begin happenning when there's an Earth that rotates, rather than when the sun first exists. Still, 3.6 million is shorter than the age of man.

      --
      "We reject as false the choice between our safety and our ideals." --The American President (20.1.2009)
    5. Re:In other news: by Hatta · · Score: 1

      Sun rises in east for 1,324,408,203rd consecutive day.

      Are you saying that 1,324,408,204 days ago the sun didn't rise in the east?

      --
      Give me Classic Slashdot or give me death!
    6. Re:In other news: by thomas.galvin · · Score: 1

      Sun rises in east for 1,324,408,203rd consecutive day

      So what happened 1,324,408,204 days ago?


      Japan got all upset, and had to change their flag.

    7. Re:In other news: by icebrrrg · · Score: 1

      oh, nothing, that day was cloudy.

      --
      nothing worth possessing isn't possessed. or something.
    8. Re:In other news: by Flying+Purple+Wombat · · Score: 1

      Sun rises in east for 1,324,408,203rd consecutive day

      So what happened 1,324,408,204 days ago?


      That was the third day, the day God created dry land and plants. The sun didn't exist until the fourth day. It rose too early that day, and every day since ;-p

      --
      If God had meant for man to see the sunrise, He would have scheduled it later in the day.
  18. Linux won't work for you... by Anonymous Coward · · Score: 0

    ...so buy from us instead.

  19. I wonder... by rbochan · · Score: 2, Insightful

    If Microsoft were the subject of this, how soon would some sort of slander or liable lawsuit follow?

    --
    ...Rob
    The American Dream isn't an SUV and a house in the suburbs; it's Don't Tread On Me.
    1. Re:I wonder... by 0x461FAB0BD7D2 · · Score: 1

      The lawsuit would be filed so fast, your question would be posted on the Slashdot article concerning the lawsuit rather than this one.

    2. Re:I wonder... by m50d · · Score: 1
      how soon would some sort of slander or liable lawsuit follow?

      You keep using that word. I don't think it means what you think it means. Or something.

      --
      I am trolling
  20. that is fine by Anonymous Coward · · Score: 0

    It is not like anyone is forced to use it. Not like it comes installed on every pc or anything.

  21. Interesting list of companies by overshoot · · Score: 4, Interesting
    Sun and Microsoft go without question, but some of the others are interesting. Oracle, for instance, has declared Linux to be the star of their roadmap going forward.

    Perhaps the key is the company most conspicuous by its absense: IBM, who competes with all of them.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:Interesting list of companies by SunFan · · Score: 1


      Basically, I think ZDNet has trolled Slashdot.

      There are some nonsense statements in the article like "We are concerned about security on an open standard environment like that." WTF? At the beginning of the article it mentions something about the Agility Alliance "help EDS create 'best of breed' solutions". Who cares about EDS? Really?

      Perhaps this whole alliance is about getting cozy government contracts somewhere. It kinds smells like it, at least.

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    2. Re:Interesting list of companies by EduardoFonseca · · Score: 1

      Solaris 10: over 900,000 registered systems in less than two months!

      Remember: downloads are not actual systems... ;)

    3. Re:Interesting list of companies by SunFan · · Score: 1


      Well, how some sysadmins I've known follow their registration plan, one registration = 10 servers, so I guess the cosmic balance is still intact.

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    4. Re:Interesting list of companies by archen · · Score: 1

      Oracle is in a bind here. For one thing Oracle runs pretty well on Linux. What Oracle is afraid of is what tends to come with most Linux distributions: MySQL and Postgresql. At least on Windows you have to pay for SQL Server. For most Linux distros you just click a box or type a command and MySQL/Postgresql install themselves for free. I'd be a bit concerned about that as well if I were Oracle.

    5. Re:Interesting list of companies by EduardoFonseca · · Score: 1

      Some sysadmins you know? Well, I guess we need more precision than that, since everyone I know that downloaded Solaris, re-installed Linux after 2-3 days.

      Cosmic balance? Man, get over Sun ;)

      --
      Linux crushed Solaris - That's why Sun is giving it away for free.

  22. At least they don't hide their bias. by Staplerh · · Score: 5, Informative

    Obviously, I thought the study was biased, looking at the list of supporting companies. But then I RTFA:

    The alliance comprises a group of IT hardware and software firms that have combined their expertise and products to help EDS create 'best of breed' solutions and compete with the likes of IBM Global Services and Hewlett-Packard for the most lucrative government and enterprise contracts.

    Well, if Microsoft wants a lucrative government contract, clearly the organization that is supporting this move is going to decry the competition to push its own agenda.

    Why do people even listen to these organizations? I suppose you know their bias from the outset, rather than having to 'read between the lines' of other organizations.

    --
    "There's no success like failure, and failure's no success at all."
    - Bob Dylan
    1. Re:At least they don't hide their bias. by wandernotlost · · Score: 1
      Why do people even listen to these organizations? I suppose you know their bias from the outset, rather than having to 'read between the lines' of other organizations.

      A better question is why people take articles like this, that obviously display no journalistic integrity, as legitimate sources of news. Come on, an article that's basically a press release from a group of companies, that's clearly selfishly motivated, with several quotes from the companies behind the statement but none from the Linux world? What kind of reporting is that?

    2. Re:At least they don't hide their bias. by Anonymous Coward · · Score: 0

      One other thing to realize is this. Both IBM and HP, who are mentioned as competitors, are both heavy into Linux and Open Source. Thus it is only logical to attack your competition choices.

  23. Oracle? by Anonymous Coward · · Score: 5, Informative

    From TFH:

    ...according to the Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC.

    From TFA:

    ...according to the Agility Alliance, which includes IT heavyweights EDS, Fuji Xerox, Cisco, Microsoft, Sun, Dell and EMC.

    Fuji Xerox = Oracle?

    1. Re:Oracle? by clem.dickey · · Score: 4, Informative

      EDS lists both Xerox and Oracle as members of the EDS Agility Alliance.

    2. Re:Oracle? by narsiman · · Score: 1

      Who asked you to read the article you Coward ? You are supposed to flame Oracle. Two more posters will join you. Then get slammed by OCPs from then on in a mindless discussion of Oracle's Linux support.

      All fun gone !

    3. Re:Oracle? by Almond+Tree · · Score: 0

      You know better than to read the article.

      --

      bau bau chicka chicka mau mau

  24. Utterly stupid by Empirical · · Score: 0

    Biased "studies" should be banished from the humankind.

  25. Have you ever read something... by Zugot · · Score: 4, Interesting

    and just shook your head and didn't have anything to say?

    That article was the worst.

    This is just more proof that EDS ain't worth a poop.

    "From a corporate perspective, we are not confident where Linux is right now today. A large enterprise needs to be sure because it relates to securifying [sic] the environment. We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. We are quite cautious about Linux and its deployment," said Rasmussen.

    What?

    --
    -- Bryan
    1. Re:Have you ever read something... by superid · · Score: 5, Funny

      What's wrong with "securifying"? It's a perfectly cromulent word.

    2. Re:Have you ever read something... by justforaday · · Score: 4, Funny

      we are not confident where Linux is right now today.

      How about right now tomorrow?

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    3. Re:Have you ever read something... by SmokeHalo · · Score: 2, Funny

      I bet it's in the Dubya Dikshunary. :)

      --
      I'm not good in groups. It's difficult to work in a group when you're omnipotent. - Q
    4. Re:Have you ever read something... by Anonymous Coward · · Score: 0

      All you need is a good strategery to securify your network.

    5. Re:Have you ever read something... by forkazoo · · Score: 1

      If you have the worditude to say it, you will have no problems. Actually, problems is too big a word, I prefer "problettes."

    6. Re:Have you ever read something... by compactable · · Score: 1
      I much profer the term securification over securifying.

      ... the editor should have used the [stupid] tag instead of [sic] ...

    7. Re:Have you ever read something... by Anonymous Coward · · Score: 0

      /me spits coffee all over the keyboard.

      Gee, thanks. ;)

    8. Re:Have you ever read something... by White+Roses · · Score: 1

      Rasmussen went on to say, "Securifying the environment embiggens us all."

      --
      Do not touch -Willie
    9. Re:Have you ever read something... by bedmison · · Score: 2, Insightful
      EDS can't say Linux is good because that would mean that they were agreeing with their main competitor, IBM, which has drunk the Linux kool-aid with both fists. Can't have that. They have to maintain some perceived difference.

      If they say Linux is good, then people start asking why Windows has been their choice for the backend on 2 major contracts ( in the $Billions with B ) one which failed ( British Inland Revenue ), and one that is on the verge of failing ( Navy/Marines intranet).

    10. Re:Have you ever read something... by DonServo · · Score: 3, Funny

      You know, by continuing to use such words you merely embiggen these grammar criminals...

    11. Re:Have you ever read something... by Doctor+Crumb · · Score: 1

      "... into different languages..."

      And Unix is all greek to me!

    12. Re:Have you ever read something... by CoffeeJedi · · Score: 1

      i believe the proper conjugation should have been 'ensecurinate' or the more formal 'ensecurinatify'

      --
      May you be touched by His Noodly Appendage. RAmen.
    13. Re:Have you ever read something... by Anonymous Coward · · Score: 0

      "Ensecurinate," that sounds sort of like a double entenuadre, or an intennuendo if you will.

    14. Re:Have you ever read something... by Anonymous Coward · · Score: 0

      I find it to be less cromulent and more scrumtrulescent.

    15. Re:Have you ever read something... by glsunder · · Score: 3, Funny

      searching dictionary.com for securifying yeilds:

      No entry found for securifying.

      Did you mean scarifying?

    16. Re:Have you ever read something... by Maximos · · Score: 1

      Funny thing is EDS does do linux right now. They have a few accounts whow use linux. For them to say this is dumb.

    17. Re:Have you ever read something... by Anonymous Coward · · Score: 0

      Great reference. You made my morning!

    18. Re:Have you ever read something... by NereusRen · · Score: 2, Funny

      searching dictionary.com for yeilds yields:

      No entry found for yeilds.

      Did you mean irony?

    19. Re:Have you ever read something... by benjcurry · · Score: 1

      Sheesh! This has degeneratified into udder unintelligibilitudinousness.

  26. OS vs. language by twd · · Score: 5, Insightful

    I would not consider someone who would refer to Linux as a language, as Mr. Rasmussen did, to be terribly knowledgeable about this things.

    --
    ~*~ Tara
    1. Re:OS vs. language by 14erCleaner · · Score: 4, Insightful
      It gets better: here are some other things he said:

      A large enterprise needs to be sure because it relates to securifying the environment.

      Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy finally announced he won the battle and had the one surviving Unix out there.

      Clearly this guy was promoted to his level of incompetence long ago, and never bothered to keep up with the industry in which his company supposedly is a leader.

      --
      Have you read my blog lately?
    2. Re:OS vs. language by DustMagnet · · Score: 1
      I would not consider someone who would refer to Linux as a language, as Mr. Rasmussen did, to be terribly knowledgeable about this things.

      He also called Unix an application, but at least he knows about "securifying".

      --
      'SBEMAIL!' is better than a goat!!
    3. Re:OS vs. language by KhaZ · · Score: 1
      I couldn't believe the parent post, so I read the article (I know, shock and horror! Having to go to the source! :)), and saw this:


      "From a corporate perspective, we are not confident where Linux is right now today. A large enterprise needs to be sure because it relates to securifying [sic] the environment. We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. We are quite cautious about Linux and its deployment," said Rasmussen.


      That's AWESOME.

      "We're not confident where Linux is right now today"
      (Is there ever a chance that RIGHT NOW isn't today?).

      "A large enterprise needs to be sure because it relates to securifying [sic] the environment. "
      (Securifying? Is that like Misunderestimating?)

      "We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. "
      (Unix splintered into many different languages?)

      ""We are quite cautious about Linux and its deployment," said Rasmussen."
      (You should be more cautious about deploying public statements that have so many issues in them!)

      That said, I'm probably being a little too anal: he probably doesn't speak English as a first language: but then again, should he be the spokesperson?

      Interesting. :)

      --
      - - - -

      KickingDragon

    4. Re:OS vs. language by Pfhreakaz0id · · Score: 1

      Hmm, we can make fun of this guy, but W does the same thing and if the media points it out they are "biased liberals"... whatever.

    5. Re:OS vs. language by jdunn14 · · Score: 1

      "We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. "
      (Unix splintered into many different languages?)


      Sure, remember, the bible talks about the tower of Unix that was an affront to god so (s)he splintered the Unixes into many languages?

    6. Re:OS vs. language by KhaZ · · Score: 1

      "We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. "
      (Unix splintered into many different languages?)

      Sure, remember, the bible talks about the tower of Unix that was an affront to god so (s)he splintered the Unixes into many languages?


      Oh, stop Babel-ling. :)

      --
      - - - -

      KickingDragon

    7. Re:OS vs. language by Anonymous Coward · · Score: 0

      Why would Knuth do that?

  27. Not Oracle by Anonymous Coward · · Score: 2, Informative

    FTA:
    "according to the Agility Alliance, which includes IT heavyweights EDS, Fuji Xerox, Cisco, Microsoft, Sun, Dell and EMC."
    Where did the inclusion of Oracle in the post come from? It is not currently mentioned in the linked article, in either the quote or anywhere else

    1. Re:Not Oracle by olddotter · · Score: 1

      The "Not Oracle" posting needs a score of +5.

    2. Re:Not Oracle by Anonymous Coward · · Score: 0


      Why is Oracle Mr. Nice Guy, now? Their licensing tatics for CPUs suck ass.

    3. Re:Not Oracle by olddotter · · Score: 1
      If you don't like they cost, just pirate it. Oh, wait, you wanted support didn't you?

      My problem with Oracle's licensing is that EVERY time I have looked at it, it has changed (it has been 2 or 3 years since I last looked). And it seem to confuse everyone, including their sells folks.

  28. What's the difference? by sammykrupa · · Score: 1
    The last time I checked Windows had all of thos problems too.

    Also, the forgot to mention: Linux is free AND open source. AHHH!

    1. Re:What's the difference? by Anonymous Coward · · Score: 0

      Check again. :)

  29. Wow by StarWreck · · Score: 1

    Wow, the competitors to Linux in every single field Linux and OSS excels in (Microsoft: Linux itself, Oracle: mySQL and other OSS databases, Sun: Linux powered super computer "clusters", Cisco: Linux powered routers, Dell: They only use Windows!) are telling me that Linux suxx0rz! so they must be right, naturally.

    --
    ... and in the DRM, bind them.
    1. Re:Wow by Mindwarp · · Score: 1

      OK, point number one is that Oracle wasn't actually mentioned in the article. That one just got added to the header for some reason only known to the submitter/editor.

      Point number two, lets not suggest that Oracle feels threatened by mySQL. Oracle/Sybase enterprise databases are entirely different beasts from mySQL deployments, and are targetted at entirely different markets.

      --
      The gift of death metal does not smile on the good looking.
    2. Re:Wow by jallen02 · · Score: 1

      Where exactly does mySQL excel compared to Oracle. Once you take away ease of use, a large point I will grant you, you are left to compare features. Oracle wins hands down. MySQL only recently qualifies, by default, as a RDBMS. And some would still disagree that it is a true RDBMS (pesky ACID compliance and all that).

      Linux as a core might excel as a SERVER. Windows, still wins as far as ease of use on a desktop goes. Cisco vs Linux powered routers? Heh. Ok. There is a reason Cisco is on top. Dell... err.. they ship with No OS and Linux at your request on the server side where Linux makes most of its sales anyway. So, no, these are just competitors that see Linux nibbling away at sales because the Linux and open source alternatives to most of what is needed. But its not like they excel or are so much better than the commercial alternatives you compare them to. Id love to use Oracle over mySQL if cost weren't an issue. If cost is no issue the competitors products are quite compelling because once you work past the learning curve the products are quite good and in many cases more flexible and just plain better than the OSS alternatives. (Windows being a notable exception in a lot of cases).

      Jeremy

    3. Re:Wow by StarWreck · · Score: 1

      Your attempting to lecture to someone who is writing this message to you using Linux (yeah, really harder to use than Windows) and owns a Liscensed copy of Oracle (oooh, sooo many more features... yeah right). You may laugh at Linux powered routers. However, I don't think you realize that all a Cisco Router is, is a "computer" running the Cisco IOS (inter-operating system). Nearly identical "computers" are used along with embedded Linux to form THE LARGEST COMPETITORS TO CISCO ROUTERS IN THE ENTIRE WORLD! You may also fail to realize that Embedded Linux is used in DVD Players because its EMBEDDED... the same is true of the Routers. You may also be unaware that Pegasos II's running Linux (also known as "The Open Desktop") is being used as routers for T-Mobile and Freescale Semiconductor (hmm, interesting).

      --
      ... and in the DRM, bind them.
    4. Re:Wow by jallen02 · · Score: 1

      I manage a small bevy of at least a dozen Linux servers to include Linux servers that are firewalls and routers. To be sure the availability of Linux firewalls and routers eliminated the need for commercial products when Linux is there.

      Owning a copy of Oracle means nothing in context of our discussion. Im talking features and capabilities here. MySQL is popular, but far weaker than Postgres in ANSI compatability and other major RDBMS players. Thats my point. No one will refute it to any large extent. Most people don't NEED oracle, but when you do there isn't anything comparable from the OSS communities exclusively.

      Embedded apps are always nice. A place where operating system branding and name means little to nothing and what it can do means everything. I don't follow the embedded markets, but I bet the majority of DVD players don't use Linux.

      I manage a couple of CISCO routers so I think its a little unfair to say I don't realize they are computers. They are von Neumann architecture machines that have the same basic components that pretty much every general computing device out there has. They are specalized and designed to do ONE thing, and they tend to do it very well. Linux can't compete feature for feature with IOS. It can do MOST of it well enough and scaleable enough to meet many needs. When linux is routing a significant percentage of Internet traffic through core backbones of the Internet I will be impressed. Until then the OSS alternatives are just not comparable to high end enterprise level solutions. Its great that linux is used on more and more routers, but I don't believe that it out does IOS.

      I am a huge fan of Linux and OSS software. I can come up with big name references where it is used all day long just like you can. That just means it fit some particular needs well enough. What you can't do is show me Linux and OSS software taking over a majority of these niche markets where well established high end operating systems and software products are quite entrenched. Nibbling yes. Taking over and outdoing, not quite yet. In time it will happen.

      Seriously, your attitude is what can make software projects fail. Software projects that already think they have nothing left to improve or that they are already outdoing the competition can fail to continually innovate. I have seen it happen many times in my relatively short decade in IT. Introspect on your views of Linux and think bigger picture. Its great Linux is making inroads and taking over smaller markets, thats what leads to the high end. Don't lose sight of what it takes to GET to the high end by assuming you already have them beat. To paraphrase Paul Grahm, the OSS community may be able to outcode oracle with one frotnal lobe tied behind their collective backs, but they can't outsell their sales people. Think about that.

      Jeremy

  30. Yet another slandering of linux? by ZephyrXero · · Score: 2, Insightful

    How long are we gonna let people say things like this before something happens? I'm sure the big corporate Linux distro's like Red Hat, Suse, etc. could possibly be losing a lot of money from these sort of lies. How come none of them are stepping up and putting in a lawsuit or two? Does the entire Linux community need to start taking up donations to defend itself through advertising (something like a SpreadFirefox.com)?

    --
    "A truly wise man realizes he knows nothing."
    1. Re:Yet another slandering of linux? by james_bray · · Score: 1

      I suspect that companies savvy enough to use Linux in the first place wouldnt take notice of such nonsense.

      OTOH, the companies that do believe this rubbish, probably wouldnt even try Linux anyhows. And they deserve all the blue screens they get ;-)

      James

      --
      http://www.reeb.freeserve.co.uk
    2. Re:Yet another slandering of linux? by ZephyrXero · · Score: 1

      Hmm.... I just tried going to both "spreadlinux.com" and "spreadlinux.org" and apparently they're both registered, but have blank servers running them. I think if people got together and rallied behind Linux in general (who cares what distro you use!), that we could see some really cool things happen.

      --
      "A truly wise man realizes he knows nothing."
    3. Re:Yet another slandering of linux? by DogDude · · Score: 1

      What would be the basis of this lawsuit, exactly? Aggressive marketing? This doesn't qualify as libel/slander because there's no quantitative way to prove if "Linux scales well". And who would do it? Red Hat vs. Oracle? Nope. They work together. SUSE vs. anybody? Nope. No money. C'mon. It ain't slander, and even if it was, there's nothing that anybody can do about it.

      --
      I don't respond to AC's.
    4. Re:Yet another slandering of linux? by wwonka74 · · Score: 1

      You are asking the people actually profitting from Linux to use their funds to step up in a court system that allows SCO to flourish on unbridled claims!?

    5. Re:Yet another slandering of linux? by ScentCone · · Score: 1

      I'm sure the big corporate Linux distro's ... could possibly be losing a lot of money from these sort of lies ... How come none of them are stepping up and putting in a lawsuit or two?

      I'm always amused by the postings here that worry about whether a corporate entity is making money or not, and wonders if they shouldn't trot out the best-defense-is-a-good-offense lawsuit team when they don't like the tone of marketing material, but then scream bloody murder when the tables are turned, or the company making the money happens to be Microsoft.

      I know, it's a not a 1-for-1 analogy, but the point is that businesses either should, or should not make money, and should or should not have some (at least civil) legal recourse when their revenue is threatened by actual fraud, infringement, etc... but what's good for a Linux-friendly company should be good for their competition, too (and for entertainment companies, for that matter). Can't have it both ways.

      --
      Don't disappoint your bird dog. Go to the range.
    6. Re:Yet another slandering of linux? by Anonymous Coward · · Score: 0


      Red Hat and SuSE lie, too. Everyone does it. Lies are what power the whole IT industry! If you think otherwise, you are delusional.

    7. Re:Yet another slandering of linux? by ZephyrXero · · Score: 1

      Yes. It's the only way for Linux to truely survive. To change the system, you have to start out with the current one. However, the last time I checked, SCO was pretty close to extinction already...lol

      --
      "A truly wise man realizes he knows nothing."
    8. Re:Yet another slandering of linux? by ZephyrXero · · Score: 1

      That's the problem though, we're not talking about "marketing material" here... These types of "studies" are being listed as facts, not opinions.

      --
      "A truly wise man realizes he knows nothing."
    9. Re:Yet another slandering of linux? by Anonymous Coward · · Score: 0

      Lies are what power the whole IT industry!

      My friend, lies and greed are what make the world go around. Not just the IT industry.

    10. Re:Yet another slandering of linux? by ScentCone · · Score: 1

      That's the problem though, we're not talking about "marketing material" here... These types of "studies" are being listed as facts, not opinions.

      And there's simply no way that a study readable by and meaningful to ALL parties with an interest in the Linux-or-not issue (for their businesses, for example) could cover all strata of the IT landscape, address every typical solution-selling arena, etc. The group's study is clearly relevent to the types of solutions they provide and the types of customers that engage them to support their IT needs. It's hardly an all-encompassing claim about the OS as a whole and its suitability across the board, but it's instructive for certain audiences, and certain large companies that support those people with technology (that they have to trust). Just like some pro-Linux missives/"studies" (which completely miss the point for non-Nerd audiences)that are presented as a "representation of fact" are sometimes based on a bunch of out-of-context hooey. Context, context, context.

      My point is, saying that they (RedHat, etc) should trot out the lawyers because their revenue might be hurt by a market-facing study is, well, endorsing the very same thing that so many slashdotters complain about when it's going the other way, or involves artists defending their revenue, etc. It just set off my hypocrisymeter, and I hope I've explained why.

      --
      Don't disappoint your bird dog. Go to the range.
  31. Hmmmm.. by Sonicated · · Score: 5, Interesting

    The top arcticle on Slashdot states:

    EDS: Linux is Insecure, Unscalable

    ..and the one below it states:

    Google and Their Server Farm

    Google is small, they always get hacked and their search engine doesn't scale. QED.

    ;)

    1. Re:Hmmmm.. by 0x461FAB0BD7D2 · · Score: 1

      It's your choice: blue pill or red pill

    2. Re:Hmmmm.. by rtaylor · · Score: 4, Insightful

      Google is small, they always get hacked and their search engine doesn't scale.

      Google doesn't really use any of the scalability features in Linux. In fact, they seem to go out of their way to avoid them and instead rely almost entirely on in-house technology for scaling.

      It's a bit like saying that florescent lights are scalable because you can put thousands of individual lights within a building, or that IBM laptops are scalable because you can purchase them in units of 1000 running MS Windows.

      --
      Rod Taylor
    3. Re:Hmmmm.. by Anonymous Coward · · Score: 0

      That's exactly what "scalable" means nowadays. IBM has already quite well proven Linux's scalability in the traditional "one giant machine" sense.

    4. Re:Hmmmm.. by doorbot.com · · Score: 2, Informative

      It's a bit like saying that florescent lights are scalable because you can put thousands of individual lights within a building, or that IBM laptops are scalable because you can purchase them in units of 1000 running MS Windows.

      In a sense you're right. One flourescent light is not scalable. But the technology itself is: it's cheap, it's reliable, it's easy to maintain, and adding more bulbs gets you more light.

      The same goes for the laptop analogy. In this case, the laptop is a means for the worker to do more work in a given time frame. Clearly if you had 1000 workers but only one really big laptop you'd be in trouble. Workers can "scale" if they managers can provide enough computers (yes, I know large teams often have diminishing returns).

    5. Re:Hmmmm.. by Vicegrip · · Score: 2, Interesting

      Please identify which scalability features in Linux you think Google is "going out of their way to avoid".

      Thanks.

      --
      Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
    6. Re:Hmmmm.. by Anonymous Coward · · Score: 1, Insightful

      Not exactly.

      Google may or may not use Linux scalability features, but the ability to scale their application is based upon Linux. Having open source, being able to modify to suit and not being dependent on an external party should not be undervalued.

      Would Google have been as successful had they been based upon Windows? (it's a rhetorical question)

    7. Re:Hmmmm.. by DougWebb · · Score: 2, Interesting

      Google doesn't really use any of the scalability features in Linux. In fact, they seem to go out of their way to avoid them and instead rely almost entirely on in-house technology for scaling.

      It's a bit like saying that florescent lights are scalable because you can put thousands of individual lights within a building, or that IBM laptops are scalable because you can purchase them in units of 1000 running MS Windows.

      True, but to continue the metaphor, the company that is saying florescent lights aren't scalable happens to produce huge stadium lights for use within buildings: One bright light at the top, with lots of windows/fiber optic to distribute it.

      Sun's machines and OS, for example, are scalable because you can get a monster server with dozens of cpus. For some application designs, that's exactly what you need, though there is a ceiling that you hit.

      Linux is catching up with that kind of scalability, but it's not nearly as mature. However, Google has taken advantage of Linux's other kind of scalability, which allows thousands of separate compute nodes. Again, this is only good for some application designs, but web services (as a general category) work very well in such a system. You can't scale horizontally like this with Sun, because of the hardware/software cost of each compute node.

    8. Re:Hmmmm.. by benjcurry · · Score: 1

      But...wasn't Linux recently (last year) installed on a system with 1024 processors?

      http://www.computerworld.com/hardwaretopics/hardwa re/story/0,10801,94564,00.html

      And you must admit that Google does not get hacked, right?

    9. Re:Hmmmm.. by Anonymous Coward · · Score: 1, Funny

      Ok, why does linux scale without effort from 1 to 32 processors?

      oh wait, it's not scalable... sorry.

      how do I install windows server 2003 on this mainfraime again?

  32. worst idea ever by Anonymous Coward · · Score: 0

    A flamebait slashdot post about a FUD article with virtually no content (stuff like "we are concerned..." and "we have been seeing..."). Pan it, move on.

  33. One word... by packersfan · · Score: 1

    Strategery.

    1. Re:One word... by RangerRick98 · · Score: 1

      One word...Strategery. ...Lockbox.

      --
      "You're older than you've ever been, and now you're even older."
  34. Securifying? by rw2 · · Score: 3, Insightful

    A large enterprise needs to be sure because it relates to securifying [sic] the environment.

    I think that pretty much says it all. This is a quote from one of the people we're to take advice from...

    1. Re:Securifying? by fatboy · · Score: 2, Funny

      A large enterprise needs to be sure because it relates to securifying [sic] the environment.

      I think that pretty much says it all. This is a quote from one of the people we're to take advice from...


      But securifying is double super good for your environment!

      --
      --fatboy
  35. Oh no!! by JWW · · Score: 1

    Quick someone better warn Google!!!

  36. hard to believe by yagu · · Score: 4, Insightful

    The article, or at least the people putting forth their thesis (I call bullhockey, it's really more of an agenda) do much to discredit themselves with claims such as:

    ..., Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications ,...

    I don't know exactly what they mean by "splintered", but working in the Unix field now for twenty-plus years, I never experienced:

    • ANYTHING I could describe as a splinter.... at worst I would describe my experiences as nuanced differences among the various flavors of unix.
    • EIGHT(?!?) applications! First and foremost, unix is NOT, repeat-after-me, NOT an application.... and anyone who describes anything about unix in those terms reveals more about their depth (lack of) in understanding of OS technology than insight therein.

    I don't find or see anything enlightening or new in the article, and walk away shaking my head when these kinds of observations get any press at all.

    1. Re:hard to believe by Skjellifetti · · Score: 3, Insightful

      But the article gets even dumber:

      Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there. We think Linux has the possibility of going the same route," said Rasmussen.

      There are still a lot of folks buying AIX and HP/UX. Using Rasmussen's logic, all that has to happen is for Red Hat to announce that they have the "One True Surviving Linux (tm)" and the problem of forking is forever solved.

      I agree with the parent. The problem of multiple Unix versions has been overblown by folks who clearly haven't done a lot of real application development on Unix.

    2. Re:hard to believe by jdgeorge · · Score: 3, Informative
      Be fair, put Mr Rasmusson's words in context of a complete sentence:

      Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there.

      Interesting that EDS shares SUN's view of what Unix versions are available. Imagine how surprised HP, IBM, and even SCO will be to learn that SUN has the one surviving Unix, considering:

      The OS registered as compliant with the UNIX 03 specification is: AIX

      Other "surviving" Unixes that are registered by the Open Group include, well, look for yourself... http://www.opengroup.org/openbrand/register/catalo g.htm

    3. Re:hard to believe by superdoo · · Score: 1

      Yeah but then "McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there"

      I hereby announce that I won the battle and have the one surviving Linux!

    4. Re:hard to believe by Anonymous Coward · · Score: 0

      I keep it in a cage under my desk and feed it twice daily...

    5. Re:hard to believe by Anonymous Coward · · Score: 0
      ANYTHING I could describe as a splinter.... at worst I would describe my experiences as nuanced differences among the various flavors of unix.

      Well, there's the little bit about binaries compiled for one system not running on other systems, sources not necessarily compiling on different systems without some work, the different locations and behaviors of the shell tools, etc..
    6. Re:hard to believe by Anonymous Coward · · Score: 0
      There are still a lot of folks buying AIX and HP/UX.

      Yes, walk into any business where they use desktop computers bound into a local area network, look at any ISP's rack of web servers, check out any university's CS and MIS programs, and see what platforms most commercial developers are building software for. It's all AIX and HP/UX.
    7. Re:hard to believe by Anonymous Coward · · Score: 0

      Look for an age issue. The Unix Wars were in the 80's and early to mid-90's. The "analyst" boom happened in the late 90's when everybody and his brother went into IT to get-rich-quick (GRQ). The GRQ crowd then went on to get MBA's when the bubble burst. Those same MBA's are most of the talking heads who write crap like the article to which the poster linked. What business does anyone who didn't live through the wars have to talk about them in gloom and doom terms? I'd like to see the resume's of the authors of this study and see how many had served as SA's on multiple *nix platforms.

    8. Re:hard to believe by yagu · · Score: 1
      I'm not sure what the extra context provides. He still is "cautious"(?) about unix.... using the emphasis of "it splintered into eight applications" as to why they're still cautious(?).... huh?

      Putting aside for the sake of generosity the absurd use of the terminology, "eight applications", (we started out talking of Operating Systems, n'est-ce pas?), the implied "danger" is when you pick an alleged "standard" like unix you run the risk of having one piece of something that has fragmented into eight splinters.

      First, I wonder that anyone could help me out and explain seven bright lines that separate clearly eight different unixes! As in my original post, I submit that no matter the unix, no matter the number of different unixes (don't flame me for the generic unix plural), the differences are subtle at worst. I have ALWAYS been able to sit down to a console running a unix and ALWAYS been productive from the first keystroke (contrast this with supposed same "windows"... ).

      And while there's something (maybe) to be said for being POSIX 03 compliant, again, it is a nuanced compliance... and I've always written applications strictly compliant to make my life easier, but again, it is not difficult to move fluidly from one unix to another.

      The (my perception) intent of the position of the group referenced in the article is to somehow impugn the viability in some of the most basic ways of unix, and it's just plain flawed (I claim fraudulent) logic.

  37. Yea, thanks Bill... by Anonymous Coward · · Score: 0

    Yea, Bill. Thanks. We hear ya. Linux sux Windows rox blah blah blah.

    Move along. Nothing to see here.

  38. Hahaha! by RenHoek · · Score: 4, Insightful

    Unlike Windows wich is secure (XP SP1 box is compromised in 18 min when online), scalable (try running ANY version of windows on more then 2 processors), and has never been forked into multiple flavors (NT, 95/98, ME, XP Home/Pro/Corp).

    Yawn..

    1. Re:Hahaha! by Anonymous Coward · · Score: 0
      stated ever so much more nicely than my post...

      too bad they get away with this.... I'd mod you insightful....

    2. Re:Hahaha! by Anonymous Coward · · Score: 0

      Ya and those security holes fixed in kernel 2.4.23 didn't matter much either. At least compare recent patch levels of both OSes.

      Never seen (or heard of) a 4 or 8 way Windows server before? Unlike bigfoot, they do exist.

    3. Re:Hahaha! by RdsArts · · Score: 2, Insightful

      Windows exists in three flavors, XP home/pro and Win2003 server. The XPs have existed since 2001(?) and 2003 is intended to be a server OS, not a desktop OS.

      If we want to play this game, than "Linux" has released SuSE 9.1, 10, 10.1, RedHat 9.2, Fedora Core 1, 2, 3, Mandrake 9.0, 9.1, 9.2, 10, 10.1, Ubuntu Warty, etc. That certainly sounds like being "forked into multiple flavors" more than what Windows has seen.

      I'm not going to comment on the security or scalablity comments, but let's call a spade a spade here.

    4. Re:Hahaha! by rubycodez · · Score: 1

      what about windows CE? what about Citrix metaframe?

    5. Re:Hahaha! by ivan256 · · Score: 1

      I think his point was that it doesn't matter.

      As for your XP/XP/2003 Server world view...

      If your a developer you need to take into account that a *vast* majority of machines are running something older than XP... Windows 98, ME and Windows 2000 are still out there on large numbers of business machines as well as home users machines.

    6. Re:Hahaha! by hkb · · Score: 1

      How does moronic tripe like this get modded up? I think the mods have "Insightful" confused with "Ignorant".

      Unlike Windows wich is secure (XP SP1 box is compromised in 18 min when online)

      Contrary to what some Linux bigot's "scientific test" says, millions of people are using uncompromised Windows XP SP1.

      It's smart to keep these behind a firewall. Of course, it's smart to keep a Linux/BSD/etc box behind a firewall, also. Especially with Sendmail, Apache, Bind, PHP, and SSH's "stellar" security record.

      scalable (try running ANY version of windows on more then 2 processors)

      You mean "than", not "then". And I have "tried" running it on more than 2 processors and it runs fine. Many large corporations are running Windows 2003 Data Center Edition on nodes with dozens of processors.

      and has never been forked into multiple flavors (NT, 95/98, ME, XP Home/Pro/Corp)

      Windows NT and Windows 9x are different operating systems altogether. They were never "forked".

      The various "flavors" of Windows NT/XP/2003 are just that, different flavors. Different services installed, different kernel parameters, whoah wait a sec, what free OS does that remind me of?

      Is there something wrong with that? Most people would consider having unneeded cruft banished a feature.

      However, there IS something wrong with the lack of coherent standards amongst Linux distros. Do I put stuff in /opt? /usr/local? /usr? /usr/local/etc? /etc? /var/db? /var/www? /var/local?

      Well, it all depends on the distribution I use, oh and it depends on the software I'm using, too. Wow, what a stellar setup.

      --
      /* Moderating all non-anonymous trolls up since 2004 */
    7. Re:Hahaha! by jbplou · · Score: 1

      Windows Server 2003/2000 Datacenter has no problems running more than two processors, it does it with ease and works well for things SQL Server and IIS, your other points are valid though.

    8. Re:Hahaha! by RdsArts · · Score: 1

      And you're saying they don't for Linux?

      Why do you think "Linux" means "RedHat" to most people? Because they don't want to support millions of divergant forks, when just supporting that will be more than a handful.

      My point is that saying Windows is forked to high hell and that linux somehow isn't is just silly.

    9. Re:Hahaha! by digidave · · Score: 1

      "My point is that saying Windows is forked to high hell and that linux somehow isn't is just silly."

      If I wanted to argue semantics (kernel vs. whole system), no distro I know of runs a kernel fork, just different compilation options and modules. That's not a fork.

      However, the point is that forking occurs everywhere. If you want to avoid systems that have or might fork, use a typewriter.

      --
      The global economy is a great thing until you feel it locally.
    10. Re:Hahaha! by ivan256 · · Score: 1

      I understand your point, it just doesn't fit in the discussion. There's lots of flavors of Linux and there's lots of flavors of Windows, so to compare based on that is silly.

    11. Re:Hahaha! by jwd-oh · · Score: 1

      What about 95, 98, ME, CE, 2000 (Pro, Server, Data Center)?

      Linux is about the kernel 2.2.x, 2.4.x, 2.6.x

      A linux distribution is a bundling of a set of specific applications with a Linux Kernel, each of those is a distribution.

      This is like buying a car. All cars have a minimum set of attributes and everying else are options. If choice is OK in the Automotive industry (an nearly every other industry), whay is it not OK for software?

    12. Re:Hahaha! by Smilin · · Score: 1

      So you think that Linux is secure because you can put an unpatched XP box on the internet and it will get hacked? That's the chewbaca defense if I've ever heard it.

      Try running ANY version of windows on more thAn 2 processors? Ok, how about NT 4.0 Server, Enterprise, TSE, W2k server, advanced, datacenter, 2003 Server, enterprise and datacenter. You might find they actually scale better than linux for "trivial" things like file servers and databases.

      Windows never "forked". Windows 95,98,98SE and ME were all derived in a linear fashion from Windows 95. NT, 2000 and 2003 were all descendants of NT 3.5 (Which "forked" from OS/2 I suppose). In fact Windows has "unforked" since both the consumer line and professional line of operating systems have converged with XP.

      What the hell is Windows XP Corp? I can't seem to find any reference to this imaginary forked OS of yours.

      How you managed to make a bunch of crap up then still get modded "insightful" is beyond me. Gotta make sure there is FUD on both sides of the fence I guess.

      Nice work there mods. Now get back to flamebait or troll tagging me or something.

    13. Re:Hahaha! by Anonymous Coward · · Score: 0

      because the software industry needs to be a monoculture.

      That way when the next so.big or blaster variant hit, it can completely wipe everyone to ground zero and they'll have no choice but to join the collective of linux.

      MUAHAHAHA!

      to that other guys comment about the varying places to put things? If you pick a distro and stick with it then later decide "I want to use debian instead of suse" that will be a temporary learning curve yes. but it's not as if you are switching distros like a woman switches dresses when you are trying to go out.

      another thing to note about your logic is that it can be applied towards windows. When microsoft went from win95 > win98 the location of things changed slightly... then from 98>NT-200-xp things changed DRASTICALLY. instead of C:\my documents it's C:\documents and settings\~\my documents\

      my god how can I deal with that!

      directory changes are no big deal.... call a spade a spade, this is pure FUD, and it's dissapointing any news organization picks it up.

    14. Re:Hahaha! by woah · · Score: 0
      Gotta love those Windows fanboys. Unix (and more recently Linux, even though some Unix vendors might not like it) has always been focused on security. Whilest in Windows security is an afterthought. Example: 99.99% of Windows (including corporate desktops) users are doing normal day-to-day tasks in Administrator mode. But not only that, you can trash so many app installations on a windows machine even without admin priveleges.

      You do realise how incredebly easy it is to have a piece of code running somewhere on a Windows network without anyone ever knowing. Hence spyware.

      As for scalability, have you ever seen Windows running on 64-way servers? What about enterprise-level mainframes? Now try counting how many top 500 systems run linux (or unix).

    15. Re:Hahaha! by RdsArts · · Score: 1

      I think you are downplaying the level of variation found between most Linux distros IRT the differing Windows versions.

      Linux has wildly divergant base packages/libraries/daemons/FSHs/packing systems from distro to distro and in many cases version to version. Comparatively, IMHO Windows is much less... "Fluid?" Than you could say compared to the whole of the Linux world. And a large part can be attributed to the fact that there's no one distributer of "Linux."

      To just pass this off as "well, MS rebrands some software sometimes, so they're just as bad" is being dishonest with ourselves IMHO, and it is one point that I think we must honestly say "OK, they have a point there."

    16. Re:Hahaha! by RdsArts · · Score: 1

      Who's talking about kernels? We're talking about OSes.

      But even then, RedHat and SuSE haven't shipped with vanilla kernels in quite some time. If we merely want to talk the kernel.

      But forgetting the pointless semantics wank, I think you would be very hard pressed to fork the Windows codebase and drastically change the base system without at least some OK from Microsoft (or some spyware. But that's the security argument again ;) ). It's much more insulated than the Linux world in this regard, where everyone and all can fork it at will. While there are a number of benefits to that, there's also the fact that this can and does lead to a lot of incompatiblity in the OS many distros ship out with one another.

      Just look how long it's taken nVidia to release one package for all distros, and it doesn't fit in with any of their packaging systems. Just look at Oracle; do they support "Linux," or do they support RedHat's (and I believe now SuSE's as well) product line?

      While there's binary compatablity, the potential to enter a new UNIX-esqe world where distros are wildly divergant from one another exists. It's already true for the most part in packaging systems, libraries and their FSH. There's no one product you can point to and say "that's Linux" without either excluding a large number of distros or making it utterly worthless and saying it's just a kernel.

    17. Re:Hahaha! by Smilin · · Score: 1
      Gotta love those Windows fanboys. Unix (and more recently Linux, even though some Unix vendors might not like it) has always been focused on security. Whilest in Windows security is an afterthought. Example: 99.99% of Windows (including corporate desktops) users are doing normal day-to-day tasks in Administrator mode. But not only that, you can trash so many app installations on a windows machine even without admin priveleges.
      Why do you need to reach way into the past to a consumer-level OS that was designed prior to the popularity of the internet to support your argument about Windows security? Can you think of any reason why Windows 95 or Windows 3.1 needed to be secure when they were released? Was Sasser going to spread via 5.25" floppy? Why don't you come into the new millennium and tell me how insecure Windows Server 2003 is when hardened by a competent administrator?

      It's also a bit ridiculous to talk about users being logged on as an admin. When you do something stupid like flip your car when trying doughnuts in the parking lot do you blame Yugo? No. Why blame MS when you do something stupid like open an attachment when logged on as an admin? The idea that you have to be logged on as an admin to a Windows box to get anything to run is a myth. I disprove that myth everyday despite Linux Fanboi FUD to the contrary.
      You do realise how incredebly easy it is to have a piece of code running somewhere on a Windows network without anyone ever knowing. Hence spyware.
      I think you are confusing two different concepts. Spyware is more closely related to the aforementioned problem of users signing on as an admin. I believe you might mean a sniffer, root kit or something to that effect. It's just as easy to have an undetected app on a Linux network as a Windows network. It all comes down to how much you are looking for it.
      As for scalability, have you ever seen Windows running on 64-way servers?
      Yes.
      What about enterprise-level mainframes?
      We replaced our mainframes with Windows clusters and a SAN. The cost of SCALING the mainframe to meet our needs was too great.
      Now try counting how many top 500 systems run linux (or unix).
      Count how many businesses use one of the top 500 computers. What percentage of computer systems does this comprise? What percentage of daily commuters chooses Ferrari over Lamborghini for their drive to work? Who cares?
    18. Re:Hahaha! by Anonymous Coward · · Score: 0

      Also media centre edition, though I've never actually seen it...

    19. Re:Hahaha! by Tim+C · · Score: 1

      try running ANY version of windows on more then 2 processors

      Windows 2003 Datacenter Edition scales to 64-way SMP.

      Windows was never forked as such, the 95 and NT kernels were entirely separate. They've been united in XP since 2001 or so; even XP Home and Pro are essentially identical, Pro just comes with a few extra features. RedHat Enterprise alone comes in 3 (4?) different flavours without counting Fedora or the explosion of other distros.

  39. Oops by TheFlu · · Score: 1

    Uh oh, not good. Unscalable too? I guess someone should break this bad news to Google.

  40. Google and Their Server Farm by yutt · · Score: 0

    Amusing seeing this right next to: Google and Their Server Farm.

  41. Looks like Bushspeak by maroberts · · Score: 2, Funny

    is making it into everyday use!

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

  42. Thank you, Agility Alliance... by nonmaskable · · Score: 1

    ...because now I have a nice neat list of vendors to never, ever consider buying anything from ever again.

    1. Re:Thank you, Agility Alliance... by Anonymous Coward · · Score: 0


      Are you a Catholic? I hear Catholics wiped out whole cultures back in the 11th century. Are you Muslim? Some of them send people to blow shit up! Are you Christain? Some Christains want the government to pass all their moral judgements into law! Clearly all of these religions should be never, ever considered worthy by anyone.

      People with black-and-white views of the world are hypocrites by definition.

  43. It's interesting... by cnelzie · · Score: 1

    ...that a group, made up of companies that stand to 'lose the most' by rampant Linux acceptance and adoption, would believe that people will cheerfully accept that they say Linux is 'teh Suxx0r' as the whole actual truth.

    --
    If you ignore the other uses of a tool, does that make the tool less useful, or you less useful?
  44. As Ghandi once said, "First...." by aendeuryu · · Score: 1

    "...I think I'll have a sandwhich."

    I'm sure he said some other thing, but that's the one that comes to mind.

    [ps: if anybody posts the actual friggin' quote in a followup reply to this article, I hope your genitalia sprouts wings and flies away.]

  45. And in other news by nahdude812 · · Score: 1

    A consortium of companies all agreed: You shouldn't use the products that compete with the consortium's common business objectives, for the following unsubstantiated or opinion based reasons.

  46. Headline misleading by Software · · Score: 1
    How do you get from:

    "Large enterprises should not use Linux because it is not secure enough, has scalability problems and could fork into many different flavours, according to the Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC."

    to:

    EDS: Linux is Insecure, Unscalable?

    Why not: "Sun: Linux is Insecure, Unscalable (except the ones we support)" or "Dell: Linux is Insecure, Unscalable (except the ones we sell)"

    Mod article -1, Troll

  47. Why is forking a problem? by 91degrees · · Score: 1

    Just stick with the version that's compatible with your requirements. Or stick with a single vendor. Surely having Linux splintering into separate applications is not going to be any worse than having Linux, various types of Unix, and Windows to choose from.

  48. Re:Conveniently Enough by Anonymous Coward · · Score: 0

    While the group definitely has their own interest in bashing Linux, mixed with the alliances comments are some grains of truth. Certainly all the flavors of Linux can cause some problems, but on the other hand, it does allow for creativity that a single flavor can't possibly have.

  49. Plus.. by zBoD · · Score: 0

    Plus it may have undesirable effects such as anxiety, agitation, trouble sleeping, sweating, abnormal heart rhythm (prolonged QT), unusual dizziness, sudden fainting and diarrhea.

    --
    BoD
  50. Google by Anonymous Coward · · Score: 0

    Funny that this story appears right above the story in which Google takes over the world with their cheap hardware Linux server farm.

    1. Re:Google by burns210 · · Score: 1

      I don't think scalable counts for google. They have thousands of servers but each one is no more than 2 processors each. They buy lowend servers and their CUSTOM filesystem and load-balancing software makes them work so well in the high-deman world Google lives in.

    2. Re:Google by smcavoy · · Score: 1

      first tell us what scalable is, then point out what could and could not be scalable.
      in the sense of being able to scale your solution to meet the demand, google obviously meets this.
      In the sense of running a database on a 32cpu system google does not..

  51. Re:Bias by tetsu96 · · Score: 1

    How can you say this was biased? The fact that Sun says Solaris "beats it hands down on functionality and everything else"?

    Nope no bias here... Move along people...

  52. Not scalable? Really?? by Anonymous Coward · · Score: 1, Insightful
    Not scalable, eh? Anyone else find it ironic that this story happened to run right next to the one about the Google server farm?

    Not scalable, my ass.

    -HJ

    ( No, my ass is not scalable either. :p )

    1. Re:Not scalable? Really?? by Ulath · · Score: 1

      Yup, definitely not scaleable at all.

      Its not the sort of OS I'd use on anything from a single proc 486 to a 512 CPU SGI system at all.

    2. Re:Not scalable? Really?? by Anonymous Coward · · Score: 0

      486? Eh? Are you quite mad? ;-) Thats a jolly good computer if I ever saw one. Try this one for size:

      Its not the sort of OS I'd use on anything from a teensy-weensy wrist-watch to a cellphone to a PDA to an everyday desktop computer to a tv set-top box to a 512 CPU SGI system at all.

    3. Re:Not scalable? Really?? by jimwelch · · Score: 1

      ( No, my ass is not scalable either. :p )
      Unfortunately, MY ass has scaled, it is much larger than version 18.0, i.e., high school.

      --
      Never trust a man wearing a coat and tie!
  53. oh, really? by Tom · · Score: 1

    I wonder which marketing clowns created that piece of FUD.

    I mean, just for starters, EMC's storage devices come with a built-in administration system - which runs on RedHat Linux.

    --
    Assorted stuff I do sometimes: Lemuria.org
  54. Cisco by deconvolution · · Score: 1

    How are about this story and this this story?

  55. Solaris 10 by Mindjam · · Score: 1
    "If you test Red Hat against Solaris 10 against whatever else... we would say that Solaris 10 beats it hands down on functionality and everything else," said Hassell.

    I want some of whatever this guy is smoking. We evaluated Solaris 10 and like previous versions it's a steaming pile of shit. The only thing it does well is make a high end Xeon run like a P2/400, kind of like Windows.

    1. Re:Solaris 10 by SunFan · · Score: 1


      Funny how so many people disagree with you.

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
  56. EDS are incapable of creating working systems by Anonymous Coward · · Score: 2, Informative


    the same EDS that charged billions for systems that don't work, and they still get more contracts ?

    in todays world incompetance is rewarded and responsibility has all but evaporated in buisness
    get rich and fuck over your friends, family,community and society in general cos that 30,000 sqft house is more important

    perhaps a sniper rifle and vigilanties would put management and their families into line

    1. Re:EDS are incapable of creating working systems by Anonymous Coward · · Score: 0

      perhaps a sniper rifle and vigilanties would put management and their families into line

      This is insightful? Is this what the Linux community wants to project into the spotlight when people think of Linux?

    2. Re:EDS are incapable of creating working systems by SirTalon42 · · Score: 1

      "Moderation +2
      100% Informative"

      Where does it say 'insightful'?

    3. Re:EDS are incapable of creating working systems by Anonymous Coward · · Score: 0

      It was insightful at the time I posted. Moderations are often reversed when people who moderate decide to post in the same story they moderate in.

      However I find it interesting that you have nothing to say about my point - that its a sad state of affairs when OS advocacy degenerates into endorsing violence and murder but have plenty to say on a preceived mistake on my part that was a tiny component of what I had to say.

  57. Re:Conveniently Enough by Anonymous Coward · · Score: 0

    Give me a fistful of FUD with my daily news please.

    Up where would you like it, sir?

  58. the 3 S's are just a matter of work by Fox_1 · · Score: 1
    Scalability
    I was consistently surprised with what we teased linux into doing back in 1996 working on a free community network. I've seen some pretty impressive operations in the ISP/ASP world build on linux foundations.

    Security
    Well that argument is just tired. Any idiot can crack an unsecured system, and very few smart people put enough work into security. Nothing wrong with the OS though. (What about that security certification that SUSE or whoever got recently)

    Stability
    Well that's just a matter of using the appropiate hardware and software, push the limits in a lab, but use your head in production. It's that simple with most OS's in most enviroments.

    --
    The rock, the vulture, and the chain
  59. Gaah by bigberk · · Score: 1

    "Large enterprises should not use Linux"

    We've been over this before, everyone, DON'T FEED THE TROLLS! Any enterprise that ditches a free OS that is also at the forefront of high-speed computing and research, well, is probably an enterprise that isn't smart enough to survive.

  60. This explains why... by cpeikert · · Score: 1

    ... Google's server farm has failed so miserably.

  61. -1 Flamebait by ValuJet · · Score: 0, Redundant

    That is how I'd mod this story.

  62. Who Comes Up with These Names? by frank_adrian314159 · · Score: 4, Insightful
    ... Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC.

    Agile for dinosaurs, I guess.

    EDS, Oracle, Cisco, Microsoft, and EMC are not names I associate with agility. It would be like IBM, Exxon-Mobile, GE, and Wal-Mart getting together and calling themselves the "Lightweight League of Business".

    --
    That is all.
    1. Re:Who Comes Up with These Names? by Anonymous Coward · · Score: 1, Funny

      Are these from Marvel or DC? I need to put them on my pull-list.

  63. Ouch! by andrewzx1 · · Score: 1

    Guess its back to Solaris and Windows Server. Oh well.

  64. A former EDSer (thankfully) by robkill · · Score: 4, Informative

    Back in 1996 EDS declared IE to be the "standard" browser for use on all internal machines. When those of us who were using Sun boxes asked "What about us?", the reply was "We have Sun users?"

    --
    DMCA - Chilling free speech since 1998.
    1. Re:A former EDSer (thankfully) by Anonymous Coward · · Score: 0

      Once upon a time there was IE for Solaris. It sucked, but it was there.

    2. Re:A former EDSer (thankfully) by dr_dank · · Score: 1

      When those of us who were using Sun boxes asked "What about us?", the reply was "We have Sun users?"

      Sounds like a real bunch of winners. I'm surprised they didn't ask your group how they got their work done if it was cloudy.

      --
      Where does the school board find them and why do they keep sending them to ME?
    3. Re:A former EDSer (thankfully) by Anonymous Coward · · Score: 0

      Yup it was. I remember using it.

      I ran it on Solaris X86 but I can't remember what freaking version. I also remeber downloading all the opensource stuff for sun so I could use text editor/email program of my choice.

      I think it was IE version like 4 or 3 or something.

      It was better then anything icluded with the Solaris distro by the way.

    4. Re:A former EDSer (thankfully) by BAILOPAN · · Score: 1

      I used to know someone who worked for EDS, and they hated it. They were very Microsoft centric and known for highly abusing government contracts by attaching random fees and then never delivering any finished product.

      She eventually left because she and a few other co-workers couldn't stand the internal corruption.

      (also, I'm not saying Microsoft centric is a bad thing - but this company is just abusive and manipulative from what I've heard)

      --
      If you say "here goes my karma" I will bite you!!!
    5. Re:A former EDSer (thankfully) by Maximos · · Score: 3, Funny

      Wish I could say that I was a former EDS employee...but I can't. I can't say much...They are watching...always watching.... But I can say that as an IT professional, the last thing I want to slip out is that I work for EDS. But I can say that despite what is written, EDS does use linux in various accounts....

    6. Re:A former EDSer (thankfully) by dajak · · Score: 1

      When those of us who were using Sun boxes asked "What about us?", the reply was "We have Sun users?"

      This is still happening every few weeks where I work.

      We don't have any budget or support staff left for anything but windows servers, and we now have several times more windows sysops than we ever had solaris sysops, serving less employees. Volunteers are now patching the suns occasionally. The suns have moved to a former toilet in our department.

      We just decided to keep the suns running unsupported until they failed. It has never happened sofar in some four years.

      The suns still run some of the websites and our imap mailboxes, code repository, files, etc. but central management doesn't know that (and we cannot have imap mailboxes anymore officially). Budget: 0$

      We also run linux servers for development, and central management doesn't know about that either. Official budget: 0$.

      We only use the one windows server we have locally for testing purposes if customers demand it. We reinstall the damn thing twice a year with a fresh copy of windows.

      Buying MS FUD is one thing, but I surely hope management isn't going to start cheerleading for MS.

      Linux downloads may not be a good measure of the actual number of linux machines running, but MS server licenses are not an actual measure of the number of MS servers actually doing something useful except costing money.

    7. Re:A former EDSer (thankfully) by Anonymous Coward · · Score: 0


      I'll say that being Microsoft-centric is a bad thing. Their OS and Office suites are both _still_ closed and expensive!

      GNOME and KDE desktops will be eating Microsoft's lunch in a matter of a few years. Just look at how good the commercial GNOME-based desktops are. I'm using Sun's JDS right now--these things are now completely as easy to use as Windows. All the basic apps are there, and more are on their way.

  65. Biased? by zxiiro · · Score: 1

    Seeing as all the people in this 'alliance' are all proprietary venders. I don't think we can trust them :)

  66. This is the same EDS that gets sued by 0xdeaddead · · Score: 2, Insightful

    for doing an extremly lack luster job right? The same EDS that I have had to waste time after time dealing with their 'enterprise' people that have no idea how computers work right? Sheesh Id sooner take advice from Unisys.

    1. Re:This is the same EDS that gets sued by Anonymous Coward · · Score: 2, Interesting

      Yes, the same EDS that gets given every single large scale UK Government IT project. And fucks them up beyond belief. Not just some, not most, every single fucking one without exception.

      Late, over budget (but what's a couple of billion between friends?) and ultimately unusable.

      A few months back they managed to take out the UK's entire social security system for several days. The employees had to go back to pen and paper. Millions of people were left without essential payments.

      How did this happen you ask? They accidently pushed an upgrade to about 90,000 production systems instead of the test system.

      Would anyone like to guess which OS was involved?
      Anybody? Anybody? Bueller? Bueller?

    2. Re:This is the same EDS that gets sued by SirTalon42 · · Score: 1

      "Would anyone like to guess which OS was involved?
      Anybody? Anybody? Bueller? Bueller?"

      Actually they were trying to upgrade them from 2k to XP, and it BSOD all the computers so they couldn't boot :-D

    3. Re:This is the same EDS that gets sued by Anonymous Coward · · Score: 0

      Rubbish as usual. They were trying to test out an upgrade to a pilot group of machines and screwed the GPO. For God's sake if you are going to criticise get it right!!!

  67. doubts by austad · · Score: 4, Insightful

    I doubt all of the members actually agree on this. Oracle has been pimping their stuff on Linux pretty hard lately, and Linux is what they actually do their development on now.

    Cisco has been using linux in several of their products, including the cache engine card that fits in 2600/3600 routers, the WLSE, the Airespace stuff they just bought, and a bunch of other stuff.

    --
    Need Free Juniper/NetScreen Support? JuniperForum
    1. Re:doubts by frank_adrian314159 · · Score: 2, Insightful

      Which is why all of their Linux-using customers need to call up their sales reps and ask them about their commitment to Linux, pointing out that they are members of this "Agile Alliance". If enough sales folk get hammered, this nonsense will stop (or at least the only two remaining members will be EDS and Microsoft).

      --
      That is all.
    2. Re:doubts by sysadmn · · Score: 1

      In addition, Cisco has a pretty substantial Linux desktop presence. That still doesn't make the article wrong - for the enterprise, Linux might not be secure and scalable enough. You can buy 15 different vendor's patching systems for a windows desktop. With Linux, there are two or three, or you can build one of your own. But lots of enterprises don't want to be in the software development and maintenance business - unless it leads to a direct line of revenue.

      --
      Envy my 5 digit Slashdot User ID!
    3. Re:doubts by jbplou · · Score: 1

      I was under the impression that Oracle uses Sun extensively, it(Solaris that is) is the number one platform that Oracle is deployed on.

  68. And this matters... how? by kennyj449 · · Score: 1

    All I see is an organization badmouthing its competition and providing little argument other than "We're bigger and better, so there." It could easily be argued that if not for the threat posed by Linux and the vendors and services that have effectively aligned with it, this group wouldn't even have any reason to exist. In the end, they legitimize and acknowledge their competitors' role in the marketplace.

    Ironic, no?

  69. Re:Conveniently Enough by fsmunoz · · Score: 1

    Well, you left out Oracle...

    It's weird to see Oracle say that about Linux, especially since they are the ones pushing SLES/RH on their proposals. They have an agreement with RedHat and Novell that makes Oracle the single-point of support for Oracle-on-Linux problems, i.e. even if the problem is because of a kernel or OS usespace problem Oracle fixes it.

    This position goes against their current practices. Maybe this was just spited out without the members knowing it (it happens a lot on this kind of useless "Alliances").

  70. Microsoft? by alexandreracine · · Score: 0


    What? Microsoft is part of this Agility Alliance?

    I actually like this quote from NewsWire from this text.

    "The EDS Agility Alliance promises to take industry collaboration and innovation to a new level by applying the assets and expertise of key industry leaders and partners to a single vision," said Microsoft CEO Steve Ballmer.

    Single vision means monopoly right? That's weird, why is "collaboration" and "single vision" in the same sentence?

    --
    No sig for now.
  71. MS by slapout · · Score: 2, Insightful

    I'm not against a study finding faults with Linux. But when you see something like "which includes IT heavyweights...Microsoft" it kind of makes it hard to take seriously.

    --
    Coder's Stone: The programming language quick ref for iPad
  72. Right here, right now... by Anonymous Coward · · Score: 0

    ..linux may still be a no go for the less digitalized part of buisness life as it does require some level of system managing skills, but i do not see how this applies to experienced admnistrators or the enterprise hiering the right brains?

    Notice that everyone of the companies mentioned are full scale service providers who do not like small competitors whom in the future, i believe, will deliver far more flexible and cheap solutions using linux.

  73. Cisco is in the list? by Anonymous Coward · · Score: 0

    So according to Cisco, their own routers are insecure.

    1. Re:Cisco is in the list? by skeeball · · Score: 1
      Cisco routers run on IOS which does in fact have many unix-like commands. It also sports EMACS key shortcuts on the command line. Considering Cisco was founded by a couple of Stanford computer scientists in 1984, the similarities are not surprising. Why reinvent the wheel when you already have a wheel which keeps time by counting the seconds since 1/1/1970? That kind of thing just makes sense to guys that know that ^A jumps to the beginning of a line.

      The idea that IOS is some flavor of *nix under the hood makes some sense, but just isn't true. In fact, the Cisco engineer who wrote much of the early IOS CLI code has stated this publicly (he also not surprisingly admits to being a big fan of Unix). The idea that IOS is Linux in disguise is simply preposterous. IOS was written in the late 1980's and Linus unveiled Linux in 1991.

      I doubt very much that Cisco feels that Linux is insecure or unstable. Cisco has recently moved much of the development of their software products over to Linux. By the end of the year you are going to start to see most of their software running on Linux and it's my understanding that Linux development now has the top seat. Meaning you will see new versions released on Linux first and then ported to Windows and/or Solaris.

  74. Worst of all OS by Anonymous Coward · · Score: 0

    Linux and *BSD are the worst OS's available, except for all others, of course.

    That these "heavyweights" come to their conclusion tends to demonstrate
    1. incompetence
    2. self-interest
    3. ***
    4. Profit

  75. Re:Conveniently Enough by Anonymous Coward · · Score: 0

    * Sun: Forked everything in Linux except the kernel for themselves

    So they, in fact, forked nothing in Linux? The kernel is Linux.

  76. linux by kngfisher · · Score: 1

    You sure they are not talking about any microshaft OS?

  77. Unscalable ? by sadtrev · · Score: 1

    This piece of fun was particularly amusing coming straight after a story about Google making other OSes irrelevant by using the capability of their mega (Linux) server farm

  78. "Everything in Linux except the kernel"? WTF? by PornMaster · · Score: 3, Informative

    There's nothing in Linux except the kernel.

  79. I hear there is a patch... by mattmentecky · · Score: 1

    for Linux's inscalability and insecurity - here.

    ;-)

  80. Oracle? by ChibiOne · · Score: 2, Insightful
    Is Oracle member of this alliance? Aren't they the ones who say that Oracle is "indestructible" on Linux?

    Is this the general opinion of the Alliance, or just the opinion of one clueless spokesperson?

  81. Sun, oh, how I love thee... by peawee03 · · Score: 1

    From TFA:

    Jim Hassell, managing director of Sun Microsystems Australia, argued that Linux was no loss to the Agility Alliance because it could use Solaris 10 instead of Linux rival Red Hat.

    I know this has been said before, but what is Sun's deal with making Red Hat = Linux? I dunno about you, but as far as "Enterprise Editions" of Linux, I've heard SUSE is better anyway. Doesn't matter anyway. If Sun brings down Red Hat, it's not like they bring down Linux. There's a lot of distros out there that Sun would have to target before Linux is dead.

    --
    I wish I could write clever and witty sigs.
    1. Re:Sun, oh, how I love thee... by MightyMartian · · Score: 1

      Sun is just trying to muddy the waters. It's all the lying liars and the lies they tell. As Microsoft claims, MS is the biggest liar of them all, and even most of its customers seem to be aware of that.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
  82. But what about the other way around.. by polemistes · · Score: 1

    We all knew that most of these people don't like Linux, and for obvious reasons.

    So, does Linux need them? No. They can't harm Linux one bit, and that's what's bothering them.

    Can Linux harm these people, and their shareholders? Indirectly, yes, as long as they cling to old fashioned ways of making business, thinking they can win by putting other people down, instead of creating something worthwhile.

  83. Translation by Anonymous Coward · · Score: 0

    "please IBM, don't hurt us too badly.."

  84. EDS - incompetent by Airline_Sickness_Bag · · Score: 2, Insightful

    Just do a search on EDS and "NMCI" - the Navy - Marine Corps Intranet. Fucked up (and is still fucking up) big on that.

  85. Management by SirCyn · · Score: 1

    securifying the environment
    compelling cost advantage
    beats it hands down on functionality and everything else


    Does this seem like Educated, Experienced IT Personnel?
    Or does it seem more like coportate executives regurgistating company policy fud?

    All of them seem to be in need of Public Speech and Formal English classes. I mean really, "securifying"?

  86. Comment removed by account_deleted · · Score: 5, Interesting

    Comment removed based on user account deletion

  87. world history as an example... by thebladerunner · · Score: 1

    Let's look at world history here as an example. The few that were in power (the royalty of Europe and Asia between 1000 and 1700 AD) were actually a very small number of people. The czars, emperors, and kings all had a very limited perspective and an inflated sense of self worth. In essense they had a monopoly on power. They all thought they had more to offer and were smarter than the masses.

    In every case the masses overcame the gentry and have long since moved on. Yes there are still some royals around but are any of them in power? From Japan and China in the East, through the czars in Russia, and on to the kings of Prussia, France and England. Arguably none of them are in power even though some still maintain a token existance. They all had a vested interest in keeping down the masses. Whether they (the rulers) like it or not, FUD or not, people tend to overthrow the rulers they don't like.

    If I were one of these big companies I would seriously consider what the masses really want. They should try and become part of the solution before the masses realize how to overthrow the problem. Democracy is Open Source.

  88. Definitely the wrong image to portray by bonch · · Score: 1

    What "risks" are Open Source taking? What things am I risking by running Debian?

    In fact, it's a negative thing to say using OSS is taking a risk. Pointy haired bosses don't want to take risks, they want to use what's safe and reliable.

    "Risk-takers" is not the image you want to portray of the OSS community. I get what you were trying to say, but there should be a different choice of words.

    1. Re:Definitely the wrong image to portray by suso · · Score: 4, Funny

      Its amazing how many misinterpretations of posts there are from people here.

      I bet that if Obi Wan Kenobi posted a comment on slashdot like:

      "Darth Vader betrayed and murdered Luke Skywalker's father"

      10 people would reply to his post saying that he is using the wrong wording because he didn't actually murder him. Then Obi Wan would have to qualify his wording by saying "Its true, from a certain point of view."

      Sheesh. Give me a break people.

    2. Re:Definitely the wrong image to portray by Anonymous Coward · · Score: 0

      You're missing his point. His point is that we should all be celebrating the glory of Suso, Heroic Lunix Adopter!

    3. Re:Definitely the wrong image to portray by krewemaynard · · Score: 1

      10 people would reply to his post saying that he is using the wrong wording because he didn't actually murder him. Then Obi Wan would have to qualify his wording by saying "Its true, from a certain point of view."

      you really think it would only be 10? this is ./ ...i've seen entire discussions spark over lesser statements. you must really be a glass-is-half-full guy :)

      --
      I saw it on Slashdot, it must be true!
    4. Re:Definitely the wrong image to portray by Skater · · Score: 1

      you must really be a glass-is-half-full guy :)

      You mean an optimist?

      I'm sorry, I had to do it. :)

    5. Re:Definitely the wrong image to portray by Anonymous Coward · · Score: 0

      Give us a break. You're an idiot. And an idiot with a computer and slashdot is, well, you.

  89. Security means different things to different peopl by jmulvey · · Score: 1

    To some, especially the slashdot crowd, security means keeping the hackers off your network.

    Corporate interests naturally want that, but they are also equating "security" with access control. Microsoft has a fairly robust access control methodology, supporting central group control, and distributed access control lists.

    What does Linux have in this space? NIS? A Kernel that pukes when a user is a member of more than 16 or 32 groups? Can you have robust access control if you can only be a member of 16 or 32 groups?

    Security is more than just keeping the hackers out.

  90. Whew, thanks for the info by big-magic · · Score: 2, Funny

    I'll really glad such a magnanimous and unbiased group of companies were nice enough to let me know to stay away from Linux. I might have made a bad mistake and started using Linux. I guess I'll just have to stick with FreeBSD.

  91. Earth's magnetic field... by PornMaster · · Score: 1

    "Sun rises in east for 1,324,408,203rd consecutive day."

    Is this since the last time the Earth's magnetic field switched polarity? When that happens, does east become west? Inquiring minds want to know.

  92. securifying by thomasa · · Score: 2, Insightful

    This is hardly a unbiased group. They all are joining together to fight Linux. Not that they like each other. Solaris 10 have more functionality than Linux? That's a laugh. Why is Sun borrowing ideas from Open Source and Linux?

  93. Forks are good by fok · · Score: 1

    Of course, as a "former" MS user, all I wanted was a clean, fast, secure, with no aplications at all and more efficient Windows to install the softwares I needed, AND a cool app-bloated gamer-oriented Windows for my games and for any kid sit and play. Well, now I know there is Slackware and Knoppix...

    --
    \m/
  94. Fine print by Tylerious · · Score: 1

    compared to what? not running servers at all? certainly windows servers don't offer more security!

  95. Re:Conveniently Enough by The+Man · · Score: 2, Informative
    Sun: Forked everything in Linux except the kernel for themselves

    How elegant. Linux is the kernel, so claiming that Sun forked "everything in Linux but the kernel" reduces to "Sun forked everything in Linux but Linux" and thus "Sun forked nothing." This is entirely true, but it still manages to perpetuate the myth that Sun is damaging Linux. Simply masterful. I think you have a future, perhaps in the PR department of a major political party.

  96. In the news today by alexandreracine · · Score: 1, Funny


    "In the news today, Linux servers have been forking all night, there is no more control!"

    "Run for your lives!"

    "Linux, do you have a coment on this? -If the Agility Alliance say it, it must be true"

    --
    No sig for now.
  97. Don't look now.. by requim · · Score: 1

    Hmmm... everyone, stop using UNIX right now, I believe they said the same thing 20-30 years ago. And look what happened, UNIX failed.. Solaris, BSD, AIX.. nothing but failure

  98. Many different flavors? by samjam · · Score: 1

    Like:
    Windows NT (with and without the win 95 shell)
    Windows 95
    Windows 95 OSR2
    Windows 98
    Windows ME

    and then later

    Windows 2000
    Windows XP Pro
    Windows XP Home
    Windows Server 2003
    Windows Terminal Services Edition
    Windows Advanced Data Centre Edition
    Windows Small Business Server
    Windows XP without multimedia

    and also

    Smartphone 2002
    Smartphone 2003
    (each customized by hardware manufacturer)
    PocketPC 2002/2003
    (like wise)

    I hardly think linux is any worse just because some of those flavours are "done at home" and "just for fun".

    Sam

    1. Re:Many different flavors? by Anita+Coney · · Score: 1

      Don't forget the version of NT that runs the Xbox. And I think there are about three versions of Windows XP Media Center edition.

      --
      If someone says he and his monkey have nothing to hide, they almost certainly do.
  99. Oracle? by Anonymous Coward · · Score: 0
    according to the Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC.

    Interesting, given that Oracle recently moved the entire development staff from Solaris to Linux and made Linux the primary development target.

  100. Slashdot? by bonch · · Score: 4, Insightful

    No chance of the reverse from this crowd?

    Each claim should be evaluated regardless of messenger. If the claims don't make sense, there's no reason to immediately dismiss them because you know you're right. Instead, address them. Yes, there are cases where Linux is insecure and unscalable. There are cases where it is more secure and more scalable.

    We should adopt more balanced opinions around here. Unfortunately, what will happen is that people will counter the article's reactionary opinion with an opposite reactionary opinion.

    1. Re:Slashdot? by idontgno · · Score: 2, Insightful
      Each claim should be evaluated regardless of messenger.

      I'm sorry, and it's probably petty of me, but I have a hard time getting past a messenger who uses a garbage word like "securifying" with a straight face. Such behavior is an outstandingly reliable touchstone for excessive levels of marketing-think, demonstrating an absolute and fundamental lack of credibility. If such a one tells me the sky is blue, I'd reach for my umbrella. I won't bother to look up. And I'd have a damn fine chance of being right.

      If such a person works in another company, I'll ignore him. If he works in my company, I'll avoid him. If, God forfend, I work for him, I'd slowly and undetectably undermine him so he's eventually terminated and never darkens my existence again.

      So, here's a balanced and well-considered opinion: I can't hear his message because his asshat nature covers the ass he's clearly talking out of.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    2. Re:Slashdot? by Anonymous Coward · · Score: 0
      We should adopt more balanced opinions around here. Unfortunately, what will happen is that people will counter the article's reactionary opinion with an opposite reactionary opinion.

      No they won't, so there! Lah lah lah lah Slashdot's not listening!

    3. Re:Slashdot? by sfjoe · · Score: 1

      Yes, there are cases where Linux is insecure and unscalable.

      Linux is a tool. In and of itself it is neither secure nor insecure. Neither scalable nor unscalable.
      In the right hands, however, it is far easier to secure a scalable Linux system than many other systems. Claims that Linux is insecure and unscalable are in and of themselves bogus FUD and nothing more.

      --
      It's simple: I demand prosecution for torture.
    4. Re:Slashdot? by asr_man · · Score: 1

      Each claim should be evaluated regardless of messenger.

      Yeah right. When Satan speaks, bonch listens.

    5. Re:Slashdot? by khallow · · Score: 1
      Each claim should be evaluated regardless of messenger.

      Why? Evaluation takes effort and there's way too many claims out there to evaluate. What makes this particular messenger with their obvious conflicts of interest worth listening to? If Linux is insecure and unscalable, then a credible messenger will eventually deliver the message. I'm willing to wait for that.

    6. Re:Slashdot? by JonathanX · · Score: 0, Flamebait

      I'm sorry, and it's probably petty of me, but I have a hard time getting past a messenger who uses a lesser known word like "forfend" in an attempt to draw out the grammar nazis. Such behavior is an outstandingly reliable touchstone for excessive feelings of intellectual superiority, demonstrating an absolute and fundamental lack of charm that results in a loss of effectiveness due to the immediate departure of the intended audience.

      If such a person works in another company, I'll ignore him. If he works in my company, I'll avoid him. I'll avoid him. If, God forbid, he works for me, I'll quickly and visibly out him as an intellectual charlatan and terminate him immediately.

      So, here's a balanced and well-considered opinion: I can't hear his message because his asshat nature covers the ass he's clearly talking out of.

    7. Re:Slashdot? by l3v1 · · Score: 2, Funny

      Yes, there are cases where Linux is insecure and unscalable. There are cases where it is more secure and more scalable.

      So you're the one who named his first child Ignorance.

      --
      I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
    8. Re:Slashdot? by idontgno · · Score: 1
      I'm sorry, "forfend" is such a relatively short word. I thought most /.ers were versatile vocabularies. Here's a link to a definition.

      forfend

      Charm is a poor substitute for being right, which is why I don't generally need it.

      "charlatan"! Good! That's a wonderful word, even if you're using it out of context. You'll get it right eventually!

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    9. Re:Slashdot? by Doctor+Crumb · · Score: 1

      I agree; that was some of the worst FUD I've ever read, and it doesn't even deserve a response. It sounds like a six year old repeating some things he heard from the big boys; at least MS hires professionals to say this sort of thing.

    10. Re:Slashdot? by idontgno · · Score: 1
      Of course, editing errors are a poor substitute for charm. Ah, well.

      s/were versatile/had versatile/

      I did say "generally", yes? OK.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    11. Re:Slashdot? by blackbear · · Score: 2, Funny
      Each claim should be evaluated regardless of messenger.

      I agree... Now. What was I saying?

      Oh, now I remember.

      This is all a load of crap. Linux Rocks!

    12. Re:Slashdot? by baggins2002 · · Score: 1

      I agree with your guestion/request and would like to see it.

      But we also have to realise that these companies have an agenda and that they pay people full time to work on marketing that agenda/spin.

      If this claims can be refuted, then I thinks it time to refute the claims one by one. Get donations for an advertisement page in the NYT or WSJ and have it printed.

      This could be the biggest backfire these companies every participated in.

    13. Re:Slashdot? by rpdillon · · Score: 5, Insightful
      Each claim should be evaluated regardless of messenger.

      I completely agree. But that doesn't mean I'm going to ignore who wrote the message. Do you ignore who the author of the book was? Or who wrote the article? I don't lend everyone the same credence. It is very different for the criminal to claim he is innocent than for his supposed victim to claim he is innocent. The author makes all the difference.

      In this case, it is merely amusing to note who the author is, because clearly, the claims are absurd. Linux has been shown to be capable of high security (an agency called the NSA helped us in this area, IIRC). It has also been shown multiple times that it is very scalable (Google, anyone?). This has nothing to do with my opinion of Linux, it merely has to do with basic standards of credibility. It is akin to standing in front of a Rolls Royce and claiming that it is a low quality, inferior car. This is amusing, but it is even more amusing when you find out it's a Chevy salesman making the speech.

      Unfortunately, what will happen is that people will counter the article's reactionary opinion with an opposite reactionary opinion.

      First, I'm not sure how the article is expressing a reactionary opinion; I don't know of anything it was "reacting" to. It seems more like a baseless attack to me. Secondly, just because someone disagrees with an article does not automatically render their arguments invalid or "reactionary", as you suggest.

      Lastly, as a bit of concession, I do think balanced opinions are good. But that doesn't mean we should dignify this kind of propoganda. If someone (anyone, even the EDS) comes along with something that is measured, qualified and well-researched, then we can address it in turn. But this does not deserve serious attention. This is a classic marketing move - "The OTHER product is insecure, it doesn't work on a large scale, it is more expensive, and, oh look! We have an alternative right here!" Take another look at what this guy is saying and tell me honestly that there is anything remotely concrete in what he is saying.

      "From a corporate perspective, we are not confident where Linux is right now today. A large enterprise needs to be sure because it relates to securifying [sic] the environment. We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. We are quite cautious about Linux and its deployment," said Rasmussen.

      "We are concerned about security on an open standard environment like that. We are also concerned about some of the scalability issues that we are seeing on our clients on a global basis. Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there. We think Linux has the possibility of going the same route," said Rasmussen.

      "Quite honestly, in the notion of costs, as we look at what we are structuring with our alliance partners, we are not seeing a compelling cost advantage that would lend us towards Linux -- given the other things I have mentioned," said Rasmussen.

      Jim Hassell, managing director of Sun Microsystems Australia, argued that Linux was no loss to the Agility Alliance because it could use Solaris 10 instead of Linux rival Red Hat.

      "If you test Red Hat against Solaris 10 against whatever else... we would say that Solaris 10 beats it hands down on functionality and everything else," said Hassell.

    14. Re:Slashdot? by KefabiMe · · Score: 1

      I concur. Instead of saying, "Of course this organization is saying negative things about Linux!" we should really see what their complaints are and try to disprove them. EDS is letting us know what to work on, people! We should aim to get Linux to the point, where people can't even try to complain about it.

      Linux should be KNOWN for its security. (It already is compared to windows, but we should go for BSD levels of security.) Linux should be KNOWN for how awesomely it scales. We should make Linux's reputation so great, that people will either not think anything about forks, or start to appreciate the process.

      This is what we should strive for:

      Corporate Shill: Linux doesn't scale well.

      Rest of the Industry: HA! Linux scales way better and way easier than anything else!

      Being "Good Enough" is not enough when you're not number 1. You MUST be so much better than number 1, that people will ask why in their right mind are they using number 1 in the first place?

    15. Re:Slashdot? by Anonymous Coward · · Score: 0

      Wow. You didn't do so well on the "verbal" section of the SATs, did ya?

    16. Re:Slashdot? by Anonymous Coward · · Score: 0

      >>Linux is a tool. In and of itself it is neither secure nor insecure. Neither scalable nor unscalable.

      On the other hand, Windows is a tool that is in and of itself insecure and unscalable.

    17. Re:Slashdot? by achbed · · Score: 1

      The sad thing is, they had to find a "professional" of this caliber to deliver the message... all the good ones are starting to realize the truth and refuse to taint what may be their next product...

    18. Re:Slashdot? by cayenne8 · · Score: 2, Insightful
      "Corporate Shill: Linux doesn't scale well.

      I guess someone should tell Google about that....and really soon!!!

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    19. Re:Slashdot? by runderwo · · Score: 1
      Each claim should be evaluated regardless of messenger. If the claims don't make sense, there's no reason to immediately dismiss them because you know you're right. Instead, address them.
      While a reasonable attitude, this approach is subject to a DoS attack. It is much harder to make a new claim that is both true and non-trivial than it is to make a new false claim. As my free time approaches zero and the number of paid bullshit artists approaches infinity, there has to be a filter in the chain somewhere. That filter is credibility.

      Credibility does not give you a basis to refute a claim (you're a known liar, therefore your claim is false), nor does it suggest that we should automatically accept claims of credible sources (argument from authority); but it does give us a metric for prioritizing evaluation of new claims.

      If I hear a claim from someone who is known to be a credible and reasonable source, and a claim from someone who is known to be unreasonable or biased, I'm going to give the claim from the credible source the time of day, and the PR mouthpiece will be ignored until I have more time. The exception is when he is making claims that are so obviously false that they can be refuted immediately.

    20. Re:Slashdot? by swv3752 · · Score: 1

      There is a time to be reasonable, but if your opponent flat out lies, then you don't reason with him. You point out his lies and move on.

      Bastille, SE Linux, shows that Linux can be secure. Beowulf clusts show that Linux is scalable. Plenty of projects haveforked and no detriment has occured in the past.

      Basically this is several companies that see thier markets getting encroached upon by Linux and so using the usually tactics of spreading FUD.

      --
      Just a Tuna in the Sea of Life
    21. Re:Slashdot? by sfjoe · · Score: 1

      Exactly. The difference being that Windows is much (very much) more difficult to make into a secure, scalable system.

      --
      It's simple: I demand prosecution for torture.
    22. Re:Slashdot? by Anonymous Coward · · Score: 0

      want an example then? using linux + asterisk i replaced a $500,000 telephone PBX and $100,000 voicemail system with $35,000 computer + SIP equipment and T1 interfaces and linux.

      this is 100% impossible with windows. and 100% impossible with other os's/platforms because the hardware to input a telco T1 line into a machine only exists on Intel.

      These things ignore the important things that happen with linux, 90% ofall cable TV is run with linux. (digital TV channels including HDTV are ran through devices with a brand name "cherrypicker" they are the de-facto standard in digital Cable TV and they run linux because no other OS can do the job and be secure)

      how about these "experts" and I use that term very loosely, they are as much experts as the local bum on the corner is a micrbiology expert, give me real information and real examples.

      until then I suggest everyone publically decry anything like this as "blatent lies made up by people that really do not know what they are talking about."

      I am sick of CTO's CEO's and CFO's trying to pass themselves off as experts, they are experts in one thing, bullshitting.

    23. Re:Slashdot? by man_of_mr_e · · Score: 1

      I completely agree. But that doesn't mean I'm going to ignore who wrote the message. Do you ignore who the author of the book was? Or who wrote the article? I don't lend everyone the same credence. It is very different for the criminal to claim he is innocent than for his supposed victim to claim he is innocent. The author makes all the difference.

      In the case of opinion, you're correct that the messenger is important. Deciding whether or not you agree with opinion, is in part a judgement call based on how well you respect or trust the source.

      In the case of alleged facts, only the facts are important. Not the messenger. If the facts are bogus, so is the argument. If the facts are true, the argument is true, regardless of the messenger.

      Now conclusions, is a little bit of a different story. A conclusion is often times an opinion based on facts, so you get a little of both.

    24. Re:Slashdot? by Roadkills-R-Us · · Score: 1

      Each claim should be evaluated regardless of messenger.

      Nonsense. After a while, there's just no point in listening to some people. WRT Linux, SCO comes to mind. As does Microsoft. They've thrown out too much BS, and proven they couldn't care less about reality. They just want to own everything they don't already own, in addition to what they do. So why would I listen to any of their claims?

    25. Re:Slashdot? by Anonymous Coward · · Score: 0

      Unfortunately, what will happen is that people will counter the article's reactionary opinion with an opposite reactionary opinion.

      They're just going with what works. Reason and logic are ineffective...and boring.

    26. Re:Slashdot? by bloodpet · · Score: 1

      If the problem's just the platform (that T1 lines into a machine only exist on Intel), then can't the BSD's do that job?
      I'm sure a lot of people would agree that BSD's are far easier to secure than Linux.
      Sorry for my ignorance, but why can't digital cable tv's be run on *BSD?

      --
      Truth is like a shining mirror that's been shattered.
    27. Re:Slashdot? by Anonymous Coward · · Score: 0
      Each claim should be evaluated regardless of messenger.
      Well, almost. It is certainly true that one should not dismiss a claim just because the messenger is dodgy. When evaluating a claim, however, it helps to have some knowledge of the messenger. For instance, I had the misfortune of having to referee two (mathematical) papers from the same author. The first one was badly written and contained a few claims that seemed bogus to me. I gave the author the benefit of doubt and spent many frustrating hours trying to prove those claims. Then I tried looking for counterexamples and found one within minutes.

      A little later, the editor of another journal sent me another paper by the same author. Once again, it was unreadable as well as unbelievable. This time, I looked for counterexamples first, and I found one within a couple of hours.

      The upshot is, I'm not dismissing any claims just because of their origin, but I'm certainly approaching claims with an expectation regarding their correctness.

  101. This isn't very significant and not news by nysus · · Score: 2, Insightful

    It's like hearing what the leader of China thinks about Democracy as a competing form of nation-state rule.

    --

    ---Technology will liberate us if it doesn't enslave us first.

  102. Here we go... by Anonymous Coward · · Score: 0

    First of all, you are not as deep as you think you are. This is overly dramatic drivel from an obviously insecure (alleged) human being.

    Secondly, it is per se not per say. Nothing upsets me more when someone is trying to be "deep" and then misspells something that simple. If you're trying to be intellectual, use a freakin' dictionary before you hit submit.

    Thirdly, how do you celebrate a computer operating system? You use computer operating systems to get work done, stupid. And, if you truly consider yourself a risk taker of our time, why don't you try getting a date? You sound like you spend a lot of time alone just thinking about stuff.

    Finally, Peru is about as influential in information technology as the local mom and pop grocery store. If you're trying to enhance your "deepness" by pulling some obscure reference from an otherwise impotent governement to impress everyone, then try again.

    People like you need to step away from your desk and get a life.

  103. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  104. Re:In case of slashdotting: by Taladar · · Score: 1
    "We are concerned about security on an open standard environment like that."
    Does this mean they prefer Security through Obscurity?
  105. Quicjk someone tell Google by Anonymous Coward · · Score: 0

    Someone better tell this to Google.

    Their Linux servers wont scale to handle a service the size of theirs and the costs will be prohibitive!

  106. Best. Quote. Evar. by Ransak · · Score: 4, Funny
    securifying

    Did George W. Bush take a job with their speech writing lackeys?

    --
    "Powers. I have them."
    1. Re:Best. Quote. Evar. by Anonymous Coward · · Score: 0

      Maybe. I think he's also at work at Kettering University helping to write all of our excellent "signage".

  107. Re:In case of slashdotting: by ZephyrXero · · Score: 1

    Ohhh..... So they suggest using Solaris instead of Linux...interesting. Haven't hundreds upon hundreds of bugs and holes been found in their code since it was released recently? And doesn't the new "open solaris" have the same forking issues? What a load of b/s.

    --
    "A truly wise man realizes he knows nothing."
  108. they are actually right by coolcold · · Score: 1

    linux have too many variant (spelling?) and one can't scale it up correctly with such a lot of different distro doing different things. That is why you should stick to ONE distro. Linux do have scalability problem but say, redhat, shouldn't if all the computers/servers are in the same distro. I do think there will be the same issue if there are both solaris 10 and windows in the same system?

    --
    I am harvesting funny/good quotes. Please help by putting them in your sigs :)
  109. A Real Contender by blueZhift · · Score: 4, Insightful

    This is just more proof that Linux has arrived on the scene as a real contender in the IT world. I remember when I first heard of Linux, there were literally daily changes being released for the kernel and things were seemingly in a constant state of flux. At the time I was using OS/2, but I was curious enough to keep an eye on Linux and where it was going. Years later, when it really mattered, the choice was simple, Linux. Why? I work in an environment where I'm an army of one and costs and security are very important. Windows just wasn't the best choice for what I needed to build and the budget I had. I guess I wasn't the only one who thought that way! So called studies that refute what frontline IT people see everyday in the field just prove the desperation of those threatened by Linux and the overall free open source movement. If they're smart, eventually they'll learn to live with and perhaps profit from it, but right now they seem more interested in stopping it through FUD and legislation.

    1. Re:A Real Contender by Smilin · · Score: 1

      hehe you Chose OS/2 over Windows or Unix and we're supposed to listen to you?

      rofl. riiiight.

  110. Good! I'm sick of Linux too... by Anonymous Coward · · Score: 1, Funny

    It's the Microsoft of UNIX's. If I need to, for whatever reason which I can't yet even possibly imagine, run the latest NVIDIA 128MB video card for my web server or database server under UNIX, I'll use Linux. For anything else, I'll use FreeBSD and OS X Server.

    It's funny how Microsoft is in that Alliance. What an oxymoron.

    I feel so sorry for the Microsoft and Linux userbase camps.

    Hopefully, one day you folks will all actually get it. Until then, sorry about your luck.

  111. UNIX by jdavidb · · Score: 1

    Large enterprises should not use UNIX because it is not secure enough, has scalability problems and could fork into many different flavours.

  112. Tell that to Google... by MikeCapone · · Score: 5, Insightful

    ..that Linux is unscalable.

    1. Re:Tell that to Google... by Anonymous Coward · · Score: 1, Informative

      Running a whole pile of mostly independant linux webservers and appservers isn't a demonstration of scalability.

    2. Re:Tell that to Google... by javiercero · · Score: 2, Insightful

      Actually the correct example of scalability would come from SGI, their altix machines get over 512 proc single image system. Which no one in the list of signataries can even come close, so the whole issue of linux and scalability is pfffff.....

    3. Re:Tell that to Google... by Anonymous Coward · · Score: 0

      And to add assault to injury, they just clustered 20 of those 512-cpu-single-image machines together, forming a 10240 cpus beast. And NASA just loves it.

      Seriously, lets see anyone else put forth a machine that big running on any other OS.

      What? They can't? Right, thought so. So much for unscalable.

    4. Re:Tell that to Google... by Karnak23 · · Score: 1


      Boy, won't their faces be red!

    5. Re:Tell that to Google... by jtosburn · · Score: 1

      Not just Google, but Akamai. If Linux isn't scalable, why does Microsoft have to pay Akamai to distribute their content?

    6. Re:Tell that to Google... by diegocgteleline.es · · Score: 2

      Actually, linux scales, and not just on clusters. Some people, like say, the NASA guys, run it on 512 simultaneous processors, people also runs it four, eight, 32 or whatever, and all with the same kernel, not a cluster but a big computer. And of course it musr run estable.

      Actually, some of those Enterprises (like cisco or dell) don't have a server OS to say "our option is better, that's why you shouldn't use linux". Why should Dell tell you what you need to run? Linux is the fatest growing server platform, so they should shut up their mouth and working on better linux support if they want to remain profitable.

      The one contenders there are Microsoft and Sun. We know that windows don't runs more than 64 cpus so they also should shut their mouth up and work on that. Then there's Sun, who have a real OS, but thinks that Linux is "no loss" for them, despite of having lost lots of customers to Red Hat's hands.

    7. Re:Tell that to Google... by Antique+Geekmeister · · Score: 1

      Or Akamai. They had something like 20,000 Linux systems live at the peak of the dotcom bubble, and may have more than that alive today.

    8. Re:Tell that to Google... by Anonymous Coward · · Score: 0
      Actually, that's exactly the definition of scalability.

      Linear increases in cost resulting in linear performance improvements == perfect scalability.

      Running a whole pile of software with a lot of bottlenecks and dependancies that prevent this would be an example of an unscalable system.

    9. Re:Tell that to Google... by ninewands · · Score: 1

      Somebody mod parent up!

      Solaris really does scale VERY well ... far better than any Linux distro other than SGIs does (scalability limit for a single-system image is 2048 processors), but Linux scales better than Windows does and Irix scales better than ANY of them (scalability limit is ... how much a/c and power did you say you can you afford). The Altix boxes from SGI are indeed impressive, but until you've seen something like a BIG Origin 3000 you haven't seen a supercomputer ...

    10. Re:Tell that to Google... by Tim+C · · Score: 1

      If the machines are independent, then the best that can be said is that the application running on them is scalable and that the scalability is achieved by running more copies of it. It says absolutely nothing about the scalability of the underlying operating system.

      That is measured by moving to ever more powerful machines, not by throwing more machines at it. That is, comparing performance of the OS on a single proc box, a 2 proc box, a 4 proc box, etc.

  113. Re:Conveniently Enough by SpaceBadger · · Score: 1

    This, of course, is the same EDS that repeatedly show how well Microsoft products scale in their guaranteed-to-fail UK government IT projects. The only things that scale well are the cost and time to throwing in the towel - Usually somewhere between 200% & 300% of the original negotiated contract.

  114. EDS, is that a glass house you live in? by FerretFrottage · · Score: 1

    One of many EDS problems. I can't recall a recent headline where EDS successfully delivered on an enterprise scale project that was on time, on budget, and actually worked...

    --
    "Look Lois, the two symbols of the Republican Party: an elephant, and a fat white guy who is threatened by change."
  115. EDS..... by Anonymous Coward · · Score: 0

    is fighting to keep their contracts.

    It is as simple as that.
    Too many current government and enterprise clients have been asking and installing Linux.

    I work with one of the many EDS government contracts. We have been receiving a flurry of emails, letters and articles offered freely by our EDS overlords. Each one derides the idea of switching to anything outside of EDS's microscopic support.

    I'd love to identify myself..... But I'll just say this organization has lots of guns available...

  116. That's hilarious by Anita+Coney · · Score: 2, Funny

    I was just reading about Orion Multisystem's cluster desktops. These have from 12 to 96 CPUs clustered in one easy to use desktop system. Of course they run Linux.

    Then I click over here and learn that Linux has "scalability problems."

    I've yet to see any version of Windows scale to 96 processors in a single desktop! Not that it'd be worth it anyway, as the cost for Windows alone would probably exceed $20,000!

    --
    If someone says he and his monkey have nothing to hide, they almost certainly do.
    1. Re:That's hilarious by Anonymous Coward · · Score: 0
      I've yet to see any version of Windows scale to 96 processors in a single desktop! Not that it'd be worth it anyway, as the cost for Windows alone would probably exceed $20,000!

      You miss the point - the price of Windows scales nicely with the number of processors. The cost of Linux doesn't scale so much.

  117. That same bias, applied to Slashdot (off-topic) by Anonymous Coward · · Score: 0, Insightful

    This is slightly off-topic in that it doesn't have to do with the companies in the article, but I find it fascinating how quick Slashdotters are to point out bias in others while ignoring that Slashdot is owned by OSTG, who makes money off of Open Source products. It is therefore in their best interests to point articles negative toward competitors like Microsoft and get page hits through baiting people. Have you wondered if that's why we get so many crappy flamebait stories lately that are barely fact-checked?

    I just wanted to point out how people are so quick to find bias in others while ignoring the corporate bias of the very website they're getting their daily news from. Slashdot is a corporate-owned entity. Rob Malda is an OSTG employee.

  118. This guy is smart! by Anonymous Coward · · Score: 0

    Wow, this Robb Rasmussen (vice president of EDS Global Alliances) has some amazing arguments against Linux. Check it:

    "From a corporate perspective, we are not confident where Linux is right now today. A large enterprise needs to be sure because it relates to securifying [sic] the environment."

    That by itself should disuade any respectable corporation from even considering Linux.

    "We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages."

    If there's one thing we hate, it's French Linux.

    "We are concerned about security [on mainframe computers] on an open standard environment like that."

    Wow, apparently security through obscurity is better than openness. I guess closed/proprietary Windows has proven to be a lot more secure than, say, OpenBSD, with it's dirty laundry out in the open for all to see.

    "We are also concerned about some of the scalability issues that we are seeing on our clients on a global basis."
    10,000 Windows98 licenses scales globally much better (for Microsoft) than Linux does.

    "Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications..."
    Hmm... vi, emacs, ... what are the other splinters?

    "... until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there. We think Linux has the possibility of going the same route," said Rasmussen [in an impressive display of knowledge of the history and state of the art of Unix]

    "Quite honestly, in the notion of costs, as we look at what we are structuring with our alliance partners, we are not seeing a compelling cost advantage that would lend us towards Linux..."

    Lend us toward Linux? WTF does that mean? What language is this guy speaking? This "structuring our alliance partners" garbage is pure McBride.

    Jim Hassell, managing director of Sun Microsystems Australia, argued that "Solaris 10 beats [Red Hat Linux] hands down on functionality and everything else."

    Oh yeah, that's plausable... [/sarcasm] Seriously, there must be at least some respects in which Solaris 10 does not beat Red Hat hands down. Maybe there are more drivers for Red Hat. Maybe it supports more CPU architectures. Maybe it costs less money for the license. Maybe it has more packages. Whatever it is, the guy destroys his credibility (as anything other than a marketing guy that will say anything) when he makes obviously false sweeping generalizations like that.

    This whole affair is pathetic, and I don't see how anybody with a fscking clue could trust what these people say.

  119. Trying not to Troll by LINM · · Score: 3, Insightful

    Was there a preliminary report to this one that studied how Linux affected/eroded their business models? Perhaps they saw that Linux provided a very powerful base for NEW technologies to leverage it as a great springboard for potentially competing products. This report didn't make it out, but now they are on this bandwagon.

    Do they cite an alternative that is better? I guess since Windows XP supports two processors (wow) they must be. Microsoft is also renowned for security (e.g. IIS, IE, Word, Exchange) so this MUST be what they are getting at.

    I have to add that this comes across as a bit of a surprise from an Oracle backed group after seeing 5 years of Oracle adds on the back of the Economist magazine:
    "Unbreakable Linux"
    "Powerful Linux" - ok I made that one up
    "Unbeatable Linux" - and that one but you get the point

    I guess now we can look forward to Oracle adds reading:
    "Unscalable Lnx"
    "Breakable Li n - u x"
    "Beatable linux"

    And in other news, IBM disagrees.

    --

    Hunger is the best sauce.

  120. sure .. by dschadlich · · Score: 0

    ... and windows is secure and scalable.

  121. Forking is not the Problem. Closed source is. by WindBourne · · Score: 3, Insightful

    Apache is a fork from NCSA.
    Firefox is a fork from Mozilla.
    Cinepaint is a fork from Gimp.
    What do these have in common?
    They are all successful forks because they are all OSS and that they share code/ideas.
    In contrast, the Unixes are good examples of code that started open, but was closed. Upon doing so, each fork of ideas,API was bad news. A better one is SMB. It was developed by IBM, IIRC. Yet, MS forked it and created network neighborhood. Doing samba and other apps to interoperate with it, is very difficult.

    So no. Forking in OSS is not bad. Forking closed source, or forking and then closing it (as would happen with BSD) does cause problems

    --
    I prefer the "u" in honour as it seems to be missing these days.
    1. Re:Forking is not the Problem. Closed source is. by DickBreath · · Score: 1

      X.org and XFree86
      Inkscape and Sodipodi
      EGCS and GCC

      --

      I'll see your senator, and I'll raise you two judges.
  122. Also by temojen · · Score: 1

    According to the article, Linux might split into several "Languages". I'm beginning to suspact that this is a bad translation of a south-asian language news release.

  123. But Cisco has a huge Linux initiative underway by winkydink · · Score: 1
    Their CIO even uses a Linux desktop. It seems the marketeers aren't aligned with the corporate strategy on this one.

    Story here.

    --

    "I'd rather be a lightning rod than a seismometer." -Ken Kesey

    1. Re:But Cisco has a huge Linux initiative underway by pe1chl · · Score: 1

      Cisco use Linux in their products as well. For example, they sell a web accelerator module that is a Linux sytem with a proxy.

    2. Re:But Cisco has a huge Linux initiative underway by jroysdon · · Score: 1

      Not to mention the Cisco Unity Express (CME) voicemail blade that you can pop into a router. A few more Cisco products that have Linux support:

      Aironet

      VPN Concentrator Clients

      Heh, Sourceforge has a thing to say about Cisco and Linux as well:
      http://rpmfind.net/linux/RPM/Cisco_Linux.ht ml

      Best quote of all:
      "It takes a company approximately one desktop administrator to support 40 Windows PCs, while one administrator can support between 200 and 400 Linux desktops." says Cisco IT Manager

      This is from Feb 17th, 2005.

  124. uh? by suezz · · Score: 1

    used to work with eds - they are about as technically compentent as my dead grandma - no disrepect to my dead grandma.

    tried solaris 10 on my sunblade but it was unusable because it was so slow - was like using a 286 - so I stuck debian back on and it flys - sorry sun

  125. Re:Words words words, which are good, which are ba by Anonymous Coward · · Score: 0

    Sun has contributed more to the open source community than any other corporation.

    So your comment was not just wrong, it was retarded.

  126. "GPL Violators" by Anonymous Coward · · Score: 0

    Sorry, you fail it. GPL violations are 100% okay according to Slashdot, because Slashdotters support copyright infringement on P2P. If infringing on that intellectual property is okay, then so is violating the GPL. Fucking hypocrites.

    1. Re:"GPL Violators" by Anonymous Coward · · Score: 0

      Just because some slashdoters support P2P copyright violation does not mean all slashdotters must support copyright violation.

  127. Oracle not in article by Anonymous Coward · · Score: 0

    I see no reference to Oracle in the article - perhaps you should remove it from the /. version of this news.

  128. It doesn't scale? by smilheim · · Score: 0

    Has anyone told Google? IBM?

    --

    Sean Milheim
    iDREUS Corporation

  129. Interesting by Anonymous Coward · · Score: 0

    Having worked for EDS for seven years before moving on to greener pastures, I think the same thing can safely be said about them...

  130. The fork argument. by torpor · · Score: 1

    Is completely missing the point: Enterprises should fork their own linux.

    Tah-duh! New era of productivity for Enterprises' who can handle rolling their own .. of course, this would be 'bad for the distribution economy', but that overlooks the fact it'd be good for the 'teach people to effectively roll and administer their own enterprise systems' economy ...

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  131. scalability by martin · · Score: 1

    that's Google's system stuffed then ;-)

    Would be nice to have details of these scalabilty issues the customers have had.

    Mind you this whole thing is to help EDS so given their track record on large projects I don't need to say much.

  132. Re:Conveniently Enough by Perl-Pusher · · Score: 1

    Sun:Forked everything developed by GNU Sun:Added Java to GNOME so they could claim some ownership Sun:Has secret handshake with Microsoft Sun:CEO is an idiot who likes to blog How's that? Feel better now?

  133. EDS was responsible for crashing 80,000 Computers by thenextpresident · · Score: 4, Informative

    http://www.eweek.com/article2/0,1759,1732672,00.as p

    Most of the desktop computers in the UK's Department for Work and Pensions were paralyzed for four days on Monday, when a failed upgrade took them offline. The outage, covering 75 percent to 80 percent of the DWP's 80,000 PCs, is one of the largest in the UK government's not entirely impressive IT history.
    And possibly one of the most costly. According to staff reports, the outage occurred on Monday afternoon, disconnecting staff e-mail, benefits processing, and Internet and intranet connectivity. According to one, a limited network upgrade from Windows 2000 to Windows XP was taking place, but instead of this taking place on only a small number of the target machines, all the clients connected to the network received a partial, but fatal, "upgrade."

    Another source says that the DWP was trialing Windows XP on a small number ("about seven") of machines. "EDS was going to apply a patch to these. Unfortunately the request was made to apply it live and it was rolled out across the estate, which hit around 80 percent of the Win2K desktops. This patch caused the desktops to BSOD and made recovery rather tricky as they couldn't boot to pick any further patches or recalls. I gather that [Microsoft Corp.] consultants have been flown in from the U.S. to clear up the mess." EDS is also thought to be flying in fire brigades.

    --
    Jason Lotito
  134. FUD FUD FUD! by Seawitch · · Score: 0

    The second paragraph says it ALL:

    "The alliance comprises a group of IT hardware and software firms that have combined their expertise and products to help EDS create 'best of breed' solutions and compete with the likes of IBM Global Services and Hewlett-Packard for the most lucrative government and enterprise contracts."

    "They" will say anything to gain another contract. All one needs to do is RTFM.

  135. See the thing is by Lebee · · Score: 2, Funny

    Microsoft has a whold department dedicated to securification and other securifying type stuff.

  136. Actually... by Darth+Daver · · Score: 1

    Of course Microsoft and Sun are famous for opposing Linux, but Oracle has actually put a good bit of effort into using and promoting Linux. Cisco is also on public record as being very pleased with their adoption of Linux, and they do a good job of supporting it with their products.

    When you get such diverse members of some bogus consortium, you can't exepect every member company to agree with every piece of nonsense released by said consortium.

  137. Linux has lousy security by Animats · · Score: 0, Flamebait
    Linux security hasn't improved in years. It's still about where UNIX was in the 1980s. This looks good only because Microsoft is so awful.

    What's needed is to get behind NSA Security-Enhanced Linux and push. The key apps that are regularly attacked (mail, web servers, browsers, databases, DNS) all need to be modified to work as multi-process programs with small trusted parts and big untrusted parts. Trying to patch monolithic trusted apps undergoing ongoing enhancement is never going to work.

    So quit gloating and start coding, Linux people.

    1. Re:Linux has lousy security by PigleT · · Score: 2, Informative

      I disagree...

      According to a friend of mine, Fedora Core already comes with SElinux.

      People who take any pride in using their boxes properly tend to use SElinux or GRsecurity already.

      Mail-servers, web-servers, browsers, and name-servers all come in multiple-process priv-dropping forms. (Or, better: don't bother fork()ing all over the place, just setuid() where you need to, to isolate modules of code in-process, for speed.) We have far more than just priv-dropping protections up our sleeve, too: propolice patches to GCC, kernel patches for virtualization (ctx, xen, UML), ...

      So quit pontificating and apply pressure on your favourite distribution purveyor(s) to include these things by default and get out and educate the mass of people who'll only turn GNU/Linux into the next Windoze yourself!

      --
      ~Tim
      --
      .|` Clouds cross the black moonlight,
      Rushing on down to the circle of the turn
    2. Re:Linux has lousy security by SlightlyOldGuy · · Score: 1

      Linux security hasn't improved in years. It's still about where UNIX was in the 1980s.

      No it's not

      This looks good only because Microsoft is so awful.

      Well, OK.

      What's needed is to get behind NSA Security-Enhanced Linux and push.

      Are you volunteering yourself, or volunteering on behalf of others?

      ...(mail, web servers, browsers, databases, DNS) all need to be modified to work as multi-process programs with small trusted parts and big untrusted parts.

      That worked real well in Windows, didn't it? Anyway, it'a already done for Postfix mail, and all those others don't have any 'trusted' parts in most Linux setups.

  138. MOD PARENT DOWN by Anonymous Coward · · Score: 0

    non-Lunix fanboy post detected. Teh parent actually brings up a valid point and it does not inculde how great linux is.

    Mod down immedietly. We must not let these types of logical argumets escape into the wild.

    Please reply to parent with Microsoft insult to both avoid answering the questions and attempt to change the subject ,as well as possibley get modded up as funny or insightful.

  139. Re:"Everything in Linux except the kernel"? WTF? by RangerRick98 · · Score: 2, Informative

    I'm pretty sure they're using Linux in the context of GNU/Linux in this case. As in Linux distributions, not specifically and entirely the kernel.

    --
    "You're older than you've ever been, and now you're even older."
  140. Foked? by Saeed+al-Sahaf · · Score: 1

    I think that people and companies should not use Microsoft's product, Windows, because it is not secure enough, has scalability problems and could [has] fork[ed] into many different flavours.

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  141. Ummmm, OK by Ed+Almos · · Score: 1

    This message posted from a bank server room with one 128 CPU Linux cluster and two 256 CPU Linux clusters.

    So much for difficulties scaling. As for the number of security issues - zero. As a bank we tend to be worried about security which is why we dumped MS and SCO.

    Next........

    Ed Almos
    Budapest, Hungary

    --
    The more corrupt the state, the more numerous the laws. - Tacitus, 56-120 A.D.
  142. Securifying? by smackjer · · Score: 1
    "Securifying"?

    Is Don King dabbling in IT now?

    --

    This is my sig. There are many like it, but this one is mine.
  143. EDS means... by Anonymous Coward · · Score: 0

    End of Dependable Service

  144. Oracle by soloport · · Score: 1

    Well, in the actual article, Oracle isn't mentioned. In the slashdot "article" it is.

    Hmmmm. Who to believe... Who to believe... I give up! Who?

    1. Re:Oracle by FTL · · Score: 2, Informative
      > NOT mentioned in the actual article. Remember? You're reading Slashdot...

      It may not be mentioned in the article, but Oracle are mentioned on the Ability Alliance's membership page. The Slashdot summary is completely correct.

      --
      Slashdot monitor for your Mozilla sidebar or Active Desktop.
    2. Re:Oracle by aav · · Score: 2, Informative

      And this was deemed "informative" ? For crying out loud: the author hasn't even bothered to check that his point is moot. Even if not mentioned in the article, Oracle is still a member of EDS.

    3. Re:Oracle by Jacked · · Score: 3, Informative
      Oracle doesn't have to be mentioned in the article. The original poster stated that the Agility Alliance "includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC."

      If you check the Alliance's web site (http://www.eds.com/services/alliances/agility/) you will see that Oracle is indeed a member of that group. As is SAP and Siebel, but, they aren't mentioned in the article either.

      The poster is correct.

    4. Re:Oracle by Anonymous Coward · · Score: 0

      Oracle uses a mix of enviroments but primarily uses Linux in most of the customer facing applications. Even some of the smaller databases are running on Linux OSes but for large database applications Oracle runs hardware vendor's OS (e.g. Sun hardware will be Solaris and HP will be HP-UX, etc). This is to satisfy the hardware vendors compatibility issues like drivers that crop up.

    5. Re:Oracle by Anonymous Coward · · Score: 0

      Oracle's entire datacenter runs Linux.

  145. Been there, done that... by Apathetic1 · · Score: 1

    Having worked at EDS I have to say they're capable of making any Operating System Insecure and Unscalable.

    While I was working there this summer the "Junior Sysadmin" discovered a misconfiguration on the WINS servers at the secondary site (built by one of the Senior Admins, naturally) that's apparently been screwing up name resolution and routing since the server went live. It took them three years to find it.

    I'm skeptical of any claims EDS makes about security and scalability.

    --

    My username does not make me Apathetic. It's irony, get it?

  146. Jim says Solaris 10 is *wayyy* better. by Candiri · · Score: 2, Funny
    Jim Hassell, managing director of Sun Microsystems Australia, argued that Linux was no loss to the Agility Alliance because it could use Solaris 10 instead of Linux rival Red Hat.
    ... and you can't beat the price to the Agility Aliance members. We get Solaris 10 free, with support from Sun included! Top that, Linux!
    "If you test Red Hat against Solaris 10 against whatever else... we would say that Solaris 10 beats it hands down on functionality and everything else," said Hassell.
    ... and, it's way prettier.
  147. MOD THIS UP by Anonymous Coward · · Score: 0

    This is the most insightful post so far in this thread.

    1. Re:MOD THIS UP by Anonymous Coward · · Score: 2, Funny


      Didn't you know that Linux is the word of God? Linus and RMS are holy angels and we must worship their likeness in temples all over the world! If you don't use Linux YOU WILL BURN IN HELL!!! A little man at a gas station in Kansas told all this too me, but I kept it secret until now. I wasn't sure if people would think I was crazy, but there is no doubt now. Anything that is not Linux is a false OS, and anyone worshipping false idols will be turned into salt! If you use Linux you will be given 20 virgins, not in the afterlife, but RIGHT NOW in your basement while your mom is at work! That's right! Use Linux and get saved and laid! Okay, I'll stop now.

    2. Re:MOD THIS UP by rah1420 · · Score: 2, Funny

      Now THIS was the most insightful post in this thread.

      Although what I'm gonna do with 20 Virginians in my basement, I've not figured out quite completely.

      --
      Mit der Dummheit kämpfen Götter selbst vergebens.
    3. Re:MOD THIS UP by northcat · · Score: 1

      OK, don't bring RMS into this. Everyone on slashdot seems to either hate him or think that it makes them cool to hate him. Everytime he's mentioned, everyone starts bashing him. Now you're bashing him in the context of Linux-worshipping on slashdot. Sorry, you don't get to have this one.

    4. Re:MOD THIS UP by Anonymous Coward · · Score: 0

      Where're the "baby jesus" and "little children" reference? I so looked forward to reading these.

  148. Oblig George Carlin... by Dread_ed · · Score: 5, Funny

    And now a message from the national apple society:

    FUCK PEARS!

    --
    When the only tool you have is a claw hammer every problem starts to look like the back of someone's skull.
    1. Re:Oblig George Carlin... by fox8118 · · Score: 1

      And the Pear society replies back with a short video taken from the movie American Pie.

    2. Re:Oblig George Carlin... by Anonymous Coward · · Score: 0

      FUCK PEARS!

      Fuck banana skins, that way you get more lube

    3. Re:Oblig George Carlin... by Anonymous Coward · · Score: 1, Funny

      And from the *other* National Apple Society

      FUCK MICROSOFT!

    4. Re:Oblig George Carlin... by bhirsch · · Score: 1

      Here's a shocking one from the Slashdot community:

      Fuck Microsoft!

  149. Re:Conveniently Enough by Anonymous Coward · · Score: 0

    Someone forgot to tell them this:

    Cisco - Uses Linux
    Dell - Uses Linux (I just installed a Windows 2000 box with their Linux Based system instaler :)
    Microsoft - Uses Linux (see Hotmail)
    Oracle - Uses Linux, Supports Linux

    Hmmm.. Enterprise companies that *USE* Linux are telling us not to use Linux?? What next, is the sky not blue?

  150. Let's say they are right ... by Luscious868 · · Score: 1

    Let's say they are right and Linux is both insecure and unscalable. If you put an unpatched Windows PC (any version) on the Internet, within 5 minutes your system is completely unusable. I'd take an insecure and unscalable Linux over completely unusable Windows in a heartbeat. Nothing more to see here, move along.

  151. Someone tell Google by brunes69 · · Score: 1

    I hear they have a few Linux servers.

    They'd better get to work on rebuilding that cluster on Windows Server 2003. After all, we need it to be secure!

  152. OMG!! Better switch to Windows!!!! by 21chrisp · · Score: 1



    I better start migrating our cluster to Windows!!! Our linux servers get cracked open all the time and and everytime I add a new server it takes like an hour to set up!! It's a nightmare!! I trust Windows because it is rock solid and known for it's excellent security!!

    So let's see.. it will cost $50,000 in license fees to move to Windows.

    Nevermind.

  153. Oracle by soloport · · Score: 4, Informative

    Oracle is NOT mentioned in the actual article. Oracle is part of all this in some fantasy world, called Slashdot.

  154. My question is... What is better than Linux? by LWATCDR · · Score: 1

    Since Sun and Microsoft are in this group do they recomend Solaris or Windows?
    You may now fight it while we watch.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  155. could fork into many different flavours... by consumer_whore · · Score: 1

    Good thing there's only 391 distributions listed on http://www.linux.org/dist/list.html

  156. Oh man, my sides hurt! by sprekken · · Score: 1

    AH, HAHAHA HAHAHA HAAAAAH! Oh man HEE HEE HAH! That is so goddamn funny, AAAAHHAHAHAHA! Oooh, man stop it pleeeease! HAHAHAHAAAAAA <<hacking cough Ugh, tee hee hee HAHAHAHAHAHAHAHAAAAAA! insecure..HAHAHA HAAAH! Oooh man this is good, hehe, because it could FORK! HAAAAHAAAAHHAAAAAHAA! Oh shit man, what a fucking joke! Dammit my sides hurt.. HAAAAAAAHAAAAAAHAHAHA!

    1. Re:Oh man, my sides hurt! by BottleCup · · Score: 1

      Well, I guess if "fork" is such a bad word, then someone really ought to tell them "Fork You!"

  157. in other words... by scharkalvin · · Score: 1

    "EAT SHIT, 20 Billion flies CAN'T be wrong!"

  158. In other News... by kc0re · · Score: 1

    Linux sucks. Windows is awesome. Apple is too expensive. Linksys is owned by Cisco.

    God I wish people would quit bitching. Out of the box, what is the more secure operating system?

    Since most computers are directly out of the box, this is an important benchmark. Which is more secure? Which has more vulnerabilities?

    Yes, we all know if as many people used Linux that use Windows, there would be a 90% vulnerability rate for Linux as there is for Windows. We know that. Same with OS X.

    I'm so tired of companies coming up with all these studies "proving" that !Linux is so much better than anything else. The fact is that at the end of the day, when the boxes are configured, locked down, and still usable. OS X and Linux will always be more secure than Windows.

  159. Oracle? by alphan · · Score: 1
    from the post:

    ...which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC.

    from TFA:

    ...which includes IT heavyweights EDS, Fuji Xerox, Cisco, Microsoft, Sun, Dell and EMC

    what the hell? There is no mention of Oracle in the article.

  160. Oracle by soloport · · Score: 4, Informative

    NOT mentioned in the actual article. Remember? You're reading Slashdot...

  161. good to know where not to buy from by Anonymous Coward · · Score: 0

    It is simply disgusting and appalling to see companies try to sabotage Linux by spreading false claims and FUD because of their own business interests. Now I know what vendors to avoid when purchasing for our IT department or ordering PCs for our classrooms. Not that those vendors would be good choices to begin with...

  162. WOW by wakejagr · · Score: 1

    They could have choosen a better frontman. This guy sounds like a tool.

    A large enterprise needs to be sure because it relates to securifying [sic] the environment.
    We are concerned about security on an open standard environment like that. We are also concerned about some of the scalability issues that we are seeing on our clients on a global basis. Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there.

    Scalability issues that we are seeing on our clients? WTF does that even mean? Splintered into eight applications? Let's see: ls, vi, cat, sed, grep, more, cd, echo, wc, bc, dc . . . I haven't even gotten into X-based stuff yet. Oh. Wait. I get it. Geez, it's like listening to Dubya.

    --
    Don't save Windows XP! http://www.petitiononline.com/jjw1xp/petition.html
  163. Score -3: Troll by Anonymous Coward · · Score: 0

    I think the subject says it best. Any report put out by Microsoft's cronies is biased FUD. People that perpetuate the information on slashdot are trolling.

    I guess IBM's opinion doesn't matter.

  164. Wrong Both Ways by Doc+Ruby · · Score: 1

    It has scalability problems, and could change to become better suited to different needs, including scalability and HW architectures? They must be getting desperate out there in Cartel Land.

    --

    --
    make install -not war

  165. What would google say? by novakane007 · · Score: 1

    I'd like to see them tell google that linux isn't scalable! It's only the largest linux farm in existance!

    --

    WURD!!
  166. not scalable my arse by ciderpunk · · Score: 3, Informative


    http://grids.itmanagersjournal.com/article.pl?si d= 04/11/08/225209&tid=67

    "More than half of the [world's] fastest supercomputers -- which recently might be more accurately described as super clusters that are assemblies of many lower-power processors -- run on Linux, and Top 500 super list co-compiler and original editor Erich Strohmaier does not foresee any change in the open source operating system's dominance anytime soon."

  167. missing the forest... by cinnamon+colbert · · Score: 1

    aside from all the silly, kee jerk reactions about inproper use of terminology, or what fork means, no one* seems to be addressing the central point, which seems reasonable: is Linux heading toward multiple, slightly compatible/incompatible flavors, AND is this worse then other OS/packages...
    Just because they are biased, does not mean they cant be correct.
    If the Linux/OSS community's only response to "is your software splitting..." is "You are a fudster, go away"....well, if OSS doesn't want corporate dollars, thats fair.

    I remember in the old days, when we walked uphill to school both ways in the snow barefoot, there was a company called heathkit, that sold kits to build your own radios. a large part of thier biz was supplying kids, who grew up to be the geeks and engineers and scientists who drove the 70s/80s/90s tech revolutions.
    I see one of the roles of linux as the equiv - something for todays kids, who will be tomorrows leaders, to play with.
    the question is, can OSS be more ?

    1. Re:missing the forest... by Stumbles · · Score: 1

      Eh? Postgresql only on one distro? You mean I can't use a Mandrake rpm on Redhat or Debian? So big deal. You still have the source and that ALWAYS gives you compatibility. The only central point to that article is generating the same ol' FUD.

      --
      My karma is not a Chameleon.
  168. EDS, on the other hand, does scale well... by Anonymous Coward · · Score: 0

    ...in the same way that cockroaches scale well.

    I work at place that has a million EDS idiots running around.
    Meetings are a joke, you are on a conference call with 23 people and there are exactly 2 who are involved in actually doing the work.
    They are a blackhole for money and only add negative value to any process they are involved in. As a previous comments says, be aware that your interests are no where on EDS's radar.

    And don't forget EDS masterminds some of the techniques used by Enron to profit from the California Energy Crisis Hoax/Theft/Fraud/Conspiracy

  169. Anybody want to buy a used Linux license? by Bob+4knee · · Score: 2, Funny
    Phew! Thanks for telling me. I'll get right on the phone with our MS rep to let them know we'll be renewing that contract...

    Anybody want to buy a used Linux license?

    1. Re:Anybody want to buy a used Linux license? by justforaday · · Score: 1

      I heard from our SCO rep that they're non-transferable.

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    2. Re:Anybody want to buy a used Linux license? by iminplaya · · Score: 1

      Not if you used it where I think you used it.

      --
      What?
  170. EDS Doesn't Have a Clue! by Necrotica · · Score: 1

    "From a corporate perspective, we are not confident where Linux is right now today. A large enterprise needs to be sure because it relates to securifying [sic] the environment. We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. We are quite cautious about Linux and its deployment," said Rasmussen."

    If I were a company looking to outsource my IT, EDS just talked themselves out of it. First of all, I don't know how anyone could securify anything. Second of all, I thought Unix was an operating system, not a language. It appears to me that Mr. Rasmussen has no idea what he is talking about and is obviously in WAAAAAY over his head. That's embarassing.

  171. In all fairness.... by mark-t · · Score: 2, Insightful

    Isn't this more or less precisely what the Linux community has been saying about Windows?

    1. Re:In all fairness.... by freeweed · · Score: 1

      Yup.

      Except that in one case, it's true :)

      Well, unless you can find me a 96-way Windows server, or a version of Windows where it's possible to actually close every network port except the ones I actually want listening...

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
  172. sun has the one true unix? by sum.zero · · Score: 1

    "Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there."

    i swore sco said they were the owners of the one true unix! and somebody should tell hp and ibm that they don't have real unix oses.

    sum.zero

  173. Sun the only UNIX left, p'shaw! by Anonymous Coward · · Score: 0

    ...until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there.

    Wow, that is news to me, Sun won the battle and has the only surviving UNIX out there. EDS is on top of their game!

  174. The info distribution model is busted by njcajun · · Score: 1

    I can't imagine that even the PHB's still think of any of these "think tanks" or "research houses" as reliable sources of information. Are you gonna tell me that somewhere there's a guy with a tie on saying that he made his decision based on a Ken Brown article out of ADtI? Gimme a break. That guy would be so fired. I hereby declare any entity that puts out "research" which is backed by corporate funds a "FUD Factory". If anyone catches their boss looking at this drivel, please commence to beating them about the head and neck area, preferably using a club with a nail in it. Carry on.

  175. but Linux rules supercomputers.. by dd · · Score: 1
    "Linux now has become so technically powerful that it lays claim to a prestigious title--it runs more of the world's top supercomputers than any other operating system"

    Forbes Supercomputing article

    You really have to wonder about organisations like Agility Alliance when they claim that large enterprises should not use Linux...

  176. Hello by Anonymous Coward · · Score: 0

    Hello, and welcome to 1999. The turn of the century is approaching, and maybe one day linux will be fit for enterprise use.

    Seriously. Does anyone manage to not laugh at these comments? They're so retro they're almost avant-garde.

  177. Doesn't Scale? by abramsh · · Score: 1

    This One seems ok...

  178. Is that the same EDS... by pandrijeczko · · Score: 5, Informative
    --
    Gentoo Linux - another day, another USE flag.
    1. Re:Is that the same EDS... by asuffield · · Score: 2, Interesting

      Yes, and it's also the same EDS who routinely wins UK government contracts by putting in the best bid, and then routinely drives the project into the ground, goes over budget, over deadline, and in the end still fails to deliver. They have been directly responsible for a disproportionately large number of the technology cock-ups in the UK public sector.

    2. Re:Is that the same EDS... by myriad67 · · Score: 1

      EDS wouldn't know agility if it bit them in the A$$. From their own website... http://www.eds.com/services/appsmodernization/ and http://www.eds.com/services/casestudies/foxsports. aspx and http://www.eds.com/services/casestudies/eds_instan t.aspx

  179. Oracle??? by big-giant-head · · Score: 1

    what happened to Oracle's pro linux thing they were pushing a couple of years ago?? Noticably absent from this group IBM ( sells alot of servers with someone's flavor of linux on them) as well as AIX, HP (Ditto) + HP-UX ...

    Also some moron in the article, president of something calls solaris the 'one surviving unix....'. Wonder if he's heard of AIX, HP-UX, OSX + BSD..... Actually Apple sells more Unix boxes than sun, they are just smaller..

    More crap from the 'we can't innovate so lets scare people with stupid magazine articles' folks.

    I'm surprised Anderson, Accenture, AiC and some other slimy consulting companies didn't jump on this band wagon with EDS.

    --

    So Long and Thanks for all the Fish.
  180. Slippery Slope? Not. by xnot · · Score: 1

    "We are concerned about security on an open standard environment like that. We are also concerned about some of the scalability issues that we are seeing on our clients on a global basis. Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications..."

    I love how a person can raise concerns about an issue without presenting any justification as to why the concerns exist. As if asking more and more negative sounding questions adds some sort of weight to the opinion that "linux must be bad".

    -WHY do you think an open standard environment has any inherent bearing on security?
    -PROVIDE EXAMPLES why linux is not scalable.
    -WHY would linux necessarily go the path of unix when linux is totally different?

    Conclusion: stupid article, typical fearmongering. The fact this is an "aliance" adds absolutely no weight to the irresponsiblity of the conclusions.

  181. Just a thought by Anonymous Coward · · Score: 0

    I hope that I don't get any geek demerits for saying this but how would the response of Slashdot readers be different if this article was about how Windows wasn't a valid option for companies due to scalability and security (feel free to reply with ignorant reasons why Windows is really a spawn of Satan and Linux is God's gift to the world). I mean seriously everytime an anti-Microsoft article is posted everyone falling all over themselves to agree with it but when ever an anti-Linux article is posted the writers of it must be clearly "biased" or "stupid" because "how could anyone in their right mind not understand that Linux is perfect in every possible way."
    I personally dual boot right now. I use Suse Linux for development and Windows XP for just about everything else and news flash to everyone (you might want to sit down to read this) neither of the OS are overwhelming better then the other, they each have their strengths and weaknesses. It would be in the interest of all if we could come to grips with this fact.

  182. Yeah, right... by GbrDead · · Score: 1

    The licence fee doesn't scale up with the number of installations.

  183. By that logic Red Hat are scum too by Donny+Smith · · Score: 1

    >Naturally EDS has financial interests in saying such things

    So Red Hat are scum as well - if for no other reason, then for the fact that they don't give away their software and services.

    >They're a company that makes millions off of companies by pushing proprietary software.

    That's actually totally irrelevant - you obviously have no clue about government (and enterprise) purchasing.
    If they suddenly were able to get the OS for free, they'd sell more other non-OS software (or services) to their customers.
    Needs are always bigger than budgets - you get some extra dollars, you spend some dollars so the money saved on OS would just go someplace else.

  184. Related News by Anonymous Coward · · Score: 1, Funny

    Coke issued a report today that Pepsi is mostly rat-piss and makes those who drink it uglier.

    No, no conflict of interest here, right?

  185. An ounce of validity, ten tons of FUD by j-turkey · · Score: 1

    I would say that much of that if FUD rammed down our throats by people who want to sell us non-free products.

    They say that Linux isn't necessarily the best choice for mainframes, which may be valid -- but for reasons that I don't agree with, and for FUD'ish reason that they fail to justify. I'll throw in a disclaimer that don't know a whole lot about mainframes, and even less about IBM's mainframe Linux, but what I do know is that there is stability and there is mainframe. Mainframes are usually incredibly robust (but a huge hassle when things go wrong). Running Linux on a mainframe is a pretty new concept, and given the audience, there is some risk involved with running Linux in that environment (in a relative way). The thing is, they're not even pushing mainframes. They're pushing Solaris, which is not a mainframe OS.

    Their qualifying of the mainframe statement was a bunch of FUD, however. Stuff like:

    "We are concerned about security on an open standard environment like that."
    "Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there. We think Linux has the possibility of going the same route,"

    Why are they concerned with about security? Doesn't Solaris use those same open standards? Also, since when have all of the other Unixes died? IIRC, there are other Unixes out there, and Sun didn't "win" anything. Scott McNealy's proclimation that they're the one surviving Unix has about as much validity as Michael Jackson declaring himself as the King of Pop.

    It's pretty clear that there was financial motivation behind this announcement. I'm pretty certain that it's not as nefarious as most people here think it is (payoff). I'm guessing that EDS has had existing partnerships with those companies, and the majority of their onboard staff have expertise in those areas. I think that they were trying to justify their core competencies with some unmitigated chest-thumping. If I were a reseller for Brand-X hardware (and really knew my Brand-X stuff inside and out), I'd want to push that pretty hard too. I'll betcha that if I included EDS in an RFP to build a major IBM Mainframe Linux application, they'd bid on it in a heartbeat.

    In short...there's nothing to see here. Move along people.

    --

    -Turkey

  186. They said the same thing about Micros vs Mainframe by taanstaafl · · Score: 2, Insightful

    Rick Inatome (CompUSA founder) soundly lost a debate to a Honeywell and an IBM jurassic defenders I attended back in the 1980's at WSU with the conclusion being that microcomputers (not really called PC's yet) were amateur level while big iron will be needed to run important business matters into the forceeable future. Well that was one version of myopia and Sun/EDS suffer from another.

  187. Wow by C_Kode · · Score: 1

    Large enterprises should not use Linux because it is not secure enough, has scalability problems and could fork into many different flavours, according to the Agility Alliance

    Wow, I'm surprised Google, Oracle, IBM, all the governments, or any large scale university that runs massive amounts of Linux arn't joining in the frey and telling everyone how crappy the product they're using is. Oh yeah, thats right. They are using it not competing with it. The difference here.

    Sun has no problem biting the hand that helps feed it. Sun will follow VA. It's hardware business will die. It will be software only. Solaris will become BSD like. A great OS, but will not have the support and will likely fall behind in the OS rat race. Without SPARC Solaris will fade. A single company cannot keep Solaris running on the myriad of Intel hardware without vendor support. What company is going to support an OS that is only used as a server? (yeah, I know some people use it as a desktop, but I have no idea why) It's just like the problems Linux had/have. Nobody wanted to use the resources to make their product compatible. It will be even worse for Solaris. It's usage is dropping.

  188. newflash by DunbarTheInept · · Score: 2, Insightful

    A consortium of companies competing with Linux said don't use Linux. There's a surprise.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  189. Regardless of the messenger? by morgan_greywolf · · Score: 1

    Can you really take someone's claims seriously when they make statements about Solaris being the only remaining Unix? Uh, I'm sure the Open Group, and maybe IBM, HP and SGI *might* just have something to say about that. And the *BSD teams and Apple, while we're at it.

    And probably Darl McBride too. After all SCO is the current "owner of the Unix operating system" right?

  190. Re:Conveniently Enough by Anonymous Coward · · Score: 0

    It's not. It's grey. At least here, today...

  191. "Losing to Linux" by torpor · · Score: 3, Insightful

    ... when they say "Linux", do they mean any particular distribution, or is it a total generalization about the whole subject?

    I think its that latter, which is interesting, because it belies a weakness in one of Linux' primary strengths: poor brand control.

    Let me explain: In fact, 'some' distributions of "Linux" are very insecure, and forked, and quite bogus when it comes to Enterprise computing.

    However, we all know this doesn't apply to "All if Linux" .. I dare say that the NSA's work on Linux has resulted in quite a secure operating system, were one to use their distribution.

    It is interesting, however, that the argument is being made on "Enterprise" buttons.. the "insecurity of some distributions of Linux" is being used as a straw-man to divert managers' attention away from the very powerful fact of Linux in the Enterprise: any Enterprise which rolls its own Linux is going to have a superlative installation of the operating system.

    As I have stated before, to me "Enterprise Linux" means rolling your own, plain and simple. Dufus admins may complaing "but this is too hard for us poor lowly administrators", but as I cut my teeth in big-iron Unix computing environments in the 70's, 80's, 90's and naughties, I have seen one kind of sysadmin to treasure and one to 'train', and the difference is on whether they can, in fact, assemble their own working installation/build from scratch, on a virgin disk/hardware configuration.

    Whether or not a 'roll your own' is even 'thinkable' in a circumstance of computing use is, to me (and every Enterprise I've worked for/in) the standard which defines "enterprise" versus "personal/artistic" computing.

    So, attacking Linux on its 'brand reality' and making overly generalized statements on 'the whole Linux scene' is to me a curious tactic, overlooking entirely that the best OS install for Enterprise is one hand-assembled by competent systems administrators.

    (No, I do not personally think there is any argument for "competent systems administrator" not to include in its definition 'able to assemble and consequently administer own OS build' .. none whatsoever. No point arguing, it will not change 30 years of experience with reality. Every Sysadmin/Unix Guru/Linux type I've met, who was able to think in terms of "de-tar -> working system", was a guaranteed viable hire, while those who parrot the distro 'truths' are generally junior-qualified, at best, and will probably need to be watched..

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  192. funny to see this article right above the news ... by fadir · · Score: 4, Funny

    about google's server farm - one of the biggest linux server parks and argueable the most famous search engine with incredibly great overall-performance.

    *rofl*

  193. Re:Conveniently Enough by Anonymous Coward · · Score: 0

    "linux" is a term which does describe the linux kernel, however "linux" as a term has also expanded in usage (right or wrong) to mean "the greater linux community" and "all things related to a common Gnu/Linux Distribution". In order to _productivly_ argue against a persons point of view it is better to first acknowledge the point of view that you are arguing against. and then prove it right or wrong baised upon the general idea of your own points. Which may or may not contain subjects that can have both a connotation and a denotation. But to simply shoot someone's point down by attempting to undercut or discredit the arguement they are making over some kind of semantic meta arguement, in the hopes of making them sound foolish, is just a cheap shot, and it does *not* address the issue at hand, or solve anything. Lets give each other the benefit of the doubt in these things in hopes to actually progress the debate rather than fight in the mud as it seems we are so quick to do these days.

    Im not going to edit this comment for grammar or spelling nor am I going to check to make certain that all of my words have similar connotations or denotations. I am simply going to ask that you overlook any minor errors I have made in this post as hope that you can understand the underlying meaning of the point that I am trying to present to you here. If you are able to do so, we may be able to salvage a civil discussion from this mess, if not, its quite sad, but its your loss more than mine. GOOD DAY!

  194. Google and Amazon call... by John+Whitley · · Score: 4, Informative

    ... bullshit! As well all the other major enterprises that have many thousants of deployed Linux boxen running business-critical software. These folks use Linux because 1) it's much more secure and securable than the competition, 2) it scales massively, 3) they can have their own fork (e.g. apply security patches, performance changes, etc. to the current production kernel version on their schedule, not some vendor's). Isn't it ironic how some of the uses of having your own "fork" improve scalability and security. 8-)

    Let's not forget that it's far cheaper than the proprietary competition even for all of those benefits.

    1. Re:Google and Amazon call... by Anonymous Coward · · Score: 0
      Indeed. I probably wouldn't say "more secure" (than other unixes) but it's definitely on par. And customizability is a huge plus.

      As to scalability, it all depends: for 'easy' scalability (clustering etc), linux does scale nicely. For harder (single system image etc) things, some commercial unixes (Solaris for example) still have something to offer... but that just means that you pay more to get more convenience, or, use your own time to design system to be scalable with less support from OS. And then again, linux too scales ok for couple of CPUs (like 4), which usually is pretty nice.

    2. Re:Google and Amazon call... by Mythling · · Score: 1

      Rasmussen says "We are not confident where Linux is right now today." It may be true, but unlikely, that some of these corporations within the leage do not register the full copacity of the Linux security. This is not possible for all the corporations inside the leage though. As well, I don't believe that a company would have the gall to make statments about unknown imformation on their part. Although they say that they are not confident where Linux stands, some of us in society are certain as to were corporations such as microsoft stand and we do not regard them highly above criminals.

  195. Cisco MDS 9000 Fiber Switches use linux.. by junster2 · · Score: 2, Interesting

    The management console on the switches use linux to configure the switch. So if it is so insecure, why would they use linux?

    The company that I work for, is currently moving everything they can over to smaller faster machines running linux instead of the larger more expensive and slower Sun equipment.

  196. Re:"Lightweights." by Anonymous Coward · · Score: 0

    Oracle
    Cisco
    Microsoft
    Sun
    Dell

    What do they all have in common ?:

    1. Hate Linux.
    2. Hate open source.
    3. Hate the fact that linux & open source are the choices today.

    They all have in common that they are down wind of linux and open source.

  197. That special place by UN1XG0D · · Score: 1

    While Linux and BSD will always run my boxes, Solaris 10 does have that special place right between my beer and the coffee table.

    --
    UNIX: A set of Linux-like operating systems that grew out of an original version written by some guys at a phone company
  198. Re:Security means different things to different pe by kenaaker · · Score: 1
    How about Kerberos for authentication (the same technology that Microsoft "borrowed" for their authentication services), OpenLDAP with TLS for user/directory information and NFS V4 for a distributed file system with ACL and crypto support.

    That's the more well known way to set it up. In the setup's that I'm running, I'm using Kerberos, OpenLDAP and OpenAFS which make also supports distributed ACL's, encrypted data transfers, readonly volume replication for redundancy, integrated backup, and a few other things that make for a very low maintence infrastructure.

  199. yeah, right... by Anonymous Coward · · Score: 0

    You would think people in companies that size are doing their homework. Well, perhaps they did but business interests seem stronger than facts. However, spreading false claims like that is not very condusive to their reputations. Anyone wants to refute that FUD?

  200. Re:Words words words, which are good, which are ba by Anonymous Coward · · Score: 0

    My guess, you work for Sun.

    Maybe Sun has contributed to open standards, but open source (as in licensing)... fuck no.

  201. Yaaawwwnnnnn... by Master+of+Transhuman · · Score: 1


    More Microsoft-sponsored FUD.

    First they buy off Sun, then they use some consortium nobody every heard of to denounce Linux. And of course Sun goes along because Schwartz and McNealy are still smarting because Linux is kicking Solaris's ass in the marketplace.

    And EDS needs to recover from their Windows disaster in Britain where 80,000 PC's were crashed due to their stupidity.

    Nothing to see here. Move along.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  202. Re:Conveniently Enough by Anonymous Coward · · Score: 0


    Don't forget NMCI, the mother of all doomed projects.

  203. Follow the money.... by Anonymous Coward · · Score: 0

    Follow the money....it seems that these are the same people who object to anything in the hi-tech industry that doesn't involve money changing hands.

  204. Agility? by amightywind · · Score: 0

    ...according to the Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC

    Agility is not the first thing that comes to mind with these Levianthans. Don't these companies have an Orwellian tendency to use anti-language to describe themselves? I would call these companies the "Entrenched Alliance" or the "Legacy Alliance". That would be closer to reality for these rotting hulks.

    --
    an ill wind that blows no good
  205. Scalable business plans by Anonymous Coward · · Score: 0

    I think this is mostly just that these companies are being sour grapes over that they can't scale their business plans on Linux.

  206. Agility Alliance by FudRucker · · Score: 2, Insightful

    is full of horsesh!t,

    this is exactly what makes Linux so great, you can install & run Linux on anything from imbedded devices as small as wristwatchs & PDAs to IBMs Big Blue, Linux can scale just fine if Big Blue can run it..

    http://www.forbes.com/home/enterprisetech/2005/03/ 15/cz_dl_0315linux.html

    http://www.techworld.com/opsys/news/index.cfm?News ID=3295

    and secureing Linux is not a problem...

    --
    Politics is Treachery, Religion is Brainwashing
  207. Uhm, Linux doesn't scale?? by Necron69 · · Score: 3, Informative
    Let's see, we can deflate that statement rather quickly:

    Big Iron:

    BigTux Shows Linux Scales To 64-Way

    My current test system has 16 CPUS:

    zeus0:~ # tail -15 /proc/cpuinfo
    processor : 15
    vendor : GenuineIntel
    arch : IA-64
    family : Itanium 2

    (yes, it is Itanium!! Anyone got a 16-way Opteron box? Anyone? Buhler? I thought not...)

    And, of course, we all know about Linux clustering:

    Beowulf Clusters
    Single System Image Clusters for Linux

    Ignoring the oddity of Oracle being in that group, none of the rest of the members actually make a scaleable Linux box, just ones that compete with them. The slant is obvious.

    - Necron69

    1. Re:Uhm, Linux doesn't scale?? by waferhead · · Score: 1

      You have a KILLER system, but IIRC SGI is flogging 512 way single image Opteron systems...

    2. Re:Uhm, Linux doesn't scale?? by Anonymous Coward · · Score: 0

      No, SGI use Itanium. Many of SGIs customers want the high performance floating point.

  208. uh oh... by w4rl5ck · · Score: 1

    hm maybe someone should have told Apple (we are talking about GNU/Linux I think, so it applies) and IBM before they switched their marketing model. ;)

  209. Tripping by Doc+Ruby · · Score: 3, Insightful

    What do those "IT heavyweights" know about "agility"? They're giant, ancient monolithic dinosaurs, threatened by the vastly more agile little mammal Linux.

    --

    --
    make install -not war

    1. Re:Tripping by thumperward · · Score: 2, Funny

      I'm not sure where you earned your biology degree, but penguins aren't generally considered to be mammals. Just a heads-up.

      - Chris

  210. "Linux is Insecure," by Anonymous Coward · · Score: 0

    "Linux is Insecure,"

    on the other hand Windows is full of self confidence.

    Poor little linux.

  211. Windows is Insecure, Unscalable by Progman3K · · Score: 1

    The EDS are insincere, scaly reptiles.

    --
    I don't know the meaning of the word 'don't' - J
  212. Re:funny to see this article right above the news by Utopia · · Score: 0, Troll

    Google uses FreeBSD not Linux

  213. Contradictory messages by GRW · · Score: 1

    It is interesting that these large corporations belong to industry alliances that actively contradict the marketing messages that these corporations are trying to send. We know from other press reports that companies like Oracle and Cisco are actively supporting Linux strategies for themselves and their customers, but some organizations to which they belong seem to have different agendas. It seems that the left hand doesn't know what the right hand is doing. It seems like the CEOs and their marketing departments need to get their act together on things like this.

  214. Another notch against the self-proclaimed by bhv · · Score: 1

    Do they think those of us that represent large corps are just mindless drones making our decision based on their esteemed brilliance? They may be the industry experts, but lets face it, their conclusions are to support their own best interests not ours and rightfully so. On second thought, groups like this probably do have an impact on our the decision making process. Just not in the way they planned! P.S. Isn't Solaris 10 supposed to be open source? http://news.com.com/2100-7344_3-5364052.html

  215. Re:"Lightweights." by SunFan · · Score: 1, Insightful
    --
    -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
  216. Risky for some. by Facekhan · · Score: 1

    Basically what FOSS, particularly Linux means is the commoditization of software. No longer will the operating system cost nearly as much as the base model of the server itself. With FOSS, instead of paying out big bucks to a software company with huge margins you are going to pay for support. You can buy some support from the Linux distribution vendor. You can hire Linux support personnel or retrain your current support staff on Linux. And if you want your software customized its only a good contractor or in-house programmer away. The IT money will be spread around more in a way that benefits skilled IT workers over big software vendors.

  217. "Security Through Obscurity" again... by Dr.Dubious+DDQ · · Score: 1
    We are concerned about security on an open standard environment like that.

    This guy seems to think that it's not important to have a really good lock on your door, so long as nobody sees you hide the key under the doormat...

  218. Isn't this by Anonymous Coward · · Score: 0

    Like Coke telling us water is bad for us.

  219. Richard Stallman by TwinGears · · Score: 1

    Does this kind of bad advertising work on GNU/Linux also. If it's just Linux then maybe the kernel developers would like to smile at such foolish advertising. I understand the kernel dudes are world class coders... ;)

    --
    The immature mind measures.
  220. Scalability? by theAtomicFireball · · Score: 1

    I'm no Linux hothead... don't hate it, like it, but prefer the BSDs myself, but I have to question the scalability accusation here because...

    Isn't Google's server farm run on Linux?

    Personally, my experience is that unixes (both AT&T Unix descendants and workalikes like Linux and the BSDs) tend to utilize multiple processors (both on the same motherboard and in clusters) far more effectively than any of the Windows variants (hmmm... Windows Forks?). Exactly what kind of scalability are they talking about here? Scalability of license fees for the vendor?

  221. Re:Words words words, which are good, which are ba by David+Rolfe · · Score: 1

    gp: Sun has contributed more to the open source community than any other corporation.

    you: *scoffingly* Maybe Sun has contributed to open standards, but open source (as in licensing)... fuck no.

    OpenOffice.Org (among other code) isn't open source?

    Here's an example, http://www.openoffice.org/license.html. You tell me. Sun may suck, but they are definitely trying to 'give back'. (Probably less due to altruism as to pragmatism.)

    --
    Read Heinlein's 1953 Revolt in 2100, now more than ever.
  222. Linux highly Unscalable by dtemplar · · Score: 2, Informative

    It's true, Linux isn't really scalable.

    And that's exactly why it's being used in several top SuperComputers/Clusters, including (but not limited to) NCSA's Tungsten, IBM BlueGene/L, LLNL's Thunder, BSC's MareNostrum and NASA/Ames' Columbia.

    Count them, that's 4 out of the 5 fastest [publicly known] SuperComputing clusters.

    1. Re:Linux highly Unscalable by dlapine · · Score: 1
      Tungsten moved down a bit after the Nov list, now at #10. We still use linux though, and it's a stock version of Redhat Enterprise Linux at that. We also use SuSE Linux Enterprise Server on our Mercury cluster, which comes in at #22 on the top500 list. That's linux running on a 1250+ node cluster and a 880+ node cluster.

      Nope, no scalibility here. Actually, the scientist running the top500 projects has claimed (with some caveats) that by his count, 301 machines of the current top 500 run linux. Linux Rules Supercomputers

      --
      The Internet has no garbage collection
    2. Re:Linux highly Unscalable by Green+Salad · · Score: 1
      I agree those Linux cluster setups are not easily scalable.

      Try it yourself. Walk into any one of those supercomputer centers and ask if you can climb up on top of their equipment. Some will tell you that you simply can't. Others will give you all kinds of sensible reasons. Still others will mention safety concerns and, if you insist, others will mention Security.

  223. So whatever happened to EDS? by podperson · · Score: 1

    If you look at EDS's 5y share price graph, something bad happened to it in 2002 and it hasn't really done all that great since.

    I guess it's trying to drum up some free publicity -- and -- like Secunia making pronouncements that OS X is less secure than XP (despite the fact that its own published results indicate no such thing) it never hurts to loudly claim something contrary to common wisdom to get some press (or at least get Slashdotted).

  224. Interesting group of companies by olddotter · · Score: 1
    1. Sun - Has had a rocky love/hate relationship with Linux since the early days.
    2. Dell - Sells Linux, but isn't very vocal about it.
    3. Cisco - Every print server in Cisco has been a linux server for years. (Probably close to a decade now.)
    4. EMC - Many of their compeditors are using Linux as the heart of their new storage products in the low and medium end of the SAN/NAS/I-scsi market.
    5. Really don't know about the rest of the Alliance companies, which doesn't appear to include Oracle. I would be suprised if Oracle were a party to this as Oracle has in recent years become a big Linux cheerleader. Oracle pushes Linux over Solaris on a regular basis.

  225. Re:Conveniently Enough by Anonymous Coward · · Score: 0


    Actually, if you ever listen to Sun's blogging CEO talk, he pretty much "gets it." He's not an idiot, and he knows how to really throw jabs at Microsoft, IBM, HP, and Red Hat (he doesn't slam the Free Linux distributions, like Debian, BTW).

  226. Sponteneous forks? by stewby18 · · Score: 1

    ...and could fork into many different flavours

    Ah yes, the dreaded fork. How many IT departments running Linux haven't experienced the horror of coming in one day and discovering that all their Linux boxes have started spontaneously forking in divergent ways? Suddenly, maintenance becomes a nightmare as what were one homogeneous installs are now wild and free.

    Seriously, unless people's sysadmins are too stupid to tell the difference between different flavors when it comes time to install, where exactly is the problem with the existence of forks?

  227. May I? by Anonymous Coward · · Score: 0

    May we have an anti-Linux study that isn't funded by Microsoft, or an anti-Microsoft study that isn't funded by some open source advocacy group? It makes me wonder if these things are worth reading at all.

    The last time Microsoft funded a study on scaling versus Red Hat Linux, it turned out that Microsoft had to measure throughput from 4 networks cards bound to 4 CPUs serving static pages through NetBEUI connections to Windows 9x clients, specifically, in order to come out on top.

    -Fred

  228. Re: " Any color you want...." by jwd-oh · · Score: 1

    I guess that Henery Ford was right when he said you can have any color Model-T you want as long as it is black.

    The Automobile industry is a case of nothing but "forks". Forks are good. When you come to a fork in the road pick it up!

    As to KDE / GNOME issues: baloney. I can run GNOME programs on my KDE desktop all day long.

  229. Recent Linux problems... by CptNerd · · Score: 2, Interesting

    I was trying to debug a program that ran as a subprocess. The program would crash, so I attached a gdb session to the process to watch it. When the access violation happened, I tried to print the pointer which caused the crash. I was not trying to print the contents of the pointer, just the value the pointer contained. When I typed "print p", not only did the gdb session lock up, the entire kernel locked up, to the point that the computer wouldn't even respond to pings, or to the keyboard on the console.

    Now, granted maybe the choice of RedHat as the distro was flawed (the customer requires it). Maybe there is some problem with using that particular version of Electric Fence with that particular version of gdb, after using that particular version of gcc to build the software, and a problem with that particular version of the kernel. But I'm sorry, Operating Systems 101 says "user programs must not crash the kernel." And as a software developer, I should not have to worry about it happening. I never had that kind of problem with Solaris, SunOS, HP/UX, AIX, or even A/UX, and certainly never with VAX/VMS. Why do I have the problem with user programs crashing the kernel in Linux, MacOS X, and Windows?

    If Linux is going to be the "secure, reliable" standard in the future, it's going to have to stop being prone to these kinds of problems. The applications that support Linux are going to have to be built with more discipline, and rigidly and thoroughly tested. Why would a utility like "up2date" need to be "patched" since it's been around so long? Why are there "security holes" in ssh? Why is it a requirement to sign on to an endless daily stream of patches to be applied to so many critical parts of an operating system?

    At any rate, the bloom is off the Linux rose for me, I've been touting it as a valid alternative for Windows, and I will continue to do so, but with caveats and with less enthusiasm. I also fully expect to be moderated "Troll" or "Flamebait" which bothers me not in the least.

    --
    By the taping of my glasses, something geeky this way passes
  230. Re:"Lightweights." by technomancerX · · Score: 1

    Actually, out of that list Oracle really doesn't care. As long as a platform has the features to support their products and the demand is there for them Oracle is happy.

    --
    .technomancer
  231. I'll bite. by jd · · Score: 4, Insightful
    • Insecure: Linux has three role-based security mechanisms and mandatory access controls (SE-Linux is just the one included), three ACL mechanisms (Trustees, POSIX ACLs and SGI's XFS security mechanisms), an EAL4 rating with an EAL5 possibly underway, USB or dongle system locking, support for cryptographic and "trusted" hardware, support for IPSec, a very impressive packet filtering system (layers 2, 3 and 7), capabilities and that's just the kernel. If you want to include the rest of the system, you've stack guards, SSL/TLS, Kerberos 5, rootkit detectors, binary modification detectors, TCP wrappers, bayesian intrusion detection systems, root jails, virtualization (which allows you to compartmentalize, and therefore can be used for security), MD5 passwords for the shadow suite, one-time password systems, public key encryption and a host of validation & security auditing tools (TARA, SARA, NMap, Nessus, BASS, etc)
    • Unscalable: The Linux kernel supports "pure" SMP systems that are respectably large. For larger system, bproc and OpenMOSIX permit scaling up to about 65534 nodes with each node taking perhaps 64 processors. To my way of thinking, that's pretty damn scalable. Actually, as bproc and OpenMOSIX use different migration systems, it may be possible to build a grid of grids, where you've a Beowulf cluster of MOSIX clusters of 64-way SMP nodes. This gives you a theoretical capacity of 274,861,129,984 processors. Microsoft is planning to add clustering, in the future. Let me know when it compares. Linux also supports NUMA, Distributed Shared Memory, Active Ports/Active Messages, gigabit MPI, high-speed network filesystems (Lustre!) abd other key components for scaling. See "first few entries in top 500 supercomputers" for further information.
    • Prone to forking: There are many Linux distributions, tailored to people's needs, but only one real "kernel". There are many Windows kernels (the 3.x tree, the 9x tree, the NT tree, the 200x tree, Windows CE, Longhorn) but the distributions are basically the same components. Who is creating more of a fork - the tailor who makes clothes that fit from standard material, or the tailor who uses the closest material to hand, regardless of what it is?


    The claims can be easily disproven. Unfortunately, while companies enjoy First Amendment protections, they are virtually immune to slander/libel. A pity, as there'd otherwise likely be enough money to be made from such a suit to keep every Linux user and developer fed and housed for the rest of their lives.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:I'll bite. by Anonymous Coward · · Score: 0

      Summary for Executives:

      It's fast, cheap, and really cool!

      Unfortunately that's about as much as they can understand. 90% of what you said is beyond their depth.

      Am I getting jaded? :)

    2. Re:I'll bite. by smoker2 · · Score: 1
      Unscalable: The Linux kernel supports "pure" SMP systems that are respectably large. For larger system, bproc and OpenMOSIX permit scaling up to about 65534 nodes with each node taking perhaps 64 processors. To my way of thinking, that's pretty damn scalable. Actually, as bproc and OpenMOSIX use different migration systems, it may be possible to build a grid of grids, where you've a Beowulf cluster of MOSIX clusters of 64-way SMP nodes. This gives you a theoretical capacity of 274,861,129,984 processors. Microsoft is planning to add clustering, in the future.
      ROFLMAO ! Nice ;-)
    3. Re:I'll bite. by jd · · Score: 1
      Jade is a semi-precious soft yellow mineral used in expensive jewelrey, I believe. By implication, "jaded" means "of higher value", "not as rigid as some" and "beyond the reach of the masses".


      So, if you're getting jaded, what does that say about what you posted?

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    4. Re:I'll bite. by Ogerman · · Score: 1

      Linux has three role-based security mechanisms and mandatory access controls (SE-Linux is just the one included), three ACL mechanisms (Trustees, POSIX ACLs and SGI's XFS security mechanisms), an EAL4 rating with an EAL5 possibly underway, USB or dongle system locking, support for cryptographic and "trusted" hardware, support for IPSec, a very impressive packet filtering system (layers 2, 3 and 7), capabilities and that's just the kernel. If you want to include the rest of the system, you've stack guards, SSL/TLS, Kerberos 5, rootkit detectors, binary modification detectors, TCP wrappers, bayesian intrusion detection systems, root jails, virtualization (which allows you to compartmentalize, and therefore can be used for security), MD5 passwords for the shadow suite, one-time password systems, public key encryption and a host of validation & security auditing tools (TARA, SARA, NMap, Nessus, BASS, etc)

      It is a terrible shame that "best practice" implementation of these wonderful security tools is not commonplace in today's popular free Linux distros. Debian and Fedora.. that means you! (: But seriously.. we now have the tools available to create nearly uncrackable machines. (ie. the point where physical security becomes the only significant remaining concern because it's far easier to break in and steal the box.. but you did use a crypto FS right?) Anyhow, we need to put these tools to use ASAP. It's good for Linux. It's good for Internet users at large.

      Now if only we could devise a means to create nearly uncrackable users.. hmm..

  232. Fear Uncertainty and Doubt cast back on MS et al by hoggoth · · Score: 4, Insightful

    These entrenched companies, led by Microsoft, have a particular blind spot when it comes to recognizing the damage they are doing to their own reputations and public image by continually and obviously lying to the public.

    Microsoft has already damaged their reputation to the point that MOST IT professionals understand that anything MS says to them is most likely a lie. They may buy MS products for other compelling reasons, but always with the understanding that MS is a sneaky company.

    Aren't they apprehensive, even a little, of having NO goodwill among their customers? If the technology competitive landscape changes (eg: the power of the monopoly weakens) their customers will be eager to jump ship.

    --
    - For the complete works of Shakespeare: cat /dev/random (may take some time)
  233. Re: your sig by Pius+II. · · Score: 1

    Your sig's got a superfluous comma.
    "Mit der Dummheit kämpfen Götter selbst vergebens."

  234. wow by copenja · · Score: 1

    "Quite honestly, in the notion of costs, as we look at what we are structuring with our alliance partners, we are not seeing a compelling cost advantage that would lend us towards Linux -- given the other things I have mentioned" Oh man I just love that "Quite Honestly" at the beginning of that sentence.

  235. May I offer this: by Phil+John · · Score: 1

    EDS solutions are costly, always almost run over budget and time constraints, don't do what they're meant to, fall over when trying to do what EDS say they're capable of and don't scale.

    Almost every government contract EDS attempted in the UK has gone tits up, it's normally the death knell for a public sector project when EDS wins. :o/

    --
    I am NaN
  236. QUICK, somebody Alert Google! by Herr_Nightingale · · Score: 1

    We must warn them before it's too late! Thanks Oracle!!

  237. Misconceptions about Linux forks vs Unix forks by NatteringNabob · · Score: 2, Insightful

    If there is one misconception about GNU/Linux that should be easily buried it is that GNU/Linux will fork into incompatible variants as Unix did. This ignores four very import points.

    1) Unix forked in large part because every vendor had their own proprietary hardware which required that every application be ported and tested on each platform and that end uses had to buy and support the applications that they used on each flavor of Unix that they used. For better or worse, there are essentially only three Enterprise ISA's now for Linux, x86-32, x86-64 and Power. Instead of splintering, in two or three years, there will be only two, X86-64 and Power. Applications that run on one Vendors GNU/Linux/x86-64 box will run on every vendors box.

    2) Unix vendors introduced unique product differentiation and because the source was not licensed under the GPL, each vendor was forced to implement features their own way, usually in a way that was incompatible with every other vendors implementation. Because GNU/Linux software is licensed under the GPL, that simply can't happen. If one vendor has a feature, they can all have it, and since it is the same source, it will run the same way.

    3) This is a corallary to point 2, but in the past, not only did all Unix vendors have their own window system, they didn't support the other systems, so if you had a Motif application, it wouldn't run on a Sun system unless you bundled Motif with your app. In Linux, if you install all the window system toolkits, and given the cost of disks and memorythere is no reason not to, every windowing application you buy will run. In addition, since Linux is Unix, in the Enterprise, there is no real reason to install desktop apps on the client. Install them on App servers, and make them available to clients using NFS. This is vastly preferable to the Windows install everywhere approach.

    4)Finally, if it were not enough that GNU/Linux/x86-64 is becoming a single platform, a huge number of Enterprise applications are written in Java so underlying architectural differences simply don't matter anyway.

    In summary, the Linux will fragment like Unix did is a truly stupid argument that ignores that fact the Linux bears no similarity to traditional Unix other than supporting the same API's.

  238. I remember this one time.... by TimeTraveler1884 · · Score: 1

    I was high on my Linux administrative powers and I had gotten the munchies. After preparing myself a bowl of Cocoa Penguin-Puffs in the kitchen, I opened the silverware drawer and saw something truely amazing. There it was, a knife and spoon forking. It blew my mind.

    Since that experience, I've swore off compiling my own kernel.

  239. IT Mafia by Anonymous Coward · · Score: 2, Insightful

    the Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC.

    Trust us, youz don' wanna use Linux, or else YOUZ MIGHT FIND YA SECURIDY SEVEEEALY THREATENED. Aight? Capisce? Good. I'm glad we seem ta have come to a undastandin' hea.

  240. Anybody ever heard the phrase... by corporatemutantninja · · Score: 1

    ..."circling the wagons"?

    --
    Actually, I was trying to be Insightful, not Funny.
  241. Big Deal! by museumpeace · · Score: 2, Interesting

    Suppose these name-brand purveyors of enterprise solutions were right. Who are they talking to anyway? I aint the bank of america or general motors. god hasten the day I need hugely redundant server farms and lightning fast SQL service. I know because I have done it that it is possible to transition a complex realtime system with SQL usage, threads and forks from, for instance, a solaris platform to a Red Hat linux platform...so I doubt like hell it could be that hard to go the other way unless I had a stupid system design based on linux hacks.

    What I know is that the next Google or Amazon is at least as likely to start in a garage as it is in the chilled and cavernous server rooms of a large corporation. All the arguments, right or wrong about TCO and scalability don't cut it with a guy who has almost $2500 in his budget for "servers"...gimme linux NOW and ask me next year if I need Cadillac Computing Configurations...scalability is the LAST problem you solve. Cost of entry is the FIRST problem.

    BTW, haven't these guys at Agility Aliance noticed how much press Google gets for its massively scaled production systems? How much work did EDS do for google?

    --
    SLASHDOT: news for people who can't concentrate on work or have no life at all and got tired of yelling back at the TV.
  242. Huh? by Anonymous Coward · · Score: 0

    "..until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there"

    I am sure HP and IBM would disagree!

  243. Quick, somebody tell Google! by Jagasian · · Score: 2, Funny

    Quick, somebody tell Google that Linux doesn't scale so that they can switch to Windows! It would also be a good idea to notify Amazon of the same thing.

  244. Re:funny to see this article right above the news by NullProg · · Score: 1

    Google uses FreeBSD not Linux

    From the slashdot interview here:
    Craig Silverstein answers your Google questions ;


    3) As a market leader...
    by Marx_Mrvelous

    It's well known that you use Linux in your mega clusters. I was wondering if you have ever been approached by Microsoft, Sun, or HP in an effort to switch to their proprietary OSes.

    I can't imagine that you haven't. It must have been a huge decision to invest in one technology, so are you satisfied with what you have?

    Craig:

    We have been approached by several vendors. However, the advantages of Linux for us are pretty strong: It's an environment our developers tend to be familiar with, it offers unsurpassed tech support (we usually talk directly to the author of a piece of code when we're having problems with it), and it's cheap -- an important consideration when you have over 10,000 computers.

    I think Linux works here as well as it does because of our technology culture. Our engineers feel comfortable being a partner in debugging kernel problems. For companies that would like to be able to give bug reports like, "Our network is slow" and have someone else take things over from there, Linux probably is not yet the ideal choice.

    There's also a question of "Why Linux rather than FreeBSD?" or another free unix-like OS. We're not really religious about this issue. We used Linux -- as well as other, proprietary Unix variants -- when still at Stanford and were happy with it. My guess is if we had used a different open-source, unix-like operating system, we would have been happy with that as well. We're pretty pragmatic about using what works well for us.


    You are corrected.
    Enjoy,

    --
    It's just the normal noises in here.
  245. Things that make you go Hmmmm.... by DarthVain · · Score: 2, Funny

    EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC

    Wasn't it EDS the large corporation that allowed 60,000 or so computers to crash in the UK gouvernment because they didn't do the required Windows Update awhile back... also see:

    http://slashdot.org/article.pl?sid=04/08/01/1720 24 3&tid=198&tid=99&tid=126

    Kinda makes you wonder if they are fit to comment on this sort of thing.

    Microsoft says Linux sucks? Say it ain't so... Could it be that they are in DIRECT compatition with them... News at 11... according to MS the TOC is also higher on linux nm linux is FREE... yadda yadda support... ever try to get MS support or any real support? Oh look dell is next how appropiate...

    Dell, ok they aren't the ones to really comment either. They are so in MS pocket it just isn't funny. Dell is basically just a dilivery service for Intel and MS. They think Linux is no good either eh... well go figure. They also say AMD is no good. Well we all know that is true. They are much slower, more expensive, and consume more energy... oh wait...

    Oracle... all I know is they make DBMS systems. While a good portion of their systems probably run on some flavor of unix/linux/bsd/vms/etc... all the clients (ie buisness) will be Windows, which is MS, which is probably 80-90% of their buisness, so again go figure. (I may be full of crap on this one, I am just making stuff up now...:)

    Cisco... don't they make networks and cables and such? wtf does their opinion matter about linux and its scaleability and security... What OS do they use. How SPECIFIC is it? how USELESS would it be to a general user... so who cares what Cisco says.

    Sun. Well much like microsoft they make their own OS and systems.... so yeah direct compitition may say the other guys product sucks... Everyone go out and buy Solarius NOW! right....

    EMC? who the f#@k are EMC? Ok I googled them, and if it is the same one as www.emc.com then I still don't know wtf they do! Though by the looks of it they dabble in a bit of everything corporate or enterprise (Much like EDS, btw whats with 3 letter names starting with "E" anyway). So maybe they might be able to make a semi useful comment. Then again Bah! Never heard of 'em so who cares!

    In conclusion: This is a stupid statement and/or article to make. News is "supposed" to be unbiased. To make a big anouncement, to discover, that linux is not scaleable nor secure, is hardly believable (true or not) if it comes from the mouth of those that are in direct compitition, have a lot to gain or lose by the addmission. In other words, Lame.

    and no I didn't RTFA.

    My 2 cents, enjoy!
    DarthVain

    1. Re:Things that make you go Hmmmm.... by DarthVain · · Score: 1

      ok I hate replying to myself, but i just skimmed the article....

      "The alliance comprises a group of IT hardware and software firms that have combined their expertise and products to help EDS create 'best of breed' solutions and compete with the likes of IBM Global Services and Hewlett-Packard for the most lucrative government and enterprise contracts."

      came to my notice. Another check against whatever comes out of EDS's mouth. SO EDS is in direct compitition with IBM. IBM supports linux. Therefore Linux must suck. Quid pro quo right? Stupid article... Of course I also see it was from Zdnet so not that big of a surprise. Hmmmm I wonder who owns zdnet....

      Time for my tinfoil hat...

    2. Re:Things that make you go Hmmmm.... by CapnGrunge · · Score: 1

      Cisco loses [some] ground to linux embedded routers and firewalls. Hey, Cisco fans fight great flame wars whenever you suggest you could replace some pix with an el cheapo PC and your favorite flavor of linux installed, with web interface and shit.

      --
      I see 57005 people
  246. You can add eds to those weird linux lover/haters by barryman_5000 · · Score: 1

    http://www.eds.com/services/casestudies/eds_instan t.aspx

    EDS claims here that linux provides security unavailable elsewhere. Am I missing something?

  247. Linux and scalability by a3217055 · · Score: 4, Interesting

    I use Linux on a regular basis across many many machines of different sizes. Their maybe some truth in the article saying that Linux does not scale well. Firstly the whole thing of security is over rated. It is a corporate fudge factor, things are as secure as the apps that you use and you make your system. Linux does have a strange threading model but it works and does 99% of jobs with out issues.
    I run linux on SMP boxes ( more than 8 processors a machine) and their are some problems. Usually with network device drivers or some watchdog card. But otherwise it works. The most important thing is to learn how to get the job done.
    I have not used Solaris 10 thus I don't know what the new features are. The closed UNIX systems "seem" more robust because they sell the hardware with the software and ( example AIX with IBM POWER boxes ) and they have some major, major, major testing.

    Now the article says using Linux on mainframes is concering, well it sure is. Because why pay for a iSeries OS/400 license when Linux runs on the box rock solid. Linux on iSeries is amazing, it is a piece of art in itself.

    This was nothing but some technical jargon by soem companies that have outdated security procedures and they don't even have any facts. This is not news this is gossip.

    Also another thing Linux is a far more versatile system than people acknowledge it to be.

    1. Re:Linux and scalability by marcosdumay · · Score: 1

      Firstly the whole thing of security is over rated. It is a corporate fudge factor, things are as secure as the apps that you use and you make your system.

      That's because you use FOSS. One can't achieve an arbitrary level of security with closed software. Doesn't matter how hard he works, there is always a limit (that can be very high, but some times isn't).

  248. I figured out how they got this report... by EmagGeek · · Score: 1

    cat Windows_Security_Report.txt | sed s/Windows/Linux/ > Linux_Security_Report.txt

    That is about the only explanation that I can think of...

  249. Re:They said the same thing about Micros vs Mainfr by Hungus · · Score: 1

    FWIW Rick Inatome was a/the Computer City founder Henochowicz and Keith were the names of CompUS(l)A(ve)

    --
    Bad Panda! No Bamboo for you! In matters of importance ACs will not be responded to. Want to say something critical,OK
  250. What surprise with Sun and Microsoft in the group by Tangential · · Score: 2, Insightful

    I am just amazed that an industry alliance group with both Sun and MicroSoft in it would have reservations about Linux.

    I guess we should feel reassured that they have only our best interests heart.

    --
    Suppose you were an idiot. And suppose you were a member of congress. But then I repeat myself. -- Mark Twain
  251. What? by suitepotato · · Score: 1

    No SCO? I think I feel cheated of the full deck-is-stacked experience.

    If the fork rejoins in an arc, shouldn't it then be a spoon?

    If it cuts clear and the line ends and the fork becomes the line, shouldn't it then be a knife?

    And what's so bad about forks? Is it as though Microsoft hasn't forked up everything already? Every patch and pack might as well be a new kernel for all the incompatibilities between one state and another.

    Nope, there's no such thing as scalable *nix. Nope. None whatsoever. Just ask IBM. Or... maybe not. Sun? No, wrong people to ask about scalable *nix. Oh, just Linux is not scalable... Maybe it's just that Linux is not totally in their hands where they can control every aspect and thus every dime you get charged for the support contracts? No, it couldn't be that.

    --
    If my grammar and spelling are off, I am [distracted/tired/careless] (take your pick)
  252. Target... IBM... Innocent bystander, Linux by Psarchasm · · Score: 4, Informative

    Good article from all the way back in 2004 regarding where this is actually pointed. http://www.crn.com/showArticle.jhtml?articleID=510 00391&flatPage=true

    Would Sun rather see Linux go away? Sure, but they also believe in it enough to sell it. http://www.sun.com/servers/entry/v20z/index.jsp

    These are quotes directly from they guy heading up EDS's strategic alliances. Not from members of the strategic alliance - has anyone asked Ellison if he thinks Linux is insecure, prone to unfriendly forking? Guess not. http://www.oracle.com/events/unbreakablelinux/inde x.html. Guess not.

    Cisco? Well lets see they have linux running on some of their hardware, and apparently its good enough for their engineers to run http://www.nwfusion.com/news/2005/0216cislinux.htm l

    So lets round out the list...

    EMC - http://www.emc.com/products/systems/linux/index.js p
    Dell - http://linux.dell.com/
    Microsoft - http://www.mslinux.org/ Err, umm - ok maybe not.

    --
    http://windows.scares.us
    1. Re:Target... IBM... Innocent bystander, Linux by Anonymous Coward · · Score: 0

      "Would Sun rather see Linux go away?"

      Perhaps, they have been _forced_ to adopt Linux.

    2. Re:Target... IBM... Innocent bystander, Linux by Psarchasm · · Score: 1

      ... by the demands of the market.

      (to finish your incomplete thought.)

      --
      http://windows.scares.us
  253. One Might Point Out by Greyfox · · Score: 2, Informative

    That EDS is a "Microsoft Partner" (Windows whores) and they haven't even managed to impelement single-sign-on for all the apps on their corporate network yet. And Windows has really taken them a long way with that US Navy contract. Maybe if they'd gone with a UNIX based solution, they wouldn't be years late and unpaid for that thing...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  254. Google by Anonymous Coward · · Score: 3, Insightful

    Maybe they should ask Google how Insecure and Unscalable Linux is.

  255. They say linux doesn't scale well. by consumer_whore · · Score: 5, Informative

    They say linux doesn't scale well. SGI has Linux systems with 256 cpus in a node. http://www.sgi.com/products/servers/altix/ Microsoft is only now getting a cluster version of their OS http://developers.slashdot.org/article.pl?sid=05/0 3/04/2134229&tid=201&tid=231&tid=156

    1. Re:They say linux doesn't scale well. by Anonymous Coward · · Score: 0

      Then you have to ask yourself, why the hell would you want to cluster windows? That's got to be the stupidest idea thought up in the last 5 years.

  256. Eat Mor Chikin! by Prince+Vegeta+SSJ4 · · Score: 1

    Mooooo. Mutherfscker

  257. Also note that EDS by CrazySailor · · Score: 3, Informative

    would highly resent having to replace all it's fine work on NMCI with a new technology. Even if it would be an improvement.

    --
    -- Improve Windows - Buy a Mac!
  258. Re:Words words words, which are good, which are ba by Anonymous Coward · · Score: 0

    touché

  259. Hmmm, EMC is in there by sharkey · · Score: 1

    Perhaps what they said was that the cost for support contracts for Linux aren't increasing exponentially per annum, but there was a typo in the interview notes and it came out as "Linux doesn't scale".

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  260. Re:Oracle is a troll... by BigGerman · · Score: 1

    this is subtle but interesting detail. Maybe because that socalled "agile alliance" in fact started using Oracle RAC thingies on Linux ;-)

  261. Re:Oracle is a troll... by perp · · Score: 1
    Oracle is not in the actual linked article. For some reason (oh wait, I know the reason, it's Slashdot and they don't fact check or proof read anything) it's in the aforementioned snippet though...

    Oracle actually is in the Agility Alliance even though the article does not mention it. That is why it is in the snippet; the OP actually did a bit of research

    --
    There are two kinds of sysadmins: paranoids and losers. I'm both kinds.
  262. Agility Alliance... AGILITY! by Anonymous Coward · · Score: 2, Insightful

    Cisco.. Dell.. Microsoft.. Oracle.. EDS!

    These guys epitomize the "steamroll iteration N+.001 to the suck^H^H^H^Hcustomers for big bucks and do it again next year" business plan. They couldn't innovate their way out of the stone age.

    And they call themselves AGILITY alliance, "solution for the Agile business"!?!

    Aah, yeees, it's the Rational RUP thing again: we can't make it work for us, that's why we can tell you how to do it right :-))

  263. EMC? Uh oh! by willith · · Score: 3, Insightful

    I better run into the datacenter and unplug all the Linux-powered EMC control stations and NAS heads we just bought! And they told us that they take security seriously! LIARS!

  264. Since you mentioned it... by hysterion · · Score: 1
    the national apple society:
    FUCK PEARS!
    ...I find it interesting that somehow Apple never seems to associate with those astroturf-sponsoring consortiums. Yes they are in it for the money, often more closed/secretive and lawyerly than I like, but at least they seem not to constantly insult the public's intelligence. (Maybe that motivates the indulgence they enjoy around here?)
    1. Re:Since you mentioned it... by The+Man · · Score: 1

      This isn't really astroturfing. Astroturfing is putting individuals out front, without revealing your manipulation, to advocate for your corporate goals as if they personally believed in them. This is an industry association whose membership is public knowledge. Its statements would be expected to represent the views of its membership; there's nothing secret or deceptive about it.

    2. Re:Since you mentioned it... by drsmithy · · Score: 1
      Yes they are in it for the money, often more closed/secretive and lawyerly than I like, but at least they seem not to constantly insult the public's intelligence.

      Rrright.

      Ever looked at Apple's "benchmarking" and "performance" claims ? Ever read their blurbs on how 2 - 3 generation old video hardware is "cutting edge" ? Or how buying NeXT and slapping a new display layer and UI on it was an "innovative new OS" ?

      Apple are just as bad as everyone else.

  265. Hello! What drugs are you on today? by Anonymous Coward · · Score: 0

    Get nursie to increase the dose!

  266. Re:Oracle is a troll... by Florian+Weimer · · Score: 1

    Oracle is not in the actual linked article.

    Oracle is an Agility Alliance partner, though. You could have checked this easily.

  267. hehhehe by Anonymous Coward · · Score: 0
    Awesoome. You must have gotten tons of karma from pointing this out to the slashdot masses :)

    Thank you for enlightening us people who never RTFA.

  268. Who cares about Windows Apps by Anonymous Coward · · Score: 0
    the vast majority of Windows apps DO look the same and use native widgets, have buttons in the same place, have the same menu items, use the same keyboard shortcuts, and can copy-paste damn near anything between each other. The Linux offerings don't come close, because they won't standardize.

    Windows apps may look the same but they do not work the same. Because they DO look the same
    • users often cannot distinguish one Windows application from another,
    • users often believe that Windows apps are a part of Windows, so vendors lose branding value,
    • since each app works differently, each app requires separate user training, greatly increasing cost.

    The cure is the HTTP browser interface, which luckily (if not miraculously) captures a level of UI that most users can handle and which is somewhat consistent (despite the best attempts by some page designers and web designers to break out).

  269. Re:"Lightweights." by Anonymous Coward · · Score: 0
    Actually, out of that list Oracle really doesn't care. As long as a platform has the features to support their products and the demand is there for them Oracle is happy.

    I think Oracle is worried Linux might set the wrong precedent. Once people have switched to Linux and against all odds are happy with it, they might get it in their heads to try and switch (or do new developments) on PostgresSQL/MySQL/one of the other open databases. As many Oracle users don't actually need all the features that Oracle provides (but still have to pay for them) such a switch could seriously hurt Oracle's pocket book. Even if it doesn't threaten the high end of the market per se.

  270. How surprising by jkxx · · Score: 2, Interesting

    Surely Microsoft would feel ashamed of stating something like that? Considering that Windows won't run for much longer than a couple of days on a uniprocessor PC while just having to keep explorer running, it's funny that they are trying to attack Linux on SMP platforms. But then again, M$ is the one with the "Copyright 1981.." lines all over their binaries. Same for Sun, whose screenshots boldly display KDE and a host of other interfaces commonly associated with Linux. What's really disturbing is not that they're calling the competition bad but that they're doing it while at the same time relying on the system they're just attacking.

  271. Game over! by PHAEDRU5 · · Score: 2, Insightful

    Well that's great, that's just fuckin' great man. Now what the fuck are we supposed to do? We're in some real pretty shit now man... That's it man, game over man, game over! What the fuck are we gonna do now? What are we gonna do?

    Maybe we could build a fire, sing a couple of songs, huh? Why don't we try that?

    --
    668: Neighbour of the Beast
  272. proof the Agility Alliance is correct by Anonymous Coward · · Score: 0

    Thank you Agility Alliance. You are spot-on!

    Proof: the world's largest supercomputers are based upon Dell and Sun hardware, run Windows and Solaris, and are backed by EMC storage. Their deployment and operation flawlessly managed by EDS.

    You Linux weenies just ignore the facts.

  273. I agree... by gandell · · Score: 1
    There should be some sort of standard in the GUI.

    And besides, I've found that KDE isn't exactly the most stable GUI in the world. I recently loaded SUSE 8.0 Pro on a pc...it didn't recognize my mouse, so I changed it to a ps2 mouse and rebooted. After accepting the driver, SUSE gracefully shut down the GUI and refused to load KDE again...even when I tried to manually start it from the shell.

    --
    Mercy was given to me by Christ...I must give the same to others.
    1. Re:I agree... by ckaminski · · Score: 1

      Um, Suse 8.0 is nearly three years old now. I lump you into the same group as those people bashing WindowsME. :-)

      I had similar problems with SuSE 8.2 and KDE losing my settings, my toolbar getting lost. I switched to gnome and am much happier for it. It's given me problems, because it's not a native SuSE 8.2 package, so I had to install lots of extra development libraries to make things work right.

    2. Re:I agree... by gandell · · Score: 1
      Um, Suse 8.0 is nearly three years old now. I lump you into the same group as those people bashing WindowsME. :-)

      To be fair, I've also tried SUSE 9.1, and hated it. My fav distros so far are Red Hat and Xandros. I didn't care for mandrake 10, either.

      --
      Mercy was given to me by Christ...I must give the same to others.
    3. Re:I agree... by ckaminski · · Score: 1

      I have to admit, myself, as a die-hard SuSE 8.2 user (although I've bastardized RPMS from RedHat and Ximiam :-D), I too was unimpressed with SuSE 9.2. So I was having issues with it on my laptops, and experimented, KNOPPIX all the way on my laptops. On my servers, Fedora Core 2. I used to HATE redhat (6.2 era). I'm firmly back in the fold. When I decide to finally upgrade my aging master desktop, I'm not sure WHERE I'm going, but SuSE 9.2 is not in the cards for me.

  274. In other news by arodland · · Score: 2, Funny

    Large enterprises shouldn't use Windows, because it isn't secure enough, has scalability problems, and is only available in one flavor, according to slashdot user arodland, which includes such IT heavyweights as me.

  275. Scalability issues? by JeffTL · · Score: 1

    Linux can run on anything from a Zaurus or a TiVo all the way up to an IBM mainframe, and well. I'd have to call that pretty scalable.

    1. Re:Scalability issues? by omega9 · · Score: 1

      Linux can run on anything from a Zaurus or a TiVo all the way up to an IBM mainframe, and well. I'd have to call that pretty scalable.

      Multiplatform is being able to run on one of many platforms.

      Scalable is being able to run on many of one platform. Usually in unison.

      --
      I'm against picketing, but I don't know how to show it.
    2. Re:Scalability issues? by CDS · · Score: 1

      Scalable is being able to run on many of one platform. Usually in unison.

      Imagine a Beowulf cluster of...
      Oh, never mind

  276. Re:"Everything in Linux except the kernel"? WTF? by FidelCatsro · · Score: 1

    Just because people say something it dosn't make it correct .
    Linux is a kernel not a name for a full OS , xerox is a company not a copying machine , hover is a company not an alternat word for vacume.

    --
    The only things certain in war are Propaganda and Death. You can never be sure which is which though
  277. Flame bait by Anonymous Coward · · Score: 0

    They all have something to gain by assaulting OSS.

    SIG
    Those in the know, know.

  278. Re:Linux gets a pass by UN1XG0D · · Score: 2, Insightful

    Oh Please. More 'Security through Obscurity' FUD. I work in a data center with about 8000 Linux server and around 200 Windows servers. The windows boxes get hacked 3 times more often than the Linux boxes. Of course these are just web servers. We all know the real hackers are going after desktops and cracking your pron collection. right?

    --
    UNIX: A set of Linux-like operating systems that grew out of an original version written by some guys at a phone company
  279. Alright, let's break this down... by Keamos · · Score: 1

    which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC.
    EDS: Some company I've never heard of, but am quite sure noone gives a shit about.
    Oracle: That company that has that database that is getting beat by that...mySQL...thing, you know, that's...not scalable and all.
    Cisco: The people that haven't meant shit since the '90s!
    Microsoft: .
    Sun: One word: Solaris.
    Dell: They sell Windows PCs, what do you expect?
    EMC: Some other company I've never heard of that I'm sure noone has cared about since the mid-80s or so.

    1. Re:Alright, let's break this down... by Anonymous Coward · · Score: 0

      EDS: Some company I've never heard of, but am quite sure noone gives a shit about.

      You've never heard of EDS, a.k.a. Electronic Data Systems, founded by Ross Perot, then purchased (and 11 years later spun off) by General Motors? The EDS that had $20.6 billion in revenue last year, and owns A.T. Kearney consulting firm? And employs 110,000+ people in 60+ countries and is #87 on the Fortune 500 list?

      You're right...whoever they are, fuck 'em, the no-name bastards.

    2. Re:Alright, let's break this down... by Keamos · · Score: 1

      No, I've never heard of them because I don't give a shit about a company just because they're Fortune 500, nor that they're owned by any specific company. I didn't call them no-name; I said I'd never heard of them, and that no one probably even cared about them anyway. There's a difference.

  280. As soon as someone uses the phrase "best of breed" by helix_r · · Score: 1


    As soon as the phrase "best of breed" appears in an article...

    I know everything in the article is bullsh*t, remincient of late-90's IT-bull-speak.

  281. Oooh ooh oooh! by Anonymous Coward · · Score: 0

    I got so excited over that that I've pissed my pants!

    >>I think if people got together and rallied behind Linux in general (who cares what distro you use!), that we could see some really cool things happen.

    Oh for fuck's sakes!

    Dream on sucker!

  282. News to me by Anonymous Coward · · Score: 0

    I work as an administrator for EDS and we are using Linux for some of our mission critical services.

  283. Wha? by nuxx · · Score: 1

    This amuses me, because I work for one of the aforementioned companies and I just finished writing a Linux-based tool which should help us out immensely.

  284. Smear Campaign by ecastanedo · · Score: 2, Insightful

    It sounds like another smear campaign. It sounds to me like the ones that used to be the big boys are now throwing a fit, because they are not the big man on campus anymore. What do we expect? They are trying to save their reputations and sources of income. They obviously see Linux as a threat, otherwise, why bother??? The funny thing is that it is now taking an angry mob, to take on the Linus and his following.... People want Linux, it's apparent. Nobody said it was perfect. I think less than perfect is not so bad, when you look start weighing the possibilites and your wallet!

  285. Risk takers are the guys who by crovira · · Score: 1

    have shovel indentations in their faces and arrows sticking out if their backs.

    We just went through an industry shakeout and lost about a trillion bucks because people weren't careful.

    We prefer risk MANAGERS to risk takers, when we aren't totally risk averse.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  286. Hassellhoff by flood6 · · Score: 1
    '"If you test Red Hat against Solaris 10 against whatever else... we would say that Solaris 10 beats it hands down on functionality and everything else," said Hassell.'

    That's Jim Hassell, managing director of Sun Microsystems Australia.

    Bold statement, Jim, I've got one for you: "You're wrong (and teh gay)", said Damian.

  287. Oracle runs Linux ... by amobiuz · · Score: 1

    ...for its RDBMS development platform. See this article So I hardly think this applies to them.

  288. Fine, so don't use it. by linuxhansl · · Score: 1
    Honestly, what's the big hangup here?
    Some people like and use Linux, others don't. No need to get religious about it.

    I happen to use and like Linux, at the same time I can appriciate other people who have a different opinion.

  289. Wow. I'm going to play it safe and cal SCO. by crovira · · Score: 1

    I wouldn't want to be caught outdoors when it rains.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  290. EDS is just pouting... by Tool+Man · · Score: 1

    because they can't yet toast 80K Linux desktops the way they managed with Windows in the UK pensions department.

  291. Re:Linux gets a pass by BagMan2 · · Score: 1

    I never mentioned anything about security through obscurity. I merely asserted that Windows is a much bigger target for hackers and it's flaws often make CNN headline news; unlike Linux. As such, problems appear more rampant than they really are compared to Linux, which largely gets a pass, both in terms of the amount of effort being put into exploiting it, and the amount of attention it gets when it is exploited.

    I further asserted that this extra scruitiny that Windows gets has led to vast improvements in Windows security and stability. This process will continue. If Linux is ever to make it more mainstream, it too is going to have to go through this process. You are fooling yourself if you think it has even been remoted tested the way Windows has.

  292. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  293. mod parent up by Ender+Ryan · · Score: 1
    Please mod the parent comment up. I was going to point out the same thing, but here it is already done and still sitting at Score: 2. Bonch was wrong on that point, pure and simple. The parent comment demonstrates that. Therefore, considering that bonch's post is receiving positive moderation, the parent comment deserves at least as much positive moderation so people are shown a rebuttal.

    --
    Sticking feathers up your butt does not make you a chicken - Tyler Durden
  294. These guys.. by Anonymous Coward · · Score: 0

    are just handing out a forking pile of forking FUD!

  295. Glaring errors by bitswapper · · Score: 1

    I see three possibilities for the article's glaring errors - either the author of the article left out lots of insightfull answers from Robb Rasmussen, or the author didn't ask many questions, or Robb Rasmussen can't connect the dots.


    "does not consider Linux to be a suitable operating system for the largest of enterprise customers because the open source operating system has issues with security, scalability and the possibility of forking."

    Linux's security track record compares quite favorably or at least on par with Solaris, AIX, True65, even BSD. Oh, and yes, it puts windows security to shame, but then, doesn't everything?
    Linux's scaleablity is on par with other Unixes, and of course far past windows what windows tries to pass of as 'scalability'. Cisco, for example, is moving to linux due to its superior scaling qualities.
    As for the forking 'issue', god forbid that people should try new things. That would *never* happen in the windows OSes, or Solaris. Apparently Rasmussen thinks we must fear all new things or he doesn't have the slightest clue as to what forking is. So far it seems that the articles errors are mostly due to Rasmussen's lack of basic industry grasp


    "We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages."

    In any context, this statement is just plain stupid.


    "Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there"

    At this point, it clear this guy is totally ignorant of the current landscape.


    Final verdict - the article's author could have asked more thoughtfull questions, but probably would have gotten either dead air, or answers even more foolish sounding that the above statements.

  296. Agility Alliance??! by Anonymous Coward · · Score: 0

    Is that like the Superfriends?

    "Agility powers...ACTIVATE!"

  297. It's unsecure, unscalable, prone to forking... by wcrowe · · Score: 2, Funny

    ...and it also, erm, eats into our profits. So, um, don't use Linux because, it's evil, eeeeeeeevil!

    --
    Proverbs 21:19
  298. Burro. by jotaeleemeese · · Score: 1

    He means that he, as a non risk taker, benefitted from the risks taken by others...

    --
    IANAL but write like a drunk one.
  299. Oh, yeah... by Eminence · · Score: 1
    • Large enterprises should not use Linux [...] according to the Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC."

    Yeah, large enterprises should instead continue on spending tons of money on (usually overpriced) stuff from IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC.

  300. Not all members of alliance agree by wesleyer · · Score: 2, Funny
    1. Re:Not all members of alliance agree by kindbud · · Score: 1

      Even parts of Sun.com run Linux:

      http://uptime.netcraft.com/up/graph?site=www.sun .c om

      --
      Edith Keeler Must Die
  301. Classic! (Google) by Quila · · Score: 1

    The story prior to this is about one of the largest (if not the largest) and fastest-grown server farm installations in the world, and it's all Linux. And, IIRC, it doesn't contain anything from "EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC."

  302. WTF? They use linux by phorm · · Score: 1

    Within the above companies, I know that some at least use Linux or linux/BSD-derived products within their own.

    Cisco is a good example, they make Linksys products which I believe are known to use such iptables or something similar?

  303. Tell that to google! by gwait · · Score: 1

    Anyone out there not know that google uses a massively parallel linux network? Preaching to the converted on slashdot again..

    --
    Bavarian Purity Law of Rice Krispie Squares: Rice Krispies, Marshmallows, Butter, Vanilla.
  304. Re:Linux gets a pass by UN1XG0D · · Score: 1

    I'd say Linux is about as mainstream as it get for server. Don't beleive me? Look here <URL:http://news.netcraft.com/archives/web_server_ survey.html>

    That is if Internet Exploder doesn't invite some truly devious shit into your box along the way and fry it.

    --
    UNIX: A set of Linux-like operating systems that grew out of an original version written by some guys at a phone company
  305. Reads like FUD to me! We are highly scalable! by MrJerryNormandinSir · · Score: 2, Informative

    Hi,
    I am the Linux systems specialist at Welchs. yes...
    the company that brings you that awesome purple grape juice. We are in the middle of an ambitious
    ERP project migrating from a Mainframe/AS400 to a
    Linux / Oracle RAC solution. We are running Linux Clusters and Oracle RAC. We've got connectivity to our EMC SAN. I've got a development, QA, and Production landscape. Here's our PROD landscape layout, 2 Oracle Database RAC Nodes, 4 application servers loadbalanced with F5 load balancers, and we seperated out the concurrent managers and have
    2 concurrent managers (oracle cluster manager controls those nodes). Linux is highly scalable.
    I'm also implementing Linux HA to deliver some
    highly available filesystems to our cluster.

  306. standardization by Ender+Ryan · · Score: 1
    Desktop Linux IS getting standardization. In fact, a lot of it has (relatively)silently been implemented recently. Copying/pasting of all sorts of data, among other things, is (admittedly about damn time) starting to be flushed out.

    Look no further than freedesktop.org for proof of the progress that is being made.

    Now KDE and GNOME may never standardize completely on look and feel, but the defaults should eventually be close enough that they are comfortable for anyone. In fact I don't see that as a problem as we've never had anyone complain about that here.

    --
    Sticking feathers up your butt does not make you a chicken - Tyler Durden
  307. Securifying? by wcrowe · · Score: 1

    ...A large enterprise needs to be sure because it relates to securifying the environment...

    Did that idiot actually say securifying? What is he, some kind of f**king hillbilly or something? I'm sorry, but I can't take advice from someone who promises to securify my network.

    --
    Proverbs 21:19
  308. Apologies to Flanders & Swann by Quirk · · Score: 1

    Fud, fud, glorious fud, Nothing quite like it for boiling the blood. So follow me, follow, down to the hollow And there let us wallow in glorious fud. http://members.aol.com/HippoPage/hippsong.htm#hipp osong/Hippo Song

    --
    "Academicians are more likely to share each other's toothbrush than each other's nomenclature."
    Cohen
  309. Re:"Everything in Linux except the kernel"? WTF? by Bluey · · Score: 1

    If enough people say something, it sometimes does make it correct. That's why (at least in the US) people typically ask for a "Band-Aid" instead of the generic "adhesive bandage". Sure, there will always be the occasional word-nazi who will argue that they only carry Curad-brand adhesive bandages while you bleed all over their carpet, but most people will understand what you mean and help staunch the flow.

  310. Re:In case of slashdotting: by maxwell+demon · · Score: 2, Funny

    No, it means they are concerned about the fact that such an environment will be secure. Otherwise they'd have to be concerned about insecurity ...

    --
    The Tao of math: The numbers you can count are not the real numbers.
  311. Re:"Everything in Linux except the kernel"? WTF? by RangerRick98 · · Score: 1

    Just because people say something it dosn't make it correct .
    Linux is a kernel not a name for a full OS , xerox is a company not a copying machine , hover is a company not an alternat word for vacume.


    Quite correct, which is why you won't be upset when I point out the following mistakes in your reply:

    dosn't
    hover (should be Hoover)
    alternat
    vacume

    Thank you, that is all.

    --
    "You're older than you've ever been, and now you're even older."
  312. Keeping it simple by r3tude · · Score: 1

    Well I'll keep my response simple If Linux is not secure and is unscalable then Microsoft is truely Fucked. Microsoft is as scalable as my big fat momma, shes to fat and bloated to move so where she was put and what she was designed for has to stay or you risk destruction of 1000 restarts. Great for a production environment microsoft 24/7 uptime yes, no problem after this restart! Linux is whatever you want regardless of forking you have what you want, when you want, where you want and theres no real deciding factor on where to stop but your own skill and knowledge. Microsoft goes further for those with deeper wallets, whos slowing technological development its not Linux thats for sure and who are the companies they look like an anti-Linux co-operative to me.

  313. Google and Yahoo will never work by Anonymous Coward · · Score: 0

    they'll have to port their search engines to Windows 2003 and Oracle immediately, since it cannot possibly work on Linux...

  314. Linux is now a language by filterchild · · Score: 1

    "A large enterprise needs to be sure because it relates to securifying [sic] the environment. We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. We are quite cautious about Linux and its deployment."

    First off, "securifying?" WTF?
    Second, I wasn't aware that Linux has become a language now. I'll have to learn this. Does it have a C-like syntax? Is Linux OO?

    EDS->credibility--;

  315. Already Forked! by Anonymous Coward · · Score: 0

    In 1968, Bill Gates said that Windows NT had UNIX in it, so who is calling the kettle black????

  316. Re:"Lightweights." by Ender+Ryan · · Score: 1
    Just because they support something doesn't mean they don't hate it. Indeed, some of the rhetoric from Sun's executives leads me to believe that they do in fact hate Linux and Open Source, and support both only because that's what people are asking for.

    Open Source also makes for a good weapon against competitors. Open sourcing StarOffice, and now Solaris, was a strategic move by Sun.

    --
    Sticking feathers up your butt does not make you a chicken - Tyler Durden
  317. Re:Conveniently Enough by Anonymous Coward · · Score: 0

    Xerox is the original reason for the existance of FSF and GNU, but the reason for the existance of the GPL is no other than James Gosling.

  318. Encumbants.... by dir-wizard · · Score: 1

    This is just another shining example of how the encumbants will bind together to keep their market share. First: Form an alliance to dictate what customers 'need' not what they want. Second: Spread as much FUD as possible about those who threaten that market share.

  319. EDS (Instant Messaging) Case Study by Col.+Klink+(retired) · · Score: 1
    And look, here's even more FUD from EDS, a Case Study of Linux. Look at what they found:

    Low-Cost Solution Saves More Than Money

    The new Linux environment provides a level of security and stability unavailable elsewhere. Because it is open-source software, it also offers significant cost savings on licensing and allows EDS to provide faster, more responsive support because programming problems can be diagnosed and repaired more quickly.

    Pay no attention to the OS behind the curtain.

    --

    -- Don't Tase me, bro!

  320. Laughing my head off by Anonymous Coward · · Score: 0

    They lost credibility and showing the true face of the purpose they support.

  321. but it *is* by hawk · · Score: 1

    > I never said KDE was a fork of GNOME or vice versa.

    Gnome is a "baby-with-the-bathwater" level fork from KDE. I kind of expect athat they would have forked anyway over other issues (C/C++, how much to pattern after MS, etc.), but the split was caused by license issues.

    hawk

  322. Redundant M. Gandi quote by AlXtreme · · Score: 1

    First they ignore you.
    Then they laugh at you.
    Then they fight you.
    Then you win.

    --
    This sig is intentionally left blank
  323. Re:Conveniently Enough by Anonymous Coward · · Score: 0

    Hello Jonathan, when you get a moment could you ask McNealy to back-off Ballmers flacid member?

  324. I'm not trying to flame... by Transcendent · · Score: 1

    ...but I haven't been able to see one actual good argument against what these companies are talking about out of the /. community. The best... "forking can be good for projects... sometimes."

    Everybody here is just hinging on to the fact that MS was in that bunch, but no one offers a good counter argument.

    I agree with them... Linux is great 'n all, but it's not enough for large enterprises. ::cough cough guaranteed binary compatibility cough and support cough::

    1. Re:I'm not trying to flame... by UN1XG0D · · Score: 1

      No counter argument needed. Anyone with half the common sense of a toaster can see through this load of BS. Binary compatibility: Because we all know it will do you so much good to run Word 97 on Windows XP Support: Haven't called Microsoft's support line lately have ya?

      --
      UNIX: A set of Linux-like operating systems that grew out of an original version written by some guys at a phone company
    2. Re:I'm not trying to flame... by Transcendent · · Score: 1

      I'm talking about Sun...

  325. In other news... by Anonymous Coward · · Score: 0

    Large enterprises should not use Windows because it is not secure enough, has scalability problems, and is controlled by a single vendor so it's not even *possible* to fork, should you need to.

    Note that Dell and Oracle and Sun all have webpages describing their enterprise Linux support. If they were really concerned about Linux not being up to snuff, they probably shouldn't be offering it to their customers.

  326. redhat 7 still going... by micromuncher · · Score: 1

    I've had RedHat7 running in my business for years. Its outside our firewall. Its been rebooted once in the last 2 years. Its never been jacked or hacked.

    Conversely, in less that one minute, I plugged my mother-in-laws new computer in via ADSL and it had no less than 2 virus and 1 trojan. Just by connecting it to the wall...

    --
    /\/\icro/\/\uncher
  327. Re: your sig by rah1420 · · Score: 1

    Pedantry will get you everwhere. :)

    --
    Mit der Dummheit kämpfen Götter selbst vergebens.
  328. Other dangerous technologies by appleLaserWriter · · Score: 1

    Don't let your employees drive "cars" to work, they could show up in a "sedan", "coupe", or "subcompact". Some jokers might even try to arrive in work in an "SUV"!

    Stay away from "pencils". You start out on a #2, but the wide array of options will leave your employees wondering if they should be using a #6B or a #9H to fill out their weekly status report.

  329. Speaking of Linux by Anonymous Coward · · Score: 0

    "Even so, Linux clearly is by far the top choice for high-performance computing. Meuer reckons Linux powers 301 of the 500 top machines, compared to 189 on Unix, two on FreeBSD, a Unix variant, and one on Microsoft's Windows."

    Hot of the press, argue that bitch.
    http://www.forbes.com/home/enterprisetech/2005/03/ 15/cz_dl_0315linux.html

  330. Re:Ditto on our Cisco MDS 9500 san switches... by Shane · · Score: 1

    I am typing this as I walk into the data center and unplug our cisc enterprise fiber switches and Cisco Intrusion detection systems....

    --
    -- You can be a geeklord too :)
  331. I don't buy it. by hanshotfirst · · Score: 1

    MS - Given. Competition

    SUN - Given. Competition with a very similar OS

    Oracle has been a big proponent of Linux as long as it has been feasible. To Oracle the OS is irrelevant, but Uncle Larry would really like your money to come to him and not Bill. IIRC, Oracle has contributed a lot of real programming to the scalability and clustering ability of [Red Hat] linux to advance their own products (such as RAC).

    Dell - this one confuses me. Dell sells HARDWARE - who cares what OS is installed, right? <tinfoil> Unless Michael Dell has an incentive for Windows to succeed because they get discounts and kickbacks for the OS??? </tinfoil>

    EDS - not enough insight to comment.

    CISCO - <tinfoil> Cisco would only care on the assumption that Linux is inherently more secure than Windows, so that would reduce the market for Cisco security products. </tinfoil>.

    EMC - You sell storage solutions. Why do you care? Other than once people are in the habit of letting the money flow for high-end hardware and by-the-tush-licensing, they are desensitized to the pain of paying for EMC hardware. With Linux in the equation, EMC becomes a bigger percent of the expense on paper, so its harder for IT to "sell" to accounting.

    +1 Informative, -1 Flamebait = My $0.02

    --
    Why, oh why, didn't I take the Blue Pill?
  332. That sound you're hearing... by Anonymous Coward · · Score: 0

    ... is bonch laughing at all of you who bit on this tired, old troll.

    The funny thing is it seems that the moderators are in on the joke as well, having moderated this garbage as +5 insightful. For shame.

  333. big problems for linux by Exter-C · · Score: 2, Insightful

    At the end of the day competition is good. Look what competition has done for microsoft in recent years. Many people dispute that linux/open source software has any affect on the big MS however its clearly not the case.

    Over recent years windows has gone from 95 (super super crap) to 98 ( super crap ) to windows me ( ok but still crap) to XP on the desktop market. XP maybe slow in some situations but it works pretty well. There are still all the issues with worms and other issues with stupid users but at the end of the day windows has improved significantly and thats not going into the server market where its improved even more.

    I personally see linux as a better server operating system than a desktop system even though I use it every day as my desktop at both work and home. Taking that into account its still a rock solid stable desktop (Slackware current) and I dont have any problems running it on my laptop.

    So often there are big projects in the opensource community that fill real gaps but the lead programmers get to a point where they are happy and leave it at that. Its then taken up by other coders and the project is dead in few months or years because its become a mess, people have not realised how much time is involved in writing good efficient, secure code.. they got to the point where they are happy with it and so on..

    One of the problems with where things are going with linux is that we will have redhat/suse and a few other distributions all running corporate level software.. and then there will be distributions like slackware, gentoo and others that will be used more in the technical enthusiest market. All of the different distributions have their place.. so do the different versions of windows.

    At the end of the day you can have a secure user level windows box and linux / open source box with a web browser and you can almost bet that the windows box will be trojaned before the linux/open source one..

  334. cute. by dionysian.mind · · Score: 1

    '"If you test Red Hat against Solaris 10 against whatever else... we would say that Solaris 10 beats it hands down on functionality and everything else," said Hassell."' You mean that somebody on Sun's payroll is telling their product is better? Sounds honest to me.

  335. Re:No, I believe I am still correct. by man_of_mr_e · · Score: 1

    By that argument, Microsoft being in the BSA doesn't mean MS supports raiding corporations based on "tips", or that a "think tank" that is funded by MS isn't a MS mouthpiece.

  336. Why Linux won't Fork by kupci · · Score: 1
    I never said KDE was a fork of GNOME or vice versa. I was just illustrating that having parallel platforms stagnates progress. The point is the same.

    Well, because your premise was wrong, it sort of invalidates the conclusion you made. But let's suppose you were talking about BSD/FreeBSD/NetBSD/OpenBSD - for some interesting reading on real forks, read this article about Why Linux Won't Fork.

    And regardless, the vast majority of Windows apps DO look the same and use native widgets, have buttons in the same place, have the same menu items, use the same keyboard shortcuts, and can copy-paste damn near anything between each other.

    Interesting, I was just reading that had KDE used CORBA for their architecture, as did Gnome (Bonobo/ORBit), you *would* be able to cut & paste between these window environments. No such luck, as, in hindsight, KDE while initially trying MICO, went with their own KParts. Might as well have been proprietary. However, it seems KDE is now rethinking this idea.

    The Linux offerings don't come close, because they won't standardize.

    SWT, which is what Eclipse uses, certainly comes close, as it relies on native widgets. Unfortunately, their GTK bindings apparently perfrom rather poorly, in comparison to the windows bindings. The Motif bindings are better, but it does illustrate the difficulty in supporting the various different GUI toolkits.

  337. The difference is... by NaCh0 · · Score: 0, Informative
    We are on a system with a facility to produce fonts of differing weights.

    That is what the web is all about.

  338. Re:"Lightweights." by Anonymous Coward · · Score: 0

    LOL

    Yes, because companies who buy a very expensive Oracle solution could just run their enterprise on MySQL..

    LOL :)

    You made my day, thanks.

  339. How can EDS speak for its suppliers? by t482 · · Score: 2, Interesting

    If I were SAP etc I would be annoyed. SAP and Oracle are both pushing Linux to their customers. All those companies have dozens of other partners as well.

    In fact if I were EDS I would be worried. In order to maintain 20% growth Microsoft will eventually have to move heavily into consulting (copying IBMs old form).

    My guess is by speaking about Linux he immediately gets better press coverage.

  340. Re:No, I believe I am still correct. by Anonymous Coward · · Score: 0

    Until you can show us documents written by Microsoft stating this, as the patent poster did with ORACLE...

    No.

  341. What are you talking about? by Anonymous Coward · · Score: 0

    My mom uses linux. You cannot possibly put less time into learning linux, or windows, or anything else than she has. And she can use it just fine. This tells me that you aren't new, just stubborn and lazy. People who don't know about computers are just as confused by windows as they are by linux. People who have gotten used to windows and want to think they know "all about computers" expect linux to be windows. There is no point to linux if its just going to be windows, so give up on that and just keep using windows. Just stfu about it, we don't care if you use linux, or what you want linux to be.

    1. Re:What are you talking about? by NanoGator · · Score: 1

      "My mom uses linux. You cannot possibly put less time into learning linux, or windows, or anything else than she has. And she can use it just fine."

      Whoop-de-shit. I also have anecdotal evidence that Windows is more secure than Linux. I wouldn't dare profess that as I'd be rightfully shot down. Linux is not as easy to use as Windows or OSX. Simple, indisputable point.

      "People who have gotten used to windows and want to think they know "all about computers" expect linux to be windows. "

      That's a fair point. They've become productive with Windows. Linux is less valuable because it'd take them time to be as productive. Be dismissive all you want, but this actually is a problem with mass-adoption of Linux. Frankly, it's not like Linux's differences are necessarily for the better. Too many cooks.

      "There is no point to linux if its just going to be windows"

      Wrong. Windows users would love if a.) They didn't have to reinstall Windows every 6 months, b.) Windows were more secure, c.) Windows was free. d.) All the other little benefits of OSS software that Slashdot collectively pops underwear tents over. There's plenty of reason to put the Windows UI on top of Linux. Stubbornness to move that way is usually motivated by zealousy.

      "Just stfu about it, we don't care if you use linux, or what you want linux to be."

      You don't care? Bullshit. You obviously do care or you wouldn't be so defensive. Frankly, brushing me off isn't doing you any good. I find it just astonishing that somebody from the same community that's holding Linux on it's shoulders shouting "Choice choice choice!!!" is telling me to shut up because my choices aren't in line with his.

      --
      "Derp de derp."
  342. Re:EDS was responsible for crashing 80,000 Compute by commodoresloat · · Score: 1
    Most of the desktop computers in the UK's Department for Work and Pensions were paralyzed for four days on Monday,

    The computer problems were pretty bad, but what really sucked about it is that Monday lasted four days!

  343. simple solution by pyrrho · · Score: 1

    anytimes EDS says something pretend you are hearing it in Ross Perot's voice.

    problem solved!

    --

    -pyrrho

  344. or you could be making that up by pyrrho · · Score: 1

    I think *this* is equivalent to "*this*", but without the quotes.

    --

    -pyrrho

  345. Insecure and unscalable, eh? Pull the plug. by dr.ka0s · · Score: 0, Offtopic

    You know, to give everyone -- especially the analysts and critics -- a little perspective on just how secure and scalable Linux is and why it /is/ so much more appropriate for the enterprise than Windows, I think we should coordinate a world-wide demonstration.

    For just one day (hell, and hour would probably be sufficient), let's get everyone on the Internet who maintains a public DNS server, mail server and/or web server running on Linux to turn them off. Right? Let's turn off all of our "insecure, unscalable" Linux servers for an hour and see just how much these same critics can get done during that time.

    What do you think would be their response? When there's no way to resolve most domain names into IP's, when there's no Google, no Yahoo, and no AOL, Earthlink, etc etc e-mail. Hell, even MSN Messenger won't work without proper DNS resolution. I suspect those same critics would change their tune rather quickly and reassess why most of the Internet isn't running on Windows -- because of the very same accusations, unfounded though they may be, that they're making about Linux.

  346. just another advertisement... by Anonymous Coward · · Score: 0

    OK whats funny is that microsoft is part of this panel, and so is sun. Half the talk in it sounded like Microsofts TCO speal. The second half was a crack against redhat and support for Sun's Linux Distro..

    Just a bunch of FUD...

  347. Agile??? Sure....... by QuietRiot · · Score: 1

    Yeah. Stick with closed systems. That'll keep you agile.

    Thanks Agility Alliance!!

  348. They forgot going blind by Anonymous Coward · · Score: 0

    Insecure, unstable, and... it will make you go blind.
    Example (Ok, I stole this story from Robin Williams)
    Mother to Son (while frantically banging on the bathroom door)
    WHAT ARE YOU DOING IN THERE!
    Son to Mother
    GOING BLIND!!!

    Linux will make you go blind. It's also apparent that EDS is losing a truckload of business because their Linux strategy Sux Like A Hoover(tm). Will they be part of an IT shakeup like Wang, Apollo computer, DEC, Compaq, Data General, Control Data and so many others?

  349. Stability and change by Anonymous Coward · · Score: 0

    Forks. . . mutations . . . iterative evolution. . . Darwinian selection. . . cross-pollination.

    Sounds like an excellent application of a well-proven model by nature.

    You want operational stability? THAT IS WHAT DISTROS ARE FOR.

    Distros are a layer above software evolution. Don't confuse operational desires (homeostasis) with a evolutionary desires (transistasis). You get both on different layers.

  350. Forks are bad by spagetti_code · · Score: 2, Insightful
    Linux is forking, perhaps not the kernel (yet), but LINUX (the apps and environment) is.

    I worked on a product in the early 90's running on Unix. We supported a large number of different unixii, placing an enormous build, test, develop load that just should not have been there.

    Our build script would test the version of unix for all sorts of bugs unique to each type (being system s/w, these bugs impacted us hugely). Our source and makefiles where littered with ifdefs to get around them on different systems.

    We are well on the way to heading down the same path now. Release systems are different (.rpm?, .deb? etc), OS's are subtly different - system files move, boot scripts are organised differently.

    Windows isn't perfect - there have been lots of changes as time moved on (e.g. registry, APIs, MSIs etc) but my app written for 9x still installs and runs on XP. Thats pretty impressive.

    Forking is bad, bad, bad. It might not be the death of linux (there's always geeks like us who run it, and solid use cases in corporates) but its an impediment to development, to products, to consumer acceptance.

    For example - I was just on a group where VIA were lambasted for only releasing some drivers for about a dozen varieties/versions/installers of linux. Cmon - thats a major effort and I take my hat off to them. But its no-where good enough to cover the broad scope that you need, and indeed my FC3 machine was not in the list.

    Dont fork.

    1. Re:Forks are bad by drsmithy · · Score: 1
      unixii

      What the fuck is it with you people making up words ? "Unixii", "Unices", "Virii", "Pentia"...

      If you want to try and sound "smart" by giving the impression you know Latin, THEN GO AND LEARN FUCKING LATIN , because just making shit up certainly doesn't give the impression of either intelligence or a good command of language.

      /rant

    2. Re:Forks are bad by Anonymous Coward · · Score: 0

      YOU should learn correct use of the ENGLISH language. Virii is the CORRECT plural form of virus. It is a VERY common misconception that the plural is "viruses", which is AWFUL English. I don't know about "Unixii", but truely, it seems like the best way to speak of multiple Unix environments with one word. Look it up, there are quite a few words that use "i" or "ii" at the end to make them plural. Maybe do a bit of research and learn some proper use of language before flaming someone. Otherwise you'll look like a complete moron.

    3. Re:Forks are bad by drsmithy · · Score: 1
      (Normally I wouldn't reply to an AC, but this sort of thing annoys the shit out of me and you actually appear to be serious).

      YOU should learn correct use of the ENGLISH language. Virii is the CORRECT plural form of virus. It is a VERY common misconception that the plural is "viruses", which is AWFUL English.

      You are wrong.

      To summarise, "virii" isn't the plural of "virus" because "vir" has nothing to do with "virus". Or, even more bluntly, "virii" simply isn't a valid word.

      I don't know about "Unixii", but truely, [...]

      (The irony here is almost palpable).

      [...] it seems like the best way to speak of multiple Unix environments with one word.

      Maybe if you want to pretend you know Latin it does, but *correct English speakers* will use the term "unixes".

      Look it up, there are quite a few words that use "i" or "ii" at the end to make them plural.

      Indeed, there are. But neither "virus" nor "unix" is one of them.

  351. Industry heavyweights or morons? by gnuman99 · · Score: 1
    From the article,

    "We see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. We are quite cautious about Linux and its deployment," said Rasmussen."

    Languages?? WTF? They call themselves "industry heavyweights". I doubt we'll see Linux fork in Ruby or C#!

    First we saw this talk with SCO, now with the rest of them. I must agree with parent - a bunch of losers *to* Linux.

  352. There's a bunch. by Anonymous Coward · · Score: 0

    google's machines all have this in their startup scripts:

    echo 0 > /proc/sys/net/scalability
    echo 0 > /proc/sys/fs/scalability
    echo 0 > /proc/sys/vm/scalability
    echo 0 > /proc/sys/kernel/scalability

  353. Windows forks too by kindbud · · Score: 1

    NT4, Win2K, XP - they all have incompatibilities with applications of the same kind and severity as different flavors of libc or glibc on Linux might have. Problem is, you usually cannot recompile your commercial app and link it against the upgraded OS if you have Windows. So with Windows, users can easily end up with a application that requires an obsoleted OS that the Microsoft no longer supports.

    But this is run-of-the-mill stuff with Linux. Apps are patched and recompiled to run on newer distros all the time, and users do not need to wait for the vendor to do it.

    --
    Edith Keeler Must Die
  354. That isn't how "enterprises" work. by khasim · · Score: 1
    For enterprises and organizations, yeah, forks are bad things. They take up time and resources to manage and maintain. What happens if an organization chooses the wrong fork for the base OS? That is a very tough call.
    How would an "enterprise" choose the "wrong fork"?

    Be specific.
    The really only useful choices that I know of, and admitedly I am not too hip to all the distros out there, out there are the ones that offer true support and will survive the software cycle.
    That would be IBM, Red Hat, SuSE/Novell, and I'm sure there are others.

    Yet each of them is a "fork". Red Hat includes patches that SuSE doesn't. SuSE includes patches that Red Hat doesn't.

    If the patches are deemed "good", then they will be merged to the main kernel and included in EVERYONE's distribution.

    It's all about the GPL.
    Think of forking like windows upgrades. Both impart uncertainty about the future. Both require investigation about the best choice. Both carry risk. That is hard for an organization to simply move on. That is one of the reasons that Windows upgrades take so long some times.
    Possibly. But only if you're following the bleeding edge development tree (what "enterprise" would do that?).

    Rather, the forks are different approaches to solving a problem. Enterprises would NOT be deploying them in production systems (not without a damn good reason).

    Enterprises would, instead, be deploying the stock kernel of whatever distribution they were using (or with Oracle approved patches for their Oracle system). They would NOT be downloading the -mm tree or the -ac tree and installing it in production.

    But the patches from -mm and -ac DO get incorporated into Linus's tree when he so chooses (and deems appropriate).
  355. Forks are good when software is free by Anonymous Coward · · Score: 0

    Forks are only bad when software is free: because what one man can fork, another man can merge. It's proprietary licenses that are the real problem: they're what killed UNIX's popularity, because it was illegal for one organization to merge successful features from one branch into their own branch. Voila! Market fragmentation and vendor incompatabilities; all unreconcilled and, worse yet, irreconcilable.

    So yes, in situations where it's illegal to merge code, then yes, forks are bad. That's not true with free software.

    With free software, we can recover from forks quite well. The examples you've chosen may sound bad: but they aren't really forks at all. In programming, a fork is when the same codebase is modified in mutually incompatible ways, and two derivative copies distributed. The term derives from a "fork" in the road: where one road diverges into two paths.

    KDE and Gnome aren't forks of the same project: they're examples of parallel development. They were both attempts to solve the same problem, and so they ended up similar. The original was licenced in a bad way, so people who cared about free software began a new project. Complaining about the difference between KDE and Gnome is like complaining about two public roads running a few yards apart: when one road started out as a toll road, and only stopped charging tolls after the public began building their own free road nearby. If people had been free to work on the original road, the situation would never have happened.

    Open Office is an open-source re-write of a proprietary codebase. Again, it is not a fork of Microsoft Office: the coders never saw a line of Microsoft's code.

    Firefox is a fork of Netscape: and it's proven more popular than Netscape. That's a good thing: since the codebase is free software, we can take all the popular features of Netscape that aren't in Firefox, and merge them in. If Netscape was more popular, we could do it the other way around.

    Forks are a good way to determine what the public wants. Often, people can't articulate what they want: but they know what they don't like. So, fine, let 'em try stuff! If they don't like it, get rid of it. If they like it, keep it!

    Forks are good, because it lets people try new things, and gives them the freedom to choose. Merges are even better, because they strip away all the unpopular choices, and leave Joe Average with something that the average guy likes and understand.
    --
    AC

  356. Way to plagiarize! by sean.peters · · Score: 1

    In the future, when you copy text wholesale from an article from The Register, you might want to credit them.

    Sean

  357. The person responsible for posting the above... by sean.peters · · Score: 1

    ... has been sacked. Obviously, the eWeek article, which I was at first unable to hit, bought the story of El Reg. My apologies.

    Sean

  358. Re:EDS was responsible for crashing 80,000 Compute by Illissius · · Score: 1
    Most of the desktop computers ... were paralyzed for four days on Monday
    Much to the horror of the manager, who had spent 20 years in Africa the previous evening and only recently returned...
    --
    Work is punishment for failing to procrastinate effectively.
  359. Cisco being two-faced! by Sugar+Watkins · · Score: 1

    How odd that my new LinkSys (aka Cisco) WRT54G router uses Linux as its operating system. People appear to be pretty happy with this model, and it seems to be selling well. Given Microsoft's quality and security deficits, it will be a cold day in hell when I knowingly purchase *anything* that is running Windows Embedded or CE.

    I have a theory that the real reason so many mega-corporations hate Linux is because with an open-source operating system, it must be more difficult to implement licensing and product activation type features than in Windows. In my opinion, this Registry crap that Microsoft came up with is mainly there for the benefit of companies that want the operating system to help secure their software.

  360. Not scalable? OMG! by Black+Copter+Control · · Score: 1

    Hold on. Before they run into trouble, I'd better go inform the Physics department .. and Google, and Yahoo and NASA, and -- oh, hold on. NASA's already in trouble .. but it's got nothing to do with Linux.

    --
    OS Software is like love: The best way to make it grow is to give it away.
    1. Re:Not scalable? OMG! by jc42 · · Score: 1

      Actually, there are some scalability problems with linux.

      For example, try compiling the kernel and standard libs with a C compiler whose bytes are 32 bits, shorts are 128 bits, ints are 256 bits, and longs are 512 bits, and whose disk drives have 1-GB sectors. I guarantee you're gonna run into 2 or 3 problems directly related to those numbers. Well, OK, they'll mostly be in handling communications with 8-bit devices and systems with a 64KB limit to packets and such. But in this networked world, those are scalability problems.

      And let's face it, in a few years you're gonna need a machine with those specs just to boot the latest Windows, or to start KDE or Gnome. ;-)

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    2. Re:Not scalable? OMG! by Black+Copter+Control · · Score: 1
      I guarantee you're gonna run into 2 or 3 problems directly related to those numbers.

      Are you talking about building a C compiler to fit the CPU, or writing the boot image to today's storage mediums?

      Yep you have a point ("But, as he so quickly pointed out, 'A point in every direction is the same as .. no point at all.'")

      --
      OS Software is like love: The best way to make it grow is to give it away.
  361. You are making alot of false assumptions. by Anonymous Coward · · Score: 1, Insightful

    No, there is no indisputable point in your post, its your opinion. Your opinion is that linux is not as easy to use as windows. But what is easy for one person, isn't easy for someone else, so you can't claim anything to be indisputable facts.

    If linux is less valuable to you because you would require time to be productive, then do not use it. There is no obligation involved here. Linux was written for the people who wrote it, and it serves them just fine. If other people benefit from that, great. If you don't, then go away. Whining about how people aren't making your perfect custom OS just for you, for free, because you want them to isn't going to help anyone.

    Nobody cares what windows users want. Linux is for linux users. If you would like to be a linux user go right ahead. If you want free windows, hit up your local warez dood.

    And finally, yes I truely don't care. I am not being defensive, I am telling you that your high and mighty opinion is still only that, opinion. You might think linux serves no purpose unless its exactly what you want, but plenty of people find it serving its purpose just fine. Its for those people, not you. And I am not from the community holding linux on its shoulders, I dislike linux and avoid it as best I can. I come from a unix background, and thus find linux to be ackward, nonsensical and poorly documented. But for mom's desktop, it beats the hell out of windows.

    1. Re:You are making alot of false assumptions. by NanoGator · · Score: 1

      "No, there is no indisputable point in your post, its your opinion. Your opinion is that linux is not as easy to use as windows. But what is easy for one person, isn't easy for someone else, so you can't claim anything to be indisputable facts."

      Normally I'd agree. However, there are two important facts: 1.) We're primarily talking about desktop Average Joe users. If we were talking about administrative tasks, I wouldn't make a statement like that. 2.) It would be easy to provide a list of common everyday tasks and compare the Linux version to the Windows version and figure out which one was 'easier'. Count the number of steps, or count the intuitiveness, etc. Frankly, if copy/paste doesn't even work right, I don't understand how you can possibly make that claim.

      "If linux is less valuable to you because you would require time to be productive, then do not use it. There is no obligation involved here. Linux was written for the people who wrote it, and it serves them just fine. If other people benefit from that, great. If you don't, then go away. Whining about how people aren't making your perfect custom OS just for you, for free, because you want them to isn't going to help anyone."

      There is a wide-spread dream of making Linux replace Windows. It can't do that if it can't lure Windows users. What I'm saying is relevent no matter how dismissive you're being about it. I want Linux to be better, not to say that Linux sucks.

      "And finally, yes I truely don't care. I am not being defensive..."

      Bullshit. You're not even listening to me. You're telling me I'm wrong wrong wrong and using common debate strategies to blow me off. Don't tell me you don't care or that you're not being defensive, I don't buy it. I especially don't buy it when you're posting anonymously and having to reload to stay on top of this convo. You do care, and you don't think highly of Windows and don't want Linux leaning that way. Frankly, assuming my assumption is correct, I wouldn't blame you for feeling that way. Microsoft has done some things really badly. (*cough*registry*cough*) Nobody wants the bad things coming. However, nobody wants to be tripped up by stupid UI oversights. There's no harm in suggesting Linux have stronger UI features. No reason to shake your Linux-is-great pitchfork, either.

      --
      "Derp de derp."
  362. Astounding! by Dzmiyin · · Score: 1

    You mean, some of Linux's chief competitors think it's not very good?

    I'm shocked, I tell you. Shocked.

  363. Linux desktop. by cpufrier37075 · · Score: 1

    For 3 years I have been installing linux about evey six months on a stand alone box dedicated to monitoring for the day I can make the switch to Linux. The box has changed as new generations of hardware appear. A very few apps keep me with Win2k but Mandrake Linux 10.1 is perfect for the sytems I recently set up for my wife and her 6 out of state sisters. I set them up with Open Office, email, a browser, IM client and even a few Windows games on Wine. The savings on my long distance paid for the computers. I tried this first with Windows but viruses, spyware and the propensity of their kids to install a dozen file swapping apps etc screwed the computers. Don't tell me to keep administrative priviiges to myself. A local person has to have them sometime and the kids always find out. So far Linux is a mystery to them and if they do figure it out, they will become tech support. Anyway, I see a lot about Linux for the power user hacker, but for me Linux is now perfectly suited for grandma's desktop.

  364. EDS meeting by elfstones · · Score: 1

    All of us gathered here agree that Linux does not work into our business plans and cost us revenue. Our purpose today is to compose a report on why Linux has poor value. Ideas anyone? [man in the back with arm raised] Ohh..Ohh... Forking is bad!

  365. Re:"Lightweights." by SunFan · · Score: 1


    The sense I get is that they only speak against companies trying to monetize open source as direct competition against them. For example, Sun openly competes against Red Hat's support business, but I've never heard Sun say anything negative about Debian, Gentoo, Slackware, etc. or FreeBSD, etc.

    This is fair, IMO, because business is business when real money gets involved. Sun and Red Hat have been jabbing at each other for quite some time now. It's no different than Sun vs. HP or Sun vs. IBM. They are all after the same base of _paying_ customers, so they need to fling mud at eachother every so often. (No company is innocent in the mud-flinging, not even Red Hat)

    --
    -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
  366. Windows 9x and NT by bonch · · Score: 1

    Uuhh, like Windows 9x and Windows NT?

    No. NT was intended only for businesses and servers. The consumer product was always 9x. With the introduction of XP, Microsoft has unified the codebase.

    Anybody who says Windows is easier to use than Linux is simply wrong.

    Look, I despise Windows, too. But even an objective examination of the ease of use between Windows and Linux has Windows far ahead, from widget consistency to copy-paste to app installation/uninstallation to system updates.

    1. Re:Windows 9x and NT by ckaminski · · Score: 1

      Microsoft WANTED to put NT everywhere, but the DOS and game legacy prevented it. Millenium broke a LOT of things with DOS compatibilty. This was a big wakeup to a lot of vendors that things were coming to a head. But most of the software I ran on Windows95 runs without error, and more stably on XP. I'm really impressed with that. It took them time, too long, in my opinion, but I'm glad that day is here.

  367. In other news... by Trogre · · Score: 1

    ... members of the Horse, Cart and Manure-collection Guild have declared that cars, trucks and trains are too slow, do not travel very far, and are too unstable.

    I know this reporter is going to stick with their technology just to be safe.

    --
    "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  368. Re:"Everything in Linux except the kernel"? WTF? by Anonymous Coward · · Score: 0

    Now the spelling in your post is identicaly bad ;)

  369. Just a symptom of something much deeper amiss by FreeUser · · Score: 1

    However I find it interesting that you have nothing to say about my point - that its a sad state of affairs when OS advocacy degenerates into endorsing violence and murder but have plenty to say on a preceived mistake on my part that was a tiny component of what I had to say.

    Everything is degenerating in this manner. It appears to be a broader symptom of an escalation of business malpractice and outright malfeascance without consiquences, and a general consensus in the population that there is absolutely nothing anyone can do about it (within the "system").

    I've heard everyone from my mother (who's 60+) to small children I've passed on the street make similiar comments. The undercurrent and consensus that is forming, at a subconscious level perhaps, is that the only way to effect change is going to require violence. So far, the cost of a violent uprising againt $favorite-powerful-jackass is greater than the perceived reward, or put another way, the pain of living with injustice the way it is is less than the pain involved in changing it. However, the latter remains constant while the former is increasing at a pretty good clip. At some point the two will be equal, and at some later point, the pain of living with the status quo will be greater than the pain of violent revolt. Sometime after that things will get very nasty indeed.

    I only hope I never live to see that day ... as much as I detest and despise our corporate masters and the mindless suit-clad lemmings that follow them, I loath and despise violent civil conflict even more. However, as the misdeeds of said corporate masters escalate, there will come a time when violent civil war is the lessor of two evils. Monanto poisoning the deep south and killing scores of Americans in the 1990s, not yet. The theft of thousands of people's retirements by the Billionaires of WorldCom, Enron, and the White House? Not yet, but getting closer perhaps, particularly when those tens of thousands find themselves homeless and ultimately dying as a result.

    The mass starvation of most of the population because there is no social security, everyone's retirement has been pilfered, our constitutional protections are (completely) long gone, and there is no democratic process to ever reverse it, and monanto's production of seed grain is interrupted by a manufacturing hiccup? Probably ... may those days come long after I'm gone, or better yet, not at all.

    --
    The Future of Human Evolution: Autonomy
    1. Re:Just a symptom of something much deeper amiss by Anonymous Coward · · Score: 0

      Well, I do not see much of a consensus regarding this attitude. Most people don't care about how corporate America is treating them, only narrow whining and complaining about various issues while missing the whole target in the process. People are still happy to buy from corporate America and participate in the system that you claim that most people want out of.

      I do not actually see the things that you say you are observing. What I see is conformity and complacency. Sure, people have gripes about this and that, but they do not look to their own culture to see the problem and only see a small part of the problem as the whole problem.

      The minute that people take charge economically will they be able to speak and get things changed. Money speaks volumes. All the dreams of dollars and riches follow the whims of the people who fund them. People just don't care and continue to allow themselves to be subjugated.

      However, beyond the macro perspective here, I fail to see how a corporation that doesn't like Linux somehow justifies armed revolt and murder of innocent people who aren't even related. This seems of a similar vein to what North Korea does with people who express political dissent - they torture not only the people involved in the dissent but they do the same with the family of the person involved, the logic being that the dissenting attitude runs through the family and must be eliminated.

      I do not really see how a populist revolt is going to make the situation any better. As history has told, these revolts simply lead to another form of tyranny that favors a mob of people who do not understand the implications of what they are doing or how to govern.

  370. Re:"Everything in Linux except the kernel"? WTF? by FidelCatsro · · Score: 1

    :D we all got owned

    --
    The only things certain in war are Propaganda and Death. You can never be sure which is which though
  371. It matters not........ by Danathar · · Score: 1

    Don't get your panties all in a knot. LINUX will continue to exist as long as people like to use it. Companies that don't like it can't do a damn thing and they know it.

    Companies like google and software like LINUX continue to exist because they exist not to compete with others but exist by itself and for it's users.

    LINUX is DEAD! Long Live LINUX!

  372. Something doesn't add up for me... by Anonymous Coward · · Score: 0

    The article mentions they are teamed up to, among other things, compete for government contracts. Then they blast Linux for being unscalable and insecure.

    I keep going back to look at this page: http://www.nsa.gov/selinux/

    I wonder what the NSA would say to Linux being unscalable and insecure.

  373. My personal experience with Oracle on Linux by Skryptosaurus · · Score: 1

    is that Oracle has a bunch of clueless people working on their Linux stuff. These people have much to learn about writing drivers for Linux. And yet they blame their poor scalability on Linux kernel. For example, they just figured out that they were using wrong type of Linux kernel on our database servers running Red Hat Linux six months after the servers are deployed to production. We had weekly kernel crashes on these Oracle servers until I questioned their choice of kernel.

  374. Let's examine your post by bonch · · Score: 3, Insightful
    Office, Visual Studio, Internet Explorer and plain ol' Windows


    I use Office 2000, which uses normal looking widgets. However, I have seen Office XP/2003, which uses the exact same widgets Windows has, but with some outlines drawn around them.

    Visual Studio? The same. And it didn't even do it before Visual Studio 2003.

    Internet Explorer? Here, you're either trolling or confused because Internet Explorer uses native Windows widgets.

    Meanwhile, the vast majority of Windows apps all use the same native widgets. And by the way, even the apps that draw their own widgets aren't loading entire GUI libraries into memory to do it, like in the OSS world, which was another part of my point. Why do I have to load up four ways to manage button widgets in RAM just to get work done because people want "choice"? I just want to get my work done without losing all my memory to the reinvented (and reinvented, and reinvented) wheel.
    1. Re:Let's examine your post by jrcamp · · Score: 1

      Get over it. There are two major GUI libraries used today and most of the time only one or the other is used at once. Back in the day GTK+ was created because Qt wasn't Free. You can't rewrite history.

      If you choose KDE, you'll mostly be using Qt apps. Or, if you run GNOME, you'll mostly be using GTK+ applications. I use all GTK+ applications from day to day and very rarely load Qt ones.

      So for me, I use a total of: 1 GUI libraries. 2 if I have to open up OpenOffice.

      You're exaggerating the problem.

    2. Re:Let's examine your post by Gandalf_007 · · Score: 2

      You're mistaken. Remember that GDI+ vulnerability a few months back? Besides patching the system library, you had to patch Office XP, Visual Studio .NET, etc., because they all used their own versions of the library.

      I can't seem to find it now, but I've seen a screenshot illustrating this even more drastically: Office 97 running under NT 3.51. The title bar has the Windows 3.1-style look that NT 3.51 had, but everything inside the window -- menus, buttons, etc. had the Win95 look.

      --

      "It's better to keep your mouth shut and be thought a fool than to open it and remove all doubt."
    3. Re:Let's examine your post by interJ · · Score: 2, Informative
      Internet Explorer? Here, you're either trolling or confused because Internet Explorer uses native Windows widgets.

      Nope. The IE team completely rewrote their controls to be windowless. If you don't believe me see here.

    4. Re:Let's examine your post by Makarakalax · · Score: 1

      Your problem bonch, is you're a fucking moron. Do you get any pleasure out of life? I hope not, and I doubt it too.

      Dick.

    5. Re:Let's examine your post by Anonymous Coward · · Score: 0

      Why do I have to load up four ways to manage button widgets in RAM just to get work done because people want "choice"? I just want to get my work done without losing all my memory to the reinvented (and reinvented, and reinvented) wheel.

      Maybe the "right" way has been patented(copyrighted, whatever) and is not available to us. So we're stuck with the kludge until the IP rights run out.

    6. Re:Let's examine your post by Anonymous Coward · · Score: 0

      When it comes to politics and IP, you might be right. He's being perfectly reasonable here.

    7. Re:Let's examine your post by bonch · · Score: 1

      From the link:

      Clearly Internet Explorer cannot create a real HWND for every element in an HTML page. There is a limit of 10,000 USER handles per process, and you are likely to run out of desktop heap long before then.

      They reimplemented them to avoid sucking up user RAM. The widgets look and behave exactly as other Windows widgets, so the point is completely moot.

  375. You said it by KZigurs · · Score: 1

    http://www.google.com/search?q=+how+Insecure+and+U nscalable+Linux+is%3F&sourceid=mozilla-search&star t=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls =org.mozilla:en-US:official

    Now, can someone ask Netcraft?

  376. Uh...dumbass? by Anonymous Coward · · Score: 0

    There's a huge fucking difference between some buttons getting little outlines drawn around them as opposed to TWO ENTIRE COMPETING GUI TOOLKITS that reimplement everything. On Windows, you're just overriding a freaking "Paint" event for the same widget.

  377. Re:"Everything in Linux except the kernel"? WTF? by FidelCatsro · · Score: 1

    I would disagree that it makes it correct , it makes it commenly accepted but that is nothing like correct use .
    to use a slight hyperbole , in the 16th centuary most of the world thought that this planet was flat and the sun moved across it , it was a commenly held thesis , the use of such terminolgy was commen but we know now it was a tinny bit inacurit

    and to the grandparent , i was not insulting your idea so keep your boxers on ,i was mearly putting a counter argument so no reason to duck in with the spelling correction ( i know how badly i spell already)

    Basicaly any person with enough skill to make a rulling on the viability of linux in the enterprise market should be a person with the skill to diferentiate between a kernel and an OS.

    Would you take health advice from a doctor who couldnt understand the difrence between your left arm and your left ventrical

    --
    The only things certain in war are Propaganda and Death. You can never be sure which is which though
  378. Eeehm... Can I disagree? by KZigurs · · Score: 1

    Actually Windows 2000/XP kernel is pretty mutch the same old NT4.0 SP6 with additional support for USB devices (actually, if I'm not mistaken this is the only major change, since it allowed them to add 1394 and all sorts of additional mish-mash too). And taking into account how Microsoft fares with development - I would bet my money (let's say 50$) that Longhorn will still be ye good old NT 4.0++ (it's just that good :)).

    As for 3.x and 9x - I wouldn't call them a kernel. Respective kernels STILL are good old MS-DOS there - just that the GUI layer incidentially adds not only API, but some memory management functionality as well.

    And if we are discussing forking of Linux - how is the problem different (altough the reasons are different) - each distro still uses different libraries, 2.4 and 2.6 are hardly compatible and then of course comes the ultimate nightmare of admins - tracking the configuration approach for each of their 50-100 servers with different distros, vendor distros, etc. Linux may technologically be more superior (and I agree that in some ways it is), but this isn't transferred to user/administrator.

    And as for advanced/scalability features - sure. If you are ready to be the second adopter of that specific implementation with patch or diff to kernel that doesn't supports some specific hardware you need three major versions ago ;) (ok, it's not a typical case. But I hope it ilustrates my point)

  379. What did you expect, seriously? Another FUD round. by haraldm · · Score: 1
    Oh my. I didn't really expect any other kind of FUD from Microsoft.

    But what the heck did Larry Ellison smoke this morning? Larry, go read your own web page, look which platform makes the fastest growth for you at the moment, and think it over again.

    Or EMC - why did you buy VMware to begin with, if you think that the ESX server base OS does not scale, and is insecure? Oh you added your own patches? Okay - where is the source code, and how about forks?

    Hey Cisco, do you have a problem with Asterisk in the upcoming VoIP hype?

    And Sun... well they advertise SUSE Linux and Red Hat Linux on their web page, but I didn't expect these free riders to actually *support* Linux. These folks turn any discussion from Linux as a teaser to Slowaris x86 within a wink of the eye. The fork discussion is particularly interesting. As far as I remember, it was not Sun Microsystems who prevented the UNIX fork from happening in the 80s and 90s, despite all the XPG4's, SPEC1170's, Single UNIX Specifications and all these other marketing smoke grenades. "McNealy ... finally announced he won the battle and had the one surviving Unix out there." Scott, go sleep again. Or get sued by SCO because they allegedly own Unix.

    Scalability problems is a nice thing. Go read the top500.org list, see what OSses are at the top, and come back then. Hint: it's not Microsoft Windows, and it's not Solaris, especially not the system on rank 2 (has anybody ever seen a 10000+ CPU cluster even *boot* Sloaris or Windows?). The top 10 were not built by EDS, EMC or anybody else on this list. There is *one* Windows system on the list - the entry is 15 months old and fell from rank 84 to 194 within one year. Apparently, nobody dared to run another Windows HPC benchmark ever since. The fastest Sun machine is on rank 31, and guess what, it's not an UltraSPARC box, and did it run Solaris? So far for scalability. BTW: The fastest UltraSPARC machine is on rank 32, and it's not a Sun box, but from Fujitsu-Siemens. Watch your six, there is an Alpha machine behind you!

    They assume their customers are deaf, dumb, and blind. Disgusting.

    --
    open (SIG, "</dev/zero"); $sig = <SIG>; close SIG;
  380. Please see the previous /. story about Google by Kili · · Score: 1

    Of course we should believe the FUD!!!

    Google's ever expanding server farm obviously isn't and example of scalability.

    Move along... Nothing to see here! Move along...

  381. Kernel Forks are a way of Life. No reason to fear. by Zapdos · · Score: 1

    Your have the Linux Kernel sources as hosted by kernel.org Then with each new release come a bunch of forks, such as.
    the redhat kernel
    love-sources
    ac-sources
    ck-sources
    hard ened-sources
    mm-sources
    usermode-sources
    Too many to list.

  382. Re:Conveniently Enough by demachina · · Score: 1

    Should put Cisco in an interesting position, since John Chambers declared they are going to be a Chinese company.

    The Chinese are pretty big on Linux because they don't like to pay royalties or licenses to non Chinese corporations so they don't much want Microsoft controlling their IT infrastructure in the long run.

    Unless you live in China Cisco is very deserving of a boycott because they are selling themselves and the rest of the world down the river by moving all of their capital and IP to China. Chambers also sounds especially stupid in his willingness to do whatever the Chinese tell him to do. You have to wonder exactly at what point America's business leaders transitioned from being some of the best and most ruthless competitors in the world to being complete and utter suckers. Guess thats what dangling cheap oppressed labor, and a rapidly growing potentially giant market in front of them does. American business men will sell their mother to the devil for those two things.

    "China will become the IT centre of the world and we can have a healthy discussion about whether that's in 2020 or 2040."

    "What we're trying to do is outline an entire strategy of becoming a Chinese company," Chambers said."

    "Our contract manufacturers, at my request, and candidly at the request of the leaders in your country, began to move our contract manufacturers here to China," Chambers said.

    --
    @de_machina
  383. and the moon is made of cheese by o_miljac · · Score: 1

    right?

  384. An AC with a good point by guitaristx · · Score: 1

    Mod parent up. This is why the "UNIX went all to hell, and so will Linux" argument falls apart.

    --
    I pity the foo that isn't metasyntactic
  385. Again with the self absorbed bullshit. by Anonymous Coward · · Score: 1, Insightful

    On the first point, I will admit that I find it very furstrating that I cannot cut and paste properly when I am stuck using windows. But that's just because I am used to doing it a certain way, so the windows way seems awkward and counter-intuitive. That's not proof that windows is harder.

    Second point, I don't care about linux replacing windows. Neither do the people writing linux. That's a dream of lonely dorks that circle jerk on slashdot all day, and it will never come true. And you don't want linux to be better, you want linux to be more like windows, and hence worse.

    I am not telling you that you are wrong. I am telling you that I DO NOT CARE IF YOU DON'T LIKE LINUX. Which part of this is hard to understand. The universe does not revolve around you, there is no desire to spend hours and hours working hard to provide you with what you consider the perfect OS for free. If you don't like linux, don't use it. Plain and simple. Linux has no UI features, random GUI applications do, they have nothing to do with linux. And again, I have no linux-is-great pitchfork. I do not like linux. I certainly dislike it less than windows, but its worse than every other Unix system I've used, except unixware, and hp-ux. I am simply telling you the facts, linux is developed by linux users, for linux users. If you do not like what linux is, then nobody who matters cares, and nobody is willing to make linux crappier for you.

  386. Its like this.... by Duhavid · · Score: 1

    You see what you are not. Pick a term that describes what you are not, but people want. Then name yourself that. Never mind you arent that.

    Works for govt too, look at the names of some of the bills being passed.

    --
    emt 377 emt 4
  387. what we need is... by shrewd · · Score: 0

    .... An 'independant' group of linux nerds (lets give them a name like: information technology aliance; ITA for short) and get them to go around drafting reports about how windows ins't scaleable or cost effective and BSODS are really confusing and what kind of operating system has a screen of death anyway?

  388. I am simply wrong. by noerobert · · Score: 1

    Windows is easier to use for alot of reasons. Monopoly is good for the end user in some cases. -MS's market share mean you can buy a window PC and do anything you want.(including getting the hell kicked out of your box b/c of virus/spyware/malware ect i said some not all cases) -Marketshare means in a company still has to have IT guys but some of thier workload gets distributed to knowledgeble but not technical members of the staff. Spending money is easier than learning. always has been always will be. Most computer users are Joe Internet and Windows does that admirably. any one can go grab a Windows box, but it's alot harder to just buy a Linux box. Accessories- I can buy any webcam,digital camera, printer,gadget, or thingmagig, five minutes after I get home it works, 95% of the time as soon as I plug it in. I know y'all will probably mod me down. If linux was as much better than windows as you hoped it would be more than a tiny toehold of the market.

  389. It depends one where you are coming from by NatteringNabob · · Score: 1

    I've been using Unix or Unix-like systems since Interactive Systems-1 on a PDP-11 back in 1979, so for me, Windows is still virtually unusable until you install Cygwin from RedHat, Mozilla and/or Firefox from mozilla.org, Java and Netbeans 4.0 from Sun and then it makes it into the barely usable category. For me, Fedora Core 3 now does everything better than Windows, and I haven't booted Windows on my desktop machine in ages. I still boot my laptop into Windows to run MS SQLServer which we use at work. If it were my choice, it would be Postgresql, but it isn't. In any event, I'm down to a single 'must have' MS app, and hopefully it will be 0 before the end of the year.

  390. Exactly by KZigurs · · Score: 1

    It's google applications that scales and works fast. From what I know they use linux just as you would in your basement - boot the server, put your services in init and hope it doesn't falls over too soon.

    BTW google openly admits that their servers/nodes fail pretty constantly.

  391. Re:Conveniently Enough by Pinback · · Score: 1
    • Sun: Was once based on BSD, now sells Linux based workstations.
    • CISCO: Made millions from a NetBSD derivative, now sells consumer products based on Linux.
    • DELL: Would pimp their mommas for a dollar.
    • Fuji Xerox: Blew their chance to rule the world with PARC?
    • EDS: Perot's old company? Wishes they were IBM? Prides themselves on selling to civil servants?
    • EMC: Owns VMWare, sells ESX that boots inside Linux.
    • Microsoft: They wrote the book on "doesn't scale".

    Maybe they should call themselves the Sour Grapes Club.

  392. games irrelevant by GunFodder · · Score: 1

    Games could be the most popular software on Windows, but they are irrelevant when it comes to the desktop experience. The desktop part of an OS currently provides the user with the ability to manage multiple applications and/or documents. Games violate this abstraction by taking over the entire computing interface.

    Most games take ignore higher level OS functions in order to maximize performance. They use low level APIs to directly manage graphics. They also use special APIs to take advantage of hardware accelerated audio. I suspect they perform their own memory management as well. The hosting OS virtually disappears when the game is played.

    1. Re:games irrelevant by DunbarTheInept · · Score: 1


      Games violate this abstraction by taking over the entire computing interface.

      Yes. And people don't seem to mind it for some reason. The notion that every program needs the exact same interface or users will running around like utterly helpless confused little children is obviously not true.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  393. Re:Linux gets a pass by Anonymous Coward · · Score: 0

    [cough] you can run apache* on windows*...

    *(some versions of)

  394. What's worse: Forking or Obsoleteness by Anita+Coney · · Score: 1

    Sure, Linux MIGHT fork. But Windows DOES become obsolete. I.e., you know with absolutely certainty that the version of Windows you use will no longer be supported by Microsoft in a couple of years.

    --
    If someone says he and his monkey have nothing to hide, they almost certainly do.
  395. Mr. Kettle, you sir, are black. by NanoGator · · Score: 1

    "And you don't want linux to be better, you want linux to be more like windows, and hence worse."

    Again, you're not listening. I have made this pretty darned clear.

    "The universe does not revolve around you, there is no desire to spend hours and hours working hard to provide you with what you consider the perfect OS for free.."

    Again with the not listening. I'm talking about broader adoption of Linux, not me specifically and solely. "What's so hard to understand about that?!?!?! *fizzle fizzle grunt*" It's being offered to me for free, and I'm being told left and right to switch to it. Whether or not you personally want to do the work doesn't matter to me in the slightest. The people working on Linux, whether it's the kernel or with the distros, want Linux to be more user friendly and more broadly adopted.

    "If you don't like linux, don't use it. Plain and simple."

    You know, it's funny, you're telling me about how the universe revolves around me etc, yet you're sitting here telling me to shut up and live with it because you don't want to hear it.

    "If you do not like what linux is, then nobody who matters cares, and nobody is willing to make linux crappier for you. "

    Uh yeah. Again with the not listening. Okay, maybe you're not arguing with me because you like Linux, maybe it's just because you hate Microsoft. Whatever, it doesn't matter much. I'm the bad guy for suggesting improvements to Linux. Bad me. I should stfu and let the developers spin on their thumbs. Heh. I'm sooOOOoo sorry.

    --
    "Derp de derp."
  396. Huh? by Xiridion · · Score: 1

    There's no way there is agreement on this. Am I the only one who remembers Cisco's IT manager's words? http://linux.slashdot.org/article.pl?sid=05/02/19/ 1529207&tid=163&tid=98

  397. don't split your resources by GunFodder · · Score: 2, Insightful

    Windows 9x and Windows NT "forked" in the early 90's. MS hasn't devoted serious resources to the 9x codebase since Win 98. Virtually all of their new development has been on the NT codebase for many years now.

    This is important because the real problem with forks is resource contention. Suppose there are 1000 competent Windows OS developers in the world. If Windows is forked then only a fraction of these developers will work on each branch. Neither fragment will be able to accomplish as much as the entire unified team.

    Gnome and KDE are an excellent example. There are active development teams working on both systems, and there are application developers that have to choose one platform or the other. Neither desktop gets the full support of the community. I don't see how half the developers are going to be more than twice as productive in order to accelerate the rate of positive change for either desktop.

    PS: Are you really complaining about the layout of the Start menu? I'm surprised that you managed to successfully install Linux if you can't figure out how to fix such a basic GUI element. I stumbled onto the Classic switch pretty quickly during my first session on XP.

    1. Re:don't split your resources by Master+of+Transhuman · · Score: 1


      I didn't say I couldn't figure out how to switch to classic. I said the default menu was too different from classic to be tolerable - especially since it was SERIOUSLY "dumbed down" with long sentences instead of clearly defined functional sections.

      Your suggestion that forks cause the "splitting in half" of development teams is nonsense. Development teams are not babies to be split in half by Solomon. Both teams watch what the other is doing, and any significant advances in either will eventually find their way into the other one (unlike in proprietary systems where the code is "patented").

      You simply don't understand the concept of competition at all, apparently.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    2. Re:don't split your resources by GunFodder · · Score: 1

      Code can migrate across forks for a while, until the code base grows apart. Then features need to be implemented from scratch in each fork. This is no different from how commercial products copy each other's features - you are aware that competing commercial software systems share features? If it weren't for closed systems like Windows and MacOS where would Gnome and KDE have gotten their desktop metaphors?

      Competition is important - so is cooperation. Frankly I don't see anything revolutionary in either Gnome or KDE. They are both racing to adorn a wheel invented elsewhere.

    3. Re:don't split your resources by Master+of+Transhuman · · Score: 1


      All of which is irrelevant to my point: that having two separate desktop platforms leads to faster evolution of them both than would occur if they were one single monolithic group.

      As for the desktop metaphor, if Windows and Apple did not exist, somebody would have eventually rediscovered the Xerox PARC machines which stimulated Apple (and of course Windows is just a poor copy of Apple).

      As for whether either KDE or GNOME are "revolutionary", I never said they were. Irrelevant to my point.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    4. Re:don't split your resources by Anonymous Coward · · Score: 0

      In an effort to stop the spread of misinformtaion, I'd like to point out that 9x and NT didn't actually fork. NT was written from scratch without any of the legacy 9x codebase.

    5. Re:don't split your resources by Cyno · · Score: 1

      Frankly I don't see anything revolutionary in either Gnome or KDE.

      Window shading
      dynamic paneling
      vfs (ftp/sftp/nfs/smb in konqueror and nautilus)
      icon generation (based on the contents of the files)
      transparent menus
      full featured CLI terminals with tabs
      integrated office suite
      kstars
      integrated vnc and X
      virtual desktops
      configurable taskbars

      Not to mention that both KDE and GNOME can be run at the same time and now support sharing the notification area.

      Frankly you must be blind.

  398. Re:EDS was responsible for crashing 80,000 Compute by ignavus · · Score: 1

    Same EDS that had the whole state government of South Australia outsourced to them ... and guess which state government was flooded and crippled for a couple of days by the great email virus attacks a couple of years back?

    Windows sure is scalable - I have never seen such large-scale virus and related email problems as I have in Windows-only shops, such as the one run by EDS in South Australia. Other states without such ludicrous IT set-ups survived much better (like us with our Linux-based email system).

    "Agility Alliance" sounds like a meeting of dinosaurs trying to ban mammals. May they have as much success!

    --
    I am anarch of all I survey.
  399. It's just text formatting. by arafel · · Score: 1

    * is just a way of adding emphasis. It's usually equivalent to bolding, same as / is for italics and _ is underlining.

  400. Does your ass hurt yet? by Anonymous Coward · · Score: 0

    I can't imagine having your head that far up there can be comfortable. You are not talking about broader adoption of linux, you are talking about what you want. Trying to veil your demands behind vague "everyone thinks" claims doesn't change that fact. Broad adoption of linux is not what the developers of linux care about. So quit bitching about developers not doing what you want, when they never said they would. If I offer to kick you in the nuts for free, and you accept, that doesn't mean I want to hear about what shoes you think I should have worn, you were given what you were offered, nobody is forcing you to accept the offer.

    I am not telling you to shutup and live with it because I don't want to hear it. I am telling you to shutup and not use it, because you are a rude, selfish fucktard with no appreciation for other people's time. Thousands of hours have been spent by people to make things they want to use. If you also want to use those things you may, but if you don't want to use them, you have no right to bitch and moan about how they aren't making THEIR programs serve YOUR needs. IT IS NOT FOR YOU. If you think redhat should do what you want, go talk to redhat. Bitching to the people who allow you to use their work is not welcome.

    I am not doing this because I hate microsoft. I am doing this because I hate self-centered, greedy, whiney shitheads that insist on bitching about what they have been given for free. I am a programmer, I have released code I wrote under open source licenses, and I have had shitguzzlers like you bitch and moan about what I need to do to it to make it "good enough". Fuck you, its my program, its how I want it, and if you don't think its good enough, THEN FUCK OFF AND DO NOT USE IT. Your whining is not constructive, and not wanted. STFU and use something you do like, or do the fucking work yourself.

    1. Re:Does your ass hurt yet? by NanoGator · · Score: 1

      "I can't imagine having your head that far up there can be comfortable. You are not talking about broader adoption of linux, you are talking about what you want. "

      Wrong. I didn't even bother reading past this line. I really don't want to spend the energy saying the same damn thing over and over and over again only to have you try to shoot me down for whatever reasons you've got.

      You wanna be reasonable and turn this from a debate into a discussion, I'm willing to dump some of my shitheadedness (I'm not claiming to be squeaky clean here. I've been an ass.) and have a worthwhile discussion with you. If not, that's on you. Grow up or shut up.

      --
      "Derp de derp."
    2. Re:Does your ass hurt yet? by Anonymous Coward · · Score: 0

      >I have released code I wrote under open source licenses, and I have had shitguzzlers like you bitch and moan about what I need to do to it to make it "good enough". Fuck you, its my program, its how I want it, and if you don't think its good enough, THEN FUCK OFF AND DO NOT USE IT.

      If you can't take a little feedback, then you shouldn't be publishing code. Your problem is not that the users of your code, it is that you are an asshole.

    3. Re:Does your ass hurt yet? by Anonymous Coward · · Score: 0

      Shitguzzlers! I likes that. Appropriate.

  401. securifying? by xquark · · Score: 1

    what does that mean?
    is that even a word?
    or is this another bushism?

    --
    Arash Partow's Philosophy: Be a person who knows what they don't know, and not a person who doesn't know.
  402. But what about the consumer? by Anonymous Coward · · Score: 0

    I'd hate to sound too antiestablishment, but it really doesn't matter what an "alliance" of corporations think. The choice is in the hands of those consumers who are smart and do their own research. Hell, why don't they realize that the consumer has them by the balls from day one. Oops, there I go ranting again.

    I (like many slashdotters) use and have used Linux for quite a while. I don't have to repeat the same old "Windows machine gets viruses and Linux box doesn't" thing for everyone who gives a damn to realize that this is all just more FUD.

    (Dell Xerox, Cisco, etc... are their own corporate entities. I doubt that Microsoft or EDS alone has the blame for this.)

  403. Penguins aren't mammals by simon_clarkstone · · Score: 1
    What do those "IT heavyweights" know about "agility"? They're giant, ancient monolithic dinosaurs, threatened by the vastly more agile little mammal Linux.
    Nice analogy, except penguins aren't mammals. (Darn Torvalds' choice of mascot. :-) )
    (:>( )E
    --

    C:\>spell -b slashdot_submission.txt
    Bad command or file name.
    1. Re:Penguins aren't mammals by Doc+Ruby · · Score: 1

      Yeah, in restrospect, the metaphor would have been tighter, and just as apropos, referring to the agility of penguins, whose ancestors also survived the cataclysm along with our own.

      --

      --
      make install -not war

  404. EMC is against linux? by Anonymous Coward · · Score: 0

    I think its quite funny that EMC of all companies is siding against linux, considering their much hyped (and highly expensive) CAS Centera system uses a special stripped down version of linux.

  405. ah ok... by solefald · · Score: 1

    im going to stop using linux now.
    thanks for the heads up... fucking morons...

  406. Re:Linux gets a pass by hkb · · Score: 1

    Then you are fucking stupid and not properly administering your Windows servers. There is no legitimate reason why they should be getting 1.) hacked, and 2.) hacked so often... if what you're even claiming isn't just a complete lie.

    --
    /* Moderating all non-anonymous trolls up since 2004 */
  407. MSFT is not Secure and does not Scale up by WillAffleckUW · · Score: 1

    but we still use it.

    Heck, it's so insecure we have all these virii floating around designed to use it's weaknesses, and most DBMS on a MSFT platform fail in some way around the 1 Terabyte level ...

    NEXT FUD, PLEASE!

    --
    -- Tigger warning: This post may contain tiggers! --
  408. Re:Linux gets a pass by BagMan2 · · Score: 1

    Nice, I always love the way that any dissenting opinion (that is, any opinion that doesn't worship linux) gets flagged as a troll. Is the linux-community ego really that fragile?

  409. Re:What a bunch... Now tell me about Windoze again by HiyaPower · · Score: 2, Interesting

    I am currently moving a user from one machine to the other. The user is running Windoze 2K professional. The reason for the move is that the motherboard on the first machine is a bit otl because somebody kicked the keyboard connector and loostened it. Ok. Neat. Take the disk out of machine 1 and put it into machine 2? Not on your life buddy. They are different mobos. You get nice things like; 1) A boot for a bit and then BSOD of "inaccessable boot device". Try to come up in safe and fix it? Not on your life. 2) Partial boots and then death plus a reboot. And on and on and on.

    What I am not going to have to do is to do a total re-install. Do the 4 hours of connecting to M$ to get up to rev. Attempt to move over her software by moving the old boot disk over the new one and hacking at a low level in the registry. The alternative to to re-install everything from install disks that she probably has long since lost.

    Contrast that with moving a disk between two macs and or two linux machines. Unless I have done a gen on a kernel that is pretty weird. Its a piece of cake.

    If you hate to edit conf files, why do you put up with the registry? Its a single path fault that is a resting place for the vermin and problems of the world. I will take the odd conf file any time.

  410. Minor quibbiling by cbr2702 · · Score: 1
    For instance, what happened with XFree. It was stagnating, so a group of developers decided to take the current tree, and work on it separately. Result is that we now have an actually active development in Xorg.

    The problem with XFree was a liscence change. So while Xorg has been innovative, that was neither its main purpose nor the reason that distros are switching to it.

    --


    This post written under Gentoo-linux with an SCO IP license.
  411. How surprising ! by Ray+Alloc · · Score: 1

    Micro$oft wrnas people not to use Linux.
    Of course.

  412. Even NSA working with Linux by mashraqi · · Score: 1

    Even NSA has been working with Linux From http://nsa.gov/selinux "Linux was chosen as the platform for this work because its growing success and open development environment provided an opportunity to demonstrate that this functionality can be successful in a mainstream operating system and, at the same time, contribute to the security of a widely used system. Additionally, the integration of these security research results into Linux may encourage additional operating system security research that may lead to additional improvement in system security."

  413. It's just the opposite... by cillasri · · Score: 0

    "Large enterprises should not use Linux because it is not secure enough, has scalability problems and could fork into many different flavours, according to the Agility Alliance, which includes IT heavyweights EDS, Oracle, Cisco, Microsoft, Sun, Dell and EMC."

    Large enterprises shouldn't use any product from Oracle, Cisco, Microsoft and Sun as they have already proven their software is insecure.

    WTF!

  414. Re:Linux gets a pass by UN1XG0D · · Score: 1

    Yup, that's about the most intelligent reply one could expect from a windows user. And "I" don't administer any windows servers. Read the name UN1XG0D. I won't be associated with such a pathetic excuse for an OS.

    --
    UNIX: A set of Linux-like operating systems that grew out of an original version written by some guys at a phone company
  415. How to transfer to a larger hard drive in Linux... by Anonymous Coward · · Score: 1, Informative
    The basic technique is to make a backup of the old file system and restore it to the new drive.

    Here is a slightly more elaborate system, which minimizes downtime.

    1. Install the new drive in the server alongside the existing one.
    2. Partition it appropriately. I will describe how to move one file system to the new drive; any others can be done similarly.
    3. Mount the new partition somewhere temporary, such as /mnt.
    4. Copy all files to the new drive: cp -ax <old mount point>/. /mnt
    5. Shut down all processes using the old mount point. (Single-user mode with init 1 is probably the easiest way to do this.)
    6. Update the copy to reflect any changes made while it was being copied: rsync -aHx --delete <old mount point>/ /mnt
    7. Unmount the old mount point, and /mnt.
    8. Update /etc/fstab to install the new partition in place of the old one.
    9. Mount the new file system in place of the old one.
    10. Restart all tasks, daemons, etc.
    With various LVM systems, or something fancy like Sun's ZFS, you can do it all on-line, but that's the basic technique which works for anything. There are, of course, many other ways to copy the contents of a partition around; cp amd rsync are just two. There are two things I know about which could need special handling, because they depend on the inode number of the copied file: qmail spool directories and nethack saved games. Both packages include utilities to fix things up after changes such as the above. Changing the root partition requires a slight modification to the final steps, using the pivot_root(8) utility. (Or you can just reboot the machine.)
  416. Nope by LibrePensador · · Score: 1

    They are called branches, not forks. Forks generally do not try to sync with each other as much as possible.

    Additionally, all of the branches yield to Linus's tree as the authoritative kernel.

    Stop spreading FUD, even if that isn't what you intended to do. The reason to choose your words carefully is because MS will use them to distort what you really mean.

    --
    Pragmatism as an ideology is not particularly pragmatic in the long term. Keep it in mind when you dismiss Free Software
  417. Re:Linux gets a pass by UN1XG0D · · Score: 1

    Don't think I ever said the word troll, however no matter how many times you use the word assert, it doesn't mean you actually have a clue

    --
    UNIX: A set of Linux-like operating systems that grew out of an original version written by some guys at a phone company
  418. Re:How to transfer to a larger hard drive in Linux by NanoGator · · Score: 1

    I found that very interesting, thanks man. :)

    Question: Would this be fairly easy to script together?

    --
    "Derp de derp."
  419. /opt by Anonymous Coward · · Score: 0
  420. Re:Linux gets a pass by BagMan2 · · Score: 1

    Oh, I wasn't commenting to you specifically, just noting that my post was moderated down for being a 'troll'. Which is pretty typical whenever I express any opinion that doesn't tow the party line. No wonder all you lemmings think alike here.

  421. EDS & LINUX by Anonymous Coward · · Score: 0

    What EDS hasn't told you! EDS has made alliances with these companies not based on technology understanding but on the basis of how much EDS paid. EDS paid in the millions of dollars under Dick Brown and now under Mike Jordon. I'm talking over 500+ million (which = a lot of employees jobs) A not so know fact is that EDS has paid Microsoft large sums of money for getting access to microsoft knowledge. What this means is EDS is paying to be in the alliance. Once you are in the alliance you better talk the talk and walk the walk. It's like the membership at the country club. Another example is that employees recieved Dell laptops. Wouldn't you know it, there is a Dell represetntitive on the board at EDS. EDS employees used to have IBMs. So all of this makes perfect business sense to the individuals who thought it up because who wants to say "Geeze we spent 1 Billion on this alliance and it isn't working". So this company is forced to turn away LINUX because of alliance leaders disapproval. EDS has been pushing training for employees in .NET & Java. No big suprise that they are doing this. EDS really lacks the technological edge over their competitor IBM. EDS has been hurting for business for years now and having to let more and more people go because they have not much to offer clients. It's funny that some of EDS bigger contracts are not using the Alliances products and yet still seem to function just find without .NET/Oracle/etc. A matter of fact some clients are pushing LINUX with C application. Not sure exactly where EDS stood in the past but when you are crying for business you better buy yourself a better friend and this is what they are doing.

  422. Re:Linux gets a pass by UN1XG0D · · Score: 1

    My bad then. Hadn't noticed you got modded.

    --
    UNIX: A set of Linux-like operating systems that grew out of an original version written by some guys at a phone company
  423. Linux != one OS by zooblethorpe · · Score: 1

    I agree with your two points. However:

    There is no sensible way to talk about "Linux" in this context. It's not "an operating system", it's the kernel. I'm honestly not trying to be pedantic here; it's just that there are several distributions, i.e. OSes, in Linuxland. Proclamations like the current one by the Agility Alliance that lump everything Linux into one basket are simply FUD-slinging. I agree with you, the big vendors need to get together and just choose one, and by "one" here I mean distro. (By "vendors", I mean anyone trying to seriously look at issues of "security, scalability and the possibility of forking" and not just muddy the waters.) Comparing Debian to Redhat to Suse to Slackware to Gentoo and complaining that "there isn't enough commonality", which is what the Alliance seems to be saying at one point ("the alliance does not consider Linux to be a suitable operating system for the largest of enterprise customers because the open source operating system has issues with ... the possibility of forking."), is simply silly.

    In fact, it seems relatively clear from the Alliance comments that they are fully committed to comparing disparate systems and finding fault in the differences. Looking at some of what they say:

    WWe see some of the same things occurring that did to Unix -- it could splinter into many different types of languages. We are quite cautious about Linux and its deployment," ... "Also, we are somewhat cautious about what happened with Unix - it splintered into eight applications -- until McNealy (Scott McNealy, chief executive of Sun) finally announced he won the battle and had the one surviving Unix out there. We think Linux has the possibility of going the same route," said Rasmussen.
    Aside from the surface logical problems (is Unix a collection of languages, or applications? Since when was Solaris the "one surviving Unix"? etc), it's clear the Alliance is not in the business of making clear, informed, and informational statements about Linux, or even Unix in general.

    ----

    Ultimately, I agree with most of what you say. However, I cannot fully agree with nor understand your statement that until there is some standardization between them though, there's no reason to switch. Why should there be standardization between them? (Well, aside from simpler developing processes -- this is obviously important for anyone writing software for public release.) If a company decides, as you suggest, to go with "GTK on Redhat" for their internal enterprise systems, then good, more power to them. It shouldn't matter one wit to such a company, vis-à-vis their own internal systems, what's happening over on Slackware.

    Or should it? If so, great -- convince me. :)

    --
    "What in the name of Fats Waller is that?"
    "A four-foot prune."
    1. Re:Linux != one OS by DougJohnson · · Score: 1

      Thank you for writing the one response to my post that took a brain.
      I think most the problem is that developers cannot distribute binaries to multiple flavours of Linux with any assurance that it will run. The reason they want to is in a "simplicity" of development. (yah yah, you have to do a lot of checking if you're on an MS platform too, but not the same degree, and mostly you can ignore it if you stick to the last 2 or 3 versions).
      The cause of not being able to distribute binaries is in the breadth of things you would have to check for, and the likelihood of dependancy errors. Which, as you keenly pointed out, is due to the fact that Linux (as a desktop OS) is not a singular thing. There are many flavours of Linux which result in there being (to the user) many different OS's being called "Linux"

    2. Re:Linux != one OS by zooblethorpe · · Score: 1
      There are many flavours of Linux which result in there being (to the user) many different OS's being called "Linux"

      Aha, for herein you might just cut to the root of the problem, from a public image viewpoint -- though there is no one thing identifiably "Linux" beyond the kernel, the public (i.e. userland) sees one thing from a distance called "Linux", and is then confused when upon closer inspection this single thing turns out to be a multiplicity of distros. Hmm.

      To that end, I sincerely hope the Linux Standard Base initiative currently in progress amongst some of the major distros makes headway towards providing the basic interoperability such a user base would conceivably expect, with the straightforward binary compatibility you talk about in the great-grandparent post. In fact, it seems the LSB aims to solve the very issues you presented. The mission statement on the LSB page:

      To develop and promote a set of standards that will increase compatibility among Linux distributions and enable software applications to run on any compliant system. In addition, the LSB will help coordinate efforts to recruit software vendors to port and write products for Linux.

      While I am a fan of variety and a stauch believer in avoiding monocultures, I do find myself thinking that the efforts of the LSB are pushing things in the right direction if we are to see greater adoption of Linux OSes, and in particular, greater participation by ISVs in the Linux-compatible software market. In such a case, there would at least be a few distributions that could, for userland, be collectively termed "Linux" without confusing things too much for the uninitiated. :)

      --
      "What in the name of Fats Waller is that?"
      "A four-foot prune."
  424. Yep. by Anonymous Coward · · Score: 0

    I used to work for EDS.

    Most useless f'ing company in the world.

  425. Joe Sixpack --on linux.. by Anonymous Coward · · Score: 0

    When it comes to insecurity and unscalability, Windows blows Linux away.

    And as far as forking goes, Windows forks about every 2-4 years in a big way!!! Compared to linux forking about every ten minutes in microscopic ways. Bigger is better!!! Right?? Hello?

    Anyway... Linux is only suitable for poor people, cause it's free, and it don't break as much, so I have more money for crack and lottery tickets. Big corporate types can buy Windows, hairplugs, feraris and them really fancy hookers, so's they got no use for linux see?

  426. dd won't gain him space by simoncion · · Score: 1

    You'll have a lot of wasted space with that method, unless you use something like /parted/ afterwards.

  427. I remembered it that way too. by Anonymous Coward · · Score: 0

    I just tried it on Office 2000, writing *bold* auto-changes it to bold as you asserted.

  428. Not true by Jim_Callahan · · Score: 1

    Um, if you're under the impression that risk-takers generally win, you need to take some time to seriously reevaluate your concept of "risk". I mean, if your success is pretty much certain, it's not that risky, now, is it?

    --
    ...it's really a sad day for America when we require a goddamn ACT OF CONGRESS to make our DVD players work properly. ~
  429. A major gaffe by Stu+Charlton · · Score: 1

    This seems like EDS making a huge PR mistake. They're clueless as to how fast a quote will be taken by internet media and spread far and wide. And many of those companies (Oracle, Dell, EMC) are big Linux proponents, with huge budgets riding on Linux marketing and Linux R&D.

    Oracle in particular. I would be surprised if Larry Ellison didn't withdraw from this alliance shortly, or at least give them a public spanking.

    --
    -Stu
  430. How to make news out of nothing by Coeurderoy · · Score: 1

    The Super Mega Super Alliance (short for my buddies and familly) has determined that all people that do not like me are stupid, will never amount to much and probably cheated at their exams. At the last Super Mega Super Alliance meeting in An undisclosed place in the moldavian region of Transdniestra Rob ThatCrddle announced new findings about people that are not in full admiration of myself, they are naughty !! The Super Mega Super Alliance has many members on many continents and represents billions of interconnected cells. Some of the computing facilities they are using would clearly outcompute any top500 cluster on complex decision making algorithm (like wake up or stay in bed, omygood do these marketing critters have no shame at all). You could read all about the Super Mega Super Alliance on our highly secure third generation Post-Internet unfortunatelly your security clearance is not high enough, but trust me it shows the validity of what we say.
    As a separate note, I believe its an act of charity of the Open Source community to take some time off to write a couple of announcements for the "general public", having to rely on such marketdroid drivel to pad their magazines and web site is bad for the journalists karma.
    But you cannot expect them to write all articles themselves, its just too time consuming compared to the cents per word they get.

  431. Irrelevances by j_w_d · · Score: 1

    The chief differences between the GUIs of Windows, Mac and Linux are just habit. Thanks to MS long dominance, most users are familiar with the "Windows" way. Of course that was in large part borrowed from OS/2 when Win95 came out, and seriously mangled when XP was released. Users accepted it because they had programs they used and the Win* GUI is what the programs worked demanded, unlike many Linux programs that will work in most GUIs as long as the right libraries are in the path.

    What "keeps Linux from dominating the desktop" is simply user reluctance to learn something new. However, let MS continue trying to force developers to pay through the nose to develope in Windows, make the application programs stunningly expensive to users like Adobe Photoshop, S-Plus, or Oracle is, and keep up the development of Linux, KDE, GNOME, Enlightment, and the other GUIs and managers and watch. While no single GUI may dominate, cost will lead to the broad adoption of Linux and one or more of the compatible GUIs. Even if the apps rmain costly, the developers can work at less expense. They should be able to develop at less cost, provide a less expensive product and still have a good margin. Cost is what is driving linux uptake now and that is what will drive it for the foreseeable future.

    --
    ------ The only greater hazard to your liberty than n politicians is n+1 politicians.
  432. Comic Relief by SphericalCrusher · · Score: 1

    I find it quite hilarious that almost all of the "defenders" are proprietary software advocates... all except Sun. Maybe I'm missing something and just maybe that's a big reason they are so slow at open-sourcing their personal operating system and programming language... but why in the hell would Sun (even though they sided with Microsoft) sponsor this and say that Linux is unstable? If my calculations are correct, and I know for a fact they are, Sun Microsystems maintains one of the most popular Linux distributions today... the Java Desktop Environment (Java DE or JDE for short). Kinda hypocritical, wouldn't you say?

    --
    "Instant gratification takes too long." - Carrie Fisher
  433. Re:"Everything in Linux except the kernel"? WTF? by Billly+Gates · · Score: 1

    Then what shall we call it?

    I take it your one of those GNU/Linux purests right? Isn't there anything better to do with your time that debate silly names?

    I can say Windows is not Windows. Its just the gui. Obviously that does not make sense.

    Almost all the geeks I know call the kernel, the Linux kernel. Which kernel is it? There's nothing in a car other than an engine is how I look at it/

    Linux is a full OS. A kernel just boots up. It does not do anything and its not a full system.

    This is the same argument for calling Linux GNU/Linux.

    But if society calls the whole system Linux including Linus himself than its Linux.

  434. Re:"Everything in Linux except the kernel"? WTF? by PornMaster · · Score: 1

    But there's no point in calling the things that Sun has included in Solaris "Linux" things. Free Software didn't start with Linux. It's a short-sighted thing to attribute all Free Software to Linux.

    If you want to consider me pedantic, that's fine, but Linux isn't the be-all end-all of Free Software.

  435. Had anyone ever proven.... by Darkangael · · Score: 0

    that something which actually is scalable even exists?

  436. (a)Greed by Flatline_hun · · Score: 0

    Linux is also utterly unreliable, untrustable ... as botnet component, especially compared to other (great) OSes, like windows. In other news, our win2000 server just broke it's uptime record: now it's 14 days! Not bad compared to RH7.2's 712 days....

    --
    Yeah, free Ipod! He is innocent!
  437. EDS by Legion303 · · Score: 1

    I find it absolutely hilarious that EDS (as part of this alliance) weighed in on the issue of scalability, given their software's spectacular crash and burn in Colorado for the past 6 months. In case you haven't heard, Colorado's Department of Social Services deployed a new EDS rollout last year, which promptly slowed processing times to a crawl and left about 30,000 families without food or housing benefits. I don't have a link, but it's been reported on several times in local media.

    Tell me again about that shitty linux scalability, EDS. Maybe I can make a drinking game out of it.

  438. Agreed, but my point was more general by FreeUser · · Score: 1

    However, beyond the macro perspective here, I fail to see how a corporation that doesn't like Linux somehow justifies armed revolt and murder of innocent people who aren't even related.

    I wasn't referring to that specific example. I agree, advocating armed revolt because some idiots spread a little anti-Linux FUD is rediculous. I was referring to a deeper trend in our culture, where people routinely advocate massive violence when things aren't going there way. Some of it is self-centeredness, but a whole lot of it comes from a feeling of disempowerment, and the growing notion that we CAN'T effect change any other way. I don't agree with that notion. Boycotts, massive protests, and elections still do work ... occasionally (though I do believe the powers that be are getting better at making sure they don't work, which feeds into and magnifies the ugliness I allude to).

    --
    The Future of Human Evolution: Autonomy
  439. more winblows propaganda by StormKrow · · Score: 1

    ...I ignore it completely.

    --
    Who cares about the ozone layer?...thanks to CFC's I can write my name......IN CHEESE!!!
  440. So sad... by MeMatt · · Score: 1

    ...sniff... Linux babies. Wipe your tears and keep trying to match MS for usability.

  441. Re:Linux gets a pass by hkb · · Score: 1

    Actually, I mostly use UNIX/Linux/BSD, I'm just not a nerd that bigoted about something as stupid as operating systems. So I guess it probably says something about UNIX users overall, just as it would for Windows.

    And yes, what you said was complete bullshit. If what you say is actually true, and I seriously doubt it is, you need to fire "whoever" is administering your Windows servers, because they aren't doing an adequate job.

    I'd also fire the firewall administrator for being incompetent and not competently managing their risks.

    --
    /* Moderating all non-anonymous trolls up since 2004 */
  442. They must be right by lolococo · · Score: 1

    If they say so...
    I work for a project where the application is deployed on a grid with 1,000 nodes, all of them with Red Hat Enterprise 3, 2 Gb, and 2 CPUs.

    That certainly demonstrates that Linux is not scalable, don't you think?

    Hey, I also have a question: how many of these guys do you think know how to spell Linux? (or their own name for that matter, but that's another story).

  443. Re:"Everything in Linux except the kernel"? WTF? by Billly+Gates · · Score: 1

    I missread your previous comment. My apologies.

    I assumed Solaris included the possix utilities that BSD includes instead.

    There is more than gnu in free software. Agreed.

  444. The more things change... by Merk · · Score: 1

    Installing software has changed a fair amount over the years. It used to be "copy the files over", then it became "run install.exe", then it became "run setup.exe", then it became "stick in the CD and it will (mostly) automatically work". These are fairly slow and minor changes though, but the same could be said for any given Linux distro.

    As for install GUIs, the last time I installed RedHat it was actually easier than installing Windows. Windows had problems with my video card, and gave me all kinds of headaches. RedHat just worked. But, that was a long time ago. Maybe Windows has gotten better since then.

    Writing a good installer is hard, and if MS can't do it well with their billions of dollars, it's amazing that you can get even close with free software. It doesn't help that all the device manufacturers consider Windows as their primary platform and only consider Linux as an afterthought, if at all.

    In the end, I think Knoppix is the way to go. You don't have to install anything at all, and for the most part, it "just works".

  445. Blushing by rhacquer · · Score: 1

    I am embarassed for my employer. We are now being run by accountants rather than IT professionals.

  446. That's why they are hiring Linux help by Anonymous Coward · · Score: 0

    12 Linux positions as of 3/17/06
    http://pljb7.rmx.scd.yahoo.com/pljb/global_jsp/app licant/SearchAgentMgr/SearchProcess.jsp?pljbHome=/ eds/edscareers/applicant/index.jsp&searchaction=Se arch

    It appears from the job descriptions that THEY are using it as well. I could be interpreting in incorrectly.

    1. Re:That's why they are hiring Linux help by Anonymous Coward · · Score: 0

      Sorry about the broken link.

      http://www.eds.com/about/careers/

      Select Apply for Position.
      Select Search for Jobs.
      Enter Linux as a keyword.

      12 Linux positions as of 3/17/06

  447. Re:Hello! What drugs are you on today? by l3v1 · · Score: 1

    [offtopic]
    Get nursie to increase the dose!

    So you think "arguments" like hey, we know the truth: the stuff can be either bad or good and calling himself the "chance of the reverse" don't deserve to be made fun of ? Gee, if this means I'm on drugs, then I plan to stay :P
    [/offtopic]

    --
    I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  448. EDS' web site admits they love Linux! by ulatekh · · Score: 1

    http://www.computerworld.com.au/index.php/id;18136 34491;fp;16;fpid;0

    A study on EDS' own web site confirms they use it and love it.

    The opposition to Linux is so uniformly pathetic...it truly boggles the mind.

    --
    "Once we've identified and embraced our sickness, we'll have strength...and that's when we get dangerous." - John Waters