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."

193 of 1,112 comments (clear)

  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 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.

    4. 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
    5. Re:What a bunch... by mattyrobinson69 · · Score: 4, Interesting

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

    6. 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.

    7. 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.

    8. 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 ...

    9. 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.

    10. 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.

    11. 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.
    12. 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.

    13. 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.

    14. 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."

    15. 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.
    16. 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?
    17. 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!
    18. 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."
    19. 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
    20. 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.

    21. 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.

    22. 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.
    23. 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.........
    24. 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
    25. 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.

    26. 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?

    27. 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.......

    28. 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.

    29. 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.
    30. 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
    31. 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)

    32. 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!

    33. Re:What a bunch... by scragz · · Score: 2, Informative
    34. 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.
    35. 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."
    36. Re:What a bunch... by Dysan2k · · Score: 2, Funny

      *waves a burning torch towards fyngyrz*

      Get 'em boyz!!

      --
      -What have you contributed lately?
    37. 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
    38. 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.

    39. 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.

    40. 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 ;)

    41. 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.
    42. 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.

  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 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.

    2. 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
  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 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.

    3. 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

    4. 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.

  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.
  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.
  7. 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 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

    2. 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.

  8. 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.
  9. 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.
  10. 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 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
    3. 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
  11. 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 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.

  12. 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.

  13. 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.
  14. 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."
  15. 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
  16. 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.

  17. 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 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).

    5. 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...

    6. 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?

    7. 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?

  18. 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?
  19. 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

  20. 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."
  21. 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 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
    2. 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).

    3. 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.
    4. 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.

  22. 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
  23. 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

  24. 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 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.

  25. Looks like Bushspeak by maroberts · · Score: 2, Funny

    is making it into everyday use!

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

  26. 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

  27. 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.
  28. 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 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....

  29. 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?

  30. 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.
  31. 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
  32. "Everything in Linux except the kernel"? WTF? by PornMaster · · Score: 3, Informative

    There's nothing in Linux except the kernel.

  33. 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?

  34. 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.

  35. Comment removed by account_deleted · · Score: 5, Interesting

    Comment removed based on user account deletion

  36. 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.

  37. 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?

  38. 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.

  39. 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 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.
    3. 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!

    4. 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.

    5. 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.........
  40. 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.

  41. 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."
  42. 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.

  43. Tell that to Google... by MikeCapone · · Score: 5, Insightful

    ..that Linux is unscalable.

    1. 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.....

    2. 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.

  44. 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.
  45. 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.

  46. 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.
  47. 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.

  48. 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
  49. See the thing is by Lebee · · Score: 2, Funny

    Microsoft has a whold department dedicated to securification and other securifying type stuff.

  50. 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."
  51. 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.
  52. 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.
  53. 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.

  54. Oracle by soloport · · Score: 4, Informative

    NOT mentioned in the actual article. Remember? You're reading Slashdot...

  55. 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."

  56. 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?

  57. 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?

  58. 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.

  59. 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.

  60. 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.

  61. "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. --
  62. 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*

  63. 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.

  64. 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.

  65. 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.

  66. 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
  67. 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
  68. 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

  69. 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

  70. 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.
  71. 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.

  72. 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
  73. 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)
  74. 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)
  75. 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.

  76. 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.

  77. 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.
  78. 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.

  79. 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

  80. 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.

  81. 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
  82. 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
  83. 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?

  84. Google by Anonymous Coward · · Score: 3, Insightful

    Maybe they should ask Google how Insecure and Unscalable Linux is.

  85. 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

  86. 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!
  87. 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 :-))

  88. 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!

  89. 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.
  90. 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.

  91. 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.

  92. 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
  93. 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.

  94. 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
  95. 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!

  96. 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.

  97. 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
  98. Not all members of alliance agree by wesleyer · · Score: 2, Funny
  99. 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.

  100. 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.
  101. 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..

  102. 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.

  103. 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.

  104. 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 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."
    2. 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.

  105. 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.

  106. 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.