Slashdot Mirror


Unreliable Linux Dumped from Crest Electronics

nri writes "The Age writes, Linux misses Windows of opportunity. Crest Electronics chose a Linux operating system, then seven months on, the company chose to abandon it for Windows. Mr Horton says. ".. the machine would basically, putting it in Windows terms, core dump or blue screen at random. It would run for weeks or so and then just bang, it would stop....I fully support Linux but if I had to make the decision again I'd pick Windows. A big reason is the fact Windows was up and running in two hours at all the right patch levels. The installation of SAP took two days on Windows, the installation on Linux Red Hat took two weeks. The total cost of ownership is actually lower in this case than with Linux because of the hidden costs of the support.""

960 comments

  1. Lets see in seven months by LittLe3Lue · · Score: 3, Insightful

    ...we will see what you have to say about hidden costs and core dumps.

    1. Re:Lets see in seven months by Anonymous Coward · · Score: 5, Insightful

      It may be true in some cases that Windows runs more stable than linux. I have seen some flakeyness on more bleeding edge distros, X11 crashing, apps crashing. One of my boxes, I have troubled hardware support for my Promise SATA controller and large data transfers would cause system lockups all the time. Supposedly this is fixed in kernel 2.6.12. But I'm running Windows XP on that machine so I don't really know. But really, XP stablity isn't all it's cracked up to be. I have to reboot often (~once a week). Things just slow down and get really sluggish after ~ 2 weeks, or less.

      But hardware/driver issues aside, I don't believe Windows can be more stable than linux. If you don't have to run Windows for some specific compatibility/software requirement. Linux can be a far superior experience.

    2. Re:Lets see in seven months by bfizzle · · Score: 2, Insightful

      I've seen systems get slow on Windows machines over and over because of memory leaks. Of course Linux will do the same thing, but at least you are free or have more say to your vendor to fix things. Try telling Micrsoft to fix the memory leak in IIS... they just laugh in your face.

      Neither are perfect nor will they ever be, but getting good support for Linux just seems easier.

    3. Re:Lets see in seven months by utnow · · Score: 1, Insightful

      Only because of a smaller user-base. It's easier to garner to your customers when you don't have many, not to mention you're more inclined to do so. In this case, good support in Linux is only good as long as not everyone is using it. So shhhhhh.... stop telling people to switch.

    4. Re:Lets see in seven months by Anonymous Coward · · Score: 5, Funny
      they just laugh in your face.


      That's if you're lucky, normally they'd throw a chair at you.
    5. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      I've a memory leak on IIS that wasn't directly tracable to poor application code (usually unfreed COM objects). If you had a reproducable test case, as opposed to spewing slashbot bile, I'm pretty sure they'd be happy to listen.

    6. Re:Lets see in seven months by Heidistein · · Score: 2, Funny

      /That's if you're lucky, normally they'd throw a chair at you./

      Or a lawyer...

    7. Re:Lets see in seven months by iamacat · · Score: 1

      Why should a single buggy application bring down the whole server? A robust implementation would run it in a separate process and perhaps kill and restart if it shows abnormal behavior like huge memory use. Of course maybe IIS already has this option - MS does support out-of-process COM.

    8. Re:Lets see in seven months by B747SP · · Score: 2, Insightful
      Why should a single buggy application bring down the whole server?

      Actually, my impression is that it's not SAP bringing down the server, its red hat enterprise. I had this conversation with a couple of friends yesterday (right after I submitted the same story to slashdot, bah!).

      One of them runs a massive application - gigabytes of traffic served per hour at certain times of the year. She commented thus: "xxx and I NEVER had any stability issues with any of the xxx of xxxxx servers until we moved them to Red hat Enterprise. Since then we've had two kernel panics......."

      'course, what is arguably more interesting about this Crest Electronics situation is the reasons that the IT Manager cites for changing. They just seem full of holes to me. Reading between the lines, I reckon this guy came in, didn't like the Linux install, and wanted an excuse to move back to his beloved Microsoft. And who in their right minds lets any mission critical server auto-patch itself, regardless of operating system. That's just utter madness!

      My other friend (yes, I have two!) put it best I think, when he said "I hope the guy got a major payout from Microsoft, because such a public display of incompetence makes him unemployable.".

      --
      I find your ideas intriguing and I wish to subscribe to your newsletter.
    9. Re:Lets see in seven months by drsmithy · · Score: 4, Insightful
      Reading between the lines, I reckon this guy came in, didn't like the Linux install, and wanted an excuse to move back to his beloved Microsoft.
      "Having previously run SAP on AIX - IBM's version of Unix - Horton was comfortable with deploying such a mission-critical application on Linux."

      Yep, he sure sounds like someone who would go running back to "beloved Microsoft".

      And who in their right minds lets any mission critical server auto-patch itself, regardless of operating system. That's just utter madness!

      No, it's efficiency and good systems management.

      Of course, what they mean here by "automatic updates" are updates distributed from an internal updates service (WSUS) after being approved, not "automatic updates" from windowsupdate.com.

      My other friend (yes, I have two!) put it best I think, when he said "I hope the guy got a major payout from Microsoft, because such a public display of incompetence makes him unemployable.".

      The numbers say he's saved his company money and made their systems more reliable. That usually makes you *more* employable, not less - at least with the people who actually do the hiring that don't care about Operating System holy wars, at any rate.

    10. Re:Lets see in seven months by shortscruffydave · · Score: 3, Insightful

      I've seen systems get slow on Windows machines over and over because of memory leaks

      Hmmmm....so where does the problem actually lie - the operating system or the apps? I was having a conversation with a non-very-technically-minded friend a while ago who was saying how often "Windows crashed" when what he actually meant was that he was running a piece of badly written shareware which was throwing an exception which was being caught and reported by Windows.

      Try telling Micrsoft to fix the memory leak in IIS

      Valid point - there may be a memory leak in IIS, but that's not a "Windows" problem, although it does come from the same vendor. If you replaced IIS with Apache would that make Windows itself more stable.

    11. Re:Lets see in seven months by ElvenMonkey · · Score: 1

      I have seen some flakeyness on more bleeding edge distros, X11 crashing, apps crashing. One of my boxes, I have troubled hardware support for my Promise SATA controller and large data transfers would cause system lockups all the time.

      I've seen the same, which is why if I really want to reccomend a distro for stability I'd chuck Debian on a system, particularly if its a mission critical server. I've got and use RHEL4 at work, but it is rediculously bloated, but whilst it works I'm reluctant to go through the hassles of a re-install

      --
      "Joy is not in things; it is in us." Richard Wagner
    12. Re:Lets see in seven months by eric76 · · Score: 1

      I still prefer BSD servers.

      Linux is good for a nice desktop, but it will be a long time before I replace a BSD server with Linux.

    13. Re:Lets see in seven months by losinggeneration · · Score: 2
      "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.
      Yep, that's the kind of IT I think all companies should have right there.
    14. Re:Lets see in seven months by Jon+Peterson · · Score: 2, Insightful

      "Hello, Vendor. We've spent several man months trying to get your software to work, but we still get random lock-ups. What do you suggest?"

      "Hi, customer. Could you please spend several man-weeks running these complex diagnostic tests on our software, so we can try to fix it. Yes - very similar to the last set of diagnostic tests - yes, the ones that didn't help us diagnose the problem - yup, like the ones before that too, but this time with a few different settings - yes, please, if you could send us all that data then we'll have a bit more time to think up some excuses. Thanks!"

      Now, I've no idea what the particulars here are, but I've been in plenty of situations where it's a waste of time sending vendor support yet more giant error logs, and running yet more diagnostic tests. I used to regularly 'help' Vignette try to fix our problems, but they never did. I could have spend the time better doing our own workarounds - or switching CMS vendors, which is what we ended up doing.

      --
      ----- .sig: file not found
    15. Re:Lets see in seven months by losinggeneration · · Score: 1

      Kinda depends on the BSD or Linux IMO, OpenBSD would be far better suited for a server than say Ubuntu. I could also see how something like Debian, as a server, would be similar to FreeBSD which actually seems to be going more and more towards the desktop market. But that's just kinda what I think about that. (Note those are just ones I chose off the top of my head. How well each actually does I'm not that sure.)

    16. Re:Lets see in seven months by NickFortune · · Score: 3, Insightful
      The big difference being that you are not tied to your distro for support. If RedHat grow to the point where they become unresponsive, you can always ditch them in favour of a smaller third party support outfit.

      Hell, if you have the expertese, you can even fix it in-house.

      Try doing either of those with Windows :)

      --
      Don't let THEM immanentize the Eschaton!
    17. Re:Lets see in seven months by rikkards · · Score: 2, Insightful

      If you replaced IIS with Apache would that make Windows itself more stable.

      Apache on windows stable? you are funny! Anyways I digress. You make a good point where the issue may not necessarily be the OS but applications on it. However since MS has interwoven IE so deep into the OS that it is not easy to remove without third party tools that it is difficult to distinguish one from the other

    18. Re:Lets see in seven months by Xaria · · Score: 5, Informative

      I'm a *nix (FreeBSD & Solaris preferred, but Linux too) admin, but in this circumstance I would have switched to Windows too. TCO is really more important than ephemeral "but you can fix it yourself" claims. Especially since, if you RTFM, they can't - they can't get support unless they are running a certified operating system. So they can't tweak it, they can't just automate their patches - it's an admin's nightmare! Good on him for switching to the OS that works. Sorry, RedHat.

      Right tool for the right job. Most of the time I think Unix is the better tool, but sometimes you don't need a swiss army knife. Sometimes you need a hammer. Windows is a very effective hammer ;)

    19. Re:Lets see in seven months by Frnknstn · · Score: 3, Funny

      ".. the machine would basically, putting it in Windows terms, core dump or blue screen at random."

      Heard inside Crest Electronics:

      "I told you it was a bad idea to install that BSOD screensaver! Now what will we tell the PHB?"

      --
      If it's in you sig, it's in your post.
    20. Re:Lets see in seven months by Xaria · · Score: 1

      Unfortunately the vendors have chosen Linux due to its greater adoption. Mind you, I can't think of a single reason WHY Linux is more popular than the BSDs (Free/Open/Net) for servers. For workstations it's obvious - wider hardware support, more funky apps. But for servers? Bah, there's a reason I run FreeBSD at home.

    21. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      The only place I would really disagree is right at the end. The stability of a system is only one part, maybe not even the most important, of the experience. I would say that unless provided some type of free support (i.e. a relative) for the average person Linux can not be a far superior experience.

    22. Re:Lets see in seven months by Anonymous Coward · · Score: 0, Insightful
      But really, XP stablity isn't all it's cracked up to be. I have to reboot often (~once a week). Things just slow down and get really sluggish after ~ 2 weeks, or less.

      I don't know what you are running on your PC, but if you were running a server I hope you wouldnt have all that junk installed on it. I've had Windows NT servers which could have had over a year of uptime if it werent for doing patch maintenence. And it's only gotten better since Win 2000 Server. With Win2k3, I don't even need to reboot for patching except for a very few cases.

      Support is the hidden cost- that's exactly what people in the know have been saying about Linux for years already.

    23. Re:Lets see in seven months by Hal_Porter · · Score: 2, Funny

      Reading between the lines, I reckon this guy came in, didn't like the Linux install, and wanted an excuse to move back to his beloved Microsoft


      So you're saying that Horton here's a Microsoft Ho?
      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    24. Re:Lets see in seven months by NineNine · · Score: 3, Insightful

      So then, because this company's IT philosophy differs from your your personal, religious philosophy about operating systems on personal computers, they must be either lying or incompetent? Boy, that's open minded.

    25. Re:Lets see in seven months by Glock-40SW · · Score: 2, Interesting

      But hardware/driver issues aside,I don't believe Windows can be more stable than linux.

      This is exactly the sort of stupid statement that gives Linux and OSS a bad name. My properly maintained Windows notebooks do not crash. They are completely stable and go for weeks without reboots, only going to standby and hibernate. Sounds stable to me.

      You cannot just eliminate "driver issues" from the equation. If Linux has an issue with drivers (which is does) than that has to be included in the equation, unless you can run your system without drivers. Blaim vendors all you want, but as an IT manager I don't really give a damn whose fault it is that the system is unstable.

    26. Re:Lets see in seven months by gmack · · Score: 1

      For servers? Better kernel handling of multiprocessor systems. I actually don't have a single CPU server left. There is also better driver support for some of the more strange devices. I also prefer the GNU tools to BSD but that's just a preference. I've had rock solid systems with 1.5 year uptimes running on Debian that only go out for power outages(hosting facillity had generator problems).

    27. Re:Lets see in seven months by weierstrass · · Score: 1

      what's the point of replying to this poor guys story by saying that, given expertise, he cld fix memorry leaks and instabilities in house? he clearly can't do this, nor does he want to. that's why he paid someone else to supply him with an o/s.

      we could, all, write our own operating systems from scratch but who does?

      --
      my password really is 'stinkypants'
    28. Re:Lets see in seven months by Dan_Bercell · · Score: 3, Insightful

      Reboot once a week??? Oh no, an entire 1 min wasted! Linux is similar to Windows, both are stable when first installed, but after installing additional apps, most are free and downloaded from the Internet, either machines will slow down, often will crash. Windows has to put up with Spyware/Adaware, which in my experience can totally f**k a machine up, while Linux deals with alot of open source softwars, where the 'frequently' released updates of its packages can result in odd behaviours.. basically your a beta tester the majority of the time. I know people who have Windows XP installed and it runs perfect since the day they got it, mind you they have clean systems and just use it to type/chat/print pictures. Most IT people will mess up any system within a matter of months simply because we have the need to install everything that looks cool. Norton Ghost is your friend ;)

    29. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      Just wait until they finally get their Windows SAP application running good, and then Microsoft EOL's their server OS.

    30. Re:Lets see in seven months by cynic783 · · Score: 1

      "Reading between the lines, I reckon this guy came in, didn't like the Linux install, and wanted an excuse to move back to his beloved Microsoft."

      From TFA:

      "Having previously run SAP on AIX - IBM's version of Unix - Horton was comfortable with deploying such a mission-critical application on Linux."

      Typo here, instead of Microsoft you must have meant to type IBM.

    31. Re:Lets see in seven months by CastrTroy · · Score: 3, Informative

      I like to experiment with software a lot. I end up installing lots and lots of software on my machine. I find that windows always ends up getting slower and slower with the amount of software that gets installed. The registry ends up getting really bloated when you start to install lots of applications, and is just about impossible to clean. Linux on the other hand, doesn't slow down that much from installing other apps. The config for each app is kept in its own space, and is easily removed. I can even install apps in my own user space, without affecting the core system whatsoever. There are a lot of linux apps that make it act weird, but they are a lot easier to get rid of than windows apps, which fill up the registry, and insist on putting files in system directories.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    32. Re:Lets see in seven months by FireFury03 · · Score: 1

      And who in their right minds lets any mission critical server auto-patch itself, regardless of operating system. That's just utter madness!

      That rather depends on your set up. At my old job I was managing a customer's global network. They had a central colocation and redundent servers. So for example, 3 web-accellerator servers with the load balanced across them using LVS. If a server completely broke (i.e. a service stopped answering connections) it would automatically be taken out of the LVS configuration. If the server was still accepting connections but not performing as expected then clearly the automatic systems weren't going to work, but it could be taken out of service within seconds manually. So the servers were auto-patched at staggered times of the week (e.g. monday, wednesday, friday) and if an update broke anything (none ever did) then I could've taken the affected server offline and postponed the updates of the other servers until the problem had been resolved. This seemed like a good solution since it lead to very fast patching with very minimal risk and effort since any problems could simply be taken out of service while they were fixed with no effect to the end-user.

      Although I agree that if you haven't designed your network sensibly with redundent systems then auto-patching is probably a very bad thing (but it's a hell of a lot better than not patching at all).

    33. Re:Lets see in seven months by NickFortune · · Score: 2, Insightful
      what's the point of replying to this poor guys story by saying that, given exper tise, he cld fix memorry leaks and instabilities in house

      ... or pay a third party support firm to do it for him. That's what I actually said.

      The point being that these are options that you just do not have under Windows. Run Windows and you're tied to whatever support MS deign to give you. Typically, that's not a lot. With Linux you can hire anyone to fix the problem. Or take out a support contract; or put up a bounty.

      The important point is this: you have more support options under Linux than you do under Windows.

      And yes, these guys clearly don't want to do that. Not in house and not third party. That's cool. It's not a strategy I would recommend myself; I've had windows boxes that couldn't even apsire to that sort of uptime. But the people have to make the choice they think best.

      Regardless of which, you still have more support options with a free software installation than you do with a proprietory one. That's always going to be true.

      --
      Don't let THEM immanentize the Eschaton!
    34. Re:Lets see in seven months by klreed42 · · Score: 1

      Is this similar to the multiple UNIX vendor problem of 10 years ago.

      Instead of increasing development and support costs for many unix vendors, we are now fragmenting the support for Linux the same way, only this time it's at the OS level only, not also the hardware level.

      Provided one unified distro, Windows would have a harder time competing against it, right?

    35. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      I have to echo this, at work we run Solaris, RH2.1, RH3, and Win2K servers (and are moving to Win2k3 eventually). I've got a bunch of Win2K servers that other than for the critical security patch updates, and the occasional hardware issue (Dell boxes, we've had three with temperature sensor issues in the past 2 years) have not crashed/rebooted in my entire 2+ years here. Solaris boxes, same thing.. other than hardware problems, they have never had issues.

      RH3 seems fairly stable so far. RH2.1 sucked in terms of memory utilization, I've spent a lot of time tweaking kernel parameters to try and get them to actually *not* swap out running applications to buffer disk reads. But in terms of reboots, other than a fiasco with RH2.1 boxes crashing after some genius decided to install this ISS security scanner package (that plugs itself into the IP stack, and started crashing the kernel in the IP stack after that), we've really never had much in the way of issues.

      Then again, I've been doing unix sysadmin for 20 years, so I have a clue what I'm doing. Certainly wouldn't take me 2 weeks to install RedHat on a box like these seemingly clueless people.

    36. Re:Lets see in seven months by Dan_Bercell · · Score: 1

      True, but it take an experienced user to do such things on a Linux box. For the avg it person, this is a time consuming task.

    37. Re:Lets see in seven months by canuck57 · · Score: 1

      It may be true in some cases that Windows runs more stable than Linux.

      True, if you find the most competent NT admin and stable hardware for Windows but for Linux you get a Windows type custom compiling Linux on unstable hardware.

      Was this somehow funded by Microsoft? Or free advertising for their fledging business.

    38. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      Are you serious? Don't all of the support options you mention exist for Windows too? Last time I checked, Microsoft didn't have a monopoly on support options (cue tired "but M$ has a monopoly blah blah blah" ./ comments). You can always hire a consultant or put up a bounty for Windows installation issues. Can those same people change code for the underlying OS? Obviously not, but I would argue that nine times out of ten the OS isn't the issue in the first place. The amount of application support expertise for Windows is easily an order of magnitude greater than that of Linux. You'd not only be able to get 3rd party support for less money thanks to competition, but with a well-thought-out scope of work, you'd be able to get someone who has expertise doing exactly what you need them to do. It seems to me that most Linux consultants/devs/sysadmins/whatever are jacks of all trades, and specific experience (such as SAP, as the article mentions) is on the whole limited. But of course, OS religous zealotry is always more fun. M$ sux.

    39. Re:Lets see in seven months by Alan+Livingston · · Score: 1
      But hardware/driver issues aside, I don't believe Windows can be more stable than linux.

      Other than a hardware/driver issue? How would you begin to prove a statement like this? Just the two kernels running? Which one will fail first? Ok, without any drivers, how are you even going to know...

      The real problems with an OS installation IS the drivers. As you state, a bad driver can raise havoc with your system integrity. How do you know that your sluggishness problemns aren't caused by your installed apps and/or drivers?

    40. Re:Lets see in seven months by RWerp · · Score: 1

      But the poster was writing about IE, only about IIS. IIS is not interwoven.

      --
      "Long run is a misleading guide to current affairs. In the long run we are all dead." (John Maynard Keynes)
    41. Re:Lets see in seven months by RWerp · · Score: 1

      But hardware/driver issues aside, I don't believe Windows can be more stable than linux. If you don't have to run Windows for some specific compatibility/software requirement. Linux can be a far superior experience.

      It's wonderful how an act of faith can substitute judgement.

      --
      "Long run is a misleading guide to current affairs. In the long run we are all dead." (John Maynard Keynes)
    42. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      It was probably the auditd process on RedHat Enterprise which is known to lock up some configurations, just disable it: /sbin/chkconfig auditd off

      e.

    43. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      Well, that's because Windows XP is not a server platform.

    44. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      No offence, but letting _anyone_ automatically patch your mission critical servers without you knowing what's going is NOT a personal religious philosophy. It's a basic practice in any decent organisation that you test ALL patches, updates or changes to a mission critical box on a test environment before you deploy to your production environment.

      I've got a friend who works for MS corporate support in AU, I'll have to get him to scan for support cases that Crest open - I'd love to hear about their first blue-screen!

    45. Re:Lets see in seven months by jpickett · · Score: 1

      Thank you! Other than patches, if you have to continually reboot a Windows server, it's more than likely the 3rd party app you're trying to run on the system opposed to Windows itself. That's not to say Windows doesn't have issues, but in my experience, if your system is going down continually outside of your predetermined downtimes, you (the sys admin) or the 3rd party vendor is doing something horribly wrong. In general of course ;-)

    46. Re:Lets see in seven months by Guspaz · · Score: 1

      Why would a company run a bleeding-edge distro and X11 on a production machine?

      If you're running a mission critical box, you pick something similar to Redhat Enterprise Linux 4, with a support contract from RedHat. You then put it on known supported hardware (RedHat will tell you) to ensure compatibility. You don't run useless extra software such as X11 that will increase the chance of failure.

      Obviously the reason this company is having trouble is because they ignored common sense (what I listed above). They probably picked random hardware, a random distro, loaded up a default install set with useless apps, and then expected everything to work in a production environment.

      If you use non-faulty compatible hardware and put a stable distribution on it (Such as RHEL4), the system will NOT crash every few weeks.

    47. Re:Lets see in seven months by Sylver+Dragon · · Score: 1
      Try using VMWare for this. Or even MS's virtual server software. You can host as many instances of the OS as needed (obvious memory and CPU limits not withstanding) and when you screw one up beyond belief, just jump back to a previous snapshot.
      This is how I do my testing on my work PC. I have a virtual machine with XP installed and snapshots at three different states:
      • XP, drivers, Daemon Tools, Symantec Antivirus and domain membership
      • The above plus ArcGIS 9.0
      • The stuff in the first setup, plus ArcGIS 9.1
      Anytime I want to test an update or just see how a program gets along, I start the VM install the desired program and then poke around to see if anything broke. Once I'm done, I revert to the clean snapshot.
      I also use a VM as a development server. Since I often end up writing small web applications for various functions I use a VM as an IIS/ASP.NET server to develop against. That way, no matter how bad I screw up, and I often do (I am by no means a programmer), I don't kill a real server.

      --
      Necessity is the mother of invention.
      Laziness is the father.
    48. Re:Lets see in seven months by networkBoy · · Score: 1

      "Norton Ghost is your friend ;)"

      Oh so true!
      My standard build process(linux or windows):
      install OS, patch, config, ghost.
      Install Apps, patch config, test, restore ghost
      repeat till it's "right", ghost.

      Now once I go dorking around with whatever app, or someone hops on my machine and opens IE instead of Moz or Firefox, I can simply restore the ghost. All the user data is stored on a network drive.
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    49. Re:Lets see in seven months by tzanger · · Score: 1

      Only because of a smaller user-base.

      Nonsense; it's because you have the source, can either fix it yourself or hire practically anyone to do so and actually have a shot at getting the fix in to the codebase at the next release. You simply can't do that with closed-source software, big vendors or small.

    50. Re:Lets see in seven months by gentlemen_loser · · Score: 2, Interesting

      I feel the need to chime in here. Sadly, I have spent some time administering and developing on SAP systems.

      When dealing with SAP, on ANY operating system, you NEVER EVER NEVER turn on autopatching of the OS. When I was doing it, we were primarily running on Windows servers and moving some to Sun. OS Patches almost always break some part of SAP's software. As such, admins are explicitly instructed to WAIT on patching the OS until SAP has had time to evaluate the OS patch and create any patches of their own to fix issues that may have been introduced.

      I agree with the parent, this admin is an idiot and its only a matter of time before he hoses up his Windows SAP install as well.

    51. Re:Lets see in seven months by Anonymous Coward · · Score: 1, Insightful


      "I hope the guy got a major payout from Microsoft, because such a public display of incompetence makes him unemployable."


      Your 'other' friend is right. If I had one of my IT staff that was having problems with a server do this he'd be out on his incompetent a$$ in about 10 seconds.

      There's clearly no attempt to address the real issue here, no attempt to properly debug the issue, and no talk about what the problem really turned out to be, how SAP or RedHat failed to deliver a solution to the problem thereby justifying their fallback to Widows. Just the classic 'I can't figure it out so I'm going back into my comfort zone with Windows' excuse.

      A more public display of incompetence is difficult to imagine. Luckily most HR managers don't read Slashdot or this guy/gal would be on foodstamps.

      Rule #1 know and undrstand the 'real' problem. Not the perceived problem.. you must identify and understand the REAL, ACTUAL cause of the instability. Only then can you address it.

      ElR

    52. Re:Lets see in seven months by orderb13 · · Score: 1

      Well, if you had RTFA article you would have noticed that they had to pick the hardware that was compliant with SAP and Red Hat. They did both. So what was your argument again?

    53. Re:Lets see in seven months by Thu+Anon+Coward · · Score: 1

      Windows is a very effective hammer ;)
       
      ...especially if you're trying to put a screw in!

      heh! heh! He said 'screw'! -Beavis

      --



      I'm good with numbers - .45, 7.62, 9.....
    54. Re:Lets see in seven months by dhasenan · · Score: 2, Interesting

      apt-get install gaim

      apt-get remove gaim

      Yep, that's a hell of a lot of time. And if you want to install something with a different prefix, you probably have a good reason (i.e. it's unstable), and people shouldn't try that if they don't know much about their Linux box.

    55. Re:Lets see in seven months by bigpat · · Score: 1

      TCO is really more important than ephemeral "but you can fix it yourself" claims. Especially since, if you RTFM, they can't - they can't get support unless they are running a certified operating system.

      This isn't really a generic TCO issue. I don't care how crazy you are for any particular configuration with any OS, if the vendor of your multimillion dollar piece of software has a preferred platform then you go with that platform. The dirty little secret is that the reccomended platforms are the ones that are always the most tested and any other platforms that are supported are largely there for marketing purposes.

      Recently we had the same problem with a vendor that said their application supported a particular database, but it turns out that they only had one other customer that was actually using that database and only then with many customizations to the code. So, it is always important to ask the vendor how many installations there are on each of the "supported" platforms and configurations before making such a large purchasing decision.

    56. Re:Lets see in seven months by brainboyz · · Score: 1

      We said open source, not open minded!

    57. Re:Lets see in seven months by MemeRot · · Score: 1

      Yes, but at least in the days of Vignette StoryServer the tracefiles were hilarious to read:
      "DIE, child, DIE" and stuff like that.

    58. Re:Lets see in seven months by Pow.R+Toc.H · · Score: 1

      Three-letter answer: LVM.
      Four-letter answer: EVMS.

      --

      --------
      Fighting the herd since 1985.
    59. Re:Lets see in seven months by Creepy · · Score: 1

      SATA itself is fairly risky on Linux due to the newness of the drivers, although I haven't had any problems with it using Mandrake 11 (one of the first distributions that contained a non-beta driver). I also have a Promise SATA (model 20376, I think) controller on my MSI K7N2 Delta board.

          Debian values stability, but in the same respect, they also don't adopt new hardware as quickly, so you can't have a mobo with bleeding edge tech without adding unstable branch drivers.

          The article left me with a lot of hardware questions, especially since a blue screen on Linux or Windows NT based OS's usually indicates hardware or hardware interface (driver) problems. My first question would be whether they were running SATA, since the drivers were in beta for most distributions early this year. It doesn't sound like a BIOS problem, at least not if the same system ran Windows fine, but little things like improperly configured memory timings can cause the BSOD, as well (I know this firsthand from having to use a stick of CAS 3 memory while waiting for some CAS 2.5 stuff to get off back order - the K7N2 mobo defaults to CAS 2.5).

          The other thing that confounds me is Redhat contains autorpm, so if they really wanted auto-update functionality, they already have it. You can even set it up with a test system and then distribute it to other machines by putting it in an official directory that the other machines check when they run autorpm, which is exactly how most Windows production environments are run. The auto-update rationale just doesn't make sense to me - sounds more like a Windows loving admin's rationale. As for SAP, I've heard from one of my company's admins that it's easy to admin on Windows (tho that guy hero-worships Windows, so take it with a grain of salt), so if it's hard to admin on Linux, I can understand the switch from that angle.

    60. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      true dat

    61. Re:Lets see in seven months by size1one · · Score: 1

      "That's if you're lucky, normally they'd throw a chair at you." you need the premium support package for that and I only got the basic. =(

    62. Re:Lets see in seven months by Fujisawa+Sensei · · Score: 1
      especially if you're trying to put a screw in!

      That would pretty much sum up SAP.

      --
      If someone is passing you on the right, you are an asshole for driving in the wrong lane.
    63. Re:Lets see in seven months by Grab · · Score: 2, Insightful

      Oh no, an entire 1 min wasted

      The cry of the man who only uses Linux on a desktop and has never heard the word "server".

      Talk to your IT person. Suggest that a server crashing once a week (at random times) and losing people's work when it happens is merely a case of "1 min wasted". Then watch them laugh in your face. Alternatively, wise up...

      Grab.

    64. Re:Lets see in seven months by EvilSS · · Score: 1

      It all depends on what they are running. Really, any OS is only as stable as the software running on it. 99% of the time Windows BSODs are caused by a non-Microsoft product. Running something as [sarcasm]well written[/sarcasm] as SAP, I have no doubt it could make a Linux server unstable.

      This is something that the Linux folks are going to run into more and more as Linux increases its software and install bases.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    65. Re:Lets see in seven months by cloudmaster · · Score: 1

      I've been running apache2 and mysql on a Windows XP workstation for three months now. It has not crashed since it was installed. At all. The machine has been rebooted once for a service pack install. Windows sucks, but honestly, Windows admins are often to blame for instability.

    66. Re:Lets see in seven months by cloudmaster · · Score: 1

      That's what vmware and snapshots are for. :)

    67. Re:Lets see in seven months by Peeptophe · · Score: 0

      My other friend (yes, I have two!) put it best I think, when he said "I hope the guy got a major payout from Microsoft, because such a public display of incompetence makes him unemployable.".

      It stands to reason that Defenders Of Linux (pronounced k-rad elite kiddies) are unable to reason.

      The numbers say he's saved his company money and made their systems more reliable. That usually makes you *more* employable, not less - at least with the people who actually do the hiring that don't care about Operating System holy wars, at any rate.


      Great response, DrSmithy. Sadly, thre truth of the matter is that the majority of the Linux backers aren't willing to read the whole article. They are just looking for the quick bash on anyone Pro-Windows and Anti-Linux.

      --
      * Si hoc legere scis numium eruditionis habes *
    68. Re:Lets see in seven months by Dan_Bercell · · Score: 1

      Lets be a little realistic...... its more like apt-get install appname E: Unable to find...etc Look up what link you need to add to sources.list to get the package sudo edit sources.list proceed with install. Now that is the best case.. what if you have to compile from source?

    69. Re:Lets see in seven months by NickFortune · · Score: 1
      Are you serious?

      Yes.

      Don't all of the support options you mention exist for Windows too?

      No, not if the problem is in the source code.

      Last time I checked, Microsoft didn't have a monopoly on support options

      Dude, I never said "there are no support options for windows". The point I was making is that free software is always going to have support options that you cannot get using proprietary code.

      Can those same people change code for the underlying OS? Obviously not...

      Well, quite. Which means that there are a whole class of problems that can't be addressed by third party specialists if you use a proprietory OS. The same for apps too, of course.

      ...but I would argue that nine times out of ten the OS isn't the issue in the first place.

      It's tangential to the point, but I would say that an OS that can be crashed by a third party app is a buggy OS. Device drivers are another matter, of course. That's a problem that afflicts all OSes and again, if you can't get the source, you're held hostage to the vendor for a fix.

      Although I have to say, I think blaming device drivers for all of Windows's ills is letting MS off a little too lightly. I mean Gates just admitted what a horrible mess the MS development model has been up until this point, has he not? It seems reasonable that there are issues with the windows OS.

      Getting back to the point: the issue isn't Linux vs Windows; it's Free vs Proprietory. If you have the source, you have more options for fixing a problem.

      The amount of application support expertise for Windows is easily an order of magnitude greater than that of Linux.

      So it should be. Windows deployment is about two orders of magnitude greater than Linux and it's been the dominant platform for about ten years. Id be amazed if it were otherwise.

      You'd not only be able to get 3rd party support for less money thanks to competition, but with a well-thought-out scope of work, you'd be able to get someone who has expertise doing exactly what you need them to do.

      But third party support for a problem that can't be fixed because it's a bug in the code is even more expensive.

      Incidentally, why assume that the same competitive pressures don't exist for Linux? It's not the number of support groups that determine prices but the number relative to the demand. If Linux support groups are so rare, (and therefore charging so much more) then we can expect a lot more Linux support companies shortly, as people get into Linux support since it pays better. This in turn will force prices down as supply approaches demand.

      But of course, OS religous zealotry is always more fun. M$ sux.

      "And why beholdest thou the mote that is in thy brother's eye, but considerest not the beam that is in thine own eye?"

      --
      Don't let THEM immanentize the Eschaton!
    70. Re:Lets see in seven months by Dan_Bercell · · Score: 1
      Sorry, I am not use to the plain test format of the forums, so my last post looks a little unorganized :) Lets be a little realistic......

      its more like

      apt-get install appname

      E: Unable to find...etc

      Look up what link you need to add to sources.list to get the package

      sudo edit sources.list proceed with install.

      Now that is the best case.. what if you have to compile from source? You gotta admit its simpler to just go to the website of the application you want and download it. HOWEVER I am a huge fan of get-apt, but it needs to be dumbed down a bit to be usuable by Windows nerds like myself ;)

    71. Re:Lets see in seven months by Draknor · · Score: 1

      Maybe you should try RTFA:

      * They were running RHEL 3.0, which was certified by SAP
      * They were running it on SAP-certified IBM servers
      * The IT manager was used to running SAP on AIX
      * They used Red Hat-recommended contractors to install & configure RHEL for SAP, which took 2 weeks
      * IBM confirmed (apparently) that the hardware was not at fault
      * Patches were installed manually to ensure SAP certification, taking about 2 days a month for testing/installing.

      Obviously the reason you are having trouble is because you didn't bother to RTFA and decided to spout whatever zealot talking points came to your fingertips, and expected to be right. You're not.

      Newsflash - Linux isn't perfect and isn't always better than Windows. The FA says it best:

      "We got to the point where we had a business requirement to move on, we couldn't wait for the error to occur again, because it was not a reproducible error," he says.

    72. Re:Lets see in seven months by Thuktun · · Score: 1

      Apache on windows stable?

      It probably depends what you run. We've been running Apache locally, serving Bugzilla and DAV access to our Subversion repositories, and it simply works and doesn't quit.

    73. Re:Lets see in seven months by NickFortune · · Score: 1
      You're missing the one big advantage windows users have over Linux users - the massive user support base.

      Oh, indeed. The size of the windows userbase is a huge advantage and not just for support. If Linux had one tenth of that deployment, we'd see a lot more device manufacturers playing nice for a start...

      With an obscure Linux distro, you don't have quite the pool of users to pull solutions from. I experienced this first hand using Gentoo w/ kernel 2.6.8. Apparently there was a problem with that kernel and using CD burners. It took me a week to get to the bottom of it by scouring Gentoo message boards

      I remember that. It caught a lot of people on the hop did that one.

      Still, to be fair, that was a bit like if your CD burner stopped working after you applied SP2. It's just that with XP, the service packs are few and far enough between that the source of the problem is clear. With Gentoo, every day brings it's own service pack; if you haven't burnt any CDs for a week, tracking the problem down can be an adventure. Which is part of the distro's charm at least if you like tinkering.

      --
      Don't let THEM immanentize the Eschaton!
    74. Re:Lets see in seven months by aminorex · · Score: 1

      You're an existence proof for a Windows admin capable of operating a stable web server (under some conditions).

      It's a weak argument.

      The myth of Crest Electronics is offered
      as an existence proof for an incompetent Linux admin capable of
      operating an unstable server (under some conditions).

      That's also a weak argument.

      Nothing to see here.

      --
      -I like my women like I like my tea: green-
    75. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      I have troubled hardware support for my Promise SATA controller and large data transfers would cause system lockups all the time.

      That's because Promise SATA controllers are SHIT.

    76. Re:Lets see in seven months by Anonymous Coward · · Score: 0

      garner
      tr.v., -nered, -nering, -ners.
      To gather and store in or as if in a granary.
      To amass; acquire. See synonyms at reap.
      n.
      A granary.
      An accumulation or collection of something.

      http://www.answers.com/garner&r=67

    77. Re:Lets see in seven months by wolf31o2 · · Score: 1

      This has got to be one of the stupidest things I've ever heard. No offense, buddy, but almost nobody gets support from Microsoft. They usually get their support from third parties or manage it themselves with Windows. What exactly do you think those IT people *do* all day long? The primary reasons for not using Microsoft for support is the cost and the unresponsiveness. Ever been on the phone with a Microsoft support technician, who's on a laggy VoIP connection from Bangalore or wherever "Ed" claims to be from? Talking to their support is a nightmare. This is exactly why guys like IBM manage to make money hand over fist doing support. They're simply better at it.

      Having the source doesn't change the fact that you're going to have to pay *somebody* to support it.

    78. Re:Lets see in seven months by wolf31o2 · · Score: 1

      Well, quite. Which means that there are a whole class of problems that can't be addressed by third party specialists if you use a proprietory OS. The same for apps too, of course.

      It's a lot less than you think. I've dealt with IBM before. I've even had IBM issue me Windows patches to resolve an issue. If you deal with a big enough fish, they probably have access to Microsoft's source. I'm no fan of Microsoft, but trying to make it out like their closed-source nature removes support options isn't exactly a factual statement. Sure, you might not be able to hire some kid you know from down the street to whip up a patch for your mission critical server, but what company in their right mind would do such a thing to begin with?

    79. Re:Lets see in seven months by cloudmaster · · Score: 1

      There's a difference between "It can be done - look, I did it" and "It can't be done, look, someone failed - probably due to incompetence". The latter is easily disproved. The former involves simply turning off things you don't need, followed by extracting the apache and php archives to the right place, and running the MySQL GUI installer (which is actually pretty neat, BTW). Anyone claiming to be competent should be able to do that.

      Not that I'd recommend Win32 as a server platform for anything, but it can certainly be done, and it's not hard.

    80. Re:Lets see in seven months by NickFortune · · Score: 1
      If you deal with a big enough fish, they probably have access to Microsoft's source.

      Parts of it, perhaps. On the other hand, do you want to be tied to a big fish? Might it not be desirable or convenient to support a local outfit? Go with windows and you lose that option.

      Sure, you might not be able to hire some kid you know from down the street to whip up a patch for your mission critical server, but what company in their right mind would do such a thing to begin with?

      Are you seriously suggesting that anyone who doesn't work for a multinational is incompetent? Really?

      There are plenty of small scale local software houses and freelance coders who will do just as good a job as IBM. And, if you run an free software system, they have access to the source too. You don't need to pay IBM prices or wait on IBM schedules.

      It's not necessarily a better solution. Neither is it necessarily a worse one. However you get more options if you have the source.

      How could it be otherwise?

      --
      Don't let THEM immanentize the Eschaton!
    81. Re:Lets see in seven months by FurryFeet · · Score: 1

      The article had a manual???

    82. Re:Lets see in seven months by NickFortune · · Score: 1
      Having the source doesn't change the fact that you're going to have to pay *somebody* to support it.

      Perhaps you could point me at the part of my post where I said "All Linux support is free of charge".

      This has got to be one of the stupidest things I've ever heard.

      And I can't help but wonder where you heard it. You comments don't seem to bear much relation anything I wrote.

      --
      Don't let THEM immanentize the Eschaton!
    83. Re:Lets see in seven months by sudog · · Score: 1

      Apps crashing != Holy fuck the whole system just died on me

    84. Re:Lets see in seven months by lgw · · Score: 1

      I've done big-fish interaction with MS. It's not that IBM has the source to look at, it's that they have enough push to get MS to actually fix a damn bug, and issue a patch on demand (at least, occasionally). The amazing thing is that MS fixes bugs on-demand so rarely that it's newsworthy (well, OK, the amazing thing is that their customers let them get away with this).

      --
      Socialism: a lie told by totalitarians and believed by fools.
    85. Re:Lets see in seven months by Antique+Geekmeister · · Score: 1

      They were running RedHat Enterprise 3.0. That's a 2.4 kernel, and doesn't even beging to approach leading edge hardware support. The latest published kernel you get from RedHat for that is 2.4.21. You can install a 2.6 kernel by hand, and the ones published by some folks at RedHat are pretty good, but you're really on your own for keeping that up and running for unusual or poorly supported hardware, such as Promise RAID controllers or NVidia devices.

    86. Re:Lets see in seven months by Antique+Geekmeister · · Score: 1

      To make Windows disk imaging even faster and more reliable, you can use ntfsclone at http://linux-ntfs.sourceforge.net/status.html#ntfs tools.

    87. Re:Lets see in seven months by Almost-Retired · · Score: 1

      While I have a strong tendency to agree that properly done, linux should be the more stable of the two, let me toss out that well written windows apps don't have to be unstable. As a furinstance, back when W95 was all the rage, it had one and only one reason to reboot it, and that was the tick counter overflow around the 46th day of uptime. So we stuck postit notes on the box that it needed rebooting on such and such a date, and just updated the date each time. The application in question? APNewsDesk, an old version, and it ran an 8 desk news dept at the tv station where I worked as Chief, producing approximately 4.5 hours of fresh news a day...

      --
      Cheers, Gene

    88. Re:Lets see in seven months by rtb61 · · Score: 1
      Red hat recomended contractors are not red hat. Contractors are not Linux. He picked crap contractors, name them and be done with it. It is such a pointless M$=B$ obvious story, read and pay attention to every line.

      The contractors he choose failed, why didn't he choose some others, why did he wait seven months. Did he not have a hint when they were taking so long (perhaps he does not want to name the contractors in case thet take offense,legally speaking).

      Oddly enough all the software they offer for download on their site is windows based. They are "trialling" windows (what does that mean - free trialling including support as long as you bag Linux, what else did they get ?). It would run for weeks or so, oh yeah like that means something (how many weeks 29 ?). Red hat never had the opportunity to do a diagnostic on the system ? (it's broken but we won't let you look at it).

      Oh my, what will microsoft pay for next.

      --
      Chaos - everything, everywhere, everywhen
    89. Re:Lets see in seven months by LizardKing · · Score: 1

      Better kernel handling of multiprocessor systems.

      I can't agree with you. Having just benchmarked Linux on a dual CPU Xeon, Solaris on a dual Opteron and NetBSD on single CPU configurations of both machines, I can say that the SMP support in Linux is:

      1. Unpredicatable - performance degradation is not very linear as load increases, unlike Solaris and NetBSD.
      2. Slow - a dual 2.2Ghz Opteron running Solaris outperformed a dual 3.4Ghz Xeon running Linux by a small margin.
      3. Costly (in performance terms) - comparing the increase in performance between uniprocessor and SMP Linux kernels, under moderate load the SMP kernel was a far worse performer than the uniprocessor one - and this in a highly multithreaded application.

      I must admit I was surprised at the poor showing of Linux, as I expected Solaris 9 to be less optimised for x86 architectures than Linux. I didn't have a chance to test Linux on the Opteron machine, so I wont write it off completely - perhaps the Xeon is a piss poor 64 bit processor. My other suspicion is that the Linux 2.6 kernel series has been a step down from the 2.4 one.

      In a uniprocessor configuration with a native JDK 1.4.2, NetBSD outperformed Linux. I put this down to a cleaner design and implementation, as again, Linux performance degraded in a much less linear way.

    90. Re:Lets see in seven months by 51mon · · Score: 1
      I'm a *nix (FreeBSD & Solaris preferred, but Linux too) admin, but in this circumstance I would have switched to Windows too.


      Obviously you're not a Windows 2003 admin, it is no where near "Enterprise Ready".

      In such circumstances I'd probably have deployed a commercial Unix (Solaris?) if I could get a stable Linux box (unlikely), big SAP user base, cheap well tested hardware.

      The description sounds like a hardware problem - they had it checked over - why didn't IBM just swap it out completely?

      The other issue seems to boil down to SAP supporting automatic updates to Windows 2003, not to REL. But I don't see what the big issue would be in backing out a patch if SAP thought it might be the cause of a problem.

      First thing SAP will do with W2K3 SP2 (or other Microsoft patch) breaks it, is say "back out SP2", and Microsoft are unlikely to be going to give you the option of backing out such big changes in a more gradual way.

      Really sounds like they don't have a clue what they were doing.
    91. Re:Lets see in seven months by 51mon · · Score: 1
      You're missing the one big advantage windows users have over Linux users - the massive user support base. If you have a problem with a windows based machine, you can usually google the problem and odds are someone has had the same issue and come up with a solution already. You can usually find a fix in a matter of seconds. With an obscure Linux distro


      I see the problem here, "obscure Linux distro", RHEL is not obscure. I don't know how the relative figure go for Redhat and Gentoo, but Gentoo is well down below Redhat/SUSe/Debian/Ubuntu....

      Also many of the Linux problems are common across distros, and even across operating systems .when dealing with 3rd party software like Oracle, or SAP, you'll often find someone has the same issue on another *nix platform, and they are sufficiently similar to have similar faults.

      It isn't about the size of the userbase, it is about the cluefulness of the people, the tools they have to hand, and the consistency of the installed software.

      Windows with its file level configuration management spawns a zillion different installations, where as a Debian or a Redhat OS install is going to be in a very small number of possible states.

      The Linux userbase isn't short on clue, and everyone has most of the tools (including source code) to hand.

      The bigger problem is "vendor clue", you can go to many PC companies, and buy preinstalled RHEL, but if you come back with a tricky problem you'll discover they have very small numbers of people with real Linux clue (often these people are focused on supplying drivers for there hardware and not dealing with more mundane issues), often relying on Redhat, or other vendors to provide support where absolutely needed. In many cases you get a quicker and better response going to appropriate forums, or to a third party (or Redhat direct) for support. If only to bypass that first line of helpdesk who are going "huh?".
    92. Re:Lets see in seven months by 51mon · · Score: 1

      I remember my HP-UX enterprise servers that took 15 minutes to reboot. First they boot and run a full hardware diagnostic from firmware (displaying any faults on the LCD), and then if they can, they loaded the OS, and ran a full hardware diagnostic printing the results to the log files (for all those less critical errors like, half your disks are bust and one of your SCSI cables is disconnected).

      15 minutes x 100 users, only about three working days lost per reboot during office hours.

      Then again one year we didn't have to reboot it at all. But then I'm young and don't remember those mainframes with the tape loading OSes that took even longer, honest.

    93. Re:Lets see in seven months by NickFortune · · Score: 1
      Red hat recomended contractors are not red hat. Contractors are not Linux. He picked crap contractors, name them and be done with it. It is such a pointless M$=B$ obvious story, read and pay attention to every line.

      I don't know... First, the Windows fans shout at me for say there are advantages to free software" and now the Linux faithful are sniping because I didn't shout "FUD!" loudly enough.

      All part of Slashdot's whimsical charm, I suppose...

      --
      Don't let THEM immanentize the Eschaton!
    94. Re:Lets see in seven months by Dan_Bercell · · Score: 1
      I am 'the' IT person

      I've never seen a server go down (with the exception of a hardware issue, seen a raid adapter die ... not pretty). A server simply gets installed and sits there... then gets upgraded in 3-4 years to stay in the hardware warranty. Only time the server gets touched is to change a software settings.. whatever software our clients require, windows/software patches/updates or a long power outage.

      If you have Windows servers crashing at random times throught a week.... lol... well you have serious issues, perhaps I can come over and support your company and change you over from Dells to HP :)

    95. Re:Lets see in seven months by Dan_Bercell · · Score: 1

      Thanks, I will take a look at this.

    96. Re:Lets see in seven months by Dan_Bercell · · Score: 1
      Well i am the IT person, but I have yet too see a Windows machine crash, with the exception of a RAID Adapter going down. Only times a server goes down is when we install patches/updates either OS or Application related or the power goes out.

      If you are having issues with Windows servers going down you should really get some more training, or perhaps outsource your workload, I am available if you need, we currently support about 70 servers for about 40 different clients.

      Also if your servers are dropping that often, perhaps you should use quality hardware, something like an HP would probably make the difference in your organization.

    97. Re:Lets see in seven months by drsmithy · · Score: 1
      When dealing with SAP, on ANY operating system, you NEVER EVER NEVER turn on autopatching of the OS.

      Even when that "autopatch" is coming from an internal patching system, after being tested on an identical development environment and approved ?

      Do you *enjoy* manually visiting each machine to patch it, or are you just getting paid by the hour ?

      I agree with the parent, this admin is an idiot and its only a matter of time before he hoses up his Windows SAP install as well.

      Only if he means "automatic updates from windowsupdate.com", which is highly unlikely.

    98. Re:Lets see in seven months by drsmithy · · Score: 1
      Obviously you're not a Windows 2003 admin, it is no where near "Enterprise Ready".

      How so ?

      Really sounds like they don't have a clue what they were doing.

      Well if the people /recommended by Red Hat/ don't know what they're doing, what hope has the customer got ?

    99. Re:Lets see in seven months by gmack · · Score: 1

      Your kidding right? The Xeon suffers from a slow FSB meaning the opteron kills it on most performance benchmarks. You need a much higher clocked Xeon to keep up with an Opteron and even then it depends on the benchmark.

      Were the uniprocessor benchmarks done on the same hardware? If youve discovered some problems under load then I'd suggest posing them to linux-kernel@vger.kernel.org

  2. Flamewars! Begin! by Anonymous Coward · · Score: 0, Funny

    HA! HA! HA!

    1. Re:Flamewars! Begin! by dotgain · · Score: 3, Insightful
      Exactly. Great write-up, taco! Do you expect anything other than a flamewar between people boasting more than 400 days of uptime on opposing OS's?

      You're the troll, not the trolls.

    2. Re:Flamewars! Begin! by Anonymous Coward · · Score: 0

      Your mom is your mom.

    3. Re:Flamewars! Begin! by HotNeedleOfInquiry · · Score: 0, Troll

      Your face is a troll.

      --
      "Eve of Destruction", it's not just for old hippies anymore...
    4. Re:Flamewars! Begin! by Anonymous Coward · · Score: 0

      your mom's a face

    5. Re:Flamewars! Begin! by Anonymous Coward · · Score: 0

      Your mom sat on a troll's face

    6. Re:Flamewars! Begin! by Anonymous Coward · · Score: 0

      you're a son of a troll

    7. Re:Flamewars! Begin! by Hosiah · · Score: 1
      Great write-up, taco!

      Yeah, what does he do for an encore, run into a biker bar and scream "Harleys suck! They're built by fags!" and run out again?

  3. Windows vs Linux by mboverload · · Score: 4, Insightful

    Anyone that says that Linux will beat out Windows in every situation is a fool.

    Choose the product that best suits your needs. If Linux doesn't cut it, get Windows. If Windows doesn't cut it, get Linux.

    1. Re:Windows vs Linux by MrMista_B · · Score: 2, Insightful

      >If Linux doesn't cut it, get Windows. If Windows doesn't cut it, get Linux.

      Or, y'know, a Mac.

      OS X and all that. Hell, Intel stuffs even, in a couple months.

    2. Re:Windows vs Linux by __aamcgs2220 · · Score: 2, Funny

      But I'm the CEO of Banyan, you insensitive clod! What about Vines?!?!

    3. Re:Windows vs Linux by rleesBSD · · Score: 5, Insightful

      If neither one cuts it, get FreeBSD. (Hey, don't forget about us!)

    4. Re:Windows vs Linux by Gojira+Shipi-Taro · · Score: 1

      Because Mac OS is a major platform for SAP. Oh wait, SAP doesnt even run on Mac OS.

      --
      "Oh my God. This is terrible. This is the end of my Presidency. I'm fucked."; ~ Donald J. Trump
    5. Re:Windows vs Linux by saitoh · · Score: 1, Informative

      Bingo, I was reading through the summery going "well, I wonder what they were doing with it", and at the bottom they mention SAP.

      ERP stuff is (generally) much more mature and easier to support on Windows. I was at a PeopleSoft conference right before they were eaten and went to the Linux sessions they had and it was a mess. They weren't going to officially support Linux until their next major version which in ERP is a death sentance (no support from the vendor, so if something goes wrong and you cant fix it, its off to consultants...). The install and config process was also detailed and even the speaker mentioned it wasnt for the faint of heart comparatively.

      Short of Merck/IBM/other large company doing an implimentation on *nix (which is the only place I've ever seen anyone actually do it on *nix), everyone else does it on Windows cause its just easier to get up and running and maintain.

      right tool for right job, this is just one of those jobs that doesnt fit at the moment.

      --
      We don't need an "overrated" so much as we need a "you completely missed the parent's point, dumbass..."
    6. Re:Windows vs Linux by macdaddy357 · · Score: 1

      Good idea. Maybe the problem is the PC platform and the X86 command set, not what OS you use. Of course, once Mac goes Intel, it will have the same problems.

      --
      How ya like dat?
    7. Re:Windows vs Linux by ThaFooz · · Score: 1

      Or, y'know, a Mac.

      I really do love OSX... but it's desktop OS and we all know it.

    8. Re:Windows vs Linux by dniq · · Score: 2, Funny

      Sounds like an infinite loop to me...

    9. Re:Windows vs Linux by Profane+MuthaFucka · · Score: 2, Funny

      If Linux doesn't cut it, get Windows. If Windows doesn't cut it, get Linux.

      Lather. Rinse. Repeat.

      That's the formula that I use. That's right, I'm a consultant.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    10. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      Oh?

    11. Re:Windows vs Linux by Overly+Critical+Guy · · Score: 3, Insightful

      Better tell the army.

      --
      "Sufferin' succotash."
    12. Re:Windows vs Linux by u-235-sentinel · · Score: 5, Interesting

      What amazes me is that they had IBM hardware and RedHat Engineers working on this and it still didn't work. I've installed Linux servers for 10 years and rarely have experienced such problems. Usually it was the hardware or my screw up at the center of it all.

      Besides the reference they were running IBM hardware, I wonder what their configuration was. That's the tough part of these kind of articles. Very little information and a conclusion. Sure it was IBM certified hardware and it was ruled out as the problem. Perhaps the RedHat engineers simply screwed up. Not like that couldn't happen :-D

      "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.

      I wonder why they never bothered to respond to RedHat. If it was important then they would have worked with the Vendor. I'd like to see someone work with ANY Operating System and ignore their vendors help. With these tidbits of information, it's difficult to take such a conclusion seriously.

      --
      Has Comcast disconnected your Internet account? Same here. You can read about it at http://comcastissue.blogspot.com
    13. Re:Windows vs Linux by ThaFooz · · Score: 1

      Of course I'm aware that Xserver exists. My initial response was a little tounge-in-cheek jab at Xserve for being little more than an overpriced BSD server. OSX is famous for being a rock solid enjoyable desktop, not a better or more cost-effective server.

    14. Re:Windows vs Linux by jrockway · · Score: 2, Insightful

      Tell that to our 3TB backup server or the University of Illinois' 500-node OSX cluster.

      --
      My other car is first.
    15. Re:Windows vs Linux by gcalvin · · Score: 1

      To me, the interesting thing about this is that it's newsworthy enough to publish on TheAge.com, and to discuss here. Kind of suggests that it's a "Man Bites Dog" situation, doesn't it?

    16. Re:Windows vs Linux by soconnor99 · · Score: 2, Insightful

      It's that kind of clear, level-headed thinking that we just don't care for around here.

    17. Re:Windows vs Linux by menkhaura · · Score: 5, Insightful

      Yeah, please don't hurt the feelings of both of us!

      But, seriously, BSD > any Linux flavor > Microsoft's sorry-excuse-for-an-OS.

      The BSDs don't have the fragmentation that Linux has. If anyone asks me what is my OS, I say simply "FreeBSD". By that I qualify my package management, my system boot scripts, where my conf files are, how the system works. "Linux", on the other hand, can mean a bunch of things: maybe the kernel, maybe one of those hundreds of distros, each with its own idea of package management, file placement, system configuration, or boot method. Of course, they are all Linux, they all run roughly the same software (Apache is Apache no matter in which Linux distro you run it), but the details, the little differences, do hurt Linux (okay, Stallman, GNU/Linux, as you wish) by making it into a moving target for support and maintenance.

      Back on topic, that Linux machine must have had some hardware flaw. Bad memory comes to mind...

      --
      Stupidity is an equal opportunity striker.
      Fellow slashdotter Bill Dog
    18. Re:Windows vs Linux by tambo · · Score: 1
      My other car is first.

      Damnit, I almost snorked part of an egg roll into my lungs when I saw that. :chuckle: Well done.

      - David Stein

      --
      Computer over. Virus = very yes.
    19. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      IIRC, the Army selected Macs because of the lack of certain features such as command shell made the systems harder to hack. Of course, none of that holds true under OSX.

    20. Re:Windows vs Linux by NutscrapeSucks · · Score: 1, Insightful

      Whatever. FreeBSD has absolutely zero support from enterprise vendors like SAP. The GP was "Funny", you are just "Offtopic".

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    21. Re:Windows vs Linux by digidave · · Score: 2, Interesting

      "Anyone that says that Linux will beat out Windows in every situation is a fool."

      True, of course, but in this case it looks like someone seriously screwed up the configuration. By default neither Linux nor Windows will crash every two weeks, so somebody came along and made it worse. I don't know much about SAP, but if it took two weeks to install and configure on Linux and only two days on Windows, then the people who did on Linux it are either incompetent or the software is not very good on Linux, which is an SAP problem.

      Maybe it's fair to say that if you're running SAP you shouldn't do it on Linux. I think that's where most of the pros and cons come into play when choosing an OS. I wouldn't run Apache or a DNS server on Windows for the same reason, but I also wouldn't blame the problem on Windows, I'd blame it on, for instance, the Apache Group not properly supporting Windows. (I hear Apache is pretty good on Windows now, but that wasn't always the case).

      --
      The global economy is a great thing until you feel it locally.
    22. Re:Windows vs Linux by CDPatten · · Score: 1

      very well put. each platform has its strengths and weaknesses, and neither OS is perfect or flawless.

      Many in the Linux community do more harm to their cause then good by pretending Linux is better then Windows in all areas.

      Most (not all) of the arguments I hear for Linux are just cliché Windows jokes/bashing. You won't move the masses to Linux until you make an intellectually honest case for Linux that isn't just windows sucks. Windows 2k3 is pretty stable. It isn't "perfect", but acting like its NT4 is counter productive.

      Small - Medium sized companies have experiences' with W2k3 that are usually good, easy. When you scream that Windows is only bad, only crashes, etc. etc. it just hurts your argument when you do make a good point to move to Linux over Windows.

      At the end of the day, the windows sucks jokes trivialize your good points.

      PS
      This would also apply to the apple only guys too ;)

    23. Re:Windows vs Linux by al_broccoli · · Score: 5, Informative

      Wow, this is just so uninformed. SAP is just as easy to install on Linux (for those that know Linux) as it is to install on Windows (for those that know Windows). SAP development started on Unix. It is more mature there - always has been. SAP's Linux product comes from the same codebase as it's Unix product. Windows is not the same codebase. You tell me which you think is more "mature". I've been running SAP on Unix for 10 years now, and on Linux for over 3 years now. Never a single issue that wasn't already documented somewhere.

    24. Re:Windows vs Linux by NutscrapeSucks · · Score: 0, Troll

      The install and config process was also detailed and even the speaker mentioned it wasnt for the faint of heart comparatively.

      Except this problem is hardly limited to ERP systems and applies to a broad range of software.

      Forex, Apache Tomcat is a simple double-click install and comes with a GUI service manager on Windows, while the Linux install is loads of manual fun. In general, once you get outside of vendor's packages it's Terra Incognito on Linux, and even with the vendor packaging you get far less handholding than the equivilant on Windows.

      The only people who like this situation are the $100+/hr sysadmins looking for work. (And since RedHat and IBM make their money by renting these sysads, it's not a big priority to fix.)

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    25. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      I don't get it? Can you explain?
      Sorry for being offtopic everyone else.

    26. Re:Windows vs Linux by Nailer · · Score: 3, Informative

      And the Red Hat engineers asked the customer to run a diagnostic, and didn't hear anything further. Can any engineer fix a problem on a machine they don't have access to without someone to follow their instructions?

    27. Re:Windows vs Linux by Photon+Ghoul · · Score: 0, Flamebait

      Maybe you should learn how to use a Linux system before deciding it's crap 'cause you can't do a double-click install with your little GUI. Doh did I say that?

    28. Re:Windows vs Linux by Predius · · Score: 1

      Back on topic, that Linux machine must have had some hardware flaw. Bad memory comes to mind...

      If there was, it should show up under Windows as well.

    29. Re:Windows vs Linux by Anonymous Coward · · Score: 3, Interesting

      Putting SAP on Linux has been around for over 6 years and is usually very reliable. I was not involved in the consulting process here but when it takes two weeks to put SAP on Linux and 2 days for windows then I know something is very wrong. To install Linux plus patches (3 to 5 hours). Installing SAP (3 to 5 hours) - done. Most of the time you are waiting for the CD's to load and MS windows won't be any quicker. In addition you can build your Application servers at the same time.

      What I cannot understand here is why did they not go for a cluster. After-all SAP is not cheap and if you want reliability and availability then a cluster is the only way to go. If you try to do things on cheap (the MS way) then you are going to get bitten.

      If the two weeks included the physical hardware installation and network setup then that is most likely acceptable, MS Windows would not make it any faster. If this was the case then what we have here is pure FUD.

      SAP certification of hardware - has to be done for all hardware platforms and all OS's so that part is pure FUD. Evidently he must have got a bad hardware platform and the vendor should have come to the party quickly. The Intel platform requires alot more certification than the other major vendors hardware. It would be interesting to know if they used the same hardware platform.

      Patch updates - can be done automatically by MS Windows and also Linux. If you do this for MS windows you will most likely have to reboot, with Linux (unless you change the kernel) you don't need to do this.

      All I can really say to this that for every failure (or perceived failure) of Linux there are many successful ones.

    30. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      Has there ever been an SAP installation anywhere that was something other than a huge clusterfuck? Seriously, the only thing that surprises me anymore is that people still keep using this POS.

    31. Re:Windows vs Linux by NutscrapeSucks · · Score: 1

      Maybe I should point out that costs time and money which someone eventually has to pay for. I'm sorry I had to spell it out that way for you.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    32. Re:Windows vs Linux by Anonymous+Writer · · Score: 2, Insightful

      To me, the interesting thing about this is that it's newsworthy enough to publish on TheAge.com

      It isn't exactly a publication with IT personnel as a target demographic either, but rather laymen in the general population. Perhaps the $100 Million marketing campaign has already begun.

    33. Re:Windows vs Linux by Pleb'a.nz · · Score: 1

      And you're heading to become "Flamebait"

    34. Re:Windows vs Linux by CAIMLAS · · Score: 1

      Here's my guess: they had an 'undercover' MS employee working there who would make sure things went "as planned".

      Why else would this get news unless someone made point of directing the reporters towards it?

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    35. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      That's kind of like saying that a 747 is little more than an overpriced Frisbee.

    36. Re:Windows vs Linux by TheLink · · Score: 1

      He's just speaking with a lisp ;)

      --
    37. Re:Windows vs Linux by TheLink · · Score: 4, Insightful

      Nah. Doesn't have to be a hardware problem.

      More than a few Linux kernels have had some memory management issues. If he was using RedHat 9 he'd be having the same problems we had - had to reboot every few days.

      Just do a google search on kswapd and cpu for some examples. If you bother to look around I'm sure you can find other stability problems with Linux.

      I use FreeBSD, SuSE Linux and Windows 2000 at home. They all have their uses. They have their strengths and weaknesses.

      Unlike what the fanatics believe, Linux isn't that much better than Windows. Even in terms of security and stability.

      That said, I'd still prefer to use FreeBSD/Linux for most server stuff.

      --
    38. Re:Windows vs Linux by rachit · · Score: 1

      I thought BSD was dead? :)

    39. Re:Windows vs Linux by cHiphead · · Score: 1

      You obviously haven't made much use of apt-get, emerge, or even an rpm-esque package manager. I'm primarily a windows admin but a LAMP install is both much more robust and much more useful than an average WAMP install. since when is a GUI more efficient? I can type and use keys to switch fields much faster than a mouse.

      --

      This is my sig. There are many like it, but this one is mine.
    40. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      Xserve for being little more than an overpriced BSD server

      When it comes to serving it's much less for an overpriced BSD server. OS X so called _Unix_ is a hack that didn't fly very well.

    41. Re:Windows vs Linux by harves · · Score: 5, Insightful

      Sorry but that's one of the dumbest things I've read in a while.

      You're noting that the name "Linux" covers a broad range of things, and comparing it to the name "FreeBSD" which refers to one thing. You're then trying to say that "the BSDs don't have the fragmentation that Linux has". I call bullshit. Your example proves nothing remotely near that. It proves that FreeBSD isn't fragment, but then neither is the Debian project's distribution.

      If I say "I run BSD" then there at least 3 different systems I could be running. Would you then say that "the BSDs have fragmentation just like Linux does"?

      Inversely, if I say "I run Debian" then "I qualify my package management, my system boot scripts, where my conf files are, how the system works".

      Sorry, I'm not normally this harsh, but what was your point again? If you try to compare Linux to FreeBSD then yes Linux will appear more fragmented. But how about we compare FreeBSD to Debian shall we? Apples to apples? Does your argument that it "damages" Debian still hold?

    42. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      You'll be stone dead in a moment!

    43. Re:Windows vs Linux by dougmc · · Score: 4, Informative
      The BSDs don't have the fragmentation that Linux has.
      They don't? Then why is there FreeBSD, OpenBSD and NetBSD? (And 386BSD, but it's dead, probably mutated into one (or all three) of the ones I just mentioned.) And then there's the sub-flavors, like Dragonfly BSD.

      I say simply "FreeBSD"
      Sort of like somebody might say `RedHat'. Or `Debian'. You get the idea.

      By that I qualify my package management, my system boot scripts, where my conf files are, how the system works
      Yes. And saying Redhat, or Debian or whatever else would qualify it as well.
      "Linux", on the other hand, can mean a bunch of things:
      Saying "BSD" is almost as imprecise. Really, it's hard to fault an OS just because people don't qualify it very well.

      Do the same applications run on each of the *BSDs without recompliation? I tend to doubt it, but I haven't tried it ...

      Apache is Apache no matter in which Linux distro you run it
      No, it's not. Is it Apache 1 or Apache 2? The two are very different. Which modules are configured? Default configurations vary wildly. Yes, if you know what you're doing you can easily bring them under control, but for an amateur who's just using the Apache that came with his installation, things can be VERY different from distribution to distribution. (Personally, I find myself installing my own Apache and similar daemons, even if one is provided for me, on *BSD, whatever Linux, Solaris, etc. -- it just makes things easier, starting from a known quantity. And more secure.)
      okay, Stallman, GNU/Linux, as you wish
      It's not up to Stallman. Call it whatever you want. Your *BSD box has a lot of GNU stuff on it too ... call it GNU/BSD if you wish.
      Back on topic, that Linux machine must have had some hardware flaw. Bad memory comes to mind...
      That is a possiblity, but Windows hasn't really been more immune to bad memory than Linux since NT came out. Linux even has the ability to map-out known bad blocks of memory (so you can use those iffy DIMMS in the closet), though I doubt many people use it.

      In any event, certain hardware devices have buggy drivers, even in the latest versions of whatever Linux kernels and distributions you prefer. The vendors generally make Windows drivers, where the Linux drivers are often reverse engineered, and it often shows in the quality.

      For the *BSDs, the drivers you get are generally more reliable than those in Linux, but if you've got some new device, where Linux would support it (and the driver might have some issues), *BSD is likely to not support it at all.

      But I do agree with you too -- FreeBSD does make a better server than any of the Linux distributions. However, the commercial application support is very spotty. However, I've heard that the Linux emulation is quite good, and it can run most Linux applications with little trouble. Though that just sounds so ... wrong ... to use it for a production server. But if it works ...

    44. Re:Windows vs Linux by BKX · · Score: 2, Informative
      If there was, it should show up under Windows as well.

      Not necessarily. Windows is very tolerant of poor quality hardware. Linux is not. Case in point: I had a P3-800 with 3 256MB DIMMs. One was bad. I had Windows98 on it for years and it ran as well as expected. I added Gentoo as a dualboot and it was unstable as balls. Windows still ran fine. I replaced the RAM and BAM Gentoo was stable again, in fact, way more stable than Windows. Windows was unchanged. Moral of the story: Windows is crap designed to run on crap; Linux is good stuff (when done right) that requires good hardware to run. Not top-end, but good, as in functional.

      FreeBSD is much the same as Linux, although I like better for stock uses like Apache and Samba. Linux, I think, is better for 3rd party apps, like Steam-based Dedicated Servers (Counter-Strike, Day of Defeat and related) and other game dedicated servers. Windows is not a very good server OS at all. While administration may "easier" because it's GUI, that GUI just serves to slow it down and causes instability. Case in point: I have a Cybercafe whose administration software runs only on Windows. It uses an MS Access backend. I also have to run a license server for Steam-based games on the same machine. Those two servers alone cause the sound to lag to the point where sound is useless even when they idle. Web Browsing is a bitch and it's not like we can afford to have this box not be used as an interface to the cybercafe software. And we're not talking a crap machine either. It's got a 2.6GHz Celeron D and 1GB PC3200-DDR2 SDRAM. Contrast this with a FreeBSD machine running a Samba printer and 5 shared drives used by 22 other system, on a P3-800 with 768MB PC100. No lag in Firefox in X even under a heavy load, like 20 machines grabbing 2GB of files each and one machine printing out report after report.

      Linux is great as a server OS for many tasks but it's definitely not all things. Windows, on the other hand, sucks as a server OS but it's usuability makes it very worthwhile for apps that can handle a slight amount of instability, like web browsing, games and typing documents.

      </RANT>

    45. Re:Windows vs Linux by mikkom · · Score: 1
      Anyone that says that Linux will beat out Windows in every situation is a fool.
      Very true. Another fact is that anyone who says that Windows will beat Linux in reliability and uptime is a fool.
    46. Re:Windows vs Linux by eno2001 · · Score: 0, Offtopic

      Putting aside the "piece of shit" argument for a moment... Who the hell cares about SAP? I certainly don't. Computers do far more than pointless business crap. Making music and art is much more important than business. If I can get good results in those endeavours with Linux, then that will be my choice.

      --
      -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
    47. Re:Windows vs Linux by NutscrapeSucks · · Score: 2, Informative

      Windows and Linux manage memory very differently and react differently depending on the location of the bad RAM. I see the opposite story (Linux stable, Windows crash) all the time here. The real moral of the story is to stop being a putz and buy real computers with ECC RAM.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    48. Re:Windows vs Linux by NutscrapeSucks · · Score: 1

      A badge I would wear with pride, as "Score 5, Insightful" plans such as SAP on FreeBSD would get you laughed out of the room or fired IRL.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    49. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      I currently run a mixed environment, I have Oracle Collab Suite running on 3 Sun VX60 servers running Red Hat ES2.x. I also have 3 Windows2k3 servers running on IBM Xseries servers. I do have to say, I have no real problems with either of them. The linux servers stay up and running, it is the Oracle Software that crashes on me constantly. On Windows I run into the same problem, the software crashes not the OS. The difference is, when the software crashes on Windows, alot of times I have to do a reboot of the entire system. In Linux I just restart the software. Just my oppinion on both.

    50. Re:Windows vs Linux by Deflatamouse! · · Score: 1

      No Blue Screens of Death for me! Free or not! :D

    51. Re:Windows vs Linux by catwh0re · · Score: 1

      Free BSD just needs a pretty lady drinking coffee from Getty Images and a fake 'switcher' story.

    52. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      What amazes me is that they had IBM hardware and RedHat Engineers working on this and it still didn't work.

      HAHAHAHAHAHAHAHAHAHAHAAHAHAHA!

      At my place of employment, the question is not "which piece of equipment is having problems?", it's "what piece of IBM crap is giving us problems, now?". We have lots of different equipment from a variety of vendors. Which one usuall gives us the most headaches? IBM. Which vendor do we think is paying off the PHBs? IBM. Which consultants get paid a lot, but don't really deliver much in return? All of them, but IBM is near the bottom. RedHat wasn't much better. When we had a support contract with them, the procedure usually went like the following:

      1. A software problem is discovered with the software delivered on the RH CD's.
      2. Start searching the net for similar problems with Google.
      3. A ticket is placed with RedHat with all the details that we know and the appropriate engineer handling our account is notified. That's what management expects to be done.
      4. While waiting for the RHE to get back with us, spend more time on Google.
      5. Find the answer on the Net
      6. Fix the problem ourselves
      7. Inform RedHat that we've found the solution and let them know what we did. RH response: Uh..thanks! How did you figure that out?

      Gee, is it any wonder why we dropped RedHat for support???

    53. Re:Windows vs Linux by ksheff · · Score: 1

      Choose the product that best suits your needs.

      Change that to "Choose the product that your staff can support that best suits your needs." If your support staff doesn't have a lot of expertise on the platform, it doesn't matter if it's the best tool or not.

      --
      the good ground has been paved over by suicidal maniacs
    54. Re:Windows vs Linux by j-pimp · · Score: 1

      I'm primarily a windows admin but a LAMP install is both much more robust and much more useful than an average WAMP install. since when is a GUI more efficient?
      Why not WIMP out of curosity? I've used both IIS and apache on windows but neither extensively. I can understand going with apache for the likes of tomcat, but isn't there a mod-cgi equivilant for IIS that does the same type of script compiling and caching? Honestly, I've never setup or used a Production W?MP box except for a small internal one that already was running IIS. Also this was before I knew anything

      --
      --- Justin Dearing http://www.justaprogrammer.net/ We're just programmers.
    55. Re:Windows vs Linux by gedeco · · Score: 1

      I agree. In my experience, it should be a hardware problem or a human error. (left alone possible troubles in the linux implemention of his application)

      The only way we will know for sure: Hope he's using the same hardware for running his windows system. (Actually I hope he doesn't, if he really wanna sort his troubles out) If he's honnest enough changes are he will be back to post results.

      Linux will crash faster on defective hardware, but if windows crashes on the same conditions, most of time you can't repair it.
      I had used linux long time ago as a reliable burnin test. Computers tested this way, where mentioned to run windows.

    56. Re:Windows vs Linux by Anonymous Coward · · Score: 1, Insightful

      Case in point: I had a P3-800 with 3 256MB DIMMs. One was bad. I had Windows98 on it for years and it ran as well as expected.

      That might have something to do with Windows 98 only supporting 512 MB RAM, and the bad one being the one that it didn't use...

    57. Re:Windows vs Linux by thepawn · · Score: 1

      FreeBSD has about as much ISV support as my Amiga does.

    58. Re:Windows vs Linux by Associate · · Score: 1

      Tell that to SAP. Speaking from a user's standpoint, their new GUI sucks balls. You all but have to use the freaking mouse. That's great for people who type with thier index fingers then click [OK]. But for those of us that prefer a keyboard only, and usually more efficient approach, you have to jump several hurdles just to kick back to the old style interface. Not to mention all those pretty little splash pictures that unnecessarily put more load on the outdated desktops we have to use. Freakin idiots.

      --
      Someone hates these cans.
    59. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      Windows 2k3 is pretty stable.

      I've hear that argument before. Until recently it was "XP is pretty stable", and before that, it was Win2000 and before that Windows 98.

      Funny how everytime Microsoft comes out with a new version of Windows, the new version is "pretty stable", and the old one suddenly becomes the unstable mess that you would definitely want to pay a lot (to Microsoft) to get away from.

    60. Re:Windows vs Linux by dougmc · · Score: 2, Informative
      Case in point: I had a P3-800 with 3 256MB DIMMs. One was bad. I had Windows98 on it for years and it ran as well as expected.
      Yes, but that was Windows 98. NT and later versions of Windows are just about as picky about memory as Linux.
    61. Re:Windows vs Linux by ThaReetLad · · Score: 1

      and when both of them start crashing and/or you REALLY care about uptime, put it on VMS.

      --
      You can't win Darth. If you mod me down, I shall become more powerful than you could possibly imagine
    62. Re:Windows vs Linux by DrSkwid · · Score: 1

      The BSDs don't have the fragmentation that Linux has.

      FreeBSD 4.x
      FreeBSD 5.x
      NetBSD
      DragonFlyBSD
      OpenBSD

      which one should I choose for SAP ?

      http://ezine.daemonnews.org/200007/SAP_meets_BSD.h tml

      To avoid giving you the wrong impression, FreeBSD is in no way supported by SAP, and (unfortunately) probably never will be! Installing SAP R/3 for Linux under FreeBSD is highly UNOFFICIAL and a proof of concept only! Even SAP R/3 for Linux is only supported on certain HW-configurations and under RH6.1 EE.

      But it works nevertheless :-)

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    63. Re:Windows vs Linux by dougmc · · Score: 1
      Contrast this with a FreeBSD machine running a Samba printer and 5 shared drives used by 22 other system, on a P3-800 with 768MB PC100. No lag in Firefox in X even under a heavy load, like 20 machines grabbing 2GB of files each and one machine printing out report after report.
      And that's very much an apples to oranges sort of comparison. If you're going to do benchmarks, you need to pick similar tasks. The tasks you described (game servers vs. file server) are very different.

      Note that running a print server for one printer is a very lightweight operation. A 386/25 could probably handle the load just fine. As for the file server part of it, that's a more difficult operation, but the load being put on the system could easily vary by a factor of 100 (merely saying `22 machines' and `2 GB files' doesn't tell us much.)

      If you want a more reasonable comparison, set up the same file sharing and printer server on a Windows box, and see how that compares to the FreeBSD box. I suspect that on identical hardware that the performance will be similar -- after all, smb is a Windows protocol, and I imagine that Windows implements much of it in kernel space, where with Samba it's in userspace.

      Granted, the FreeBSD box would probably be more reliable, but you weren't talking about reliability ...

    64. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      oh you know.. because that's what the original story is all about? finding a platform to run SAP on?

      here's a clue for a dolla. you'll need it.

    65. Re:Windows vs Linux by hunterx11 · · Score: 1
      --
      English is easier said than done.
    66. Re:Windows vs Linux by rempelos · · Score: 1

      that Linux machine must have had some hardware flaw. Bad memory comes to mind...

      most cases I run to is not bad hardware, it's propably some software flaw... which always comes down to bad tech support services... which is why those guys should read more slashdot... :-)

    67. Re:Windows vs Linux by Bob9113 · · Score: 1

      I say simply "FreeBSD". By that I qualify my package management, my system boot scripts, where my conf files are, how the system works. "Linux", on the other hand,

      Linux is similar in scope to BSD, by which you can mean FreeBSD, NetBSD, OpenBSD, Mac OS-X, etc. The scope equivalent to FreeBSD in the Linux world is Debian, Slackware, Ubuntu, Gentoo, etc. Was that an intentional troll, or did you really not know that? If the latter, you really aren't qualified to make comparisons about which is better. If you are interested in making a meaningful comparison with FreeBSD, check out Debian Stable - similar freshness and breadth of packages, similar security and stability.

    68. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      > "BSD > any Linux flavor > Microsoft's sorry-excuse-for-an-OS"

      Wow, someone is completely trolling here, but the post gets rated 5 INSIGHTFUL? Typical for Slashdot.

      Anyway, it's funny to see that the real-world usage is just the opposite (Win > Lin > FBSD), something which one could just as well attribute to the fact that "Microsoft's sorry-excuse-for-an-OS" is actually better than Linux, which in its turn is better than FreeBSD (but if you want to attribute it all to "evil M$ marketing", just go ahead).

      WinXP hasn't crashed on me for over two years now while I do a lot of graphical programming on it in different languages (so I do push the system to its limits quite frequently). Apart from that, all of the major apps I'd like to use are available and I don't have to resort to lesser alternatives (no, GIMP is no alternative to Photoshop, just as Blender is no alternative to 3ds max IM(NS?)HO).

      The fact that Windows is actually usable by non-power users is another major plus (hey, not everyone wants to know how to configure a system using arcane 1980-ish terminal commands when it could just as easily be done using a GUI).

      For once, stop the MS-bashing; Win9x sucked, absolutely, but MS has come a long way since then and a lot of the criticism just isn't in touch with reality anymore (apart from that it's becoming old, boring, and annoying).

    69. Re:Windows vs Linux by hhw · · Score: 1

      Uhh... which currently supported version of Windows can even reasonably run on a 386/25? You can suspect and imagine all you want. EXPERIENCE however, would tell you otherwise.

      --
      http://astutehosting.com/
    70. Re:Windows vs Linux by Anonymous Coward · · Score: 1, Informative

      You seem to confuse a few things.
      Linux is not an operating system. Linux is a kernel, and this utilizes whatever userland you choose.
      I doubt i have any GNU software on my FreeBSD 5.4-P6 boxen.
      The reason you call it GNU/Linux is because of the GNU userland alongside the Linux kernel, it makes no sense calling it GNU/BSD when the *BSDs are complete OS's (both kernel and userland).

    71. Re:Windows vs Linux by Anonymous Coward · · Score: 0
      > Anyone that says that Linux will beat out Windows in every situation is a fool.

      And of course anyone who claims they can install SAP in two days is a fool. :-)

    72. Re:Windows vs Linux by FireFury03 · · Score: 1

      Anyone that says that Linux will beat out Windows in every situation is a fool.

      True, but IMHO Linux can beat Windows in a great many situations - mostly the exceptions are simply where you need to use some commercial Windows-only software.

      That said, I have never seen Linux "reliably" core-dump at random except where there is dodgy hardware, some unusual hardware that has a not-well-tested driver or some propriatory driver (such as the older closed nVidia drivers) running.

      Windows and Linux use hardware in different ways - it could well be that the Linux crashes were caused by some bad RAM in the machine and Linux was just happening to put some important executable code in that chunk of RAM whilest (by chance) Windows might just be using that memory for non-executable data. The result would simply be that Linux would crash whilest under Windows you'd end up with silently corrupted data.

      Basically, if you've got some broken hardware then all bets are off - maybe Linux is pushing one bit of hardware slightly harder than Windows causing it to overheat or something (I've seen that before with nVidia graphics cards that don't have adequate cooling - they run fine until you fire up the nVidia closed source driver and then the whole machine comes crashing down as it overheats).

    73. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      No thanks. If I'm not using Windows then I may as well stick with Linux and make sure I'm using truly free software. Besides, if I want to use BSD software then I can always get Windows. Who knows how much BSD code they're using in there these days?

    74. Re:Windows vs Linux by irw · · Score: 4, Interesting

      I'll second al broccoli's response - the parent post is talking absolute crap.

      I, we - the team I work in, have recently finished a migration of SAP4.6 on windows to SAP4.7 on solaris. The windows installation was formerly the largest single installation of SAP on windows in western europe, and it had severe scaling and support problems.

      I also know from some years back, this having been discussed in an interview I attended, that Unilever, who before they switched held the crown for the largest installation of SAP on windows, switched to Digital UNIX (before it was Tru64) for exactly the same reason.

      SAP on any OS has a hefty hardware requirement list. In addition, to my mind, they make some stupid recommendations about memory. Viz - for our setup we have multiple V440 and V490 suns with 16GB memory, and SAP want (and, on some servers, having hit this problem, *need*) THREE or FOUR TIMES that in swap. I would have suggested either less databases on each machine, or more memory (not sure if 16GB is the physical limit for V440/490) or just bigger machines, but then it's not my job to spec these things.

      Anyway, having vast quantities of swap actively used as working memory may have contributed to the instability of a SAP system on linux, if as someone suggested that VM on linux is currently not as good as it could be.

    75. Re:Windows vs Linux by Anonymous Coward · · Score: 3, Funny

      It's not up to Stallman. Call it whatever you want. Your *BSD box has a lot of GNU stuff on it too ... call it GNU/BSD if you wish.

      A potato by any other name would be just as potato-esque but if you insist on calling it a rose you confuse both cooks and florists.

      GNU/BSD exists. GNU's opinion on that.

    76. Re:Windows vs Linux by TheRaven64 · · Score: 1
      Note that running a print server for one printer is a very lightweight operation.

      That really depends on what it's doing. I have a laser printer that can print PostScript or PCL. If you print PostScript, it can take several minutes per page to turn it into a bitmap using its internal 50MHz MIPS processor. If I print PCL, it happily does several pages per minute. If this load is offloaded to a print server, so every computer on the network sees it as a generic postscript printer (a good idea, by the way, since it means replacing the printer with a different model doesn't require upgrading lots of machines) then the CPU load on the print server can be quite high. It can be even higher if you are applying colour profiles. I have a dual P3 700 box with four custom accelerator cards which was originally sold by Xerox for this purpose - the fact that enough people bought them for mine to end up on eBay indicates that there is a market for this kind of thing.

      --
      I am TheRaven on Soylent News
    77. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      FFS get your head out of iSteve's ass. The Army isn't exactly known for it's brilliant procurement decissions, as such what you imply is a good thing, in fact, is not.

    78. Re:Windows vs Linux by TheRaven64 · · Score: 1

      You are correct, however most Linux users will say `I run Linux,' rather than `I run Fedora/Debian/Trendy-distro-of-the-week'. In contrast, a *BSD user will almost always say `I run FreeBSD,' or `I run OpenBSD' - the only exception is when they run several BSDs, or are making a point about the BSD-family. Note that BSD is not quite the same scope as Linux either, since all of the BSDs have different kernels (although there is some cross-polination, particularly at the driver level), while all Linux distributions run similar kernels (although most distributions heavily patch their kernels, so you can't be entirely sure that they are compatible if someone uses cutting-edge features in their code).

      --
      I am TheRaven on Soylent News
    79. Re:Windows vs Linux by Arker · · Score: 1

      Eh? Flamebait or clueless advocacy?

      FreeBSD/NetBSD/OpenBSD. Dragonfly? Something like that. Two or three other BDS OSs out there too, probably more I've never heard of.

      When you say 'FreeBSD' you're not qualifying anymore than when someone else says 'Debian' or 'Slackware' or even lord help us 'Redhat.'

      It's true, 'Linux' doesn't qualify all that - but then again 'Linux' is a kernel, not an OS, and when someone tells you their OS is 'Linux' that just means they're a little clueless. Just like if someone says 'BSD' that doesn't really qualify everything either - FreeBSD? NetBSD? OpenBSD? etc. have some serious differences too.

      In either case, you just need to get the actual OS name, not the kernel or lineage name.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    80. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      If you would RTFA, he was using RHEL 3. Of course, it's still not without its own quirks - I don't know how many times I've run that damn VM iowait fix on various RHEL/CentOS 3 boxes in the DC's I've worked in. But as numerous people have pointed out throughout history, a competent, determined admin in his native habitat will have no problem installing and configuring whatever he wants to run, regardless of whether or not the vendor "officially" supports it.

    81. Re:Windows vs Linux by bheer · · Score: 1

      Funny how everytime Microsoft comes out with a new version of Windows, the new version is "pretty stable", and the old one suddenly becomes the unstable mess

      You mean like how every time Apple releases a product the older one becomes a PoS? :-p

      Anyhow, if you think anyone's calling NT an 'unstable mess', you're smoking dope.
      I've been using NT since version 3.1 -- 3.1 was a tad slow (userland display drivers, mmm) but rock solid. NT4 was rock solid as well, except for one workstation with a bad display driver (S3 sent a patch for that one).

      Windows 2000 was excellent as well but for device support (getting USB to work with NT4 was not a nice experience), ability to work with a wider hardware base, improved VXD model (minidrivers, I believe they're called) and a more modern shell (NT4 shipped with IE2 and the Win95-style explorer unless you applied the Shell Update with SP4 that upgraded you to IE4 and the new shell).

      Similarly XP added even more hardware+media support, compatibility for a broader app base including games (important since the OS was going to be marketed to consumers as well).

      And in all of this, stability on supported hardware has not suffered a bit. If anything, NT's ability to deal with poor hardware has improved over time, especially with XP.

    82. Re:Windows vs Linux by madprof · · Score: 1

      Paranoia, anyone?

    83. Re:Windows vs Linux by Anonymous Coward · · Score: 0
      boxen.

      *cough* Ahem... one thing I'd like to point out here..

    84. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      And your compiler is?

    85. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      WinXP hasn't crashed on me for over two years now while I do a lot of graphical programming on it in different languages (so I do push the system to its limits quite frequently).

      We have XP w/ all of the updates, and it locks up once a week on the average. We just surf the web (firefox), and watch videos.

    86. Re:Windows vs Linux by NineNine · · Score: 1

      Wow. That's staggering evidence. You're talking about ONE server with medium sized data storage, and one cluster. Wow. I'm convinced. You're right. I can see very clearly from these two, well-documented situations that Windows does indeed suck. Thanks for providing so much evidence that I have no choice but to immediately switch out all of our Windows boxes in my business for Linux and OSX.

    87. Re:Windows vs Linux by NineNine · · Score: 2, Insightful

      The customer wasn't interested in helping the support engineers do their own jobs. I've seen this situation many times before. I'm sure that they had been working with these support engineers for a while, were getting nowhere, and this situation was the last of many where the engineers would request their internal IT department to spend a lot of time getting the support guys data, and the support guys would still shrug their shoulders. Makes total sense to me. After a point, I would've done the same. At some point, you have to move on with your business, and stop troubleshooting something that obviously isn't working.

    88. Re:Windows vs Linux by sardiskan · · Score: 1

      Yeah baby, FreeBSD rocks.

    89. Re:Windows vs Linux by Daytona955i · · Score: 1

      BS, linux does not require "quality" hardware. I have a laptop that is a dual boot system, Win2k and Linux. Long story short, one of the dimms went bad and windows would start to boot and the splat... at first I thought it was the hard drive so I wanted to try and get what I could off of it. I could boot up in linux and copy files. Granted after a certain period of time linux would crash as well but at least I could boot up and get a few files off... crash... repeat.

      For every tale of woe on a linux machine, I'm sure someone has a similar tale for a windows machine. I guess it boils down to troubleshooting and figuring out the problem. My guess is that the guy in the article had some bad hardware somewhere. In that case, if he didn't replaces the boxes themselves, I predict he will have problems with windows as well.

      For me, it's been 72 days since my last power outage. (I've gotta get a UPS)
      cflynn@MythTV:~$ uptime
        08:04:08 up 72 days, 13:03, 2 users, load average: 0.00, 0.00, 0.00

    90. Re:Windows vs Linux by RobertLTux · · Score: 1

      Putting aside the "piece of shit" argument for a moment... Who the hell cares about SAP? ---- How about every person that has a title of C*O? They need programs like SAP just to make sure that all the bits and pieces are going in the right directions when your stuff gets to the point that you can't even put your hands on 1% of your stuff. How would you like to try to run a Multinational Art Company without the proper software??

      --
      Any person using FTFY or editing my postings agrees to a US$50.00 charge
    91. Re:Windows vs Linux by dpilot · · Score: 1

      The customer should be interested in getting his solution up and running. As someone else said, assuming that the customer didn't purchase on-site support, the fact that he's talking to an engineer and not some user-help-less phone guy says that they're getting service.

      Something smells about this story. Not the least that they appear to have taken on a conversion without a pilot project.

      --
      The living have better things to do than to continue hating the dead.
    92. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      Read the post again before you post. He said "FreeBSD" NOT "BSD". There's also a difference between "Linux" itself and say "Debian, GNU/Linux". Linux is just a kernel, nothing else! FreeBSD, OpenBSD, NetBSD on the other hand are everything (kernel, userland, etc. made by the same crew). Linus Torvalds doesn't work on "Debian or RedHat", he works on Linux, only a kernel. Big difference man. Regards.

    93. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      Same issue here. I've put in two tickets to RH and they never even did a follow up after sitting there for days. I don't think they even read the message. I have no intention of paying for 25 copies of RHE maintenance every year. From now on, we will patch our servers from 1 box. Fuck em.

    94. Re:Windows vs Linux by Shanep · · Score: 1

      If anyone asks me what is my OS, I say simply "FreeBSD".

      Whenever people ask me and I reply OpenBSD and FreeBSD, they reply (while rolling eyes), "Oh, a Line-Icks user".

      I say no, BSD is not Linux, it is not a Linux distribution and it does not use Linux except on the odd occasion where some code might get ported between them to keep in with the different licences. The BSD's are each seperate whole systems, each developed seperately as whole-systems. And their reply is typically something like, "it's all the same shit".

      I love the BSD's. The consistency (esp OpenBSD), great doco (esp OpenBSD) and clean layout.

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    95. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      not really, any solution that requires constant support from the vendor is extremely expensive. having to deal with vendor engineers is expensive time wise and eventually you are just better off writing the investment off as a bad choice of products, especially if the issues are not getting any better regardless of how nice the vendor is.

    96. Re:Windows vs Linux by Antique+Geekmeister · · Score: 1

      They tried to run heavily loaded, production services on a 2.4 kernel. They got what they deserved: RedHat Enterprise 4.0 has been out since January with a robust 2.6 kernel, and they themselves chose to stay with RedHat Enterprise 3.0, which was definitely due for update when 4.0 came out.

      I don't blame Crest for that: I blame SAP, who definitely should have been more aggressive about updating their certified software capabilities to match the latest hardware available.

    97. Re:Windows vs Linux by Anonymous Coward · · Score: 0
      Linux isn't that much better than Windows. Even in terms of security and stability.

      I agree, security and stability can be had under both operating systems if you know what you are doing. However, if you actually enjoy messing around with this kind of thing, Linux wipes the floor with Windows in terms of Pure Nerd Enjoyment.

    98. Re:Windows vs Linux by Shanep · · Score: 2, Informative

      If I say "I run BSD" then there at least 3 different systems I could be running. Would you then say that "the BSDs have fragmentation just like Linux does"?

      The point is that FreeBSD (for example) is developed as a whole with it's own kernel developed for nothing else but FreeBSD. The FreeBSD kernel, userland tools, bootloader, fs layout, installer, etc are all developed together, specifically for each other. A Linux distribution can be to an extent also, but they would tend to want to track the official Linux kernel and continue to make changes as they see fit.

      FreeBSD is developed seperately as a whole. The same can be said for OpenBSD and NetBSD. There are no external forces that they need to deal with, as there is with any Linux distro. If Debian (I'm wearing a swirl t-shirt right now) does not like a Linux kernel change, they need to work it into what they do want, assuming they notice ALL the changes and ALL the consequences of seemingly innocent changes that they did not make. That is the fragmentation which the BSD's don't have.

      Maybe not a HUGE deal, but any Linux distro is certainly developed in a more fragmented manner than the three main BSD's.

      Theo de Raadt does not have to constantly change someone elses kernel or back-port desired changes between two large trees that continue to grow more and more different. The OpenBSD kernel is his and fits OpenBSD as a whole as it needs to, when it needs to.

      BTW, I like Debian the most of all the Linux distro's and feel that it comes closest to being the least fragmented in development. I am aware that Debian developers work on the Linux kernel, including the official Linux kernel. The fragmentation, is between the fact that there are a bunch of kernels, various versions of official, plus Debian kernels and that the rest of the system is built to perform around them.

      I realise that the BSD's also have various versions of their kernels, but their kernels are theirs, first and foremost.

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    99. Re:Windows vs Linux by Wudbaer · · Score: 1

      Apparently you never had to work with a bunch of more or less uninterested support engineers. They request from you data after data, you send them everything faithfully. Nothing ever happens or at least the problem isn't solved. Next iteration, with a different guy from the vendor requesting the same data - ad nauseam. Just because you are dealing with engineers doesn't mean that they really are keen on solving your problem.

    100. Re:Windows vs Linux by cduffy · · Score: 1

      Apache Tomcat is a simple double-click install and comes with a GUI service manager on Windows, while the Linux install is loads of manual fun.

      Unless you have remotely halfway-competant staff.

      I'm my employer's packaging dood (among a great many other things -- I also do everything from writing drivers to performance troubleshooting); I maintain customized packages for Oracle, Tomcat, various JVMs, and all the other components we use. Install the RPM, and the service is enabled -- done! And it just takes one of me for however many thousands of sites we end up supporting; no sysadmins need do anything custom whatsoever on the individual sites. Indeed, there's an autoconfiguration framework I wrote which pretty much makes setting up a new client installation a cookie-cutter operation -- something much easier to do on a Unix than elsewhere.

      And I cost one helluvalot less than $100/hr. Heck, I'd be thrilled if I made half that.

    101. Re:Windows vs Linux by rabbit994 · · Score: 1

      Wow, it can file server great, that's not really processor intensive. I've run file servers with 50 connections or more off P2/400. HardDisk bottlenecks before anything does. I would be more apt to blame either MS Access software (Seriously, who the in F*** runs any program of a access backend?) or Steam based software. Also, you didn't mention what OS your using for Windows. I think the problem isn't Windows as much as either it's third party apps or it's administration. I've got IIS servers running great with much more requests and hardware worse then yours.

    102. Re:Windows vs Linux by Shanep · · Score: 1

      They don't? Then why is there FreeBSD, OpenBSD and NetBSD?

      No, they don't. None of these rely on the other. They are each seperate wholes. Maybe this could have been seen as fragmentation years ago when they forked but now they are very much seperate complete entities. No fragmentation.

      Sort of like somebody might say `RedHat'. Or `Debian'. You get the idea.

      No, not at all. RedHat and Debian a distributions. Bundles of, to some extent, seperately developed software. FreeBSD on the other hand, is developed as a complete package. Every part has been specifically developed with the best interests of FreeBSD in mind.

      Do the same applications run on each of the *BSDs without recompliation? I tend to doubt it, but I haven't tried it ...

      Hey now this is a really interesting point which can show how fragmented this "Linux" thing can be (distros, kernel, etc). There have been a number of times when some Linux software I was trying to run, required a specific version and distro of linux to run without a recompile. If it was a comercial app, like VMware, I might have to settle for a distro I don't like and possibly an older version with a kernel that is far from up-to-date. This shows a certain type of fragmentation in Linux development.

      The BSD's are to some extent fragmented also in this particular respect, simply because they are different enough to cause a 3rd party some grief. But the same could be said about a 3rd party trying to make their software run on Solaris, OSX, RedHat Linux and FreeBSD. However BSD systems as they stand on their own, are whole and not developed in any fragmented manner. They have their own kernels. I guess one could argue in this specific point that the Linux distros are less fragmented because they all share a similar kernel, but the reality is that the various Linux distros are often each different enough the cause the same grief. Yet they all fall under this heading of "Linux".

      I prefer OpenBSD and FreeBSD where ever I can use them, because I know them best and have come to love them the most. When they both fall too short for a specific application that I need to get going, I look elsewhere.

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    103. Re:Windows vs Linux by Registered+Coward+v2 · · Score: 1

      Better tell the army

      You're assuming the Army is a monolithic organization where a central decision is made to go with a platform and everyone uses it.

      That's not how much of its procurement occurs - local organizations buy what they want based on price, quality, price, need, price, etc...

      --
      I'm a consultant - I convert gibberish into cash-flow.
    104. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      Actually, that's "Snake BSD? I thought you were dead!"

    105. Re:Windows vs Linux by labratuk · · Score: 1

      The vendors generally make Windows drivers, where the Linux drivers are often reverse engineered, and it often shows in the quality.

      This is the only thing I take issue with. I honestly usually find that reverse engineered drivers are some of the best you can get. They're generally done by people who know what they're doing.

      Conversely, the absolute worst drivers you get on Linux are almost* always the binary vendor written drivers.

      * Nvidia being the exception.

      --
      Malike Bamiyi wanted my assistance.
    106. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      Windows is not the same codebase.

      Yes, it is.

    107. Re:Windows vs Linux by clear_thought_05 · · Score: 1

      "Support" is a need as is "ability to support". So what you are saying is superfluous.

    108. Re:Windows vs Linux by jintxo · · Score: 1

      I agree there. I have installed mySAP (downloaded from SAPs webpage) fro evaluation/testing purposes (we have a couple products thati ntegrate with SAP for fax/sms sending), and have set it up quite easily. Only bitch about that particular version is that it NEEDED an older version of RedHat o run. I think it was 6.1 or 6.2, but the install was quite easy, as long as you knew how to read a shell script and install maybe an RPM or two.

    109. Re:Windows vs Linux by manno · · Score: 1

      I had a P3-800 with 3 256MB DIMMs. One was bad. I had Windows98 on it for years and it ran as well as expected.

      Windows 98 has notoriously bad memory management, and chances are it never even hit those last 256MB of RAM. I recal reading somwhere that 95/98, can only recognise 192MB of RAM, Maximum PC I think did the tests. It sounds like a tiny number now, but you have to realise back when 98 was released typical desktop PC's were shipping with 32MB of RAM. I remember people throwing a tizzy about 95's sugjested configuration having 16MB of RAM. 16MB at the time was like 2GB is now(on the desktop, not server area). Some users have that much ram but most have 1/4 of that.

      So chances are 98 could give two s@#ts less about the last 576MB of RAM. Where Gentoo runs into problems because it's actualy using that memory for something.

    110. Re:Windows vs Linux by mav[LAG] · · Score: 2, Informative

      It's a sly reference to a construct in Common Lisp. 'car' is the operator which fetches the first item of a list in Lisp, originally named after the IBM machine code instruction that performed the operation on the original Lisp implementation (Contents of Address Register iirc). In ANSI Common Lisp, 'first' is a more intuitive alias for 'car' and both can be used interchangeably (although it's recommended in most texts to choose one or the other and stick with it when writing code).

      --
      --- Hot Shot City is particularly good.
    111. Re:Windows vs Linux by nils · · Score: 1
      Even SAP R/3 for Linux is only supported on certain HW-configurations and under RH6.1 EE.

      Not really, take a look at www.sap.com/linux (follow the link to the news archive) and you'll see that it is supported for all releases of Red Hat Enterprise Linux as well as e.g. SLES.

      Disclaimer: I work for Red Hat in the SAP LinuxLab.

    112. Re:Windows vs Linux by al_broccoli · · Score: 1
      the install was quite easy, as long as you knew how to read a shell script and install maybe an RPM or two.

      And therein lies the problem. Someone performing an install that either does not know the application, or does not know the operating system, well, they're going to have a hard time no matter what they're doing. Why don't companies understand that?
    113. Re:Windows vs Linux by incom · · Score: 2, Insightful

      Yes, I'd like to know how this became a news story too, because I don't see any natural reason for it to be one, somebody had to have been proactive on this one, but for what reasons?

      --
      True genius is grasping a situation like a peice of fruit, and peircing it just right so that it drains dry.
    114. Re:Windows vs Linux by Anonymous Coward · · Score: 0

      What program/command are you referring to for being able to use bad DIMMS. Very much intrigued by this.

    115. Re:Windows vs Linux by ArsonSmith · · Score: 1

      I would fault sysadmins or hardware choice long before Linux or Windows. Here we run an enterprise data center with about 1500 windows servers and about 200 linux servers. We have a little less than 10 times the windows servers than linux but we have more than 20 times the windows support staff of 30 people. While I support all 200 Linux servers.

      try and figure out that TCO diffrence.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    116. Re:Windows vs Linux by sapped · · Score: 1

      Can you point me to a SAPGui (equivalent to 6.20) that runs on Linux?

      This, along with Garmin's annoying "Windows only" policy prevents me from switching my second machine to linux at home.

      I looked at the Java version, but couldn't get it running.

    117. Re:Windows vs Linux by ahodgson · · Score: 1

      I've run file servers with 50 connections or more off P2/400.

      I've run file servers with 200 connections on 486's. But that was with a real file server O/S (NetWare of course).

    118. Re:Windows vs Linux by Anonymous Coward · · Score: 0
      Unlike what the fanatics believe, Linux isn't that much better than Windows. Even in terms of security and stability.

      I'd really like you to back that up. If you know something that I don't, I'm all ears.

      Yes, if you put enough effort into Windows you can make it more stable and secure when stacked up against the common Linux distribution.

      I'm really trying to figure out if you mean that putting the same basic level of effort into both Windows and Linux results in similarly stable and secure systems. With a boat load of work, yes, Windows can be made comprable but the effort is really excessive and doesn't result in the same level of confidence or ease of maintenance (unless your target is to not have maintenance...a good overall design goal btw).

      Note that this is not a ding on any of the BSDs...I use them as well as Linux distributions and Windows as well as Solaris and HPUX. Overall, each *nix is a cousin of all the other *nix ... so are you speaking from experience in Linux vs. Windows or just talking trash about the family in an attempt to promote a favorite?

    119. Re:Windows vs Linux by ArsonSmith · · Score: 1

      Yea FreeBSD/OpenBSD/NetBSD/DebianGNUFreeBSD isn't as fragmented as Linux. I say I run Redhat and by that I qualify my package management, my system boot scripts, where my conf files are, and how the system works. BSD on the other had can mean a bunch of things.

      or

      Yea Windows 3.x/95/98/ME/2000/XP/2003/Vista/Server/Workstation /Professinal/Personal ins't as fragmented as the Unixes...

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    120. Re:Windows vs Linux by ArsonSmith · · Score: 1

      Guess you haven't heard of Debian GNU/kFreeBSD?

      http://www.debian.org/ports/freebsd/

      Debian trully is amazing. A complete lack of focus yet dedication to perfection in everything. The really amazing part of it is that they achive a staggeringly close afliction to it. Supporting 11 architectures and 3 Kernels, Debian GNU/Linux GNU/kFreeBSD GNU/Hurd. There is even a port to the GNU environment on Windows, and working on one to OSX.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    121. Re:Windows vs Linux by al_broccoli · · Score: 1

      You can get the latest java gui (don't go 6.20, the gui is backwards-compatible) from ftp://ftp.sap.com/pub/sapgui/java/640r4/PlatinGUI- Linux-640r4.jar
      I have not had any issues with this java gui running on Linux since the 4.6 gui days. As long as you RTFM (documentation is a separate file in the download directory), it has always worked well for me.
       
      There is no native SAPgui for any platform other than windows, only the java gui.

    122. Re:Windows vs Linux by orderb13 · · Score: 1

      I will be sure to mention this next Thursday along with my huge list of other complaints.

    123. Re:Windows vs Linux by N1XIM · · Score: 1

      I have a Win98SE with 768MB of RAM, and it does both see and use all of it, trust me.

    124. Re:Windows vs Linux by dougmc · · Score: 1
      I have a laser printer that can print PostScript or PCL. If you print PostScript, it can take several minutes per page to turn it into a bitmap using its internal 50MHz MIPS processor.
      I was referring to a a computer working as a print server, not the printer itself.

      But yes, if the print server is doing anything more than just feeding files to the printer port (like invoking ghostscript to convert postscript files to a bitmap in some printer format) it'll require lots more cpu. But if all you're doing is feeding what's fed to the lpd port to /dev/lp0 (with the queuing and such that goes along with that) its' a very lightweight operation.

    125. Re:Windows vs Linux by ArsonSmith · · Score: 1

      I doubt i have any GNU software on my FreeBSD 5.4-P6 boxen.

      Try

      cc --version

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    126. Re:Windows vs Linux by DrSkwid · · Score: 1

      fair comment, I was only copying and pasting, I should have left that bit off =)

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    127. Re:Windows vs Linux by dougmc · · Score: 1
      which currently supported version of Windows can even reasonably run on a 386/25?
      You didn't read the post in question very carefully, did you? The print server was running under FreeBSD, not Windows. Even the latest FreeBSD still supports 386 cpus, though memory might be a bit tight.
      You can suspect and imagine all you want. EXPERIENCE however, would tell you otherwise.
      Indeed. A few years ago, I recall putting two parallel port cards into an old 486/50 box and putting Linux on it, and putting two printers on it. Even if both printers were actively being used, the load average never went above 0.1. The box ran both lpd and samba, so printing could be done from Windows and *nix.

      Eventually the printers were replaced with printers with built-in network connections and the machine retired (again -- it was pulled out of retirement to be a print server), but until then, it sat there idle for 99% of the time even when people were printing lots of stuff.

    128. Re:Windows vs Linux by lidocaineus · · Score: 1

      Ah Vines. It was teh new hotness awhile back (ok a long while back). I loved their print ads. The name always reminded me of those really good licorice whips of the same name. Can I have a job?

    129. Re:Windows vs Linux by dougmc · · Score: 1
      This is the only thing I take issue with. I honestly usually find that reverse engineered drivers are some of the best you can get. They're generally done by people who know what they're doing.
      Yes, they're done by people who know what they're doing, because it's hard to do.

      Howeve, reverse engineering doesn't always catch corner cases that happen very infrequently. So the reverse engineered driver may work fine on the developer's system, but then it gets on another system and it locks up the system on a regular basis because there's something different that the developer didn't anticipate. Had the developer had access to the (internal) documentation that goes along with the device/chipset, he'd have known that he needed to test for and handle this case, but since he didn't, he didn't.

      As much as I'd like to say otherwise, expericence tells me that many Linux device drivers have bugs. Some are fatal, crashing the box or totally breaking the device in question, and some just slow things down. Mostly this is the case only with brand new hardware or things that are used very infrequently (or haven't been updated in years, being obsolete) but the bugs are still there. Windows drivers have bugs too under the same conditions, but they seem to be less common. Or maybe the occasional crashes are being blamed on Windows as a whole (because your debugging options are limited once the GUI locks up) rather than on a specific driver. Who knows?

      In any event, if you want maximum system reliability, you want time-tested devices and drivers. Stay away from the bleeding edge, for both Windows and Linux, though the very first version of the Windows drivers for something are more likely to work reliably than the very first version of the Linux drivers for the same device, especially if the Linux driver had to be reverse engineered rather than being written from the proper documentation. (Though the Linux driver will probably get fixed faster if needed.)

      Conversely, the absolute worst drivers you get on Linux are almost* always the binary vendor written drivers.
      * Nvidia being the exception.
      Generally agreed, though I've had my share of problems with the Nvidia drivers locking up the console (so I have to log in remotely and kill X, and even that doesn't always make the console usable) or my entire system. Granted, it's been a little while since I've seen this, but it certainly plagued me for a while.
    130. Re:Windows vs Linux by dougmc · · Score: 1
      No, they don't. None of these rely on the other. They are each seperate wholes. Maybe this could have been seen as fragmentation years ago when they forked but now they are very much seperate complete entities. No fragmentation.
      Your point seems to be that the *BSDs aren't fragmented because they're so different now. Compare this to the Linux distributions, which are fragmented because they're still quite similar -- in fact, similar enough to run the same binaries in most cases.

      Which I guess is valid, but it really depends on what you decide that `fragmented' means. The *BSDs (and I forgot to mention BSD/OS, MacOS, SunOS 4, Ultrix and others) are just `so fragmented' that they all look different and run different binaries, where the Linux distributions are similar enough that they can generally even run the same binaries.

      So rather different is better than very similar? I can see some truth to that (as it would reduce confusion) but being different also means that commercial software is less likely to be found on the rather different systems, and in fact that is the case -- the *BSDs don't have nearly as much commecial software support as the Linuxes.

      There have been a number of times when some Linux software I was trying to run, required a specific version and distro of linux to run without a recompile. If it was a comercial app, like VMware, I might have to settle for a distro I don't like and possibly an older version with a kernel that is far from up-to-date. This shows a certain type of fragmentation in Linux development.
      Compare this to the *BSD version of the story, where you have an application that was built for BSD/OS, but you want to run it under FreeBSD. And it won't run, period. (Though I don't know what the binary compatibility/emulation between the BSDs looks like. Perhaps FreeBSD can run BSD/OS binaries in some cases -- I've never tried.)

      So which is better? Being able to run something if you jump through some hoops, or not being able to run it at all?

      However BSD systems as they stand on their own, are whole and not developed in any fragmented manner. They have their own kernels.
      Actually, the various Linux distributions generally have their own kernel forks too. And the BSDs do incorporate changes made in other BSDs, though in that case the kernels are a more different so it's more difficult to do. The BSDs just don't have a `master' kernel anymore, though FreeBSD and NetBSD do have other distributions that DO share it's kernel, and there's several embedded systems built on FreeBSD that would be seen as other distributions.

      Ultimately, the biggest difference between the *BSDs and the Linux distributions regarding `fragmentation' is that people tend to treat the *BSDs seperately, and to lump all of Linux under `Linux'. It's like they're expecting more of the Linuxes -- that they expect things to work under any Linux distribution, but only under one *BSD. And the Linuxes mostly deliver, but not completely -- and they gets faulted for that.

      I guess the answer to the `fragmentation' issue (as it seems to be seen by you and many others) would be to make a Linux distribution that's not binary compatible with other distributions at all, and is configured and administerred differently, and to call it something other than Linux. Then it would be just like another *BSD -- not that compatible with anything else. And nobody would use it, because they'd rather have a better supported Linux distrubution, which will be compatible with a lot more things.

      I prefer OpenBSD and FreeBSD where ever I can use them, because I know them best and have come to love them the most. When they both fall too short for a specific application that I need to get going, I look elsewhere.
      Is that relevant at all to a discussion about `fragmentation'?
    131. Re:Windows vs Linux by dougmc · · Score: 1

      You seem to confuse a few things.
      Linux is not an operating system. Linux is a kernel, and this utilizes whatever userland you choose.

      I'm not confused about that. I do make some assumptions when I write things, and in that case I'm assuming that the reader understand it. I'm glad to see that you understand it.

      I doubt i have any GNU software on my FreeBSD 5.4-P6 boxen.

      On a FreeBSD 4.9 box --

      % find /usr/share/man -type f | xargs zegrep -l 'GNU|GPL|/gnu/' | \
      sed 's/.*\///' | sed 's/\.gz$//' | sed 's/\.[0-9]$//' | sort | uniq | xargs | fmt

      CC COLOR_PAIR NIS PAIR_NUMBER YP addch addchnstr addchstr addnstr
      addr2line addstr apropos ar as as.1aout asprintf assume_default_colors
      attr_get attr_off attr_on attr_set attroff attron attrset awk
      baudrate bc beep bkgd bkgdset border bottom_panel box bunzip2 bzcat
      bzip2 c++ can_change_color catman catman.local cbreak cc cccp chat
      chgat ci clear clearok clrtobot clrtoeol co color_content color_set
      copywin cpio cpp csh ctm ctm_dequeue ctm_rmail ctm_smail cu
      current_field current_item curs_addch curs_addchstr curs_addstr
      curs_attr curs_beep curs_bkgd curs_border curs_clear curs_color
      curs_delch curs_deleteln curs_extend curs_getch curs_getstr curs_getyx
      curs_inch curs_inchstr curs_initscr curs_inopts curs_insch curs_insstr
      curs_instr curs_kernel curs_mouse curs_move curs_outopts curs_overlay
      curs_pad curs_print curs_printw curs_refresh curs_scanw curs_scr_dump
      curs_scroll curs_set curs_slk curs_termattrs curs_termcap curs_terminfo
      curs_touch curs_trace curs_util curs_window curses curses_version
      cvs cvsbug data_ahead data_behind dc def_prog_mode def_shell_mode
      default_colors define_key del_curterm del_panel delay_output delch
      deleteln delscreen delwin derwin dft_fgbg dialog dialog_checklist
      dialog_clear dialog_clear_norefresh dialog_create_rc dialog_fselect
      dialog_ftree dialog_gauge dialog_inputbox dialog_menu dialog_mesgbox
      dialog_msgbox dialog_notify dialog_noyes dialog_prgbox dialog_radiolist
      dialog_textbox dialog_tree dialog_update dialog_yesno diff diff3
      ditroff doupdate draw_box draw_shadow dup_field dupwin dynamic_fieldinfo
      echo echochar editrc egrep elf end_dialog endwin eqn erase erasechar
      f77 fdisk fgrep field_arg field_back field_buffer field_count
      field_fore field_index field_info field_init field_just field_opts
      field_opts_off field_opts_on field_pad field_status field_term
      field_type field_userptr filter flash flushinp form form_cursor
      form_data form_driver form_field form_field_attributes form_field_buffer
      form_field_info form_field_just form_field_new form_field_opts
      form_field_userptr form_field_validation form_fields form_fieldtype
      form_hook form_init form_new form_new_page form_opts form_opts_off
      form_opts_on form_page form_post form_request_by_name form_request_name
      form_requestname form_sub form_term form_userptr form_win fprintf
      free_field free_form free_item free_menu ftp g++ gasp gate-ftp gawk
      gcc gdb gdbserver genassym get_helpline getbegyx getbkgd getch
      getmaxyx getmouse getnstr getparyx getstr getsyx getwin getyx gperf
      gprof grep groff groff_char groff_diff groff_man groff_markup
      groff_mdoc groff_me groff_ms groff_mwww groff_out groff_tmac
      groff_trace groff_www grohtml grops grotty gunzip gzcat gzip halfdelay
      has_colors has_ic has_il has_key hide_panel hier hline idcok ident
      idlok immedok inch inchnstr inchstr info init_color init_dialog
      init_pair initscr innstr insch insdelln insertln insnstr insstr
      install-info instr intrflush is_linetouched is_wintouched isendwin
      item_count item_description item_index item_init item_name item_opts
      item_opts_off item_opts_on item_term item_userptr item_value
      item_visible keybound keyname keyok keypad killchar ld ld.1aout
      leaveok less lesskey line_edit link link_field link_fieldtype
      longname m4 make.conf makeinfo makewhatis makewhatis.local man
      m

    132. Re:Windows vs Linux by tolkienfan · · Score: 1
      I totally agree - choose the tool that best suits your needs.

      Remember that that includes now, and in the future.

      Microsoft have and are doing their best to maintain their monopoly, and build new monopolies in additional markets.

      They bribe congress. They destroy competition.

      Using a tool from Microsoft will cost you some now, but in the future it'll cost more than just money.

    133. Re:Windows vs Linux by wolf31o2 · · Score: 1

      What amazes me is that they had IBM hardware and RedHat Engineers working on this and it still didn't work. I've installed Linux servers for 10 years and rarely have experienced such problems. Usually it was the hardware or my screw up at the center of it all.

      Where I work, we run IBM BladeCenters with HS20 blades. We've had *tons* of issues with Red Hat Enterprise Linux on these machines. Now, the issues have been worked out over the past couple years, but getting fixes for some of these items has taken months. Almost all of the issues have ended up being kernel-related, due to patches added to the kernel by Red Hat. The remaining issues were due to poor default configurations, such as having crap like kudzu enabled by default on a server OS. Honestly, I don't think Red Hat has the support staff to be able to properly support all of the plethora of hardware out there efficiently.

    134. Re:Windows vs Linux by Antique+Geekmeister · · Score: 1

      The problem probably isn't the hardware, or Linux. It's SAP. Closed source, extremely feature-driven to sell the latest/hottest/greatest widgets to the VP's who approve its purchase, and extremely reluctant to discuss their system internals with anyone, even when they require very specific kernel and software configurations. That's begging for trouble when you actually use it in the field, but since their main customers are using Windows, you benefit from their support staff and early bug reports being focused on that arena.

    135. Re:Windows vs Linux by guardian-ct · · Score: 1

      I'm guessing RedHat's enterprise-level support would be better than the phone company's, but if not ... 3 levels of tech support, all requesting the same information before you finally get to convince them to send out a network guy to look at the remote switch DSL card directly. It was an odd problem though, from every indication, everything was "green light" with the network, from both sides, aside from actually being able to connect to the rest of the net.

      I suppose the lesson with that is, if all of your software has been updated, and thinks it's working, and the machine still crashes randomly, check the hardware.

      It also seems a bit like the old "'Dog bites man' isn't news, but 'Man bites dog' is" thing. "Windows Crashes" is more like "Dog bites man".

    136. Re:Windows vs Linux by cHiphead · · Score: 1

      I avoid WIMP b/c I cannot stand the inefficient feel of the IIS GUI interface. A single apache.conf (and the ability to spread the .conf across multiple files for organization of sets of config options, ie vhosts.conf for virtual hosts) really IS much easier to deal with when you have the hang of admining both sorts. Having to right click and properties and tab and go to advanced on multiple items in multiple drop downs gets VERY frustrating. That said, I will concede that a WIMP is more likely to be more production stable on a winbox than a WAMP config, mostly b/c you will have more support in terms of 'wtf is broken'-kinds-of-issues when searching google.

      Cheers.

      --

      This is my sig. There are many like it, but this one is mine.
    137. Re:Windows vs Linux by cHiphead · · Score: 1

      It would be just fine and dandy to have a flashy bullshit GUI as long as its just changing options in a simply structured plain text file that can be managed by hand (and is TAUGHT as part of SAP admin training, *MORESO* than the GUI).

      --

      This is my sig. There are many like it, but this one is mine.
    138. Re:Windows vs Linux by Anonymous Coward · · Score: 0
      If neither one cuts it, get FreeBSD. (Hey, don't forget about us!)


      Forget that! Get CP/M.

    139. Re:Windows vs Linux by jrockway · · Score: 1

      I didn't say Windows sucked, I'm just said that some people do happen to use OS X for things other than the iTunes and Safari. Those are good too, though :)

      --
      My other car is first.
    140. Re:Windows vs Linux by Shanep · · Score: 1

      Which I guess is valid, but it really depends on what you decide that `fragmented' means.

      Yes, my main point is that the BSD's kernels are dedicated to those particular BSD's. Ultimately I don't think it makes a huge issue because any negative effect of this to the Linux side would be offset by the fact that there are many more people developing on the Linux side and Linux has some big name funding.

      the *BSDs don't have nearly as much commecial software support as the Linuxes.

      Very true.

      So which is better? Being able to run something if you jump through some hoops, or not being able to run it at all?

      Not sure about FreeBSD, but OpenBSD has plenty of emulation options. Although I've never needed to try them. From their web site, "OpenBSD supports binary emulation of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and HP-UX".

      I guess the answer to the `fragmentation' issue (as it seems to be seen by you and many others) would be to make a Linux distribution that's not binary compatible with other distributions at all, and is configured and administerred differently, and to call it something other than Linux.

      No. The solution is to choose what best fits the needs of whatever your problem happens to currently be.

      I just see the BSD's as being a little tighter in how everything fits together. Thats all. There are pro's and cons to all camps and that is why it's not "one size fits all".

      Is that relevant at all to a discussion about `fragmentation'?

      Since I enjoy how clean the BSD's are, due to being so tight, I think it is.

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    141. Re:Windows vs Linux by HighBit · · Score: 1

      Windows 512 megs of RAM; see http://support.microsoft.com/default.aspx?scid=kb; en-us;253912 for more information

    142. Re:Windows vs Linux by Anonymous Coward · · Score: 0
      Since I enjoy how clean the BSD's are, due to being so tight, I think it is.
      Do you also enjoy how clean your asshole is, from being so tight?
    143. Re:Windows vs Linux by runderwo · · Score: 1

      Look into the 'badram' patch. It has not been integrated into the mainline kernel for some reason I'm not aware of.

  4. There's no debate. by amarodeeps · · Score: 4, Insightful

    It costs money to hire qualified admins, Windows or Linux.

    1. Re:There's no debate. by detritus` · · Score: 4, Insightful

      Yes, but windows admins come a lot cheaper... at least up here where everyone and their dog has an MCSE

    2. Re:There's no debate. by Grax · · Score: 5, Funny

      Qualified admins are never cheap.

      I've never hired a dog that was an MCSE.

      I did hire an elephant once. He remembered everything and worked for peanuts. We never had a second problem with a computer if he troubleshot the first one. Amazing what a good stomp will do to a system.

    3. Re:There's no debate. by ThaFooz · · Score: 0

      Yes, but windows admins come a lot cheaper... at least up here where everyone and their dog has an MCSE

      That's an illusion steming from the fact that its far too easy to pass of remedial Windows knowldege as expert Windows administration skills to a PHP. Any decent sysadmin knows concepts, not platforms, and can work with whatever you hand them.

    4. Re:There's no debate. by Anonymous Coward · · Score: 0
      I have some limited experience setting up CRM and ERP systems in Windows. When I was doing this Linux was not mature enough, Unix was too expensive, and no one was touching the mac. The thing about a windows setup is that it is robust enough so that an incompetant person can get it basically up and running. Windows does not have all the security and checks that makes it nearly impossible to get a product up and running. I am not being sarcastic, just realistic. Bad configuration and security issues might cause problems up the road, but that was not a issue. The issue was getting the software up and running. As countless data leaks over the past few years have shown, security issues can be dealt with later.

      One other thing. In most firms the bookkeeping is random and fucked up. One nice thing about the computer is that forces everyone to use a standard procedure to keep track of money and product. There is not the freedom to change part numbers, or randomize procedures, just because some supervisor wants to go home early. This is one of the benifits of the a software like this, often unaccounted for. Therefore the way business is done will change with the new software, but that is in fact one of the reasons to acquire the software.

    5. Re:There's no debate. by aussie_a · · Score: 2, Insightful

      Any decent sysadmin knows concepts, not platforms, and can work with whatever you hand them

      Boss: I want result X. Sys-admin: Oh that's easy. In theory you do acts A, B and C. In theory it takes about Y weeks to do it. Boss: Great, I'll let you get to it. Y weeks later. Boss: So how is it going? Do you think you'll be able to finish it in a timely manner? Sys-admin: I've barely started, I don't know your platform, I only know the concepts.

      To say a great sys-admin shouldn't know a platform, only concepts AND be able to work with whatever you hand them is ridiculous. A good foundation of concepts and theory is essential to a good sys-admin. But experience and knowledge of a particular platform that they're expected to use is also important. It's like knowing the concepts in OO programming is much more important then knowing a particular OO language. However you can't hand someone a task to do in a specific OO language without some training prior in that particular language (whether it be self-taught for a few days or a course for a few weeks).

    6. Re:There's no debate. by ThaFooz · · Score: 1, Insightful

      To say a great sys-admin shouldn't know a platform, only concepts AND be able to work with whatever you hand them is ridiculous...It's like knowing the concepts in OO programming is much more important then knowing a particular OO language. However you can't hand someone a task to do in a specific OO language without some training prior in that particular language (whether it be self-taught for a few days or a course for a few weeks).

      Well of course they might need a couple days or even a week or two of studying/training. But when you're talking about a new hire, or rolling out a new system/archtecture/whatever, isn't that always involved? The training period is very likely insignificant compared to the life of the project... if my next project required Ruby on Rails instead of my more familiar PHP and JSP, you could bet that the bulk of my time wouldn't be spent in the Ruby manual.

    7. Re:There's no debate. by ekimminau · · Score: 2, Insightful

      And... you get what you pay for. Just because a Windows admin is cheaper doesnt mean he is better or worse than the higher paid Linux admin however I would put the network troubleshooting skills of an "average" Linux admin vs. and "average" windows admin on any day and Im willing to bet the Linux admin would run circles around the Windows guy. In my 15 years of experience guys who only know windows normally are a waste of breath and most *nix admins exceeded the expectations of the windows support community and moved into something better. MY .02.

      --
      Armaments, 2-9-21 And Saint Attila raised the hand grenade up on high, saying, 'O Lord, bless this Thy hand grenade' N
    8. Re:There's no debate. by NutscrapeSucks · · Score: 1

      I think you're full of shit. There's a wide range of common server tasks such as File+Print or Directory Services, where the knowledge and experiece of Windows admins run pretty deep, but yet are considered expert configuration on Linux. True that an truely top-notch enterprise Windows administrator does not come cheap, but most Windows networks are not in need of Expert knowledge, or can easily bring in consultants to meet the rare needs.

      And I'd certainly never hire a sysadmin for "concepts" -- he'd better know the platform and the applications and how to support them. A guy who spent the last 5 years rooting around the IIS metabase is of little use for Apache and visa-versa.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    9. Re:There's no debate. by detritus` · · Score: 1

      heh, no way am i gonna argue with you on this one, you're preaching to the choir here... but the sad part remains someone who's looking for an admin probably doesnt know that much about computers, and they'll see they can get an admin for windows much cheaper than a unix/linux/multiplatform admin (Although i will admit i've met some pretty sad unix admins in my day, its like any field i guess). The other part is that unfortunately MS has the MSCE title, which does look good on someone's CV. The various certs you can get from RH and various other vendors just doesnt have the same weight (Not the actual usefulness of the cert, but weight in the HR department... of course i dont believe in most certs as all they mean is you can study for a test)

    10. Re:There's no debate. by dindi · · Score: 1

      "security issues can be dealt with later."
      hahh... i better deal with the unix config and figure out why it is DENY ALL and then implement the ALLOW than deal with a system that is easier to install because everything is ALLOW first to make the install easy ....

      I mean if you don't know why a service is not staring or accessible look at the logs .... they will tell you what was denied and why the service or the connection fails ....

      do not allow everything then fix it later because it won't happen... it WILL BE LEFT default if it runs default then your secureity, your dat, your whatever is HUSSS.... out the window....

      yes windows software is easier to install but then you have idiots clicking default configs together and have a poo service for your poo money

    11. Re:There's no debate. by Dachannien · · Score: 1

      The unfortunate downside to using elephants is that they still insist on using 5.25" floppies.

    12. Re:There's no debate. by Greyfox · · Score: 4, Insightful
      Admins are cheap. Admins who can get a dead system up and running with an angry customer, manager or both breathing down their necks are a lot more expensive. You can take any will work for food guy off the street, give him a cheeseburger and show him how to install your operating system. If that's the kind of guy you want to trust your company to, more power to you. Chance are he wrote his will work for food sign on the back of his MCSE certificate.

      Problem of course is that most hiring managers can't tell the difference between the will work for food guy and the guy who can actually save your company when its systems are down and millions of dollars are on the line.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    13. Re:There's no debate. by Floody · · Score: 1

      Any decent sysadmin knows concepts, not platforms, and can work with whatever you hand them

      Boss: I want result X. Sys-admin: Oh that's easy. In theory you do acts A, B and C. In theory it takes about Y weeks to do it. Boss: Great, I'll let you get to it. Y weeks later. Boss: So how is it going? Do you think you'll be able to finish it in a timely manner? Sys-admin: I've barely started, I don't know your platform, I only know the concepts.

      That's not the experienced SA response. The experienced response is "In theory, it's easy, you just do A, B and C. However, I am unfamiliar with the nuances of this platform and related systems, so I'll need some time to analyze and more thoroughly understand the problem, after which I can give you a relatively firm implementation date. Also, once completed, you can rest assured that I will have achieved indepth working knowledge of the system and be able to predict most failure modes as well as rapidly provide answers to any future questions that arise."

    14. Re:There's no debate. by NormalVisual · · Score: 1

      Ah, that photo takes me back to my Apple II days. I don't recall that I ever had an Elephant floppy go bad on me, which is more than I can say for some other brands...

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    15. Re:There's no debate. by TheRaven64 · · Score: 1
      Most admins enter the profession with a minimum of experience and learn on the job. The cost of an admin is defined by the number available with the minimum expertise to be worth training. In the Windows world, this is a lot higher, because there are a huge number of people who have grown up using Windows and can do junior sys-admin type things. In the Linux world, there are fewer people who have the minimum required skill set (geeks and hobbyists mainly) for entry-level sysadmin posts, and fewer (mainly ex-UNIX admins) who can fill the senior posts and train the junior techs.

      The advantage something like Linux has is that anyone can download it and gain the necessary skill set for a junior position (requirements: willingness to learn, not being entirely clueless to start with). Over the next decade, more people will do this, and the cost of junior Linux admins will drop. Eventually, the cost of senior Linux admins will also drop.

      --
      I am TheRaven on Soylent News
    16. Re:There's no debate. by Anonymous Coward · · Score: 0

      He said 'qualified', not 'certified'. An MCSE may qualify you to get the job, but brother, it has nothing in the world to do with being able to DO the job.

    17. Re:There's no debate. by Alioth · · Score: 1

      Those 'cheaper Windows admins' are in reality reboot monkeys. A *good* Windows admin is every bit as expensive as their Unix counterpart. You don't get cheap Unix admins because generally the reboot-monkey type simply doesn't survive, wheras they can as a Windows "admin".

      We just had the reality of supposedly easy point-and-drool Windows based everything here. The difficulty of getting the Windows server based system to perform even just half the speed of the old Novell based system (running on old hardware) was so high that they had to hire consultants from Microsoft itself - who still took a month to gain barely adequate performance out of the system. I imagine the cost overrun is enormous and the TCO much higher than the Novell system it replaced.

    18. Re:There's no debate. by zotz · · Score: 1

      "It costs money to hire qualified admins, Windows or Linux."

      "Yes, but windows admins come a lot cheaper... at least up here where everyone and their dog has an MCSE"

      Perhaps he should have said good admins or competent admins instead of "qualified" admins then.

      all the best,

      drew
      --
      http://www.ourmedia.org/node/64732
      Paper Plane Video
      CC BY-SA

      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
    19. Re:There's no debate. by Grax · · Score: 1

      All things being equal I would pick the IIS guy for the IIS uses and the Apache guy for the Apache uses, but I would have no problem hiring a guy who spent 5 years rooting around in the IIS metabase to work on Apache. He obviously is familiar with web servers, web concepts, and configuration. In the long run he will do a better job than an under-experienced Apache admin.

      Knowing concepts allows the administrator to function well beyond his knowledge level. Anyone can learn or get a list of "if X happens then do Y", which usually works out to "X happened, reboot again". If they actually learn the concepts and can figure out the reason behind it then they can say "X happened. We can do this and X will not happen again."

  5. Well right.... by Darkinspiration · · Score: 0

    if you don't know what your doing a linux box can be as unstable as jello on a trempoline. I agree however that a windows box is quick to setup compared to a linux box. But the différence is that once you setup a stable linux box. You dont have to touch it ever. Except to patch, and admin. But if you documented your config correctly the minute you have to build another one. it's a snap.

    1. Re:Well right.... by jerw134 · · Score: 1

      But the différence is that once you setup a stable linux box. You dont have to touch it ever. Except to patch, and admin.

      Alright, I'll bite. Aside from "patching and admining" a Windows server, why else would you need to "touch" it?

    2. Re:Well right.... by firl · · Score: 2, Funny

      "touch" the power button to turn it back on after it crashes.

    3. Re:Well right.... by Anonymous Coward · · Score: 0
      Alright, I'll bite. Aside from "patching and admining" a Windows server, why else would you need to "touch" it?

      To overwrite it with a real operating system.

    4. Re:Well right.... by Anonymous Coward · · Score: 0

      reboot when it hangs or when apps crash constantly. reboot when it is out of RAM and will not free it up. Format and reinstall when the registry is corrupt. Format and reinstall when it is pwned and destroyed.

    5. Re:Well right.... by Anonymous Coward · · Score: 0

      cause when it crashes you have to get the ouija and magic crystals out to try to recover it - only to cry in frustration and have to re-install from scratch and attempt to get your backup tapes to restore data - which really almost never works on windows.

    6. Re:Well right.... by Achromatic1978 · · Score: 1
      reboot when it is out of RAM and will not free it up

      And if an *IX application does same, you don't reboot?

      Format and reinstall when it is pwned and destroyed

      Last I checked, also recommended procedure when an *IX box was 'pwned', too.

      Troll.

    7. Re:Well right.... by Darkinspiration · · Score: 0

      Well i was more along the lines of: reinstalling it because it's so dam slow now.... but the others reasons are ok to... XD Still no OS is 100% perfect, not even linux.

    8. Re:Well right.... by Anonymous Coward · · Score: 0

      And if an *IX application does same, you don't reboot?

      I hope you never touch any of my servers. You terminate the application. If SIGTERM doesn't do it, resort to SIGKILL. Then you restart the application and start trying to work out what caused it to require a SIGTERM in the first place.

      Reboot the server because of a runaway application? Christ on a stick!

    9. Re:Well right.... by firl · · Score: 1

      lets say java goes crazy and in theory goes nuts like you say. and you try this ps -A | grep java kill # and oh wait the process doesn't stop then kill -s 9 # if that still doesn't work, you can even send the proccess a signal making it think the computer is rebooting. I have not once needed to reboot because of a runaway process with linux, windows? yes of course, but not linux

  6. "A" Linux Operating System? by elmegil · · Score: 1

    What, Joe's Special Distro? All the SuSE and RedHat machines I've ever run were rock solid. They weren't running SAP, mind you, but still.....

    --
    7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    1. Re:"A" Linux Operating System? by danheskett · · Score: 5, Insightful

      I've known many, many, many people who swear by Linux's reliability and uptime. When I look at their load usage, it's alway like "0.01, 0.01, 0.02" or some such low usage box. Chances are, if they are running SAP, that box is loaded. Or overloaded. And then, things can sometimes get more dicey. A device driver that works okay under low-load is fine, but then when the commands are stacking up it barfs. Or some hardware that's been only marginally fast enough is exposed as underperforming (especailly hard drives and FSB). Performance degrades quicker than expected very often, and resources can easily become exhausted. I love Linux, but often people who swear by it have never seen the pain of a truly heavily loaded Linux box. It's much better now that a lot of sweat has gone into the scheduler.

    2. Re:"A" Linux Operating System? by hereschenes · · Score: 1
      Read the article before you start making arbitrary comments.

      The company distributes audio and video accessories to retailers across Australia. Last November it began migrating to an SAP enterprise resource planning system running on Red Hat Enterprise Linux 3.0.

      --
      More like... nerdular nerdence!
    3. Re:"A" Linux Operating System? by jimkski · · Score: 1

      I think TFA said he was using Red Hat Enterprise Linux 3.0.

      --
      yea i stole your sig- whats the big deal, it sucked anyway.
    4. Re:"A" Linux Operating System? by lav-chan · · Score: 1

      Read the article

      Or even the summary.

    5. Re:"A" Linux Operating System? by Anonymous Coward · · Score: 0

      When I look at their load usage, it's alway like "0.01, 0.01, 0.02" or some such low usage box

      Those numbers are averages for the last 1, 5 and 15 minutes respectively (see man uptime). It doesn't mean that the Linux box wasn't running at very high load just half an hour before you looked at it or earlier that day or whenever. Also there's nothing stopping a machine with a load average of around 1 being under extremely heavy load if that 1 runnable process is monopolising all the resources.

      In short that's a pretty meaningless comparison you're doing there and it doesn't support your conclusion that 'this box isn't used heavily'.

    6. Re:"A" Linux Operating System? by Overly+Critical+Guy · · Score: 1

      Well, hey your anecdotal experience somehow applies to the one in the story. Next time he should just give you a call and ask how it went for you instead of going by how it went for him!

      --
      "Sufferin' succotash."
    7. Re:"A" Linux Operating System? by KillShill · · Score: 1

      actually no.

      nominating Bolton to the UN fits in with those doing the nominating.

      it would be like Bill nominating Balmer to be the CEO... oh wait...

      --
      Science : Proprietary , Knowledge : Open Source
    8. Re:"A" Linux Operating System? by at_slashdot · · Score: 1

      How about if it's not Linux's fault but it's the SAP program.

      A program can eat all the memory and then all the swap and than it's rather easy to crash even a very stable kernel -- or the computer would just freeze (that would be technically different than crashing I guess, but you cannot blame an OS that it doesn't run properly when you have only 1 byte of free memory)

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    9. Re:"A" Linux Operating System? by jericho4.0 · · Score: 1

      The OP obviously knows all that. News Flash; Computers in corporate enviroments are expected to run at very high load, 24/7.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    10. Re:"A" Linux Operating System? by Daengbo · · Score: 1

      See this stress test that I did a few years ago. Load of 25 for hours without a hiccup. Well, yeah, the server slowed down, but it never hung, and as soon as the load went down to a normal level, everything was fine.

      This article reeks of PR to me. Why did this small business go to the reporter in the first place? Why are the two biggest Linux consulting firms (RH & IBM) showed as being impotent? I'm not going to dispute the facts in the article, because I live a couple thousand miles north of the company, but the tone of the article makes it sound like it was written by a PR company and released to the press.

    11. Re:"A" Linux Operating System? by SpaceLifeForm · · Score: 1
      It's just bought and paid-for FUD.

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
    12. Re:"A" Linux Operating System? by jack_csk · · Score: 1

      I've worked for an ISP, and they had a Pentium II 300Mhz that was taking care of a number of customer e-mail accounts and dialup. That box was constantly under heavy load and it would be stable for at least half an year. Imagine doing the same thing with Windows (any version of Windows) on that same box.

      Sometimes you cannot blame Linux for system instability. There are certain hardware which runs better in Windows. When the vendors send samples to Microsoft for certification, it could be possible that Microsoft add codes to workaround hardware flaws. Those same flaws, on the other hand, might not be disclosured to Linux or other open-sourced operating system.

      How would you explain that some ACPI-supported hardware would not work at all with Linux, while others can, given that the hardware should function in the same specs and standards?

    13. Re:"A" Linux Operating System? by mcrbids · · Score: 4, Interesting

      Chances are, if they are running SAP, that box is loaded. Or overloaded. And then, things can sometimes get more dicey.

      I've run busy mail servers hosting about 6,000 email addresses. I've seen a server run with a load average between 2.0 and 20.0, 24x7 for WEEKS ON END without any complaints. A full megabit of traffic, 24x7, just for EMAIL...

      I've seen millions of website hits per month, month after month, year after year. No complaints, reliability simply excellent. And, I've seen this using Linux kernel 2.2, 2.4, and 2.6.

      Sorry, pal. Maybe it's true for some other slashweenies, but in my experience, the reliability of Linux IS truly legendary, and is why I've standardized on Linux anywhere I can possibly use it.

      Heck, when I'm putting together a new, high-capacity system, one of the first things I do is load a series of "torture tests" and run them. I put the server through its paces, running with a load average between 5.0 and 10.0, compiling the kernel or PHP in a loop, copying files, reading large files into memory and clearing memory out, while stressing whatever service the server will be using. (EG: if it's a mail server, while all the above is running, I have a script sending 10,000-20,000 emails per hour to 25 pseudo-accounts, while another script POPs them all to the bit bucket. If it's a web server, I have 10-20 wget shell scripts beating the webserver continuously)

      Hour after hour, for a week or so.

      A few disclaimers:

      1) I make sure all the components for a high-capacity server (esp. the chipset & NIC) are on the RedHat compatability list.

      2) When I'm buying hardware for a cheapie embedded server, I try to buy hardware that's been on the market for at least 6 months or so.

      With this formula, I've had nothing but stellar results!

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    14. Re:"A" Linux Operating System? by AJWM · · Score: 1

      The solution to that -- and it can certainly happen -- is to have monitoring software running to detect things like running out of memory or swap being more than half (or whatever) full, and alert the sysadmin as appropriate. Email his pager, or something. (On up to elaborate software suites like HP's OpenView that not only monitors the hardware, the OS and the applications (depending on congfig) but will also generate trouble tickets and track them.)

      This is why you need sysadmins that not only know the relevant technical details of the platform, but who also understand that keeping a set of critical servers running is a little different from running a home lan and a couple of servers in the basement.

      --
      -- Alastair
    15. Re:"A" Linux Operating System? by elmegil · · Score: 1

      But this is slashdot fer cryin out loud. NOBODY reads the article before opening their yaps!

      --
      7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    16. Re:"A" Linux Operating System? by elmegil · · Score: 1

      Ah, the magic of retroactive editing. It said not one damn thing about Red Hat when I read the summary. Nice that they couldn't bother to put it in as "UPDATE" or anything.

      --
      7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    17. Re:"A" Linux Operating System? by Omega+Blue · · Score: 1

      I love Linux, but often people who swear by it have never seen the pain of a truly heavily loaded Linux box. It's much better now that a lot of sweat has gone into the scheduler.

      One word: Google.

      A lot of people making strange noises about Linux, esp. with regards to reliablity and scalibility forget that Google runs on Linux. I strongly doubt that the computing environment at Crest Electronics is as demanding as Google. What does this say about the CTO?

    18. Re:"A" Linux Operating System? by miffo.swe · · Score: 1

      I run and have ran Linux as terminal servers on a a fair amount of different Linux boxes. On theese systems stability has never been an issue. Even with thousands of processes and fully used nics and every possible I/O and CPU slot taken to the last slice they wont budge. Mind you this is on multiple servers and different distros. I havent seen any differences between 2.4 and 2.6 either in stability.

      That said a badly written application will core dump because the kernel refuses to perform harakiri. Exactly as it should.

      --
      HTTP/1.1 400
    19. Re:"A" Linux Operating System? by Oliver+Defacszio · · Score: 1
      Imagine doing [high, sustained loads] with Windows (any version of Windows) on that same box.

      You mean like countless people have done on countless occasions? Bleh. It's not 1995 anymore, James, and Windows is as stable as anything else, pound for pound. Anyone with an ounce of objectivity left knows it. Don't like Microsoft politics? Fine, you're free to disagree, but the anti-stability "argument" against Windows is as meaningless and weak as incompatibilty claims against 1.x versions of Linux.

      Sorry to have introduced logic into your conversation. Back to your zealotry.

      --

      -
      Inventor of the term 'pardon my French'.
    20. Re:"A" Linux Operating System? by plasmacutter · · Score: 1

      AMEN!

      For specialized and industrial taks linux cannot be beaten for stability.

      in 2002 i ran linux on my dell as my primary os. The cd drives had conflicts because they were reporting themselves as if they were cloned, and the chipset on the motherboard was not fully supported on the distro I was using, but the thing held up very well. I restarted only twice that entire semester. Once to go on vactaion, the other time to move out.

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
    21. Re:"A" Linux Operating System? by lav-chan · · Score: 1

      Hm, guess they edited it pretty fast. I read it almost as soon as it hit the front page and it was there. BUT MY BAD, AIGHT, YO

    22. Re:"A" Linux Operating System? by multiplexo · · Score: 1
      And how is this a problem with Linux? The same criticisms you make apply to Windows as well, or to Suns (although having a problematic device is less of an issue in UNIX/Linux) or for that matter to every operating system out there. I've had great luck with Linux stability, and I've seen boxes which were getting the shit beaten out of them.

      Hell, your post is meaningless. It's like saying "Sure, I've known people who swear by Honda Accords, but they've never driven one of them over a gravel road at 175 miles an hour in a driving rain. I love the Accord but pepple who have never seen the pain of trying to use one as a jet-propelled off road vehicle." Except it's dumber than that. If you have hardware that underperforms at high load it's going to underperform at high load on any OS. It's not as if there's some magic OS out there that makes underperforming hardware perform better ("Shit, I knew I should have compiled the kernel with '--turn_it_up_to_11'"), especially at a high load. Some OS's may handle this situation more gracefully than other, mainframe OSs are supposed to be very good, Solaris is supposedly the best UNIX and Linux is better than Windows, but it's still going to start to suck at some point.

      --
      cheap labor conservatives - they want to keep you hungry enough to be thankful for minimum wage.
    23. Re:"A" Linux Operating System? by Anonymous Coward · · Score: 0

      "I've worked for an ISP, and they had a Pentium II 300Mhz that was taking care of a number of customer e-mail accounts and dialup. That box was constantly under heavy load and it would be stable for at least half an year. Imagine doing the same thing with Windows (any version of Windows) on that same box."

      I did. P2 300mhz running NT Server (4) and Exchange. It went months without needing a reboot or anything. Admittedly, half that time it was acting as a spam relay. (Grr. Thanks for the wonderful defaults, Microsoft.) It did a great job delivering tons of spam months at time. No, I am not kidding. If anybody's curious, yes it did get locked down. Even after its days as a spam server, it behaved quite admirably. It was eventually retired. Unfortunately, the more connections you use, the more expensive version of Exchange you need. I doubt we would have stuck with it anyway, but mentioning that was a great way to get the boss on board with replacing it.

      Stability was not a problem I've ever had with Exchange. Maybe I'm in the minority, I don't really know.

    24. Re:"A" Linux Operating System? by b5turbo · · Score: 1

      Well, on my server I have ran linux for the past year with no problems whatsoever, any problems that occured were my fault or due to an upgrade that changed a setting or two but most failures will occur at the hardware level. Especially if the system is not being cooled properly. I have also a PII-300MHz which has been busy compiling for the past 3 days now and is still solid as a rock and that system is over 7 years old now and all I have had to do with it is put a new CMOS battery in it which as a 20 second job and a $3 fix. I've never had linux crash on me even when I screwed up something, on the otherhand, my XP laptop crashes about twice weekly under light load. BTW, I also have a 1999 Honda Accord with 96,000 troublefree miles (wife drives it).

    25. Re:"A" Linux Operating System? by Bob9113 · · Score: 1

      people who swear by Linux's reliability and uptime. When I look at their load usage, it's alway like "0.01, 0.01, 0.02" or some such low usage box.

      Two dual proc hyperthreaded Xeons in production for the past year. Rebooted twice (once was unintentional, when the sysadmin clicked the wrong button on the remote system control panel). Load average during business hours is 1.5 - 2.5. Handling roughly 50 service calls per second during peak load, a few per second typical, each service call comprising at least one external LDAP call and at least one external database call. And that's running RedHat, which is the best marketed but not the most stable Linux.

    26. Re:"A" Linux Operating System? by Anonymous Coward · · Score: 0

      With linux I have had uptimes wrap, don't tell me you have ever ran any version of windows for over a year. I administer both and that isn't what I see.

      Sorry to have introduced fact into your conversation. Back to your zealotry.

    27. Re:"A" Linux Operating System? by Heembo · · Score: 2, Insightful

      Why does your linux server ever need to be under "heavy load"? Aren't Linux boxes supposed to be cheap to set up so you can have yourself a nice Linux cluster and balance the load so you are never running above 50% or something like that? If you buy a cheap server - and run it near 100% all the time - then you deserve to have problems! Dude. Upgrade your hardware.

      --
      Horns are really just a broken halo.
    28. Re:"A" Linux Operating System? by spacefight · · Score: 1

      I have 10-20 wget shell scripts beating the webserver continuously

      Theres also ab for hammering a site, ApacheBenchmark in case you're using Apache.

    29. Re:"A" Linux Operating System? by Xyrus · · Score: 1

      At my place of employment, we have a several servers set up up in our lab. All see some pretty good loads. They all run Windows.

      In the past three years, we've had to reboot them twice. Once was when we had a power outage. The second was after a full round of patches.

      We also have a CVS server on Gentoo Linux that see's a decent amount of activity. Again, we had to reboot it twice. Once for the power outage, and once when something went haywire with the server (never figured out what caused the problem, but it's been fine ever since).

      In short, they both seem pretty stable. But people are more comfortable with what they know. Someone who knows linux well will be able to set up a server and make it rock solid. The same goes for someone who knows Windows.

      I admit I don't know linux well, and everytime I've tried it out on my home machine I get weird crashes, invisible hardware, or other such problems. I don't go around saying Linux sucks because of it though, as I'm not afraid to admit that it's my own ignorance (not configuring things correctly, botching a script, etc.).

      At the same time, I've only had one BSOD with windows XP and that was due to a bad device driver. However, I'm very familiar with Windows OS's and I knew how to fix the problem immediately.

      My $.02

      ~X~

      --
      ~X~
    30. Re:"A" Linux Operating System? by zotz · · Score: 1

      You may be right, but chances are, many of those same people are comparing it to their experiences with their windows boxes which they load comparably.

      all the best,

      drew
      --
      http://www.ourmedia.org/node/53984
      da bubble man video
      CC BY_SA

      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
    31. Re:"A" Linux Operating System? by elmegil · · Score: 1

      How many replies were there? Mine was about the third or fourth, discounting anything under 1.

      --
      7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    32. Re:"A" Linux Operating System? by mcrbids · · Score: 1

      Thanks, but it's hard to beat a simple script, eg:

      #! /bin/sh
      while [ true ] ; do
        wget http://atestwebserver.com/thefile.html -O /dev/null -q
        done;

      It's easy to think of ways to improve on this; you could retrieve from a list of known files with a "for" loop. The list goes on.

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    33. Re:"A" Linux Operating System? by BashDot · · Score: 1
      I've run busy mail servers hosting about 6,000 email addresses. I've seen a server run with a load average between 2.0 and 20.0, 24x7 for WEEKS ON END without any complaints. A full megabit of traffic, 24x7, just for EMAIL...
      So THAT's where the spam is coming from...
    34. Re:"A" Linux Operating System? by FyRE666 · · Score: 1

      It's not as if there's some magic OS out there that makes underperforming hardware perform better ("Shit, I knew I should have compiled the kernel with '--turn_it_up_to_11'")

      Well, actually, I found something pretty similar to this in the RHES3 kernel. Using it on a dual Xeon box with Adaptec SCSI RAID controller (RAID 5) and 3x36GB 15,0000RPM drives, was giving pathetic transfer rates of around 12MBps - my oldest laptop is quicker! After ensuring I had all the latest kernel updates and patches I decided to bite the bullet and just build a vanilla kernel on the thing (2.4.31 - I think the latest available for ES3 was 2.4.22 at the time).

      Built the kernel, booted and the RAID was giving 60MBps transfers - a 5x performance increase for an hour's work. So in this case the "--turn_it_up_to_11" switch did seem to be enabled, or the Redhat kernel had something like "--turn_it_down_to_2" compiled in...

      To anyone else using RHES with Adaptec, it's worth checking for performance problems with this hardware with the stock kernel...

    35. Re:"A" Linux Operating System? by spacefight · · Score: 1

      Of course a self made script has endless features if added :) Well ab can do concurrent requests and output very nice statistics, in case you're in for some real figures not only the load on the test machine itself :)

  7. Obviously, they had useless admins by Shaman · · Score: 0

    First of all... blue screens?

    OK, getting that out of the way, obviously this crew of nitwits couldn't tie their own shoes with encouragement and instructions. If I were the computing engineers involved, I wouldn't be writing any articles or letting anyone know that I failed totally to understand modern computing. Doesn't look good on the resume.

    --
    ...Steve
    1. Re:Obviously, they had useless admins by Anonymous Coward · · Score: 0

      First of all... blue screens?

      Let's review the quote... "the machine would basically, putting it in Windows terms, core dump or blue screen at random." Note the qualifier putting it in Windows terms. How many people are familiar with blue screens? Now how many people are familiar with a core dump?

      Make sure you fully comprehend the statement before you criticize it. You're not doing yourself any favors by pretending that the speaker is at fault when it only takes a second reading to demonstrate that they are not.

    2. Re:Obviously, they had useless admins by Doctor_Jest · · Score: 1

      Windows core dumps? :)

      Page fault, or GPF, maybe...

      but Core dump? Hardly a windows term. :)

      It's funny. Laugh.

      --
      It's the Stay-Puft Marshmallow Man.
  8. Different results by Grax · · Score: 1

    They got to do what they got to do but my results have been much different.

    My server machines regularly run for a year or two without rebooting. About that time I invariably decide it needs more memory or some other hardware upgrade that requires a reboot.

    1. Re:Different results by Grax · · Score: 1

      Yes. This post is a redundant copy of my previous post. Darn unreliable Slashdot code on Linux returned a 500 error the first time so I didn't think it posted.

    2. Re:Different results by rleesBSD · · Score: 1



      Hmmmm ... that would never happen in North Carolina. We get much more frequent reboots here, compliments of the power company. :-)

    3. Re:Different results by russg · · Score: 1

      Exactly how many patches do you apply in your nice secure enviroment?
      Really, I always laugh when people claim up times for more than two to three months. All the systems under my management are patched every quarter and some times faster if the vunerability is significant enough.

      I'm not trying to flame you, really. I favor stable and secure systems over up time.
      Remember to test those patches on your dev system before migrating it to the production system as well.
      --russ

    4. Re:Different results by Anonymous Coward · · Score: 0

      How many kernel exploits do you see in a year.
      How many printer servers behind a firewall on a network no one can physicly plug in to can be exploited.
      How many, well, you get the idea.

    5. Re:Different results by russg · · Score: 1

      How about the people inside your network? That firewall won't do you any good for attacks that come from the inside. Those weak links you are leaving behind give the proper assailant ample room to rule you. You can believe what you like but it is your butt on the line when the management team wants to know why you decided that the patch wasn't important. Hey, it's your job.
      --russ

    6. Re:Different results by Anonymous Coward · · Score: 0

      The highest per capita energy users in the world crying about power shortages.

      Who'd have thought.

    7. Re:Different results by Grax · · Score: 1

      I try to protect against future outbreaks with pro-active configuration steps and then I only patch if I need to.

      Also remember that in Linux you only need to reboot if you patch the kernel. I felt confident that the few local users wouldn't exploit any local exploits and that the other configuration steps would keep remote users from getting access to try local exploits. Because of that I kept the same kernel for the entire uptime.

      An example of configuration vs patching would be an old Windows NT machine I had on the network serving .asp under IIS. I removed all non-essential mappings for .shtml and the like and I added a mapping for .exe and .dll files so that they would be handled by a program that did nothing.

      While everyone else was scrambling to patch each time a new exploit came out that got through IIS and accessed Windows .exe or .dll files I did nothing and still managed to keep the machine operational and un-compromised for about a year until it was de-commissioned.

      I am sure that patching is necessary in most environments but there is no substitute for pro-active secure configurations.

    8. Re:Different results by AJWM · · Score: 2, Interesting

      If you're rebooting because of patches that often, you're running the wrong OS.

      The only reason to reboot a 'nix system is if you're patching the kernel. We've got systems (bastion systems that do email filtering, very stripped down) that have uptimes coming up on two years. Yes, the applications and services have been upgraded and/or patched a few times, but the (linux) kernel hasn't needed it, and it's still going strong. (Heck, we even discovered one crazy process that leaked about a meg of memory a day -- a cron job to restart it every month took care of that until we got an update.)

      --
      -- Alastair
    9. Re:Different results by Photon+Ghoul · · Score: 1

      How often are you doing kernel patches on a high-availability production system? Just wondering.

    10. Re:Different results by russg · · Score: 2, Interesting

      Patching is done every quarter (3 months) and the patches available are applied after evaluation and testing. Just because you don't reboot after every patch does not imply you will have years of uptime. I have been supporting Linux for many years and not a year has gone by that a kernel patch didn't come out that required installation for one reason or another. Patches don't only fix security issues, they some times are used to improve performance and stability in certain enviroments.

      Patching in general and especially kernel patches are more important in "high-availability" systems.
      This patching does not mean you are taking the entire enviroment down though. Doesn't everyone run there "high-availability" systems in clusters? You simply take one node down at a time and patch.

      How often do you patch your systems?

    11. Re:Different results by TheRaven64 · · Score: 1

      It is also a good idea to reboot when you upgrade your libc or some other core system library. It might be possible to restart all of the apps, but going through the boot process ensures that you've caught all of them.

      --
      I am TheRaven on Soylent News
    12. Re:Different results by AJWM · · Score: 1

      That's a valid point. I'd consider updates to those (especially libc) as equivalent to kernel updates. You don't have to reboot, but you're probably in a world of hurt if you don't.

      --
      -- Alastair
  9. your admins are not qualified by little+alfalfa · · Score: 3, Insightful

    Obviously, your admins were not qualified to administer a Linux server like this. If it took them two weeks to get software installed and running like that, I'd fire them right away. Even if it is SAP, a complex piece of software. Just because you got it up and running in 2 days on Windows doesn't mean it was done right, or done securely.

    1. Re:your admins are not qualified by redsoxunixgeek · · Score: 0

      I would find it hard to belive that anyone could make a windows box with SAP secure in 2 days unless it was in a lead walled room, with no windows and no connection to any network. Dont get me wrong, i think windows does have its features that linux is missing at this point. But why not give us more information? Were you using Gentoo, or Red Hat and all the other random information that us geeks thrive on. Or their admins got frustrated it and just said fudge it and pleaded to use windows.

      *shrug* i dont know i use both linux and windows and mac os x at my house, granted i am not running SAP, but still i have alot of good things and bad things i could report about my network. i guess it is all in how you look at the issue.

    2. Re:your admins are not qualified by Jinjuku · · Score: 1
      Doesn't mean that it was done wrong or in an un-secure manner either. I have plenty of customers on SBS 2003. Takes me 6 hours in shop, another day prehaps onsite (depending on the number of client machines I need to un-crate and connect) and after that I may get to bill them MAYBE 4 hours a year after for misc. stuff.

      Not a bad investment considering all the extras they get with SBS 2003 (Groupware, Faxing etc...). I have clients that the only thing I have had to reboot after is hardware upgrades with 2000/2003 also. Up-time doesn't belong to the sole realm of *nix.

    3. Re:your admins are not qualified by bblazer · · Score: 4, Informative

      A good friend works as an SAP and Retek consultant for Accenture. His installs and integrations have lasted almost 2 years (Nordstrom took 3).

      --
      My .bashrc can beat up your .bashrc!
    4. Re:your admins are not qualified by lav-chan · · Score: 2, Interesting

      Well the people who installed it were recommended by Red Hat. And then Red Hat's support team evidently couldn't help them. Maybe it's just that Red Hat isn't qualified to administer a Linux server like this.

    5. Re:your admins are not qualified by sn0wflake · · Score: 1
      If it took them two weeks to get software installed and running like that, I'd fire them right away.
      And do what? Hire Linux experts? Since Linux is the underdog it should make things easier to administrate and use than Windows. I agree that if the company got Windows up and running in two days it probably wasn't done right, but at least it works.
    6. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      Obviously you did not read the article. Yet for some reason, you're moderated insightful.

      "Mr Horton called in Red Hat-recommended contractors to install Red Hat Enterprise Linux and ensure it was configured according to SAP standards, a process which took two weeks."

      If Red Hat is endorsing these installers, there is a bit more of a QA/QC problem in their Enterprise marketing and technical support than you believe.

    7. Re:your admins are not qualified by kevlar · · Score: 0

      What?? Blame the admin for the machine crashing? These guys were running around trying to get SAP support from various vendors and you're blaming the admin? Perhaps, MAYBE, just this once it was a problem with Linux? MAYBE its the lib dependency hell that every long term Linux user has encountered?

    8. Re:your admins are not qualified by Overly+Critical+Guy · · Score: 1

      Obviously, your admins were not qualified to administer a Linux server like this. If it took them two weeks to get software installed and running like that, I'd fire them right away.

      Thereby reinforcing the guy's experience that it cost more to do Linux in his business than it did Windows.

      Just because you got it up and running in 2 days on Windows doesn't mean it was done right, or done securely.

      We could say that about anything. Just because you say his admins weren't qualified doesn't mean they weren't! And so on.

      --
      "Sufferin' succotash."
    9. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      Congratulations on the truly "NO DUH" comment. You get a sticker.

      Obviously the point was that if (A) Qualified Personnel is difficult to locate and (B) Enterprise software support is shaky, then Linux Cost Of Ownership is much higher, and that makes Linux unsuitable for certain deployments.

    10. Re:your admins are not qualified by George+Beech · · Score: 5, Informative
      Or maybe it's because they didn't run a diagnostic tool red hat's support asked them to run

      from TFA: "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.

    11. Re:your admins are not qualified by Anonymous Coward · · Score: 1, Informative

      Dear Idiot who knows how to use a computer but not RTFA.......
      here are some quotes from the article....

      "Last November it began migrating to an SAP enterprise resource planning system running on Red Hat Enterprise Linux 3.0. Despite using a version of Linux certified by SAP and SAP-certified IBM servers, stability issues and the complexities of keeping Linux up to date and secure forced Crest Electronics to abandon Linux for Windows Server 2003, Enterprise Edition in July this year."

      "Mr Horton called in Red Hat-recommended contractors to install Red Hat Enterprise Linux and ensure it was configured according to SAP standards, a process which took two weeks."

      This company appears to have done everything right in terms of getting an application running and using only certified components and staff to get it done.

      If it only takes a couple of days to get Windows to get this done and work right - think business sense (Does the business run or wait for their "Linux/SAP certified system" to work) than there needs to be some serious thought given by busnesses who want to have Linux run their business software.

    12. Re:your admins are not qualified by Q2Serpent · · Score: 2, Insightful

      I'm a long term linux user.

      I've never encountered it.

    13. Re:your admins are not qualified by taterbeau · · Score: 5, Interesting

      That's very true. SAP is a very complicated application and it takes an extreme amount of patience both to install it and to keep it working correctly. In other words it takes an administrator who knows how to interpret the SAP documentation and then follow that documentation in a very, very precise manner. I've installed SAP Enterprise on RedHat 2.1 more than a couple of times. The RedHat portion of the installation is so easy that I cannot imagine how anyone could screw it up. It's really the steps following the RedHat installation where an administrator can get into trouble. This includes memory settings and some really crucial environment variable additions in the system profile. Get one of these wrong and a SAP installation will quickly turn into a major headache. But if the instructions from SAP are followed step by step, then the whole process can be done in about 6 to 12 hours (depending on the speed of the machine). We currently have 5 SAP systems running on RedHat Advanced server 2.1 and I cannot ever remember an outtage that was related to an issue at the OS level. It has been a rock-solid stable set of systems that require little intervention. The SAP documentation is so stupidly complicated that one literally has to spend days reading it before attempting an installation. If these admins tried to shortcut that process, then obviously made a mistake. Thanks, - J. Haynes Helena, MT

    14. Re:your admins are not qualified by Nefarious+Wheel · · Score: 2, Insightful
      We asked the customer to do a diagnostic test and the customer never responded..

      "So what'd they say? They have any bodies they can throw at us?"

      "Nah, they just told me to run a fricking diagnostic. They're not interested."

      --
      Do not mock my vision of impractical footwear
    15. Re:your admins are not qualified by aussie_a · · Score: 1

      Since Linux is the underdog it should make things easier to administrate and use than Windows.

      Easier for who? Linux experts or Windows experts? Take two people who have spent equal time on their respective OS learning how to do sys-admin tasks, and the Linux sys-admin might find it easier then the Windows sys-admin. But give a sys-admin whose experience is solely (or preomdinantly) in Windows and of course he's going to find a different OS difficult.

      In the end of the day, it matters to business owners what they want to do more. Look for the long-term benefits, or the short term benefits. In today's American corporate culture, the short term benefits are what they're looking for because chances are they won't be around when the long-term problems occur.

      Having said that, this is all under the hypothetical that Linux is easier to use for sys-admins. I'm not a sys-admin, so I don't know for sure.

    16. Re:your admins are not qualified by killjoe · · Score: 1

      "And then Red Hat's support team evidently couldn't help them. Maybe it's just that Red Hat isn't qualified to administer a Linux server like this."

      From the article....

      <quote>"We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.</quote>

      Apparently these bozos expected Red Hat to try and determine what the problem was using Tarot cards or something. If you are unwilling to run a diagnostic then you are customer worth losing.

      --
      evil is as evil does
    17. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      You're full of crap, my friend.

    18. Re:your admins are not qualified by davie · · Score: 1

      A customer who isn't willing to put forth the minimal effort required to run a script to gather some basic troubleshooting information isn't going to get much help with his problem, nor should he expect to. If I ran the company discussed in the article and discovered that I had someone working for me who was so lazy and incompetent that he couldn't be bothered to provide the information needed to get the problem solved I'd fire him on the spot.

      --
      slashdot broke my sig
    19. Re:your admins are not qualified by uberdave · · Score: 2, Insightful

      Ahorton: "Bill, They're asking us to run this diagnostic test."

      BillG: "For heaven's sake don't run it. We don't want them to know we've deleted /usr folder in order to force it to fail. Remember this Tony, if Windows doesn't come up smelling like roses, I'll have to send some of my boys over to 'buy you out'."

    20. Re:your admins are not qualified by stinky+wizzleteats · · Score: 1

      I'm also a long term Linux user. Not only have I never seen "lib dependency hell", I have no idea what "In Windows terms, random blue screens" means. Was he getting random KPs? I've never seen a random KP. Every KP I've ever seen was my fault, and I've only seen them on Gentoo when I forgot to compile in disk drivers. I find it very suspicious that no useable technical details about these "crashes" was disclosed.

    21. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      No reboots eh? Microsoft already ended security support for that version too?

    22. Re:your admins are not qualified by Knetzar · · Score: 1

      Disclaimer: I work in support for a large corp.

      Often we try and get diagnotic information from customers so that we can solve the problems without having to go to the customer site, but the customer is too busy with other things to provide us the information (often it takes ~5-10 minutes of work).

      Often the customer's employees are getting yelled at by their managers and are working 12-16 hour days by the time a problem comes to me, so I can understand that they don't have enough time to run diagnostics.

    23. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      I think it's easier to find more competent people, or at least marginally acceptable windows people to stumble through getting something working and keeping it running in windows than possible with linux.

      The base level of competency required in each OS to start gaining experience in building and deploying solutions (and not just individual programs) is still one of the things that windoze wins on in far too often.

      It's a big hurdle when in a lot of cases, you can get something up and running easier in windows more often with 2 tech of equivalently decent, or for the sake of discussion "sub par" skills. They can fumble your way through it, and these sorts of people in the IT world are inevitable to a certain degree.

      I've always felt sad that so many solutions in the world could run so much more effectively with linux if only it were much more approachable and didn't require a time pit of investment to get through it to get it up and running, or only threw a few select gatekeepers. Getting much better though, distributions like debian have brought that end a long way. :)

      0.02 :)

    24. Re:your admins are not qualified by techno-vampire · · Score: 4, Insightful

      So, what you're saying is that the people at your customer's site would rather work 12-16 hour days for an indefinite length of time than spend 10 minutes getting you the information you need to get the problem solved right away? No wonder they're getting yelled at by their managers.

      --
      Good, inexpensive web hosting
    25. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      little alfalfa (21334) - your a fucking moron.
      Get a clue, then go and spit off stupid shit like this.

      You're one of those stupid asses sitting in some leather chair writing checks and doesn't know jack shit about the decisions you make -lucky bastard.

      Why don't you ask someeone who has actually installed SAP, "complex' you don't even fucking know what the word complex is, as you write. You probably think complex is a few hundred servers - get a clue asshole.

    26. Re:your admins are not qualified by Minna+Kirai · · Score: 1



      Linux will get periodic random blue screens if you install xscreensaver with the bsod module. (Or, it may randomly be a Sad Mac or Guru Meditation)

    27. Re:your admins are not qualified by riflemann · · Score: 1

      No wonder it took 2-3 years. He's a bloody consultant- it's in these people's interest to drag projects on forever!

      Every singel time I've seen a consultant used for some software project, it ends up taking ten times longer than an inhouse person.

    28. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      Who wants to bet that the "diagnostic test" was memtest?

    29. Re:your admins are not qualified by temojen · · Score: 1

      I've seen lots of kernel panics that weren't my fault...

      Someone spilled water inside a monitor, sending high voltage back to the motherboard...
      Faulty hard drive cable on the root drive...
      Power supply too small for the load...
      Drive crash on root drive...
      Room temperature exceeded 38C...

    30. Re:your admins are not qualified by PitaBred · · Score: 4, Insightful

      Yes, throw random bodies, rather than someone who has specific experience. I know many things my co-workers don't, and they likewise. When we get a tech support question, it goes to the main list and then whoever is most qualified answers it. Or digs for more info.
      I wouldn't put it past RedHat to have some kind of filtering like that for their muckity-muck engineers so that they make sure they send the right guy for the job.
      But if you ask for help, someone asks for clarification or a bit more info THAT THEY DON'T HAVE TO BE ON SITE FOR, it's your fault if you refuse their assistance.

    31. Re:your admins are not qualified by Knetzar · · Score: 1

      You assume that there is only one problem.

    32. Re:your admins are not qualified by slashdot.org · · Score: 1

      Obviously, your admins were not qualified to administer a Linux server like this. If it took them two weeks to get software installed and running like that, I'd fire them right away. Even if it is SAP, a complex piece of software.

      Excellent! If someone doesn't get something working on Linux, then it's incompetence...

      Just because you got it up and running in 2 days on Windows doesn't mean it was done right, or done securely.
       
      ... and, if someone does get something working on Windows, then that's, uh, pure luck. No wait, it's not really working, it just seems that way, and it's certainly not secure.

      It takes quite a special person to be able to draw these conclusions, given the provided information. And to recommend firing people implies that you are in fact really pretty godam certain about yourself.

      So how about this; what if we tried exactly what Crest was trying to do, only now YOU are responsible for the project. Let's just say that this system is worth $1M a day. Now if you can get it running in one day instead of two days, you'll get $1M. Or if it takes a day longer, it'll cost you $1M. Two days longer $2M. etc.

      Considering your confidence in the matter, that sounds like easy money to me.
       
      /sarcasm

      This type of superiority is NOT what Linux needs. I mean, how hard is it really to call someone incompetent from the anonymity of your armchair? Like a 100 key strokes?

      Seems to me that "the admins weren't qualified" is just a cheap appology, which hurts Linux more than it does good. To me, the argument that the problem is really with SAP and not with Linux seems far more plausible, at least in the sense that SAP is not a well behaving app. Now, knowing that, actually something constructive can be done, such as making it easier for the developers of SAP to find problems before their product is shipped.

    33. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      lib dependency hell ?

      Only if you use RedHat or Slackware based distros.
      On Debian based distros that is a no issue.

    34. Re:your admins are not qualified by zerojoker · · Score: 1

      There's a german fun mail circulating the net for some time and I think it pretty sums up my experience with SAP. (rough translation)

      MARKETING

      You go to a party and see an attractive girl on the other side of the room. You go to her and say: "Hey, I'm great in bed, what about us two?"

      That's called "Direct Marketing"

      You go to a party and see an attractive girl on the other side of the room. You give 100 bucks to a female friend. She goes to the girl and says: "Hey, my friend there is great in bed, what about you two?"

      That's "advertisement".

      You go to a party and see an attractive girl on the other side of the room. You give two female friends of you each 100 bucks. They stay in hearing-distance of that certain girl and start to talk about how great you are in bed and how nice and hot you are.

      That's called "Public Relations".

      You go to a party and see an attractive girl on the other side of the room. You recognise her (you've met her some time ago). You go to her, refresh her memory, maker her laugh and everything. And then you suddenly throw in: "Hey, I'm great in bed, what about us?"

      That's "Customer Relationship Management".

      You go to a party and see an attractive girl at the other side of the room. You are perfectly dressed, you start to run a around and play Mr. "I am so important and busy right now". You set up your very best smile, walk around and try to be as nice and friendly as possible, basically you're Mr. Nice Guy, the perfect Gentleman. You're making conversation with your soft and smooth voice. Then you go to that girl and aks: "Hey, I'm great in bed, what about us?"

      That's called "Hard Selling".

      You go to a party and see an attractive girl on the other side of the room. SHE comes over and says: "Hey, I've heared that you're great in bed. What about us?"

      Well, THAT, my dear friends, is the "POWER OF THE BRAND"

      You go to a party. You bore everybody there with your bunch of meanlingless stupid stuff. A bunch of hot girls comes to you and the say: "Hey, we've heared that you aren't really great in bed, yet though everybody sleeps with you. There must be something about you. We pay every price - but please we want to have sex with you!"

      And thats... my dear wondering audience ... that's SAP

    35. Re:your admins are not qualified by barc0001 · · Score: 1

      Well the people who installed it were recommended by Red Hat.

      Yeah. So? I've had people in who were recommended by vendors, and they turned out to be a waste of oxygen. It's unfortunate, but some companies/consultants that can get into a big vendor's "recommended" list do it as a result of one guy passing their test and then he leaves, but the consulting company (who may now have nobody who knows anything about whatever they're "recommended" for) gets the call.

      For big life-changing implementations like this you have to get references from a couple of the intregrators' previous clients, and the references have to concern the same area of expertise. Doesn't matter if they did a bang-up multiple location Exchange server install, you're not doing that. And if their key guy Fred was so instrumental to the last two installs they did of this kind of thing, according to their references and Fred no longer works there, that could be a red flag, etc.

    36. Re:your admins are not qualified by Pecisk · · Score: 1

      Maybe my addition to your comment will be nothing but...

      All this smells totally about hidden Microsoft PR, because it uses marketing catch phrases "two days and no problem!", "Linux sucks, because there is hidden costs!". It can't fool specialst, however, unfortinately, it WILL fool business people, because they want everything to happen faster, faster, faster. And if someone says so - he/she says what they want to hear. Quite a paradox, because business is about hard, cold fact, right?

      It is simply Microsoft PR material, somehow found it's way to Slashdot, which fits very well in my theory that Slashdot/OSNews is used VERY frequently from Microsoft PR guys and Grassrooting team to turn away attention from Linux/IBM/open source. I just wonder it would be very much to ask Slashdot editors be more careful to this practice. Maybe if we will ask strong enough...

      --
      user@ubuntubox:~$ stfu This server is going down for shutdown NOW!
    37. Re:your admins are not qualified by birder · · Score: 1

      A rule of thumb when doing SAP related installs is to read the manual from back to front then front to back. They hide a lot of "do this first or you need to re-install" at the end of their install guides. That and require you to download about a dozen support notes to update their incorrect install guides.

      Once you've read the install guide backwards and grabbed all the related notes, the install will go smooth.

    38. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      Well, if I got paid by the hour, instead of Salary for my job, at SAP consultant rates (last I knew, on the order of $200+/hr - aka. $400K/year if you were salaried), you can bet your a** I wouldn't be in a hurry to do that 6 months of work in only 6 months either ;-)

      As it is, at $100K/yr, I tend to want to get that 6 months of work done in 3, so I can get it off my plate and have time to relax.

    39. Re:your admins are not qualified by Anonymous Coward · · Score: 0

      Dumb. I work as a consultant and I can say with no doubt in my mind that dragging things out isn't a good policy. I prefer to underpromise and overdeliver. I'm at a client now and I can't wait to finish this and move onto something else. I'm not trying to stick around any longer than I have to. I'll do a good job, and get on my way. I get bored in one place for very long, which is WHY I'm a consultant in the first place.

    40. Re:your admins are not qualified by �berhund · · Score: 1
      Yes, throw random bodies, rather than someone who has specific experience.


      Yeah, at work we got a different brand of server in, and had to install our custom stuff on it. New kernel, etc. They gave it to a software guy who had been running Linux for a little over year, but always on the same hardware. He was doing basically the right stuff, but his attempts to fix things were trampling each other.

      After two weeks, they gave up and gave me the box. It was up and running in a day.
      --
      -Uberhund
    41. Re:your admins are not qualified by sn0wflake · · Score: 1

      I tried to persuade my different employers for years to try Linux and every time I got the same result; we won't switch to Linux because when the person responsible quits we're left with a system that nobody understands. Today I see their point. Yes, the short term benefit is a rock solid and fast system but what will happen in the future when the person isn't there anymore, die, or whatever? Then you're stuck with a system no ordinary person can administer. So the next step will be to find a Linux expert. Good luck with that. Next is what the person should be paid and because that kind of people is rare their wages are high. Everybody knows the basic of Windows and if they need some special training then that's easy to find too. Try finding an advanced Linux course with some kind of certification that employees recognizes. Pretty hard to do, at least here in Denmark.
      The problem with Linux is that it's so damn hard to understand compared with Windows. I've tried for years to get started but every time I quit after a few days because everything is just easier in Windows.
      Maybe I'm stupid, maybe I'm lazy, but I simply won't invest at least a month learning basic stuff in Linux that I already do in Windows.

      Start the flamebait *yawn*

    42. Re:your admins are not qualified by Nefarious+Wheel · · Score: 1
      But if you ask for help, someone asks for clarification or a bit more info THAT THEY DON'T HAVE TO BE ON SITE FOR, it's your fault if you refuse their assistance.

      It's never a customer's fault if they don't want to throw money at you, it's yours.

      If a customer asks you for help and you don't provide what they want (as opposed to what you believe they need) they will vote with their wallet, and you will be left to simmer in your own juices. I hope your business model holds up.

      --
      Do not mock my vision of impractical footwear
  10. windows code dumps by digitalderbs · · Score: 5, Funny

    "the machine would basically, putting it in Windows terms, core dump or blue screen at random"

    whereas you can expect windows to core dump periodically and predictably.

    1. Re:windows code dumps by ScentCone · · Score: 5, Insightful

      whereas you can expect windows to core dump periodically and predictably

      You know, I've had that happen enough to care about - years ago, with older copies of NT, running on flaky/overheated/bad-sectored hardware. But I run things like SQL, or file services, or IIS under 2000/2003... and have machines that cook along without me doing anything month after month after month. No BSDs, etc. Yes, patch = boot, and that's a few moments of taking a machine out of a cluster for a minute... but not because the machine hangs while doing anything routine. For that matter, not even when I'm doing something non-routine.

      This whole "Windows just crashes all the time" stuff, especially on the server side, is pretty much FUD. Bad RAM and drives can piss off Linux, too. Flaky commercial third-party apps can gum up any OS. But I sure don't have anything like the problems that so many people love to rant about - and even though I only have a running sample of a few dozen specific machines that I actually consistently lay hands on every week, you'd think that the mythical "predictably, always crashing" Windows server would rear its ugly head at some point. But it doesn't. The FUD's an anachronism.

      --
      Don't disappoint your bird dog. Go to the range.
    2. Re:windows code dumps by MikeFM · · Score: 2, Interesting

      Whereas my Linux servers have each been up for more than a year since I last choose to reboot them to upgrade their kernels. These aren't machines running idle with all stock programs either. They're under heavy load with many custom compiled and even custom written programs.

      I wonder what the hell they are doing that causes the system to crash? Or did they check for hardware problems before deciding to pull the plug? The only times I've had Linux crash in more than 10 years of using it were related to serious hardware failures.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    3. Re:windows code dumps by bedroll · · Score: 5, Insightful
      Perhaps you're one of the few decent administrators that runs an all MS network. The FUD is slung both ways, in large part because no one wants to blame the administration. Everyone wants to think that the OS is the end of line when it comes to reliability and productivity. Obviously you have to figure in hardware, third-party software, and, most importantly, administration.

      *nix usually gets a better reputation because corporations haven't had much opportunity to hire the off-the-street administrator with a degree in law and a certificate saying they can setup a server. That's changing and, as such, you'll start to hear more and more stories about *nix migrations gone bad and the like.

      Of course, the major difference is that MS is just now learning to try and lock down their machines by default and force the user to unlock what they want to use. This makes the bad Windows admin have a higher likelihood of failure because they start with a bad setup and have try to fix things, instead of starting with good setup and trying to make things work with it.

    4. Re:windows code dumps by glowworm · · Score: 1

      I agree, I run five Windows 2K3 servers and 2 Gentoo boxen (CLI only) none of them crash. Windows 2K3 has actually proven to be quite stable (I get up to 3 months uptime before a service pack forces me to reboot) *if* you don't use it for anything but file and SQL work. If you want to use a 2K3 server as a print server or an IIS server then you should expect crashes a little more often. That's why I run the Gentoo boxen. One for Apache and one for email. Of course GLSA's for Apache are fairly rare. In terms of TFA though, I think they hired cheap engineers, they tried to use a distro with a budled GUI and they chose SAP (which was not designed for Linux). I think the CTO/CIO should have been shot for not choosing the right tools for the job. Something like HP/UX for example.

      --
      Orationem pulchram non habens, scribo ista linea in lingua Latina
    5. Re:windows code dumps by Craig+Ringer · · Score: 1

      I find the same. I have an old NT4 box that runs wonderfully.

      It used to be hideously unreliable. I migrated some services off it - in particular, the awful MDaemon mail server and MailScanner - and ever since, it's run rather well.

      My experience has generally followed this - the Windows OS runs well, if the apps are good. If the apps are bad, the whole OS will run unreliably.

      My Linux servers are pretty reliable too. Honestly, I think they all suck compared to the SCO OpenServer box I run on the reliability front, but I suspect that's because OpenServer does things the safe way even when it's the dumb and very, very slow way.

    6. Re:windows code dumps by slackmaster2000 · · Score: 1

      I agree, especially since Windows 2000. Can't remember the last time I had a BSOD on a Windows machine that wasn't related to actual hardware failure. I also can't remember the last time that one of my users called and said "I tried to reboot the machine and that didn't help", because rebooting workstations is such an oncommon fix compared to the old 9x days when it was the fix for everything.

      I will say that it is more difficult to gauge just how long Win2k/2k3 Server could stay up compared to a linux server on the same hardware since patching the Windows machine means rebooting much more frequently. But I'm rarely in a situation where I'm cursing windows itself....perhaps on the rare occasion when a service goes out of control and I'm unable to forceably push the machine back into a stable state, which is MUCH more possible on Linux.

    7. Re:windows code dumps by thedustbustr · · Score: 1

      Where I interned over the summer, the windows print server (running win2k) crashed once every two weeks for about 2 months before magically fixing itself (at least for the remainder of my time there), and one box running the time reporting web service (also w2k) was formally restarted every monday at noon as a preemptive fix for a periodic crash. Just because you have had a good windows experience doesn't make mine FUD. Contrary to your belief, it's not outdated. This company does have tens of servers, and yes, most of them do operate reliably. Client crashes are sometimes a problem but easily fixed with a ghost or application uninstall/reinstall.

      --
      This sig is false.
    8. Re:windows code dumps by thedustbustr · · Score: 1

      Incidentally, my location ran 2 unix database racks under constant 70% load, which have years of uptime. It was only 2 boxes though... ymmv (obviously).

      --
      This sig is false.
    9. Re:windows code dumps by JourneyExpertApe · · Score: 2, Insightful

      "This whole "Windows just crashes all the time" stuff, especially on the server side, is pretty much FUD."

      I wouldn't call it FUD; I'd call it outdated information. Remember Windows 95/98/Me? When they created Windows Me, they had hundreds of billions of dollars and thousands of employees, and they still got it wrong. Very wrong. I've switched my home PC from Me to XP recently, and the contrast is striking. It'd say it's understandable if many Linux users who don't have experience with the latest Microsoft OS are still wary of using microsoft products.

      "Flaky commercial third-party apps can gum up any OS."

      So you think it's OK for bad software to screw up an operating system?

      --
      If you can read this sig, you're too close.
    10. Re:windows code dumps by igb · · Score: 1
      I defer to no-one in my distaste for Windows, and I have GNU credentials stretching back twenty years (I've got code in emacs 17). However, it's worth pointing out that EMC disk arrays, hardly pieces of kit that fall over at the drop of a hat, run Windows 2000 (on the CX200/400/600) and Windows XP (on the CX300/500/700) quite happily. Note for admin: it's in the direct path from fibre channel to disk.

      And I've used Datacore's SanSymphony product, which runs on 2000, to serve up a virtualised SAN (consisting mostly of the aforementioned EMC kit) to Sun NFS servers. No failures due to the OS in either scenario in some years. And at the other extreme, my only Windows machine, a home-built one used by my family, has fallen over precisely never in over a year. Intel motherboard, decent disks and graphics cards, etc.

      If you run Windows on a stable, properly supported, properly assembled platform, running mainstream applications, it's as stable as anything else. Throw in ill-behaved applications then it's worse than the alternatives, because the scheduler and the GCI aren't as robust. Throw in bad hardware and it's a pile of crap, but then so's pretty well any OS until you get to the point of having memory retirement, processor retirement and all the rest of the Solaris 10 mod cons. And to get the full benefit of Mike Shapiro et al's work on fault management in s10, you currently need Sun hardware.

      Ironically, as a desktop (where it dominates), Windows' poor behaviour on marginal hardware and with weird application mixes shows up painfully. On server-class hardware with stable job mixes it's fine, but in most shops those jobs go to Unix.

      ian

    11. Re:windows code dumps by tyldis · · Score: 1

      You are somewhat right. If you look agnostic on the issue and define Windows as only the OS and not the platform you are right. To have a functional Windows server you need to rely on third party software aswell, as there is no complete solution from MS (like the Linux kernel guys doesn't provide a complete solution). My main headache with our Windows servers is that third party applications break all the time after Microsoft has released a patch or two.

      I use Trustix on my Linux servers and have had *no* such issues the 5 years I've been running Trustix Secure Linux.

      Where I work the TCO of the Windows server is a lot higher than of Linux because of this (and simply the fact that Linux uses text-based configs; upgrades/reinstallations/restore from HW failure is quick and painless. No wondering under *which* menu the different settings are hidden or if I remembered to check all checkboxes!)

    12. Re:windows code dumps by Anonymous Coward · · Score: 0

      Uhma ... the diffrence between 9x/ME och NT/W2K/XP if I remeber correctly is how they access the kernel. That is also why blue screens of death was more common in 9x/ME then on NT/W2K/XP.

    13. Re:windows code dumps by ohjethuth · · Score: 0

      Predictably? Then it's obviously something you're doing.

      --
      Oh s**t!
    14. Re:windows code dumps by lightknight · · Score: 1

      "whereas you can expect windows to core dump periodically and predictably."

      Yeah, about five years ago. Since Windows 2000, the only crashes I've encountered are either my fault (directly tapping into the kernel to do things it wasn't designed to do) or hardware (fuck you Maxtor, and your shitty three-month drives).

      It's not 1995 anymore, and this FUD makes Linux users look like a bunch of uneducated zealots. If you can't setup a stable Windows box these days, you're sad.

      For the record, I run multiple OSs (Windows XP, Windows 2003 EE, Slackware and TurboLinux (Clustering baby!)).

      As a side note, I spent the summer dealing with interns with the same "Linux is God" mentality. They somehow managed to destroy every Windows machine they touched (nevermind the fact that these boxes ran stable for more than several months, and none of the hundred or so other engineers had any trouble with them), all the while whining that it was Windows' fault. To this day, we still do not know how they managed to fuck up their boxes so bad; we just muse that the quality of college education must be dropping.

      --
      I am John Hurt.
    15. Re:windows code dumps by Erris · · Score: 1
      ... have machines that cook along without me doing anything month after month after month. No BSDs, etc. Yes, patch = boot ...

      So you have uptimes of less than a month every month because you religiously and with great superstition observe Black Tuesday and Windoze update.

      you'd think that the mythical "predictably, always crashing" Windows server would rear its ugly head at some point

      I work in a hospital and I see it whereever Windoze is deployed. Yes, it's the best the vendors can do and they "fully support" the flaky pieces of shit with on site visits. It's in administration and machine operation and it sucks hard in every way.

      The only FUD here is "unreliable Linux". I can contrast Windoze performance with systems put in by GE that never go down running ... Linux and Solaris.

      --
      DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
    16. Re:windows code dumps by ScentCone · · Score: 1

      Of note, I wasn't calling your personal experience FUD, I was referring to the often-uttered sentiment (mostly from Linux folks with an axe to grind) that Windows, left to its own, will just crash, periodically and predictably. I can see that on certain machines, with certain hardware using flaky drivers, etc... but where the recipe is correctly set up (just like you'd have to have on RH or Gentoo or anything else), it's very stable and has been since the first SP or two on Win 2K.

      Just my observation on the larger groupthink in general, not on your specific circumstances. I know what it's like to run a lemon, and if it happens to be running Windows, then that's an official PITA, no question. Mind you, it might be annoying trying to run your favorite Linux distro, too... and that was really my point.

      --
      Don't disappoint your bird dog. Go to the range.
    17. Re:windows code dumps by Anonymous Coward · · Score: 1, Insightful

      > Flaky commercial third-party apps can gum up any OS.

      Only if you are dumb enough to run it as root/administrator.

      If it's run as a normal user, and your OS still gets gummed up, your OS sucks.

    18. Re:windows code dumps by jsight · · Score: 1

      My Linux servers are pretty reliable too. Honestly, I think they all suck compared to the SCO OpenServer box I run on the reliability front, but I suspect that's because OpenServer does things the safe way even when it's the dumb and very, very slow way.


      Very funny... my experiences with OpenServer are that stability might be ok, but the tools are extraordinarily buggy.
    19. Re:windows code dumps by Cro+Magnon · · Score: 1

      Not just Win9X. My old NT4 box at work crashed far more often than my Linux machine.

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
    20. Re:windows code dumps by ScentCone · · Score: 1

      So you have uptimes of less than a month every month because you religiously and with great superstition observe Black Tuesday and Windoze update.

      No, just like Linux users, I review the updates and apply only those that seem to be needed based on what the machine is doing. Many Windows patches are related only to desktop-ish type stuff, mail clients, browsers, etc. Servers are rarely impacted by those things, but when they are, I apply patches and move on. Not all MS patches are to the OS, but are for apps/services that may or may not have any bearing on the OS, and being thoughtful about which are which means that a production server can indeed go many months between any need for an administrative boot. I'm more likely to be replacing a drive array element, or sticking in a fancier NIC, or some other task that might require a shutdown. I don't think "superstitious" means what you think it means.

      The only FUD here is "unreliable Linux".

      About which I said nothing. My point is that there are plenty of people doing mission critical things with MS-run servers that don't break, and sure as hell don't crash "periodically and predictably" as the commenter said. If that's his standard, and I haven't seen a BSOD (other than something like a motherboard or controller failure - which would stop Solaris, etc., in its tracks, too) in years now, then you could just as easily say that Linux is unreliable, because the standard being used makes no sense.

      --
      Don't disappoint your bird dog. Go to the range.
    21. Re:windows code dumps by Stalus · · Score: 1

      My Windoze boxes have been up unless I choose to reboot them too. Random BSODs are a thing of the past. I'm a graphics grad student at UW-Madison and our graphics lab hasn't had a BSOD on a Win2k box since I started there two years ago. These are research machines with multiple users making strange configuration changes to them with no attempt at cleanliness. In fact, some of us are considering OS reinstalls not because the OS in unstable, but because none of us really know what the configuration is anymore - After six or so students claim a machine as their own and tweak it, who knows what's on there. The failures in the time I've been there:

      1. Graphics card failed - Had to shutdown the machine to replace it, just like any OS.
      2. Fan failed and system shutdown due to overheating - Again, hardware failure, and linux would have been shutdown too.
      3. Memory failure - Had to shutdown to replace

      The funny thing is that just last week, one of our linux boxes froze up and didn't respond to input so we had to reboot it. Any system can be hung if you're talented enough, but these days, it's no longer an inherent property of any OS. Frankly, I bet a lot of linux users are windows users of WinME and before - the land of failure. Win2k and XP are orders of magnitude more stable. If a process misbehaves, just kill the process. Most installs don't require reboots anymore, and the ones that do don't really need them.. it's just vendors being over cautious. Yes, you have to reboot for a patch, which is about the only place where linux has an advantage.

      IMOH, if Linux really wants to compete with Windows, they have to stop living in the land of five years ago. And get a good UI - I shouldn't have to be a full-time, professional Linux admin to figure out how to change a setting that I change once a year. And agree on a standard so that it's consistent between distros.

    22. Re:windows code dumps by ScentCone · · Score: 1

      --The FUD's an anachronism.
      it's spelled 'acronym'


      No, "anachronism" is spelled "anachronism" and "acronym" is spelled "acronym." Gee, it's almost like they are two different words, and I picked the one I used on purpose or something.

      Pronunciation: &-'na-kr&-"ni-z&m
      Function: noun
      Etymology: probably from Middle Greek anachronismos, from anachronizesthai to be an anachronism, from Late Greek anachronizein to be late, from Greek ana- + chronos time
      1 : an error in chronology; especially : a chronological misplacing of persons, events, objects, or customs in regard to each other
      2 : a person or a thing that is chronologically out of place; especially : one from a former age that is incongruous in the present

      Hence my point. People talk about years-old Windows server behavior as if it's happening regularly right now, and then use that time-twisted comparison up against this week's flavor of some highly tuned Linux distro running on just the right hardware. Throwing what used to happen on NT boxes running on clunky hardware into the discussion is using anachronistic anecdotes. As for using a commonly used acronym in a comment... well, I don't find it necessary to explain that. *sigh*

      --
      Don't disappoint your bird dog. Go to the range.
    23. Re:windows code dumps by Slate99 · · Score: 1

      I remember the issues with Windows NT 3.51 and many stability problems with these systems that had any sort of server load on them. However, I am still running NT 4.0 boxes that have been running non-stop for the last 6 years. My PDC is still NT 4.0, 7 days a week 24 hours for 6 years. There really is no stability issue with a properly configured NT, 2000 or 2003 box. The key here is "properly configured". I have a feeling that Linux is exactly the same way, as is Unix and any other OS. So, I agree. FUD.

    24. Re:windows code dumps by Deathlizard · · Score: 1

      I have to agree here, The last time I saw any mission critical server crash, it was an NT box that had a tendency to crash once every three weeks back in 99. Every time I tracked the issue it came down to the outdated video card which we couldn't get a reliable driver for. Even then, all this server really did was handle logins, and the backup domain controller would take over.

      Hell, we had an old 486 50Mhz ps/2 9595 with 16MB (upgraded to 64MB) running NT as a backup domain controller for three days when we had to take the primary down for unscheduled maintenance and the secondary blew a Voltage Regulator Module for one of the Pentium Pro's. Network never went down once during the entire time, in fact the PS/2 never had one crash. It was used for tertiary backup for the three years it was used, and never had a reboot during two of those three years. It's Probably still in the server closet with a shrine built for it or something :)

      Now, I think there running 2003 on Dell's, Last I talked to them they haven't had a crash since they could remember. Honestly, I cant remember the last crash I had on a NT/2000/2003 Server that I couldn't track down to either hardware failure, or Hard/Soft (driver) failure.

    25. Re:windows code dumps by kiwimate · · Score: 1

      I agree with what ScentCone wrote in reply, so I won't repeat it. My own comments, however...

      I see a lot of replies from people who talk about their five server network, or 15 server network. We have 385 Windows servers, mostly Windows 2000, a handful of legacy NT 4, and several Windows 2003, including Itanium. One old NT 4 box is formally rebooted on a regular basis because of shockingly bad custom-written code. That's it. We are in a 24 x 7 x 365 environment where things just have to work. So we have redundant farms, clusters, etc., but our servers don't BSOD, they don't crash, they just work. Yes, even the ones which are overloaded and constantly pegging CPU, memory, network traffic, etc.

      And, by the way, we also have installations of Linux and Unix servers. I currently know of six Unix servers which are formally rebooted every week for exactly the same reason you give -- prevention of a crash. There could be more than those six for all I know; I'm a dedicated Windows admin, so am not too familiar with the Unix side of the house.

      I have plenty of other anecdotes, but eventually it just gets down to he-said, she-said. The only benefits I have are many years of experience in integrated networks with hundreds of Windows servers, in multiple industries, across multiple countries...and, even though I'm a Windows admin, I take pride in my work and am diligent about making sure I know how my servers work.

    26. Re:windows code dumps by MikeFM · · Score: 1

      I use Win2k (which I like better than XP actually) and it is a great improvement over Win9x or WinNT but it just can't handle the kind of abuse I put on machines. In part this is just because the designers of Windows no doubt didn't imagine abusing systems this way but it still can't take the same level of abuse as Linux. Of course all systems get blamed for faulty hardware. I perfer Linux's behavior of complaining loudly about broken hardware over Windows' behavior of trying to gloss over the problem as long as it can but I'm sure both methods have fans.

      I'm not sure about your claim that most Linux users are WinME users. I've used everything from TRS-80 on up. I'm pretty expert in DOS, Windows 3.1 - XP, Linux, OS X, AS/400, BeOS, and a lot of flavors of Unix. A lot of the Linux people I know have similar experience. Of coruse, I may know the more experienced users.

      Not knowing what your system settings are or being able to easily copy them to new systems is one of the problems with Windows. It doesn't make such configuration options very transparent.

      Linux's UI is currently comparable to Windows and OS X. I don't really like any of the above but it's not an extreme difference. I move between them all without hassle and often teach total novices to use all of them without them having any extra trouble in any of the interfaces. There is software available that makes configuring pretty much everything easy through a nice UI (I've written much of this myself) but you're right in that use of such tools isn't very standardized across distros. I'm actually shocked that there isn't more interest among distros to make such tools more standardized. They seem to see such features as a way to sell themselves and miss the fact that standardizing would bring more business to all of them.

      Geeks as a whole seem to not think such features are very important which is a mistake. UI design needs to come out of the stone age for all OS's. Good UI design is about being easy to use and not about adding pretty gee-whiz features. KDE, Gnome, OS X, and Windows all fail on this point.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    27. Re:windows code dumps by Anonymous Coward · · Score: 0
      Moderators: Please note that 'Erris' is actually twitter, using another account to avoid taking a karma hit.

      Please do not mod him up and reward the kind of behavior and image that has given all of us in the Free Software community a bad name.

      Thank you.

    28. Re:windows code dumps by thedustbustr · · Score: 1

      For what it's worth, we have maybe 150 local servers, mostly windows 2000, a few win2003, and a handful of legacy nt4 boxes whch don't handle anything critical. We're talking corperate scale.

      --
      This sig is false.
  11. How much did they learn... by ebrandsberg · · Score: 1

    Installing SAP on Linux in the first place? My guess is that the second time around (on any system) is much easier than the first. How long have they run SAP on windows yet, and have they had the time to see if it would blue-screen? How much of a dependence did they place on potentially lower-level or unsupported drivers on higher end hardware where the vendor focused on Windows instead of Linux? What vendor's hardware did they use in the first place?

    All these questions point out to: Not enough information to make an informed opinion on what acutally happened. Disclaimer: I haven't read the article yet, just the summary.

    1. Re:How much did they learn... by ebrandsberg · · Score: 1

      Ok, to answer some of my comments, Redhat Enterprise 3.0 (certified by SAP), and Linux certified IBM servers... BUT quoted from Redhat: "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.

      They also comment that the Redhat update system is "unacceptible" because SAP may not support a particular patch, then comment that Microsoft's similar system (which does the same thing) is a key reason to change. HUH? If SAP hasn't stated they will support a MS update vs. a RH update, who is at fault when running a "certified" operating system with a standard means of performing updates as part of the OS.

      Personally, this feels like a "SAP supports Windows as a server OS better than they support Linux" statement vs. a Windows vs. Linux argument. In situations where you are buying servers just to support a single app, the golden rule is "call the support line, ask for a level 2 engineer, and ask them if THEY had to support an install, what OS would they use". That will give you the answer that in the long run will save you money.

    2. Re:How much did they learn... by fistfullast33l · · Score: 1

      Yeah, I think this is more a hardware and PEBKAC issue than an OS issue. Operating Systems don't randomly crash unless the hardware or the OS is configured incorrectly (or you're running Windows pre-2000). I read the article. They didn't install it themselves and they were manually patching to meet SAP's support requirements. This is kind of a recipe for disaster. First, you might not remember to get all the requirements for your patch. Some programs have 8 or 9 dependencies. Second, if you didn't install it yourself, you have no idea where anything is. Granted it's a RHEL install by "Certified Engineers", whatever that means, but when you install the OS yourself you get to know the OS that much more.

      I won't disagree with those who say that Linux won't solve every problem, but I don't think Linux is fully to blame here.

    3. Re:How much did they learn... by Anonymous Coward · · Score: 0

      I disagree, Linux *is* fully to blame.
      If it's hyped up to be rock solid 100% of the time, then why isn't it?
      Why is it so difficult? What do you mean that you spend countless nights getting it to work?
      It's now when the zealots do their worst damage: False sense of security to the uninformed.
      Most of slashdot doesn't understand this and instead of suggesting it and backing away, they cram it down people's throats under false pretences. Sometimes it works, sometimes it doesn't.

      I have a friend at work, I swear he could put Linux on a pencil (or he would claim)... I find myself just taking the opposite stance *just* to piss him off, he's that fucking annoying (and yes, I do run Linux for my website -- Gentoo, if you want to be nosey -- but I'm about to move to OpenBSD becuase keeping up to date with Linux is a pain in the ass -- harder than Windows; Only once did I tell it to replace my config files thinking it would be smart... of course not.. Linux isn't smart... but hey, it's free and beggers can't be choosers? or can they?)

    4. Re:How much did they learn... by Anonymous Coward · · Score: 0

      I think you'll like OpenBSD.

      The file system is layed out correctly, ports are solid. Just about
      everything that gentoo does right, is copied from BSD.

      And yup, it moves pretty slow, compared to linux.

      After a emerge world -uDva, one does not auto config,
      nor does one place such in the crontab. Both lessons learned
      the Hard Way = )

  12. "Just Work" by Anonymous Coward · · Score: 0

    FWIW, us geeks know how to tweak things and get everything hunky-dory. For most users though, Linux needs to
    just work". Yeah, it depends on what you want to do with your computer-- every distro I know of "just works" right out of the box, as long as the box is all you're running. No flames here, just an honest criticism. Windows does indeed just work. I see where the guy is coming from.

    (For the few minutes til it gets compromised).

  13. 2weeks to install Redhat? by Anonymous Coward · · Score: 0

    how? and who funds Crest? That statement they made was almost word for word from the Microsoft playbook, seems suspiscious.

    1. Re:2weeks to install Redhat? by Zebra_X · · Score: 1

      Oh yes - all those comments about the accounting system and web servers running linux were from the MS playbook.

    2. Re:2weeks to install Redhat? by Farmer+Tim · · Score: 1

      and who funds Crest?

      Crest is an independent private company that supplies (primarily) A/V equipment and accessories; they do not sell any Microsoft products or have any direct affiliation with MS apart from being an end client (you could have Googled this info in less than two minutes, my dear Anonymous Chicken Little). Although the story was in all probability fed to the press by MS' PR department precisely because it does support their arguements, who in their right mind would say no to a free mention in the tech section of a national newspaper?

      That statement they made was almost word for word from the Microsoft playbook...

      I hate MS as much as anyone, but has it occurred to you that poor support from Red Hat/IBM may have made the statement completely valid? Is it really so surprising that a parts wholesaler doesn't see any value in aquiring permanent extensive IT expertise when it isn't part of their core business, and that ruled out further experimentation with Linux? Oh, of course not, just because this particular company's experience happens to concur with the Microsoft anti-Linux line it must be a conspiracy!!!

      Kindly loosen your tin foil hat. It appears to be cutting off the blood circulation to your brain.

      --
      Blank until /. makes another boneheaded UI decision.
  14. Wndows BSOD by QuietLagoon · · Score: 5, Interesting
    the machine would basically, putting it in Windows terms, core dump or blue screen at random.

    Odd that the Windows terminology for the blue screen of death now seems to be the standard term for a computer crashing. Or maybe that's not so odd.

    (please don't mod this as funny, I am very serious here.)

    1. Re:Wndows BSOD by lostchicken · · Score: 2, Funny

      please don't mod this as funny

      Looks like somebody noticed that funny mods don't get ya karma anymore;-)

      --
      -twb
    2. Re:Wndows BSOD by mzwaterski · · Score: 1

      Yeah, its about as odd as the fact that we call all facial tissue Kleenex...at least in the US. Terms coined by very popular products often go maintstream and are used to refer to things other than the original product.

    3. Re:Wndows BSOD by Anonymous+Writer · · Score: 1

      Odd that the Windows terminology for the blue screen of death now seems to be the standard term for a computer crashing.

      It also makes for a cheeky T-Shirt as well. I couldn't resist and actually bought one.

    4. Re:Wndows BSOD by HermanAB · · Score: 1

      Yup, I have found that ordinary folks think that crashing computers and spyware is normal and that all computers are like that.

      --
      Oh well, what the hell...
  15. Different results by Grax · · Score: 0, Redundant

    They got to do what they got to do but my results have been much different.

    My server machines regularly run for a year or two without rebooting. About that time I invariably decide it needs more memory or some other hardware upgrade that requires a reboot.

  16. I wish he would have given us more info. by CyricZ · · Score: 4, Insightful

    I wish he would have given us more information regarding the problems he ran into. I'm talking about system specs, the name and version of the Linux distro used, and more information regarding the software they apparently had so much trouble installing.

    When problems do happen, the open source community is notorious for getting them fixed very quickly. If he were to provide us, the community, with more details about the problems he encountered, I just know they could be solved for him and potentially for many other users in a similar boat.

    --
    Cyric Zndovzny at your service.
    1. Re:I wish he would have given us more info. by amalcon · · Score: 2, Informative

      RTFA for some of it...

      Red Hat Enterprise Linux 3.0 was the distro. More info would've been nice, but they DID give this one (which a lot of people seem to be asking about).

      --
      -Amalcon
    2. Re:I wish he would have given us more info. by XXIstCenturyBoy · · Score: 1

      But wouldn't that be what he meant by 'support cost'? Cost can be calculated be in time waiting for an answer, even if its free.

    3. Re:I wish he would have given us more info. by subsolar2 · · Score: 2, Informative
      I wish he would have given us more information regarding the problems he ran into. I'm talking about system specs, the name and version of the Linux distro used, and more information regarding the software they apparently had so much trouble installing.


      Well ITFA it said they were running RHEL 3 and for the server it was an IBM server ... no exact details on the hardware.

      The server was also setup by a contractor that Redhat had recommended per specs that SAP had provided.
    4. Re:I wish he would have given us more info. by Doug+Lim · · Score: 3, Informative
      I wish he would have given us more information regarding the problems he ran into. I'm talking about system specs, the name and version of the Linux distro used, and more information regarding the software they apparently had so much trouble installing.
      RTFA. SAP install on RHEL 3.0 on SAP-certified IBM servers. Also in the article:
      • IBM confirmed that the issues were not hardware related.
      • Red Hat Australia was contacted and did try to help
      • Red Hat requested that Crest perform some diagnostic tests, but apparently Crest didn't respond, making it impossible for Red Hat to address the issue.
    5. Re:I wish he would have given us more info. by rm999 · · Score: 1

      "When problems do happen, the open source community is notorious for getting them fixed very quickly."

      notorious (n-tôr'-s, -tr'-)
      1. Known widely and *usually unfavorably*

      just sayin'

      To stay on topic, I would guess that they did have people look at it, but companies often don't have the resources and time to constantly debug things (and looking on the internet for solutions can take a decent amount of time). In this case, Windows just worked. Linux did not. He listed several examples of Windows working better. I find it sad because I always root for the open source alternative :)

    6. Re:I wish he would have given us more info. by BiggerIsBetter · · Score: 4, Interesting

      RTFA. Redhat EL 3. IBM servers (OK, but which kind?) The whole article smells fishy to me.

      * 2 weeks to install to SAP standards? Hmm. How about 1 day to install Linux, and the rest is setting up SAP and testing? 2 days to install on Windows? How much testing was included there, eh?
      * "Software updates had to be manually installed to ensure SAP certification." So that's like, rpm -Uvh the_update.rpm. The HORROR!
      * "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says. Most folks who are serious about making it work would probably get back to them when having these problems. Almost sounds like some geek personalities were the problem, not Linux.

      RedHat, IBM and SAP are all cool about running this setup - but the IT department of this consumer electronics distribution company can't handle it effectively? I think I can see where the problem is...

      The cynic in me suspects they got a VERY good deal from MS for publicising this move.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
    7. Re:I wish he would have given us more info. by Anonymous Coward · · Score: 0

      Exactly. We had a machine core dump repeatedly on Debian, but rarely on any other distro or on Windows. The cause ended up being faulty RAM, and it just happened to be that Debian was more susceptible to the problem than the other OSes (maybe due to its older kernel, or some other issue).

      I'd bet that they had a similar issue here.

    8. Re:I wish he would have given us more info. by mcrbids · · Score: 2, Insightful

      Hmm. How about 1 day to install Linux, and the rest is setting up SAP and testing?

      1 day. WTF?!?!? I routinely sell embedded server systems (using Whitebox Linux) that update themselves (a la yum) and have it all set up in under 15 minutes.

      Maybe those SAPs really outta learn what an installer script is - I can (no kidding!)

      1) load an installer CD (maybe 10 minutes for a "minimal" install)

      2) stick in an installation CD, and run the installer

      3) Have a functioning, self-tested software install in a total time (including unpacking the box) of less than 20 minutes per machine. The installer uses yum to resolve any missing package dependencies, and downloading all current OS updates is inherent into the process.

      So, I point the finger at SAP. Where do they get off not having a decent installer? 2 FRICKKEN WEEKS to come up with a working system?

      "Software updates had to be manually installed to ensure SAP certification."

      Screw using RPM for individual updates - that's rediculous when you manage a large number of machines. Keeping track of packages installed an dependencies will drive anyone batty - which is why the august powers that be gave us yum (or apt, the Debian equivalent) Why isn't SAP running their own YUM server? That way, "approved" patches can be run with a simple "yum -y update" !??!

      "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue,"

      Hmmm... now the story begins to make some kinda sense. Something is very Very VERY wrong here..

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    9. Re:I wish he would have given us more info. by CyricZ · · Score: 1

      Well, then. That's understandable. From my experiences, RedHat is one of the worst distros to use. Fedora is even worse. I wasn't able to get one of the earlier Fedora releases to install on my system (which runs Debian and SuSE just fine). Bitched about the CD being corrupt, even after redownloading the file from a different server and burning it again. I'd be hardpressed to recommend RedHat, especially to enterprise users, when SuSE is available and often works just as well, if not better.

      --
      Cyric Zndovzny at your service.
    10. Re:I wish he would have given us more info. by Trailer+Trash · · Score: 1
      I wish he would have given us more information regarding the problems he ran into. I'm talking about system specs, the name and version of the Linux distro used, and more information regarding the software they apparently had so much trouble installing.

      I doubt his handlers wanted him to say too much, just some vague "it crashed a lot" statements. After all, any further information and the source of the problem might be obvious. At this point, though, it should be blatantly obvious to anybody with a clue that Linux doesn't crash often or it wouldn't be as popular as it is.

      I always wonder what exactly these guys get from their handlers for turning in every shred of credibility that they might have. I also wonder if their employers will ever catch on that they've got a weasel in their organization.

    11. Re:I wish he would have given us more info. by mcbridematt · · Score: 1

      A whole heap of nerds on Slashdot wouldn't have helped him. He paid to get support for what he bought. He isn't going to go onto #redhat on irc.freenode.net and wait while his question disappears into the IRC logs.

      He failed to cooperate with his vendor (RedHat) and RedHat then failed him, along with all the other vendors chickening out.

      On the other hand, M$ and co had it up running quickly.

      As much as people don't like to admit, a lot of things are still much easier to do on Windows.

      If people really want to help, go take up a support position at <insert Linux vendor here>.

    12. Re:I wish he would have given us more info. by Anonymous Coward · · Score: 3, Interesting

      The cynic in me suspects they got a VERY good deal from MS for publicising this move.

      I have a good hunch you're right. I think I'll post anonymously and let you know that at one point I've worked for EV1Servers. When they first offered Windows servers, I saw the press release that we were releasing. It was full of quotes about how we love our Windows servers, and how easy it is to install and set up Windows. It included graphs comparing Windows and Linux setup times, and how we can push out Windows servers quicker and how it costs less.

      The article was complete bullshit. From what I heard, Microsoft wrote the article and sent it to EV1 to sign off on it so they could publish it. How much do you want to bet that EV1 got a discount for that?

      Look at these quotes from the article:

      "Mr Horton also found the total cost of ownership included soft costs such as the hard work required to keep Linux up and running"

      "The total cost of ownership is actually lower in this case than with Linux because of the hidden costs of the support."

      Does anyone have any doubt that this isnt straight out of the mouth of Microsoft's anti-Linux "Get-The-Facts" press department? This is Microsoft's current anti-Linux slogan that they're hammering into everyone's heads.

      Check it out:
      http://www.microsoft.com/windowsserversystem/facts /topics/tco.mspx

    13. Re:I wish he would have given us more info. by Hosiah · · Score: 1
      The cynic in me suspects they got a VERY good deal from MS for publicising this move.

      Thank you, that's the first thing that leaped to my mind. Only it was less coherent in my mind (is this cold over *yet*???).

    14. Re:I wish he would have given us more info. by Calroth · · Score: 1

      When problems do happen, the open source community is notorious for getting them fixed very quickly. If he were to provide us, the community, with more details about the problems he encountered...

      Yes, the open source community is damn quick about providing assistance, support and advice... when the story is on the front page of Slashdot (and in a major broadsheet newspaper, you decide which is more significant).

      I'd bet that there are dozens of stories like this that don't make the front page of Slashdot, and therefore don't get any sort of meaningful assistance.

      That is to say, whilst we can help him in this situation, it doesn't actually fix the problem about Linux being less reliable than Windows for some tasks.

    15. Re:I wish he would have given us more info. by molarmass192 · · Score: 1

      I'm with you man ... I smell a rat. I've worked with Linux for a long time and never EVER have I had the kind of experience they describe. If anything, Linux is EASIER to setup and maintain than desktop centric Win2K (no W2K3 exp yet). I recently setup a farm of 8 Linux servers from scratch in about 4 hours flat including Oracle installs (granted, I spent a good deal of time planning my installs beforehand). Smells to me like their IT shop was filled with MCSE button clickers who had a freakin' coronary when they saw a command line. If they'd like to give it another go, I'll gladly sign on for a 50% increase in my current salary on the condition that they:

      - let me bring my documentation/process guy on board
      - let me pick the hardware
      - let me pick the distro
      - let me architect the configs
      - run SAP on Oracle (not adabas or mssql)
      - give me a veto over any MCSE in IT lower than the CIO
      - give me a direct line of communication to the COO/CEO

      In return, I'll deliver a headcount reduction, a software license cost reduction, uptimes beyond their wildest dreams, performance they didn't know they could achieve, water tight security, and weekly reminders of just how incompetent their previous IT staff was.

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
    16. Re:I wish he would have given us more info. by Zak3056 · · Score: 1

      I routinely sell embedded server systems

      In other words, you work with appliances where the hardware is always the same, configuration is entirely under the control of the vendor, and all the customer is expected to do is use some serial port or web control panel to set things like network parameters.

      ERP systems don't work that way.

      1) load an installer CD (maybe 10 minutes for a "minimal" install)

      2) stick in an installation CD, and run the installer

      3) Have a functioning, self-tested software install in a total time (including unpacking the box) of less than 20 minutes per machine. The installer uses yum to resolve any missing package dependencies, and downloading all current OS updates is inherent into the process.


      That's great...IF you're, say, installing the same pre-configured image on multiple systems. On the other hand, when you actually have to make changes to the configuration to support your applications and environment, it tends to take a tad longer. If you REALLY think it only takes "20 minutes" to properly install AND CONFIGURE a server that's going to host a mission critical application you're not just crazy, you're stupid.

      Why isn't SAP running their own YUM server? That way, "approved" patches can be run with a simple "yum -y update" !??!

      Hmm, maybe because we're talking about a complex system that is going to differ (greatly!) from installation to installation, and when dealing with production systems where downtime can cost tens of millions of dollars, some of us aren't so cavalier about letting an automated tool install patches that may break things.

      --
      What part of "shall not be infringed" is so hard to understand?
  17. Hmm... by futurekill · · Score: 1

    Sounds like they did something wrong...

    --
    The gates in my computer are AND, OR and NOT; they are not Bill.
  18. Core Dump by Coldglow · · Score: 2, Funny

    limit coredumpsize 0 Thats how you keep the toilet from clogging

  19. What sort of moron was doing the RH install? by Archeopteryx · · Score: 1, Troll

    Maybe windows IS the best choice if your IQ would make a good temperature for beer.

    --
    Dog is my co-pilot.
    1. Re:What sort of moron was doing the RH install? by Mr.+Underbridge · · Score: 1

      I love this with the ad hominem attacks on the guys who switched (you're about the 10th so far). It's evidently been decided a priori that linux can absolutely do no wrong. That's not true.

    2. Re:What sort of moron was doing the RH install? by Anonymous Coward · · Score: 0

      Parent is "Insightful"? Come on moderators...

    3. Re:What sort of moron was doing the RH install? by lav-chan · · Score: 1

      What sort of moron was doing the RH install?

      The sort of moron that Red Hat recommended to them.

    4. Re:What sort of moron was doing the RH install? by Anonymous Coward · · Score: 0

      Red Hat does not recommend any particular person to do an install.

    5. Re:What sort of moron was doing the RH install? by Anonymous Coward · · Score: 0

      You must be new here. Report for reeducation.

    6. Re:What sort of moron was doing the RH install? by Stalus · · Score: 1

      From the article:

      "Mr Horton called in Red Hat-recommended contractors to install Red Hat Enterprise Linux and ensure it was configured according to SAP standards, a process which took two weeks."

      "After calling in IBM to ensure the hardware wasn't at fault, Mr Horton called on support from Red Hat Australia. Despite Red Hat's efforts to fix the problem, seven months after installing Linux, Mr Horton was forced to switch to Windows."

      So, apparently they did.

  20. What is SAP? by Rinisari · · Score: 3, Interesting

    What is SAP? A Google search yields a company that sells business products, but there doesn't seem to be anything related to a point-of-sale system or workstation software. Is it an electronics design software?

    1. Re:What is SAP? by Anonymous Coward · · Score: 0

      SAP is a document database. We use it as work and it sucks. It might just be the front end or this implementation of it.

    2. Re:What is SAP? by varmittang · · Score: 1

      ERP (Enterprise Resource Planning).

      http://www.cio.com/research/erp/edit/erpbasics.htm l

      --
      -----BEGIN PGP SIGNATURE-----
      12345
      -----END PGP SIGNATURE-----
    3. Re:What is SAP? by Anonymous Coward · · Score: 1, Funny

      SAP is one of the biggest software companies in the world. It produces _the_ biggest software plateform. If an extra-terrestrial specie were to investigate Earth for signs of intelligence, we'd have to bury SAP deep down in the planet's core to have a fair chance of registering on their radar. If they decided to build a traffic system to regulate a galactic bypass, they'd have to use SAP. Let's hope we destroy SAP before they find a need for it, I don't want to develop on SAP all my freakin' life.

    4. Re:What is SAP? by Nefarious+Wheel · · Score: 5, Informative

      It's a German company that sells quite rather a lot of software. Whole large businesses run on it, and a cheap installation starts in seven figures and goes up from there. It's a serious suite of software. Check "SAP Specialist" in your favourite job search engine and check the rates they're getting for clue 2. They're big, as in first-page-of-Hitchhiker's-Guide big.

      --
      Do not mock my vision of impractical footwear
    5. Re:What is SAP? by bclark · · Score: 1

      I worked over the summer on a large-scale SAP deployment with Lockheed Martin as an intern. SAP is possibly the most boring system every created. The summer taught me to hate business, working for a business, business software, and IT basically all at once. Now it looks like my life is taking a turn towards long-term intellectual stimulation and poverty in grad school and beyond.

    6. Re:What is SAP? by ScentCone · · Score: 4, Informative

      SAP is one of the biggest software companies in the world. Very, very heavy duty business apps for large companies. Factories. Big retailers, etc. All sorts of "vertical" apps in everything from apparel to insurance.

      One doesn't usually run anything from SAP without a small army from SAP (or one of their annointed consulting firms) completely stroking the install. They don't usually tolerate failed installs. And there's usually a LOT of money involved in these installations, and a lot at stake. SAP products are rarely used with modifications and customization to both the infrastructure and the apps themselves.

      --
      Don't disappoint your bird dog. Go to the range.
    7. Re:What is SAP? by MikeFM · · Score: 1

      This fits with my experience with SAP and similar companies. They make huge, bloated, crappy software that sells for a fortune. This crap makes Microsoft look good by comparison. The only sad thing is that companies keep buying this software because they really have no viable alternative and nobody with the resources to produce some real competition seems smart enough to see that lack of an alternative as a business opportunity.

      This article screamed to me that the problem was A) Crest Electronics have very little Linux experience and really don't know what they're doing and didn't listen to the support staff from RedHat and B) SAP products generally suck and are broken by minor issues that shouldn't really matter.

      The later is a problem with commercial software in general or at least pre-compiled commercial software. Because it's pre-compiled it can't be custom compiled for your system and the Linux vender can't produce tested packaged versions of the software that keep up with needed system updates. Because the system is closed source the company doesn't have a community to help look for and debug issues and they usually can't or won't dedicate enough employees to do the job. The sad fact is that such software is really only stable on a platform the doesn't change. That means no patches, security updates, configuration changes, etc. Essentially the machine and software become a black box appliance if you want it to be reliable. Pretty much sucks if you want good security or need to share the machine for other uses. I wonder though if they couldn't use a virtual machine on the real machine to lessen these issues?

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    8. Re:What is SAP? by rob.wolfe · · Score: 1

      I have never, ever, not once, heard of a company putting an install of SAP in the hands of their own sysadmins without a lot (read 6+ figures worth) of help from SAP certified consultants. It simple doesn't happen.

      This is not specific to SAP it also goes for Peoplesoft and any of the Oracle Applications. No matter what you think of the way that they work or the underlying architecture there is no doubt that these are very large, very complex pieces of software and it is quite honestly not possible that an install of SAP was done on ANY platform in 2 days. The usual timeframe for this is at minimum a couple of months and I have seen them drag on for a year or more.

      Oh, and yes, I am a consultant too.

    9. Re:What is SAP? by mykdavies · · Score: 1
      --
      The world has changed and we all have become metal men.
    10. Re:What is SAP? by Yaruar · · Score: 1

      My one experience of SAP was an eye opener. We had an entire floor of consultants, business analysts and programmers (probably about 70/80 people. The project took well over a year to impliment and 10's of millions of pounds. I think it ran over 40 or 50 million. This was nearly 8 years ago now, but i can't imagine a full scale implimenation being done by a 1 man team. Although i guess they do some lighter installs. Ironically before the project finished the company was bought out for 2bn and the organisation structure was completely changed. Which amused me totally.

      Suffice to say, i've since worked for small companies who want SAP style business integration software because they think that's what they need, but i've yet to see a cost of ownership which doesn't run into 6 figures for any implimentation worth it's salt.

      --
      Working for the (other) man
    11. Re:What is SAP? by Rich0 · · Score: 2, Funny

      ...it also goes for Peoplesoft and any of the Oracle Applications.

      -1 Redundant! :)

      Seriously, though, poster is right on. Anybody not familiar with the business IT world should google ERP + lawsuit. These systems are HUGE sinks of money, and rarely do implementations go straightforwardly. The joke with SAP of course is that their salesmen won't talk to anybody whose job title doesn't start with a "C".

    12. Re:What is SAP? by birder · · Score: 1

      For IT interested people there are two parts of the SAP product that are of interest. The first is called Basis which is the essentially the sysadmin functions and ability to install/upgrade and maintain the software. The other is in programming. SAP uses a sql like language called ABAP/4. Business logic is modified using this language. It's all internal to the SAP program.

      Both of these pay quite well, once you have some experience. Where do you get the experience? You work for a consulting firm that sneaks in people with no knowledge and has them learn at some new SAP install. Since the install is new there is a high probability that the company doesn't know the difference. After several months of learning on the job and royally screwing things up, you've learned from your mistakes and are now a high priced ABAP programmer for the next install.

    13. Re:What is SAP? by natd · · Score: 1
      It's a German company that sells quite rather a lot of software. Whole large businesses run on it, and a cheap installation starts in seven figures and goes up from there. It's a serious suite of software. Check "SAP Specialist" in your favourite job search engine and check the rates they're getting for clue 2. They're big, as in first-page-of-Hitchhiker's-Guide big.

      That's a seriously out of date perception of SAP.

      Coincidentally, I got a call from them yesterday. After discussing whether or not they can help me with anything, they asked my permission to run though a quick survey.

      One question was my opinion of SAP. I said that these days I was neither pro or con SAP, but recounted a story from 1996. At the time I was working (as IT Manager) for a reasonable sized company. Turnover just over 100m p/a. Our parent company was buying SAP products for various areas, and I was told to start collecting info as we may be asked to do the same.

      I started making calls, but was basically told 'you can't afford it', goodbye. They knew who we were (ie as part of the parent), but just had bigger fish to fry.

      My SAP guy in 2005 said things are different now - he has a customer with 4 employees. Nothing is too small.

      BTW - we're an Oracle customer, I had nothing to give him :)

      --
      Only big ligs use sigs.
  21. Bigger Problems by rbgaynor · · Score: 1, Informative

    Well, if this Crest Electronics is their website they have more problems than just Linux. From their homepage:

    Currently some people are having problems accessing portions of our website. We apologize for any inconvenience this may cause.

    --
    "Good things don't end with eum, they end with mania or teria." - H. Simpson
    1. Re:Bigger Problems by Anonymous Coward · · Score: 0

      Which is funny because:

      (from the article)

      "We run Linux on our web server and for an accounting package with great success and we do use the auto-patching in those environments..."

    2. Re:Bigger Problems by Script+Cat · · Score: 1

      Currently some people are having problems accessing portions of our website. We apologize for any inconvenience this may cause.

      And you put them on Slashdot. No sence of pity. :(

    3. Re:Bigger Problems by gadzook33 · · Score: 1

      Well, you're not fully blue screened until you're crest-fully blue screened.

    4. Re:Bigger Problems by Anonymous Coward · · Score: 1, Informative

      Actually, http://www.crestelectronics.com/ is based in the US (Greensboro, NC, actually).

      The article is in an Aussie paper. So I'd suspect that the company is actually at: http://www.crest.com.au/

    5. Re:Bigger Problems by rm69990 · · Score: 1

      No, they obviously have IT staff problems. Slashdot is a much more highly viewed site, running Apache on Linux, and it doesn't have these kinds of problems. Groklaw is another example.

    6. Re:Bigger Problems by Gasco-san · · Score: 1

      I think it's actually this one: http://www.crest.com.au/

    7. Re:Bigger Problems by pilsner.urquell · · Score: 1
      Well, if this Crest Electronics is their website they have more problems than just Linux. From their homepage:

      Currently some people are having problems accessing portions of our website. We apologize for any inconvenience this may cause.

      Better question is what company doesn't update there copyright for 3 years?

      Copyright 2002 Crest Electronics, Inc. All Rights Reserved

  22. No news article by LemonFire · · Score: 0, Offtopic

    After reading the article (yes I actually read it) I decided that this article doesn't really say much about anything so I decided to not post anything.

    Oh wait.... DOH!!!

  23. Sense? by plug_it_in · · Score: 1

    It took them seven months to realize that Linux wasn't working? That's sort of wierd don't you think? Anyways I guess it was just bad luck, eh? I mean Linux doesn't really do that for me and I am not an SAP Certified whatever-majigger...

  24. The main problem I've run into by Work+Account · · Score: 0

    Is that sometimes bugs in say a 2.0.5 version of software that's standardized during a Linux distro's "point oh" release just start seriously affecting your company's performance. Then you try to upgrade but find a dependency on another new package as well. Some of us cannot install whatever we want on the machines. I have to spend a week or two research and prepping and thinking of every possible reason and counter-complaint about why we need the updates that I get exhausted pretty easily.

    Linux is by far the best UNIX-like system out there and I love it for that. But depending on other developers who work for free and fix all critical bugs in a timely matter is, for me, like putting a $30 million dollar project into the hands of what could be a 20 year old kid, albeit a damn good coder of a kid, but someone else nonetheless.

    With Microsoft at least there's a bit of accountability or someone my company can blame when our project fails.

    --

    If you "get" pointers add me as a friend (116)!
    1. Re:The main problem I've run into by timmarhy · · Score: 0

      freebsd is superior and every respect. http://www.freebsd.org/

      --
      If you mod me down, I will become more powerful than you can imagine....
    2. Re:The main problem I've run into by Anonymous Coward · · Score: 0

      I like FreeBSD, but it isn't better for running SAP - SAP isn't supported on it. You can hack around with Linux compatibility to get it to work, but no business would want to run core business tools on an unsupported platform like that.

    3. Re:The main problem I've run into by macdaddy357 · · Score: 1

      But Netcraft confirms BSD is dying!

      --
      How ya like dat?
  25. Smells fishy. by SynapseLapse · · Score: 4, Insightful

    This whole article is useless without really saying what the crash was. You could have the most rock solid stable server in the world, and it won't mean much if the applications you're hosting are buggy and badly implemented. It would be nice to know to EXACTLY what crashes he was getting and why. Not just "Uhh, there were core dumps and blue screens, but with a linux blue instead of microsoft blue." I think this would be a great opportunity for an Ask Slashdot poll. Maybe he'd even post some of the core dumps.

    1. Re:Smells fishy. by Alien+Being · · Score: 2, Interesting

      "Maybe he'd even post some of the core dumps."

      I doubt that. From the article:

      "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," [Redhat's] Mr McLaren says.

    2. Re:Smells fishy. by NineNine · · Score: 1

      You're missing the point. They stopped trying to troubleshoot a long time ago because THEIR CORE BUSINESS was being impacted. The ultimate goal of their business (and most businesses) is NOT to get the servers running. It's a moot point. It didn't work. They dumped Linux. 1. They're not interested in any more support. The car died. It's been trashed and crushed already. 2. They're not interested in spending any more time or money on this problem just so that "the Linux community" (ie: a bunch of pretentious know-it-all) can point at what they think the problem is and say, "A-Ha! I knew it! Crest Electronics are morons, and I'm brilliant. The problem is right THERE (I think)!!).

      The simple facts are that they bought Red Hat and SAP. They worked with both vendors for 7 months and never had a working solution. If you think that you are personally smarter than Red Hat and SAP engineers working for 7 months on a problem, then you are a God, and we should be worshipping you.

    3. Re:Smells fishy. by SynapseLapse · · Score: 1

      You have a very valid point that I will have to concede. This company could have thrown money at a broken product until they were out of business and had nothing to show for it but a still crashing business server. I don't doubt for a second that his server was severely screwed up and was costing them huge amounts of cash and time trying to get it to work. I don't even argue the fact that the windows implementation probably went pretty smoothly. Truth be told, at work I support both Windows and Linux servers and I tend to prefer Windows, but both os'es have their merits. I just have a contention with the writer of the article that treated it as such a childish fan boy item, "OMG! Linux is broke, this business has to choose windows 'cause Linux sux!" Which is why I think a /. Q&A would prove very interesting so both sides of the fence could get a solid answer. Not that I think anything would change for the guy, but it would be nice to know exactly what crashed.

  26. blue screens? by timmarhy · · Score: 2, Interesting

    what a load of crap.in all my years admining linux systems i have never seen ANYTHING even remotely close to a windows blue screen style crash. a user land process cannot blow away the system like that under linux. the only way this would happen is 1. bad hardware 2. idiots playing with kernel settings they shouldn't be.
    either way none of this reflects on linux's stablity at all, just on the skill of the admin running it.
    want another hint this is a case of a total retard running the system? "2 weeks to install sap on redhat"
    even the most stable system will go bad with an idiot in charge.

    --
    If you mod me down, I will become more powerful than you can imagine....
    1. Re:blue screens? by Anonymous Coward · · Score: 2, Insightful

      You haven't used X11 I take it. It makes Windows 95 look like a quality, well-built OS.

      Seriously, if X doesn't get fixed sometime soon, I'm dumping Linux. I like everything about Linux but X, but that's a big but. It's slow, it's unreliable, it's ugly, it's impossible to configure and maintain, it's prone to crashing and leaving your machine effectively unusable (because of all the stupid hacks in the display management system of Linux and X11), etc. etc. etc. And the fonts look terrible and I have spent countless hours recompiling freetype, X, fontconfig, with different options, different flags in the config files and, if anything changes at all, it is usually between varying degrees of ugly.

      It's really unfortunate. Most problems with Linux on the desktop are problems with X.

      PS: the confirmation text is "inaction", which is exactly the problem with X development. Nobody, except a guy here or there like Jon Smirl, is really stepping up and saying we need to *fix* X. It's just band-aid solution after band-aid solution. Have they learned nothing from Microsoft?

    2. Re:blue screens? by TheNetAvenger · · Score: 3, Interesting

      what a load of crap.in all my years admining linux systems i have never seen ANYTHING even remotely close to a windows blue screen style crash. a user land process cannot blow away the system like that under linux

      A) You are admitting you truly know nothing about the NT architecture.
      B) And it is normally called Kernel Panic, or a Random Reboot in your world.
      C) If you never saw any OS fail in ALL YOUR YEARS ADMINING, are you sure they are really years?

    3. Re:blue screens? by plug_it_in · · Score: 1

      The main guy did say To describe "in Windows terms" there was constant crashing, and blah, blah, blah...

    4. Re:blue screens? by Alomex · · Score: 1

      in all my years admining linux systems i have never seen ANYTHING even remotely close to a windows blue screen style crash.

      My linux boxen with minimal use has barfed on me twice during the last two years, which is about the same number of times my XP box has barfed on me (neither is ever turned off).

    5. Re:blue screens? by LnxAddct · · Score: 1

      Well apparently since they were running Windows then switched to Linux then back to Windows, most likely the admins are at fault here. The admins were probably dumb microsoft certified mouse clickers. I've installed many systems in many environments using many distributions and nothing like this has ever happened. It is completely faulty hardware or faulty administrators, and if it is the latter, they probably don't know how to properly run windows either and are probably running a horribly insecure environment. A user process just doesn't take down the system under linux, something else is going on there.
      Regards,
      Steve

    6. Re:blue screens? by Jeffrey+Baker · · Score: 1

      Oh no, well if you are going to dump Linux, Kofi Annan is going to have to get on the batphone and demand that thousands of skilled hackers work around the clock until you are satisfied!

    7. Re:blue screens? by Gojira+Shipi-Taro · · Score: 1

      the lengths that SAP will go to manufacture bluescreens/coredumps when a non-SAP certified operator tries to install their product are immesurable. SAP makes a lot of money off it's certification program. It is a given that teh certification program includes a cheat code taht avoids the "crash".

      I've been forced to deal with supporting SAP in the past. I'm not going to pay for SAP certification out of my own pocket, and my employer doesn't want to do it for me, therefore we do not support SAP.

      --
      "Oh my God. This is terrible. This is the end of my Presidency. I'm fucked."; ~ Donald J. Trump
    8. Re:blue screens? by Anonymous Coward · · Score: 0

      If you read more carefully, you'll see he was or is admining linux systems. They don't have a BSOD. The kernel will Oopse (not panic or any other of your Windows terms) and print out a nice little dump of registers/stack trace/etc... which still doesn't kill the whole system depending on the severity. Windows NT still has BSOD's... so I don't see your point there.

    9. Re:blue screens? by Anonymous Coward · · Score: 0

      Because of course everybody else just loves X. Come on. Even the hardcore Linux zealots will admit that X needs some work. If people are serious about Linux getting widespread adoption on the desktop, they need to get serious about making X work.

      BTW, it is attitudes like yours that further hinder Linux. But I see that nobody cares and so, it will sink into oblivion and the hardware makers will stop supporting it and all the poor Linux elitists will be stuck using decade old hardware because the new stuff is completely unsupported.

    10. Re:blue screens? by rleesBSD · · Score: 2, Informative

      Actually, since Windows 2000, the remedy for all of the Windows blue screen scenarios that I have witnessed was a driver replacement. I think the same is true of Linux, so the man probably has a driver and/or hardware problem.

    11. Re:blue screens? by Alomex · · Score: 1

      X11 is a piece of crap. This is well known, however Linux groupies have come to believe that *nix is the word of the Prophet, created in His image, and thus perfect. So you are not allowed to criticize it, lest the imams launch a fatwa on your ass.

      I'm surprised your post has been up this long and you haven't yet gotten a reply either blaming you for X11 being so bad or accusing you of working for Redmond. This invariable happens everytime anyone hints here that there is anything that could be done better in *nix world.

    12. Re:blue screens? by TheUnknownCoder · · Score: 1

      And above all, he's got a glass eye!

      --
      Uncopyrightable: The longest word you can write without repeating a letter.
    13. Re:blue screens? by linguae · · Score: 1

      Yeah, X is a piece of 20-year old cruft that needs to be replaced in the Unix world. People as early back as 1993 has written about the problem (read this chapter from the Unix Haters' Handbook; although dated, many of the issues are still prevalent in X). All modern features (from new toolkits to font handling to graphics acceleration) seem to be a hack built on top of a hack.

      It would be nice to get a new windowing system, kind of like what Apple has in OS X. Unfortunately, there are so many *nix X11 programs out there that I don't know if it would be economically viable or practical to switch to a brand new windowing system with a new toolkit and new ways of doing things.

    14. Re:blue screens? by WindBourne · · Score: 1

      Well, you are not working hard enough. There is a screen saver that does a good immation of Windows BSOD. Maybe this guy was running it and simply thought that is what he had?

      --
      I prefer the "u" in honour as it seems to be missing these days.
    15. Re:blue screens? by xiphoris · · Score: 2, Informative

      It's obvious that neither you nor the grandparent post understand the NT architecture. A "user land" process can do no more harm to the Windows kernel than it could the Linux.

      The majority of the time that bluescreens happen on Windows, it's because some 3rd party vendor's drivers are written poorly. Given the plethora of hardware that's supported under Windows, how likely do you suspect that it is that the average home user has at least *1* driver with at least *1* bug in it somewhere? That's your BSOD.

      That's also why companies such as Dell make so much money -- they provide a fully-supported system with verified drivers. Computers you get from, say, www.cyberpowersystem.com or pieced together from Newegg parts are less likely to be consistent. Writing drivers is not easy.

      How often do you see bug free programs? Never. I've had Firefox crash on me; I've had IE crash on me; I've had Visual Studio crash; I've had Eclipse crash. Everything crashes, it just so happens that when drivers do it it brings down the system. And there happens to be a *lot* more hardware support on Windows, which means a lot more people writing software, and a lot more bugs.

      I'd challenge you to find me a set of API calls that can actually crash an out-of-the-box Win2k machine from "userland".

    16. Re:blue screens? by johansalk · · Score: 1

      I've seen "Kernel panic" in my first days as a linux newbie. I'm surprised he never saw it.

    17. Re:blue screens? by jack_csk · · Score: 1

      It could also be some corrupted kernel files, or loaded rootkits.

      Even a decent administrator might not locate rootkits on his system for sure, how can you expect a know-a-little one can?

      I have seen system administrators / root who NEVER ever read system logs and system maintenance e-mails. In other words, they don't know one of their hardware is failing / having parity errors.

    18. Re:blue screens? by einhverfr · · Score: 1

      what a load of crap.in all my years admining linux systems i have never seen ANYTHING even remotely close to a windows blue screen style crash.

      I have. The cause was a failing motherboard. My mom would be using her Linux workstation and it would lock up. The caps-lock, num-lock, and scroll-lock buttons would start flashing. Admittedly the repeated upgrades from RH6.0 to 6.1 to 7.2 to 8.0 to 9.0 caused their share of configuration insanities on this machine too. But replacing the motherboard fixed the problem.

      Another time I *did* see a kernel panic (a few years ago) as a result of a power management bug in the kernel. If the kernel thought it had access to a software power switch and it didn't it would panic on shutdown while trying to physically power off the system. OTOH, this was a very mild annoyance as it never happened on reboot and only with old AT boards. But it was perfectly reproduceable and completely harmless.

      --

      LedgerSMB: Open source Accounting/ERP
    19. Re:blue screens? by Anonymous Coward · · Score: 0
      Unfortunately a user process can sometimes crash linux. I found that limewire could b0rk my box and it was a reproducible failure.

      Also I used to use a certain linux box as my desktop and my monitored uptime on the box was rarely longer than about 12 days. I didn't reboot by choice. Now the box (and code) is identical, but I don't use it as a desktop anymore, and its average uptime is a lot higher - two maximums of about 140 days since I changed over, and currently its uptime is about 80 days. I think the last reboot was due to a power outage which couldn't be handled by my UPS.

      Also my current (linux) desktop machine hangs at random. It can work mostly fine for 10+ days (uptime right now is 25 days) but will randomly TOTALLY hang, when it's doing nothing. It doesn't respond to pings, keyboard, whatever. The box is totally stopped. During those 10-25 days of uptime I will receive the occasional crash from either konqueror (caught by kde) or the artsd sound server (also caught by kde). I'm pretty sure these errors are in hardware, in either the mobo or the CPU, not memory errors (I tested my memory with memtest86+). I also suspect that hardware failure, not linux unreliability is the cause of these dudes' problem.

    20. Re:blue screens? by Mac+Nazgul · · Score: 1

      "even the most stable system will go bad with an idiot in charge."

      Yeah, that's obvious... look at the USA

      White House, FEMA, US Military, etc

    21. Re:blue screens? by corsec67 · · Score: 1

      The linux black screen of death?

      I saw that, on my ps2 running linux 2.2.26 when I tried to mount a nfs partition from the ps2 to an openbsd 3.6 computer.

      No hardware faults, but making use of a network service caused it to freeze. That, and the linux kernel on the ps2 is relatively ancient.

      --
      If I have nothing to hide, don't search me
    22. Re:blue screens? by hey+hey+hey · · Score: 1
      what a load of crap.in all my years admining linux systems i have never seen ANYTHING even remotely close to a windows blue screen style crash.

      I had a hacked version of sendmail that was working just fine on BSD. We tried moving it over to Linux, froze the machine solid (no panic, no nothing) everytime I ran it. Went back to BSD.

    23. Re:blue screens? by Queer+Boy · · Score: 1
      B) And it is normally called Kernel Panic, or a Random Reboot in your world.

      To the best of my knowledge, a Windows Blue Screen and a kernel panic differ because the NT kernel will not halt when something violates the kernel space. The last Blue Screen I have seen was on an XP SP2 unit and there's the option to continue. I've never even heard of a Unix machine or derivative OS allow the user to continue once the kernel space has been compromised.

      I have NEVER heard the term "Random Reboot" outside of lusers describing Windows behaviour. Unix and its derivatives have Console messages that would eliminate anything "random" happening and, unless you are doing a "shutdown -now", I'm unaware of any way to make a Unix or derivative do anything like it unless there's a hardware issue.

      --
      Not since Marie-Antoinette played milkmaid has looking simple and honest been so fake and complicated.
    24. Re:blue screens? by Jeffrey+Baker · · Score: 1

      Linux works for those who work on Linux. Do you understand how this program has been developed? It's a free operating system, for crying out loud. It's not developed by top-down management.

      I could not possibly care less about my attitude hindering the adoption of Linux. Linux has been adopted by the only audience about which I care: myself. If there's something bothering you about Linux, please fix it. Then you will be much happier. Otherwise just use the operating system you prefer.

      By the way, are you aware than Linux can be used without the X Window System?

    25. Re:blue screens? by cbiltcliffe · · Score: 1
      That's also why companies such as Dell make so much money -- they provide a fully-supported system with verified drivers. Computers you get from, say, www.cyberpowersystem.com or pieced together from Newegg parts are less likely to be consistent.
      HAHAHA!! Dell! Whoohoohoo! Consistent! Hee, hee, oooh, that's a good one! You really need to take a look at what's inside a few Dells on occasion.....

      http://www.cbserviceslondon.com/Computer/namebrand _hardware.html
      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    26. Re:blue screens? by cbiltcliffe · · Score: 1
      To the best of my knowledge, a Windows Blue Screen and a kernel panic differ because the NT kernel will not halt when something violates the kernel space. The last Blue Screen I have seen was on an XP SP2 unit and there's the option to continue.
      The only time I've ever seen Windows allow you to continue after a blue screen was when it was the blue screen that pops up when you eject a CD while it's reading it. It thinks the CD is dirty or something and pops up a blue screen telling you that.
      Any kernel space compromise gives a STOP error with a code, and the only way to fix it is to reboot the system. Either that, or Windows reboots itself automatically.*

      If Windows does ever allow you to continue after a kernel space violation, it's the absolute stupidest thing that Gates & Co. has ever done, by far, bar none.
      Kernel space is of ultimate importance to the OS. If something compromises it, there's no way whatsoever to know that continuing won't do something like erase every file you try to open off the hard disk, or disable file permission checking and locking, so that any guest user can delete kernel32.dll while it's running.

      * It makes me wonder how many XP systems that people say "never blue screen anymore" are still blue screening, they just don't know it because it's restarted itself after the BSOD. If XP didn't automatically restart, would it appear to be a lot less stable? That would be especially true of servers, where there are no Windows open usually. It dies at 3AM, reboots, starts all the services, and comes up to the login screen. Come in to work at 9, and it appears that everything is fine. Unless you checked the event log, you'd never know. I know there's supposed to be the warning dialog "recovered from a serious error" thing, but I've seen that mysteriously disabled for no apparent reason before.
      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    27. Re:blue screens? by Mac+Degger · · Score: 1

      Easy...unmount the seperate harddrive you have your swapfile on whilst writing to the swapfile. BSOD and reset.

      --
      -- Waht? Tehr's a preveiw buottn?
    28. Re:blue screens? by timmarhy · · Score: 1

      i dont know the last time you actually used X11, but i use it on a daily bases via a REMOTE screen and i have no problems with stablity or performance. i will grant you one thing, that windows terminal services kicks the arse out of x11 on speed. this is only because the old xfree group sucked dick and refused to make changes. there are companys that have made forks of x and they can run a remote x window over a modem connection, so it's not an inherent problem with x11.

      --
      If you mod me down, I will become more powerful than you can imagine....
    29. Re:blue screens? by drsmithy · · Score: 1
      To the best of my knowledge, a Windows Blue Screen and a kernel panic differ because the NT kernel will not halt when something violates the kernel space. The last Blue Screen I have seen was on an XP SP2 unit and there's the option to continue.

      You are mistaken. A BSOD *is* a "kernel panic". It's non-recoverable, and you have to hard-reset the machine to recover.

      You may be getting confused with the blue screens that occasionally pop up in Windows 9x derivatives. Many of these can be recovered from (at least temporarily). On Windows NT, BSOD == hard reboot.

      I have NEVER heard the term "Random Reboot" outside of lusers describing Windows behaviour. Unix and its derivatives have Console messages that would eliminate anything "random" happening and, unless you are doing a "shutdown -now", I'm unaware of any way to make a Unix or derivative do anything like it unless there's a hardware issue.

      I've seen both X and dodgy drivers take out unix systems with instant resets or hard lockups that don't even give the kernel a chance to print any errors. They're certainly not common, but they do happen.

    30. Re:blue screens? by ThaReetLad · · Score: 1

      Well all I can say as a windows C++ software developer writing video streaming apps using DirectX, is that since switching to XP (which was pretty much as soon as it came out) I think I've seen 1 BSOD, and actually laughed because I was so surprised to see it. I used to see them a little more often on 2k and several times a day when I was developing on win 98. I also use XP pro on my home gaming machine and IMHO, XP is about as stable as you're ever likely to get, so long as you don't get faulty hardware or crappy drivers.

      Come to think of it, I've almost forgotten what a BSOD looks like.

      --
      You can't win Darth. If you mod me down, I shall become more powerful than you could possibly imagine
    31. Re:blue screens? by incabulos · · Score: 1

      Odd, I believe X to be one of the greatest strength of Unix ; yes, its used in other OSes besides Linux - does the presence of X in Solaris, FreeBSD, OpenBSD, Irix, and so on make them impossible to use? Millions of X users beg to differ.

      To fix something, you need to quantify its brokenness first, something you have not done well at:

      X is not supposed to look good, nor is it supposed to be ugly, or have any sort of 'look' at all. Perhaps you are thinking of window managers, desktop environments or similar. Many of which are reasonably attractive, caveat emptor.

      Nor do I believe X is slow. What are you comparing it to? I get superior OpenGL performance under X in linux compared to the same hardware running windows with the equivalent version video drivers. X must be doing something right, but it could well be the linux kernel doing a lot better than the windows one at managing the hardware, admittedly.

      Complaints about compiling code, fighting with drivers, software dependancies, and so on are not really weakness in X, merely a lack of experience in handling code. But not to worry, most *nix distributions are nice enough to ship binary builds of X that are both fast and include all the nice font rendering and antialiasing you might ever care for. Of course, you have the freedom to compile the lot by hand if you really want to, but it is by no means necessary. If your distribution of choice is not being cooperative, then investigate better alternatives.

      Granted, nothing is ever 100% easy, but you sound like you are picking the hardest way forward and hence getting unneccessarily frustrated. If X was broken, then like everything else under linux ( driver support, schedulers, scalability, journaled filesystems etc all of which are better now than they have ever been and are still improving ), it _would_ be fixed.

    32. Re:blue screens? by Alomex · · Score: 1

      i dont know the last time you actually used X11

      Like, right this very minute...

      i have no problems with stablity or performance.

      I have to waits eons for a large pdf file to be displayed, because the text is mostly rendered at the "client" (the server side) and sent over in bitmap form to the "server" (the supposedly dumb terminal). Contrast this with OSX, where the communication takes place at a very compact and high level postscript derivative and the rendering takes place on the intelligent terminal.

      Really, you should read up on GUI technology X is a shameful piece of garbage and the earlier *nix gets rid of it, the faster it will take over the Windows world.

    33. Re:blue screens? by TheNetAvenger · · Score: 1

      Kernel space is of ultimate importance to the OS. If something compromises it, there's no way whatsoever to know that continuing won't do something like erase every file you try to open off the hard disk, or disable file permission checking and locking, so that any guest user can delete kernel32.dll while it's running.

      Ah, but there is BIG freaking difference between the Win32 OS Subsystem Kernel and the underlying NT kernel. That is why this is a foreign concept for some reason. NT doesn't CARE about the Subsystem OSes, they manage themselves. So if Win32 lets itself delete a DLL (which is impossible since like 2000), then it Win32's fault, not NT and the REAL OS underlying the subsystem model of the NT Architecture and Kernel.

      * It makes me wonder how many XP systems that people say "never blue screen anymore" are still blue screening, they just don't know it because it's restarted itself after the BSOD

      I have had so many Linux users that were newbies and it was installed by some 'super genius' Linux nut (i.e. they really had no idea about Linux) for their offices say the exact same thing to me. Famous quotes like, "It NEVER crashes, sometimes all the programs disappear and it restarts, but I have yet to see it ever crash." and "Oh, it is great, no crashes, although I do lose my work once in a while when it is doing some Panic operation and restarts."

      Sadly these have also been famous lines from Mac Users, "Our systems have never crashed, our only problem is that when it restarts itself sometimes we lose what we were working on."

      Geesh... And for Windows users, the BlueScreen is not always shown, so it is possible this is true for newbies as well. However, I have almost everything development wise (and with the possibility to compromise the OS, with abstract in development drivers, debuggers, etc) and I have NOT see a CRASH, REBOOT, Blue Screen or Stop Error in a long long time.

      In fact the last one I can remember was a Stop error was when my 60gb drive died in my old Laptop (or was in the throws of death). ATAPI errors in logs confirmed it was a hardware problem, and drive was replaced.

      If this was 1998, ya Linux or other *nixes would have the edge on stability, but Since Win2k, and users fully moving to the NT architecture of Windows, crashes or problems are NO MORE FREQUENT in the Windows world than they are on any other OS. PERIOD.

      So find a new reason to complain about Windows, stability is not something you can 'intelligently' grip about anymore.

      Also consider the vast user base with WindowsXP, wider range of drivers, and doing a bit more advanced things with the Hardware like running Doom, pausing the game, and then Flipping to a couple of DirectX games, with Email and several apps in the background running, and not having a single error, glitch or even performance problem since I want to keep my 60fps in Doom at 1920x1200 on my freaking laptop with Anti-Alasing enabled.

    34. Re:blue screens? by TheNetAvenger · · Score: 1

      It amazes me how people here see Win32 and its Kernel as being the same as NT and its Kernel.

      When some of these other posters actually start to realize people are running an NT based OS and not Windows98, then the previous posts that are jaw droppers might begin to stop.

      As for drivers dropping NT, Video or a hardware level Storage driver are a couple of the few that can actually even take NT itself down. (Since losing the HardDrive tends to screw up any computer)

    35. Re:blue screens? by cbiltcliffe · · Score: 1
      Ah, but there is BIG freaking difference between the Win32 OS Subsystem Kernel and the underlying NT kernel. That is why this is a foreign concept for some reason. NT doesn't CARE about the Subsystem OSes, they manage themselves. So if Win32 lets itself delete a DLL (which is impossible since like 2000), then it Win32's fault, not NT and the REAL OS underlying the subsystem model of the NT Architecture and Kernel.
      That's not my point. What I'm saying is, if the kernel space is compromised or corrupted in any way, how do you know the pointer to DontDeleteThisFileItsLocked() hasn't been redirected to EraseFileByWritingBinaryZeroes()?

      You don't. And there's no way to safely discover whether it has, because the act of discovering it could unleash some other horrible misdirected function to format your hard drive, or whatever. Therefore, stopping with a BSOD is the safest thing to do. Don't write to the drive, don't run anything else. Just stop.
      If, as some ancestral post seemed to say, there was a way to continue after a kernel space compromise, this would be the stupidest fscking thing Bill & Co has ever done. Period.

      I maybe don't know as many details about the base architecture of Win32 and NT that you do, but for this debate, I don't need to. It doesn't matter a flying leap what the architecture of the OS is; if the kernel space is compromised, it's unsafe to continue. Period.
      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    36. Re:blue screens? by TheNetAvenger · · Score: 1

      That's not my point. What I'm saying is, if the kernel space is compromised or corrupted in any way, how do you know the pointer to DontDeleteThisFileItsLocked() hasn't been redirected to EraseFileByWritingBinaryZeroes()?

      Ah, but see, that was my whole point...

      Win32 and the full thing everyone thinks is windows like kernel32.dll etc, don't have a freaking thing to do with the kernel.

      If the NT kernel gets compromised, then you are correct. If the Windows Win32 OS Subsystem kernel gets compromised, NT goes, no no, and doesn't give a crap. If another OS Subsystem was running, it could shut down and restart the Win32 Subsystem without the actual NT OS or kernel even flinching.

      Which is my point...

  27. Sometimes this doesn't suprise me by bblazer · · Score: 1, Insightful

    I can understand the long install time. This is proof on one of the major flaws with linux. Poor documentation, poor standards across distros, and obscure undocumented dependencies. Don't get me wrong; I have been using linux since 1999 and have come to appreciate a lot of it. But still to date I want to bang my head on my keyboard when I install some new software and I am told that I need such-and-such lib or a different version of something. Then a good part of a day is shot trying to track all of this stuff down and get it installed. What I have just said should be tempered by the fact that I do not believe that windows is a good choice. 99 times out of 100 you have an unstable machine that costs you huge $ in downtime. This is where linux (and Mac) is good. Once you get it set up it is rock solid. I guess that you have a choice, long set up with linux then less maintenance or short set up with Windows, and a lot of further maintenance.

    --
    My .bashrc can beat up your .bashrc!
    1. Re:Sometimes this doesn't suprise me by Anthony+Liguori · · Score: 2, Interesting

      Poor documentation, poor standards across distros, and obscure undocumented dependencies.

      Yeah, this is a general problem with common modern programming languages. Dealing with dependencies is just hard since we've had a reuse model that is largely based on saving disk space by having one copy of a function.

      Today, I'm convinced we need a system where every version of every library is stored and programs are able to use whatever version they have been tested against.

    2. Re:Sometimes this doesn't suprise me by codefungus · · Score: 0, Flamebait

      Dood..you are a fucking idiot. You have never used linux....maybe you tried to install once but you didn't know what a partition was. Don't front like you have been using Linux since 1999. You must be 15....try it, use it, learn what you are talking about.

      --
      -- A cat is no trade for integrity!
    3. Re:Sometimes this doesn't suprise me by Anonymous Coward · · Score: 1, Interesting

      Uhh, we already have that. In fact, that's what's causing the dependency problems. A specific library might be installed, but it might also not be the right version (the one against which the program was linked). So you have to hunt down an obscure RPM that may or may not exist anymore.

      With Gentoo this is never an issue because programs are built against the current version of the library that you have installed on your system.

    4. Re:Sometimes this doesn't suprise me by j0217995 · · Score: 1
      I would like to echo this posters view of things. The other problem is that the great "community" is sometimes made of mailing groups where the only answers to people trying to learn and user the software is RTFM or some other pissy response. I have been on some mailing lists where heaven help us if you try to ask a question because as soon as you do people are going to respond "Well that's part of being a compentent systems admin" or "Did you read the manual?" Or my favorite, the link to how to post intellegent questions.

      While I know some people are asking the same question over and over again (which I have no problem being rude to) you have to consider the person asking the question may not 1. speak the same language as you do natively or 2. worked on the program since it was first released and hangs out and drinks beer with the dude who wrote the software.

      Also documentation is terrible for a lot of projects. When you go to look for a manual and the only thing you can find is a wiki that has either been spammed to hell and back or hasn't been updated for the current version or lastely is not organized in any form or shape that could possibly make sense to anyone besides the person who posted it. I can see why it would take him two weeks to get this project setup. Though I do blame them for not getting back to Red Hat when asked.

    5. Re:Sometimes this doesn't suprise me by Q2Serpent · · Score: 2

      *Every* major distribution has a full package manager that does dependency installation for you - automatically!

      Even if you want to install something that isn't packaged for your distribution, you can still install the dependencies with the package manager, and what they depend on recursively will also be installed.

      Oh, you can update everything on your system with one command, too.

      Things have vastly improved since the days of manually tracking down software. Well, in Linux they have.

    6. Re:Sometimes this doesn't suprise me by croddy · · Score: 4, Insightful
      the problem today with gazillions of copies of the same library isn't that they waste disk space -- it's that they each present an independent pathway for security failure.

      for example, if you only have one copy of zlib on your system, and it's managed by the OS vendor (up2date, apt, or similar), then you only have one copy of zlib that can be exploited, and you only have to worry about applying your vendor's updates to keep all of your zlib activity patched.

      if you have 80 copies of zlib, each one shipped by a different application that uses the library, you've got a frigging mess on your hands, and you've probably got no hope of patching them all if there's a security bug.

      what we need is more centralization of libraries, not the wild-west free-for-all that would result from what you're advocating.

    7. Re:Sometimes this doesn't suprise me by Anthony+Liguori · · Score: 2, Interesting

      the problem today with gazillions of copies of the same library isn't that they waste disk space -- it's that they each present an independent pathway for security failure.

      Yeah, this is another difficult problem. How do you ensure that security updates are applied.

      If you have something better than a linear versioning system, then you can distiguish between security updates and other sorts of updates. I still think you need a system where you have multiple versions of libraries that are functionally different. I think it's just a fact of life of software development. Libraries aren't going to just stagnat.

    8. Re:Sometimes this doesn't suprise me by killjoe · · Score: 1

      "I can understand the long install time. This is proof on one of the major flaws with linux. Poor documentation, poor standards across distros, and obscure undocumented dependencies."

      What? For SAP? It takes an army of consultants to install SAP on any OS, maintenance is a whole other ball of wax.

      --
      evil is as evil does
    9. Re:Sometimes this doesn't suprise me by digidave · · Score: 1

      "Poor documentation, poor standards across distros, and obscure undocumented dependencies."

      That's not valid for SAP. SAP gives you exact distributions it supports and tells you exactly which packages to install. From there, it's all SAP's software configuration, which I hear is brutal.

      --
      The global economy is a great thing until you feel it locally.
    10. Re:Sometimes this doesn't suprise me by Anonymous Coward · · Score: 0

      there is no such thing as a low maintenance ERP deployment

    11. Re:Sometimes this doesn't suprise me by Oliver+Defacszio · · Score: 1

      Speaking of being fifteen, nice "street" lingo. Does your crooked hat get in the way of your mad coding, yo?

      --

      -
      Inventor of the term 'pardon my French'.
    12. Re:Sometimes this doesn't suprise me by mypalmike · · Score: 1

      what we need is more centralization of libraries, not the wild-west free-for-all that would result from what you're advocating.

      What we really need is static linking, with dynamic in-memory sharing of libraries that happen to be the same. That way, what library happens to sit on your disk doesn't present a security risk, and once it's loaded, no RAM is wasted. With disk space as cheap as it is, it seems reasonable to me anyhow.

      --
      There are 0x40000000 types of people: those who understand 32-bit IEEE 754 floating point, and those who don't.
    13. Re:Sometimes this doesn't suprise me by Zeneris · · Score: 1

      Yes and No, having a dynamic library systen that only supports one version of a library is sooo stupid, it can break apps and you have no idea why it happens, I've seen this happen in Windows, may times! In AmigaDOS it was easy to centrally support multiple versions of a dynamic library and the Apps could request the appropriate version of the library, why don't other OS's support this?

  28. Hiring admins by imunfair · · Score: 1

    Well, from this point on I'll be skeptical of the skills of any IT person that has "Crest Electronics" on their resume from now on.

    1. Re:Hiring admins by unitron · · Score: 1
      "Well, from this point on I'll be skeptical of the skills of any IT person that has "Crest Electronics" on their resume from now on."

      Maybe they're good enough to have realised that they should be working somewhere, anywhere else.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

  29. Linux not always rock-solid by Anonymous Coward · · Score: 0

    Like many of you, I will generally support Linux over Windows in every (server) situation.

    However, one client of mine (Oracle E-Business Suite on RedHat 3.0) had major issues. Turned out that their problems were related to kernel version and the particular version of EMC FC/AL drivers that were loaded. This required significant troubleshooting, several kernel patches (a few "experimental") before finally getting worked out. The problem caused the servers to completely lock up under load.

    Admittedly, we had a SAN architecture that is probably somewhat advanced for a Linux installation. I also acknowledge that this sort of issue could arise on any platform. However, the response we got from RedHat was less than I've experienced from other *nix vendors. (That said, what kind of response would I have gotten from Micro$oft?)

    I guess my point is, given the problems we encountered, I'd consider a different platform too. (Although I'd tend towards Solaris/AIX or even, maybe, HP/UX)

  30. I love linux (go fedora core 4!) but.... by FatalChaos · · Score: 1

    he has a point. Sure linux is free, which is nice, and it is a very good selection for many companies, but there are some problems. Linux support in terms of calling can be shaky, and support is something companies need. Another problem is that it is often easier to find needed software for windows that employees are familiar with than it is for linux (Not neccessarily better software). Also, linux is far more advanced than windows. Although this does allow for a number of cool things like several graphical interfaces, it also makes it harder to figure out problems and harder to find competant people to manage your linux boxes. Lastly, although we all known how ridiculously riddled with holes and bugs unpatched Windows are, patched versions aren't always that bad. Sure, you get the security holes, but you don't get too many blue screens of death anymore. As long as you run a firewall, dont' use IE, and run a few other things like Processguard your windows is fine. However, one argument i did not like was the hidden cost. Yes, it costs more right now because you have the same IT department that was workign with windows making a dramatic move to Red Hat linux. And for a time, you do risk security concerns b/c your admins are incompetant for awhile. However, now you don't really need to pay for windows licenses, don't need to pay for firewalls (look at the end user agreements for most free windows firewalls - home and personal use only), don't need to pay for an AV, and you don't need to update Redhat as often as windows nor is it as costly. And in the long run you are less likely to get huge security breeches with almost any linux distro over windows.

    1. Re:I love linux (go fedora core 4!) but.... by Anonymous Coward · · Score: 0

      People talking in terms of not using "in terms of" is also flaky.

  31. 2 weeks? by dAzED1 · · Score: 1

    what in the world could he have been doing for it to take two weeks?

    And before anyone starts talking about storage arrays, databases, etc etc...those things are no different in windows. Try again.

  32. Qualified is the operative term. by amarodeeps · · Score: 1

    And by that, I mean people who have experience and know what they're doing. In some ways I might argue that it's actually more difficult to properly admin a Windows box well.

    1. Re:Qualified is the operative term. by mfago · · Score: 2, Interesting

      it's actually more difficult to properly admin a Windows box well

      I find 00 buckshot works quite well.

      Seriously though, IIS runs really poorly on Linux too. Insist on such combinations and you get what you deserve. Did anyone investigate SAP before spending two weeks trying to get it running? I also find it quite hard to believe that they were getting crashes every week or so. Although I avoid RedHat...

    2. Re:Qualified is the operative term. by JPriest · · Score: 2, Insightful
      If Red Hat does not work try SUSE, if SUSE does not work, try Slackware, if Slackware does not work, try Debian, if Debian does not work try Red Hat.

      Also, if you notice that everyone is like "well they are using SAP, so they should be using Windows duh!" But if someone posted an "Ask Slashdot" and said "Were is installing a SAP solution, do we pick Linux or Windows". They would probably laughed at for even considering Windows.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    3. Re:Qualified is the operative term. by NineNine · · Score: 1

      If Red Hat does not work try SUSE, if SUSE does not work, try Slackware, if Slackware does not work, try Debian, if Debian does not work try Red Hat.

      Do you work, on a professional level, on making businesses go bankrupt via grossly inflated IT budgets for non-working solutions while their core business whithers away? Just curious.

  33. Boycott this madness by Anonymous Coward · · Score: 0

    I'm switching to Colgate.

    1. Re:Boycott this madness by Anonymous Coward · · Score: 0

      Mod parent up. The only funny post in this thread.

  34. The key point to note in TFA is..... by The+Famous+Druid · · Score: 4, Insightful

    That the decision to go Linux was made by his predecessor.

    Looks like 'new manager' syndrome to me...

    --
    Quidquid Latine dictum sit, altum videtur (anything said in Latin sounds important)
    1. Re:The key point to note in TFA is..... by dbIII · · Score: 2, Insightful
      That the decision to go Linux was made by his predecessor.
      Good point - the first thing a lot of new managers do is tell you that everything that was done before they got there was done the wrong way. Also two weeks does make sense - if you have to learn on the job.

      Even when you aren't learning on the job it makes sense to kick a test system around for a few weeks if it is a major change of complicated production software with some consequences if it's down for a while or runs incorrectly. After that you roll out the installs to the other machines in a few hours.

    2. Re:The key point to note in TFA is..... by geekee · · Score: 2, Informative

      from the article:
      "Crest's IT manager, Anthony Horton, oversaw the deployment of SAP on Linux in November 2004, after inheriting the decision when he took the job. Having previously run SAP on AIX - IBM's version of Unix - Horton was comfortable with deploying such a mission-critical application on Linux."

      This isn't a Windows guy.

      --
      Vote for Pedro
    3. Re:The key point to note in TFA is..... by rohan972 · · Score: 1

      "I'm not too precious about the operating system. Having had a bit of a background in SAP, I knew to a certain extent the operating system was irrelevant, as long as it was stable," Mr Horton says.

      Not necessarily. Going by this, he could be a windows guy who had used SAP as an application on AIX, but not administered the OS. Taking two days to do security patches doesn't give the greatest impression, and he doesn't seem to have understood vendor certification either.

    4. Re:The key point to note in TFA is..... by SubtleNuance · · Score: 3, Funny

      we have a winner.

      a joke:

      The old manager, on his way out of his old office, with his possessions in a box hands Three Envelopes to his successor.

      Old Manager says "here, this is all you need to know. When you get in a jam, just open these envelopes in order; #1,#2,#3."

      New Manager moves in chugs along for a few months and then runs into a jam with his superiors. They are upset about performance/output whatever.

      He thinks, "AHAH! I'll open one of the Envelopes!". He opens #1, in it a paper says "Re-organize".

      He says "AHAH!" and proceeds to shuffle staff for 12 months. Make org charts and take synergy meetings.

      New Manager chugs along for a few months and then runs into a jam with his superiors. They are upset about performance/output whatever.

      He thinks, "AHAH! I'll open one of the Envelopes!". He opens #2, in it a paper says "Re-organize".

      He says "AHAH!" and proceeds to shuffle staff for 12 months. Make org charts and take synergy meetings.

      New Manager chugs along for a few months and then runs into a jam with his superiors. They are upset about performance/output whatever.

      He thinks, "AHAH! I'll open one of the Envelopes!".

      He opens #3, in it a paper says "Get three envelopes...".

    5. Re:The key point to note in TFA is..... by slavemowgli · · Score: 1

      Off-topic, but I thought I'd let you know: your sig's only correct if you don't misspell things. It should be "videtur", not "viditur". :)

      --
      quidquid latine dictum sit altum videtur.
    6. Re:The key point to note in TFA is..... by The+Famous+Druid · · Score: 1

      Thanxs four thatt, eye'll fyx et.

      --
      Quidquid Latine dictum sit, altum videtur (anything said in Latin sounds important)
  35. Maybe they need to reevaluate their skillset. by 21chrisp · · Score: 1

    Maybe the reason it took two weeks is because they had windows admins set up linux servers. Maybe that's _also_ why it didn't work well. Maybe they need to do some training or hire someone with the right skillsets?

  36. Is this whole article a troll by WouldIPutMYRealNameO · · Score: 1

    Come on - this has to be a troll! Perfect title, good weighting in the blurb, nice "put it in Windows terms" and then the very reasonable "oh. but I fully support Linux"

    I'll bet dollars to dimes that they didn't have a good Unix Sysadmin on board, just some guy who was trying Linux out. And I bet we see more of these "failures" when people try Linux expecting it to be a silver bullet & cry when they get burned because they don't have the qualified staff.

    --
    Damnit - I wanted my nick to be "WouldIPutMYRealNameOnSlashdot"
  37. Did they change the hardware as well ? by Anonymous Coward · · Score: 0

    You can always run Linux on crappy hardware and blame the OS. I bet this way you can put two systems side by side and have the Linux one crash 10 times more often than the Windows one. Or is this only the latest twist to the "Get the fakes" campaign so nicely concoted by Mr. Taylor of M$ ?

  38. First Rule of LUG... by Anonymous Coward · · Score: 0

    I am Joe's enraged, inflamed Linux installation.

  39. core dump != blue screen by Anthony+Liguori · · Score: 5, Insightful

    When a program dumps core, it means that the program did something that it wasn't supposed to do (like try to read memory that isn't valid) and the operating system has (correctly), stop the program's execution, and to make life easier on developers, copied the program state into a handy file so that the problem can be debugged. No other programs on your system will be harmed by this one malfunctioning program.

    When Windows blue screens, it means *the operating system* has done something it wasn't supposed to do (like try to read memory that isn't valid) and the operating system bails. Often, it will return execution to the next instruction and hope things will be okay. It almost certainly isn't. You're basically screwed.

    The equivalent in Linux is an Oops. They don't happen that often on production systems. A crappy properitary program doing things it's not supposed to is *not* a Linux problem nor an Open Source problem. It's SAP's problem.

    This is a testimonal about the crappiness of SAP and nothing more. They obviously didn't do enough testing on Linux.

    1. Re:core dump != blue screen by node+3 · · Score: 1

      The equivalent in Linux is an Oops. They don't happen that often on production systems.

      This is sort of by definition. When they begin to Oops, kernel panic, or just silently reboot, they tend to quickly be taken out of production if the problem isn't readily fixed. Which is exactly the case with this specific Windows->Linux->Windows story.

      A crappy properitary program doing things it's not supposed to is *not* a Linux problem nor an Open Source problem. It's SAP's problem.

      In other words, SAP on Linux sucks, while SAP on Windows rocks. While it might technically not be Linux itself that is crashing (this is not obvious at all), it's the Linux system as a whole, including the required proprietary software, that is (in this specific case) far, *far* inferior to the equivalent Windows solution. This is definitely a problem *for* Linux. I mean, what exactly are they supposed to do? Stick with SAP on Linux and every time the system crashes, say to themselves, "this is not a Linux or Open Source problem," and pretend that somehow makes their problems non-existent?

    2. Re:core dump != blue screen by Anonymous Coward · · Score: 0

      A blue screen is not always when windows crashes, this could be when a driver fails, a program executes a stupid call, and tons of other shit that shitty software shouldn't be doing.

    3. Re:core dump != blue screen by Anonymous Coward · · Score: 0

      Programs should not be able to execute calls that bring the OS to it's knees. Drivers crashing the system i can understand but not (non-driver) software, never.

    4. Re:core dump != blue screen by jrumney · · Score: 1

      A program making a "stupid call" should just produce one of those stupid grey dialog boxes that say "Press OK to terminate the application, Cancel to debug", because the Windows programmers were too lazy to design a custom dialog with "Terminate" and "Debug" buttons.

    5. Re:core dump != blue screen by skubeedooo · · Score: 1

      Yes maybe it is not linux's fault. But a customer isn't going to give a f*** who's fault it is, they care about whether the fault is likely to happen again. Since the codebases for sap on windows and sap on unix are different, it's entirely possible that it would crash on one and not the other. If you're running it on linux and it keeps crashing it's entirely reasonable to ditch linux for windows rather then spend a fortune finding out what is wrong with the (closed) sap-linux code.

  40. It should never... by BishonenAngstMagnet · · Score: 1

    It took them two hours to install and patch Windows?

  41. SAP is... by arfonrg · · Score: 1

    SAP is a Big-Azz database/inventory_control/accounts_payable/accoun ts_receivable/purchaseing/accounting/blah_blah_bla h monstrosity that makes my life HELL!!!! I hate it I hate it I hate it!

    It is akin to Powerpoint, makes more work but looks glitzy! (at least our implementation is)

    --
    Your thin skin doesn't make me a troll
    1. Re:SAP is... by quantum+bit · · Score: 1

      Be glad you don't have to deal with Oracle Financials. Worst pile of crap ever developed. Flaky DB, crappy Java software (that wants an IE plugin to run a special JVM -- WTF?!), slow response, worst UI ever, horrendous app load times, and a printing system designed by a retarded chimp.

      Actually, come to think of it, I've yet to encounter an ERP system that actually works.

    2. Re:SAP is... by CyberZen · · Score: 1

      Actually, come to think of it, I've yet to encounter an ERP system that actually works.

      MFG/Pro, from QAD, inc. actually works pretty well. But it uses PROGRESS for a database engine, which just isn't too common these days.

  42. Real Story - SAP implementation fails miserably by AndrewSchaefer · · Score: 5, Informative

    "The Best Run Businesses Run SAP" is a true statement... SAP says it over and over again. What they're really stating is that only the best run businesses can survive a SAP implementation, the rest run out of money or patience, or worse, end up being driven out of business by the enormous cost and disruption it causes. SAP has a HORRIBLE track record on linux. They claim support for linux and other non-MS platforms, but that's only for their core products. Everything outside of CRM and R3 is riddled with technotes and disclaimers about needing MSSQL and WINDOWS. They don't really write cross-platform systems, they just make claims and back them up with fine-print disclaimers.

    I just left a company that was $10M and 2 years behind on their "$2M" SAP implementation. It's a joke. Once SAP gets their foot in the door, they flood your company with incompetent consultants and rebuild your business around SAP-approved procedures and architecture. At the end of this clusterfuck you end up WAY over budget and desperately looking for a scape goat. Clearly Crest Electronics chose Linux.

    SAP products require patch after patch, and take MONTHS to really install. We had a team of engineers working around the clock (literally) for 5 months to get our base systems set up to SAP specs. Even then we would receive "mystery" patches, frequently resulting in system crashes as they weren't designed to work with other patches. Bottom line - SAP is the problem. They churn out highly unstable software and have armies of consultants who will sweep problems like this under the carpet or find something else to blame.

    1. Re:Real Story - SAP implementation fails miserably by transiit · · Score: 2, Informative

      I've had no SAP experience, but I understand the concept.

      Out in the world, there's a software configuration management (SCM) tool called ClearCase. It's developed by a company called Rational, which is now known as a subsidiary of IBM.

      As best as I can tell, the only reason anyone uses this thing is because it integrates cleanly into another product, Rational Rose (a UML modeling tool). Or in my case, because the company says it's a standard (no matter how many stories I hear that every project that uses it tends to do so miserably)

      They, do, helpfully, have a linux version of both the client and the server. Unfortunately, this thing requires a binary kernel module to support their own proprietary filesystem (mvfs)

      Of course, as binary-only modules usually go, if it wasn't compiled against the same version you're running (and in some cases, the same branch, stinking distribution vendors and their nonstandard patches), bad things happen.

      I've spent a month fighting with one such machine that's running one of their blessed distribution/version combinations, and it's still causing problems. Seems the thing is trashing some part of kernel memory and causing both the ext3 and ext2 filesystems to go wonky.

      But then, isn't this the exact reason why there's a separation between kernel and user space?

      I've seen so many warts on this thing, I can't help but believe that Linux support for them was at best an afterthought, at worst a deceptive bulletpoint on marketing's spec sheets.

      And this is what's considered "Enterprise Class Software" (like that term ever meant anything)

    2. Re:Real Story - SAP implementation fails miserably by Anonymous Coward · · Score: 0

      Mod parent up.

    3. Re:Real Story - SAP implementation fails miserably by Anonymous Coward · · Score: 2, Interesting

      I think it would be fair to say that the success of SAP depends on the implementation of it. We run on Solaris with Informix and it's fairly rock solid. It's a complex beast, but no where as mysterious as everyone makes it out to be. Building a new SAP system and restoring our production database took me a week but was very satisfying. But then again, I'm fortunate to work with a team of folks who have been working with R/3 since 2.1 and kept careful and copious documentation on what works and what doesn't. We learned on our own and gave the high-priced consultants the finger.

      I'm sure our future will be to run Linux on Red Hat and use DB2 as our database. But I'm also sure we'll do fine...I myself am an RHCE and we have several highly skilled Unix admins and DBAs.

      Probably the article has an unwritten story of wanting to pay outside consultants to do everything and lacking the necessary talent in house. Also I suspect there was an impatience and underestimation of the complexity of an SAP implementation. Add in an unresolved bug and you have a disaster. But not necessarily the fault of Red Hat, SAP, or IBM.

      BTW, Sun support isn't what it once was, but for SAP systems, there's nothing like the platinum Sun enterprise support. The only reason we'll probably switch to Linux is the questionable future of Sun itself.

    4. Re:Real Story - SAP implementation fails miserably by Anonymous Coward · · Score: 0

      Haha I was thinking the same thing coming from the peoplesoft world. What I think they did was install X on all their production machines and then when the load got to high on the DB and the process killer killed X they would interpet that has a system crash and reboot the machine. Nothing worse than IT people who would be better off sweeping floors.

    5. Re:Real Story - SAP implementation fails miserably by al_broccoli · · Score: 4, Insightful
      SAP products require patch after patch, and take MONTHS to really install. We had a team of engineers working around the clock (literally) for 5 months to get our base systems set up to SAP specs. Even then we would receive "mystery" patches, frequently resulting in system crashes as they weren't designed to work with other patches. Bottom line - SAP is the problem. They churn out highly unstable software and have armies of consultants who will sweep problems like this under the carpet or find something else to blame.
      This is a load of crap. Everyone hires consultants that are idiots, but the interactions you describe with SAP just don't happen. I've been administering SAP systems for 10 years now, and I've never had anything like what you describe.
      They claim support for linux and other non-MS platforms, but that's only for their core products. Everything outside of CRM and R3 is riddled with technotes and disclaimers about needing MSSQL and WINDOWS.
      What a joke. MS SQL/Windows were among the last platforms supported by SAP. In all my years of supporting SAP systems, I have NEVER run across a note saying that something was only supported on SQL Server/Windows.
      SAP has a HORRIBLE track record on linux.
      Bottom line, I've been running SAP products on Linux for over 3 years now, with not a single complaint. You obviously don't know jack about what you're talking about.
    6. Re:Real Story - SAP implementation fails miserably by Anonymous Coward · · Score: 0

      I don't, havn't, and won't be administering SAP in my lifetime. However, speaking from the standpoint of someone who witnessed SAP storm into a certain very well known animation company and bring almost every department to its knees, I can truly say that SAP absolutely and irrevocably sucks. Never in my life have I witnessed a mass of software so poorly engineered. Using the "features" of the SAP system is like bashing your scrotum with a mace. ActiveX all over the place. HTML code that defies description. With SAP its IE or bust. Why is it necessary to navigate the thousand halls of links to access or change an amount of data I could fit on a 360k floppy?
      But don't take my word for it. At the last All Hands company-wide meeting our very well known CEO made a humorous jab at SAP while giving his speech. He was obviously very aware of the pain it caused all levels of management and employee. He had to stop speaking while the entire crowd gloriously applauded, cheered, and booed this nortoriously awful piece of corporate inefficiency. Unbelievably, we still use it! Insane.

    7. Re:Real Story - SAP implementation fails miserably by Forbman · · Score: 1

      With SAP its IE or bust. Why is it necessary to navigate the thousand halls of links to access or change an amount of data I could fit on a 360k floppy?

      A big part of this is because SAP does not use ODBC to provide connectivity to the database (which would be bad anyways, unless you know German), or to ABAP and other SAP data objects. Instead, client software talks to it through an RPC interface. Assuming the SAP admins will let you install it.

      Otherwise, getting data out of it tends to mean setting up SAP reports to dump data to text files(but not to excel - still dumps only 16Krows (excel 7 limit), not 64Krows (excel 7+ limit).

      Not a very end-user analyst friendly system.

    8. Re:Real Story - SAP implementation fails miserably by Anonymous Coward · · Score: 0

      Once SAP gets their foot in the door, they flood your company with incompetent consultants and rebuild your business around SAP-approved procedures and architecture. At the end of this you end up WAY over budget and desperately looking for a scape goat.

      This is not unique to SAP. The main point of any ERP implementation is to redesign your organization to fit inside the shrink-wrapped box. Think about it. The same software runs an oil refinery, a national chain of movie rental stores, and a state-owned educational institution. To do this, they have to make those widely disparate businesses function as much like the template for which they wrote the software as they can.

      Peoplesoft, SAP, Oracle, whoever... They all have to tear your business completely apart and rebuild it in the image of their software. This takes $20 million and 4+ years.

      Of course, with $20 million and 4 years, you could pay a crack team to build software around your business, from the ground up. But then who do you blame when it takes $30 million and 6 years?

    9. Re:Real Story - SAP implementation fails miserably by falcon5768 · · Score: 2, Interesting
      Or your a SAP troll, just look it up on google, there are hundreds of storys about how freaking bad SAP products are with Linux. I havent heard one good word about them which is why when our boss told us he was thinking about moving to them the entire IT staff said if he did we would all quit.

      Its a overpriced peice of trash that any compitent IT staff can do better for cheaper.

      --

      "Slashdot, where telling the truth is overrated but lying is insightful."

    10. Re:Real Story - SAP implementation fails miserably by syousef · · Score: 5, Insightful

      This argument is brilliant.

      User A: I used SAP and had lots of problems and it didn't work and the consultants took lots of money and re-engineered everything around their system. SAP is always crap.
      User B: I've used SAP for years and had no problems. You must be the problem. Never mind that I know nothing about your situation or your dealings with SAP I'm going to call you a liar and say SAP is wonderful.

      Neither of you are being reasonable, but man, pass the popcorn! This is entertaining! Just like Jerry Springer.

      --
      These posts express my own personal views, not those of my employer
    11. Re:Real Story - SAP implementation fails miserably by Anonymous Coward · · Score: 0

      This guy is an SAP troll. Mod down parent. Just look at his post history... (mod down his other comments too)

    12. Re:Real Story - SAP implementation fails miserably by emmavl · · Score: 1
      I've been working with SAP for 9 years now (first as a programmer, then as system engineer). If the original poster (your user A) says SAP software is only decently supported on MS platforms then I would also say he doesn't know what he is talking about.


      The most used db for SAP installations is probably Oracle. Internally SAP uses SAPDB/MaxDB which is an open-source cross-platform enterprise level DB.


      Although there were some server-side products that have been windows only in the past (ITS, IGS, ...) this is quickly changing now : SAP even supports Linux on Power for some parts of its software ...

    13. Re:Real Story - SAP implementation fails miserably by Hosiah · · Score: 1
      So, in other words, you'd have to be a sap to use SAP?

      Hey, *some*body had to say it!

    14. Re:Real Story - SAP implementation fails miserably by Hosiah · · Score: 1
      This is entertaining! Just like Jerry Springer.

      Especially to those of us who've never used SAP and blissfully look forward to never using it. It sounds like it does a lot of boring business stuff. That's what God made Suits for is to deal with all that!

    15. Re:Real Story - SAP implementation fails miserably by Anonymous Coward · · Score: 0

      SAP is the biggest joke in terms of its "database", I remember at my last job we were evaluating SAP vs. OracleApps. Oracle was more than willing to let us customize the software, would give us all the database file layouts, etc. SAP used the database like a filer, sure, you could use Oracle, DB2, MSSQL... but in essence they had a back-end server that maintained the relationships between the files, using the database mostly as a flat-file back end, and they warned you *heavily* against trying to directly modify the files in oracle because you'd "screw up the relationships between the files, maintained by the back-end server". They also didn't want you to really customize it (you could use a programming interface to talk to their 'back end' server if you wanted, but they seemed to discourage it). The SAP attitude was "you tailor your business to fit our product".

      We wound up, even though the "corporate standard" was SAP, going with OracleApps, because we also had a "black projects" area (DOD+++), and they didn't want you using "non-US" software in there (mindless, most software even from US companies is probably maintained in India these days). And, of course, I almost choked on my laughter when SAP said they could come in and install SAP, and migrate our old ERP systems into it (1/2 home grown stuff), in 6-months for "only" $2mil. Every company I've heard of that said they were migrating to SAP in "6 months, for $X million, has wound up finally being on SAP in 2+ years, at a cost of $5X million.

      For those who can afford it, maybe SAP is the way to go. But given a choice, I'd run anything *but*.

    16. Re:Real Story - SAP implementation fails miserably by birder · · Score: 1

      Well, Al's a bit more reasonable. I've been admining SAP R/3 systems since '97. It has always been primarly a Unix based product. They originally had their own database called SAPdb but later expanded to support Oracle and others. Their #1 db for medium and large sized customers is Oracle. SAP on Windows (and MSSQL) is an afterthought to grab up the small business market. Many Windows installs also use Oracle over MSSQL especially if they are of any reasonable size (1+ terabytes).

      We use HPUX and Oracle to host 4 companies SAP landscapes. Everything is clustered and has been running 24x7 for many years. We are looking to migrate to Linux but nothing yet. The first step will be to run the application servers on Linux and keep Oracle on HPUX. Once that proves itself we will look to moving the databases to Linux.

    17. Re:Real Story - SAP implementation fails miserably by bad-badtz-maru · · Score: 1


      To make it truly Springer-ish, we'd need Ballmer's chair-throwing antics.

    18. Re:Real Story - SAP implementation fails miserably by al_broccoli · · Score: 1
      Well, if it's on google, then it must be true. I, on the other hand, don't need to see opinions of others that have failed, since I've been using it for over 10 years now, with success.
       
       
      Its a overpriced peice of trash that any compitent IT staff can do better for cheaper.


      Then you, being an obviously competent IT person, judging by your spelling, should do it yourself. If you can in fact do it better, you'll stand to do very well for yourself.

      Best of luck to you.
    19. Re:Real Story - SAP implementation fails miserably by al_broccoli · · Score: 1

      User A: I used SAP and had lots of problems and it didn't work and the consultants took lots of money and re-engineered everything around their system. SAP is always crap.
      User B: I've used SAP for years and had no problems. You must be the problem. Never mind that I know nothing about your situation or your dealings with SAP I'm going to call you a liar and say SAP is wonderful.


      I prefer to look at it this way:
      User A (not me): It's crap because I failed at it.
      User B (me): I succeeded at it, so your blanket statement that it's crap because you couldn't do it are not true. My successes with it came from years of experience and learning from those that could teach me how to do it, so that tells me that it works, when done properly.
       
      Maybe that's just me. When I want to do something, and do it well, I don't seek out the opinions of those that have failed at it.

  43. RTFA by amarodeeps · · Score: 1

    The article states clearly that it was Red Hat. Over and over and over and over...

    1. Re:RTFA by I'm+Don+Giovanni · · Score: 1

      LnxAddct = teh owned!! :p

      --
      -- "I never gave these stories much credence." - HAL 9000
    2. Re:RTFA by LnxAddct · · Score: 2, Informative

      Unless I missed something, red hat cerified engineers came in and configured the box. The guy had previously ran SAP under AIX (which is not linux by any means). The rest of the time it was under control of the regular admin whether it be an AIX guy or Windows guy. Red Hat Australia support asked if they could run a diagnostic test, but the customer never got back to them. I don't care what that article stated, what they are claiming just doesn't happen. It was either a faulty piece of hardware despite what IBM stated, or a faulty admin and no people are pointing fingers in other directions. The only other thing would be if they were running a custom kernel. This is not linux's fault, if the same exact thing happened under Windows, I'd also be claiming that this series of events is most likely wrongly being correlated to the OS.
      Regards,
      Steve

  44. I Have My Doubts About the Guy by Comatose51 · · Score: 5, Informative
    the machine would basically, putting it in Windows terms, core dump or blue screen at random.

    Blue screen is a Windows thing but core dump is not.

    Crest Electronics is trialling Microsoft's Windows Server Update Service, which allows automatic patching for the operating system and other Microsoft software on servers and desktop machines across a corporate network. Its benefits are one of the key reasons why Mr Horton stands by his decision to switch from Linux to Windows.

    "We run Linux on our web server and for an accounting package with great success and we do use the auto-patching in those environments,"

    I work in a Windows shop but we don't do automatic patching. We don't patch until we've done extensive testing on our own to make sure it works in our environment first. SUS/WUSS/whatever is great in the sense that it allows you to control how patches to your Windows workstations are distributed. You can change the workstations' auto-update behavior so they only update from your SUS servers, etc. But the automatic update thing, from what I've heard, is rarely used in a production environment. In fact, Microsoft gives you a considerable amount of control over its behavior, probably because in recognition of the dangers of auto updating in a production environment.

    Mr Horton disagrees: "It might be fine for things like security patches, which don't impact SAP certification rules but with some patches you still actually have to check the release levels and then check against the SAP site. Otherwise SAP might ask you to roll back to the previous version before they will support it."

    Give me a break! The same thing happens in the Windows environment. It took Bloomberg and our other vendors a while before they supported Windows XP SP2. When SP2 first came out, a lot of vendors blamed SP2 for problems that may or may not have been SP2's fault. It took Windows vendors a while to adpot SP2 as well.

    In any case, the whole patching issue he takes with Linux seems absurd. Just a few days ago, I think our server guys patched their cluster with a Microsoft service pack. Now the cluster refuses to fail over properly. Patching in a production environment is ALWAYS a big headache if you want to do it right. Unfortunately for our server guys, we don't have a spare cluster sitting around for them to test patches on like they normally do with other servers.

    --
    EvilCON - Made Famous by /.
    1. Re:I Have My Doubts About the Guy by Gogo0 · · Score: 1

      In the shop I work in (a small part of a worldwide organization), we use automatic updating with WSUS.
      Not because we want to, but because the ones who make those decisions do. They also dont want to test MS patches before sending them out.

      Consequently, we currently have four different BSODs running rampant that we cannot find a fix for, and the shitty XP built-in cd burning (that our users are unfortunately quite fond of) has ceased working on about sixty workstations and counting.

      Dell points at Microsoft, Microsoft points at Dell. I point at the geniuses that drop this shit on us without so much as a day of testing. Automatic updating is a terrible thing, especially when it is a microsoft product.

    2. Re:I Have My Doubts About the Guy by timmarhy · · Score: 1

      all i can say is LOL@windows patching. patch and restart all your systems please. i use freebsd mostly these days and i just do cvsup -g -l2 ~/portsup-file && portupgrade -aR. i'm yet to run into any actual problems, and portupgrade -aR is considered risky (i only do it on systems that run basic stuff. anything running stuff like gnome i use portaudit and manually upgrade after checking UPDATE) considering ports is maintainted by people donating their time vs MS which is a multi billion $ company with huge resources, i find their efforts pathetic.

      --
      If you mod me down, I will become more powerful than you can imagine....
    3. Re:I Have My Doubts About the Guy by Comatose51 · · Score: 1

      Your post made me shiver and realize how lucky I am to be in a well run Windows shop, which is possible as long as you hire the right guys and management doesn't get carried away with marketing and try to micromanage IT.

      --
      EvilCON - Made Famous by /.
    4. Re:I Have My Doubts About the Guy by Anonymous Coward · · Score: 0

      I wonder if Crest Electronics, as part of the deal they did with Microsoft for "discount" licences was asked to present this story to the Age. It wouldn't be the first time Microsoft has paid a journo to cover a story that lack's substaince and any real detail.

      I bet the journo never bothered to ask the real question, but saw a opportunity to increase Microsoft FUD and run with it.

      No wonder ppl call the Melbourne Age and Sydney heald the "Daily Mirror" of Oz( oh wait.. there owned by the same person).

    5. Re:I Have My Doubts About the Guy by Anonymous Coward · · Score: 0

      The only thing I've found risky with portupgrade is me forgetting to restart daemons that it has shut down on me. I'm terrible that way :(

    6. Re:I Have My Doubts About the Guy by syukton · · Score: 1

      Blue screen is a Windows thing but core dump is not.

      Not quite true, unfortunately.

      When a windows box bluescreens, or when a program crashes, a core dump can be created. On most systems this is a mini dump file but it can be configured otherwise.

      I can understand how a poorly educated individual could identify the "bluescreen makes a core dump" and "linux makes a core dump" and put it together incorrectly as "linux bluescreened." I believe this is why he's making this statement.

      --
      Reinvent the wheel only at either a lower cost, greater effectiveness, or your own personal enrichment and satisfaction.
    7. Re:I Have My Doubts About the Guy by Antiocheian · · Score: 1

      Even though you help uncover the truth, the victim is still "a poorly educated individual" ? And not the author of the article you have responded ???

    8. Re:I Have My Doubts About the Guy by drsmithy · · Score: 1
      I work in a Windows shop but we don't do automatic patching. We don't patch until we've done extensive testing on our own to make sure it works in our environment first. SUS/WUSS/whatever is great in the sense that it allows you to control how patches to your Windows workstations are distributed. You can change the workstations' auto-update behavior so they only update from your SUS servers, etc. But the automatic update thing, from what I've heard, is rarely used in a production environment. In fact, Microsoft gives you a considerable amount of control over its behavior, probably because in recognition of the dangers of auto updating in a production environment.

      What they mean by "automatic patching" is doing all the testing of the patch first, then approving it in WSUS and having servers automatically install (ie: so you don't have to do it manually from each machine).

      They're *not* talking about setting servers to automatically patch willy-nilly off windowsupdate.com.

    9. Re:I Have My Doubts About the Guy by Mancat · · Score: 1

      You're confusing application patching with system patching. Yeah, you have to reboot from system patches in Windows. You don't have to reboot from application patches, although some applications will unnecessarily prompt for a restart.

      You'd have to restart too, if you built world and a new kernel.

      --
      hello dear sirs my name is jamesh i are india (bihar) can u guide me install red had linux 9?
    10. Re:I Have My Doubts About the Guy by 0xA · · Score: 1

      So one night a couple years ago I go out and get drunk. Really, really drunk.

      The guy I do sub-contracting for calls me right at 7:00am, "uhh, I think an MS auto update broke Autocad at company X".

      "Really", I say, "I told you that was in the mail."

      So he asks me to go and fix it, aside form the fact that I've only had 2 hours sleep, on the bathroom floor, I say "OK, who's machine is it?"

      "All of them"

      There is 84 workstations. 84.

    11. Re:I Have My Doubts About the Guy by jrumney · · Score: 1

      Still, it would be fairly trivial to set your apt-sources to point to a machine in your network that only contains updates that have gone through your own testing process.

    12. Re:I Have My Doubts About the Guy by hkb · · Score: 1

      Blue screen is a Windows thing but core dump is not.

      No actually core dumping IS a Windows thing, too. See also System Properties->Advanced->Startup And Recovery Settings->Write Debugging Information. That's where you configure a system core dump. Application core dumps are handled a bit differently, but you're familiar with dealing with them if you're a Visual Studio user.

      I work in a Windows shop but we don't do automatic ... er its behavior, probably because in recognition of the dangers of auto updating in a production environment.

      I'm not sure of the purpose of your comment, here. But they're using WSUS, which is essentially SUS 2.0. It's not using the normal Automatic Update mechanisms.

      At work, we use automatic patching via WSUS to great effect. However, SP2 caused us (well, the PC techs) some problems, but overall I'm happy.

      blah blah blah SP2

      Agreed. I think that SP2 was a necessary (painful) step for MS. And the SAP thing is a totally normal industry deal, not specifically Linux's fault. I blame SAP.

      Patching in a production environment is ALWAYS a big headache if you want to do it right.

      ALWAYS? No. We've had two patching problems in the 2.5 years since we've moved to Windows (from Solaris/BSD/Linux). If it's always a headache, you're doing something wrong as generally, windows server admins seem to be happy with patching mechanisms, these days (NT4 days SUCKED).

      I'm wagering that your cluster server admins didn't read all of the release notes for the patches.

      Informative comment, thanks for posting

      --
      /* Moderating all non-anonymous trolls up since 2004 */
  45. Days VS Months by dteichman2 · · Score: 1

    They said that the Linux box was running for weeks without a crash, but took two weeks to install SAP. The Windows box would be configured in about two hours, but how long would it run without fail. I've never had a Windows box that would run for more than a month without fail.

    Does the purchase price of Windows, plus the greater downtime (cumulative) make it inferior? All that has to be done is to write a script to reboot the machine every month or so and plan for this. Windows now reboots more often than the Linux box, resulting in more downtime.

    --


    Silence is golden... and duct tape is silver.
    1. Re:Days VS Months by dtfinch · · Score: 2, Interesting

      In recent years, I've never seen a Windows server crash, and the last time I saw a Linux server crash it was due to failed ram. They're both generally as stable as the hardware, drivers, and other software you use them with.

      I have had much more patch downtime on Windows because it has to restart (usually minutes) while on Linux only the services usually need restarting (usually less than a second), but even then we install patches during off-hours, and most patches are really optional.

      We run mostly Linux servers, but some server software (our ERP for instance) is only supported on Windows. In this case I suspect it'll run on Linux, but I'd rather run it on a configuration that's supported, tested, and recommended by the developer. So we bought a Windows server just to run this one piece of software, the most expensive server we've ever bought, but less than 1/10th as expensive as the software itself. In this case our decision of which operating system to use had nothing to do with which operating system was better.

    2. Re:Days VS Months by Anonymous Coward · · Score: 0
      I've never had a Windows box that would run for more than a month without fail.

      Well, then you suck as a Windows admin. It has nothing to do with Windows, and everything to do with the fact that ... you ... suck ... as a Windows ... admin.

      Right this second, there are millions of people running Windows for all kinds of things, and they're doing it successfully. I'm one of them. See? We don't suck at Windows administration. You do.

      And the fact that you suck as a Windows admin says nothing about the OS.

      For heaven's sake -- stability requires competence, and since you obviously have none of the latter, you'll have none of the former under any OS.

  46. No communication with the community? by Joseph_Daniel_Zukige · · Score: 1

    Perhaps the whole root of the problem is that, fearing to let their (future) IP out of the bag, they prevented their techs from going to the community with questions.

    1. Re:No communication with the community? by Anonymous Coward · · Score: 0

      They're a consumer electronics distributor (TV, radio, cables, etc). The only "IP" these guys have is their customer and supplier lists.

    2. Re:No communication with the community? by Anonymous Coward · · Score: 0

      perhaps you could present facts, instead of unsubstantiated guesses.

      you fail it.

    3. Re:No communication with the community? by Joseph_Daniel_Zukige · · Score: 1
      They're a consumer electronics distributor (TV, radio, cables, etc). The only "IP" these guys have is their customer and supplier lists.

      That's the one they fight tooth and nail to protect, right?

      I guess I should RTFA, but I've been in enough companies that try to use FOSS without realizing that getting answers and help has to be done differently.

      It happens. The companies get excited about the low cost of entry and fail to allocate time for the mail lists, much less for reporting bugs. Heaven help the employee that suggests actually fixing one.

  47. I see. Tell me more! by Sj0 · · Score: 4, Funny

    Yes, because we totally believe that you came up with that arguement on your own. "Total cost of ownership" is a natural concept which simply develops in natural language, like swear words based around bodily functions.

    --
    It's been a long time.
    1. Re:I see. Tell me more! by miffo.swe · · Score: 1

      I think most people in the know understands that this is a paid for article with high rebates for the company. It would be very nice if someone who knows the real circumstanses would reveal them. Whistleblowers are needed from cases like this to expose the truth behind them to the common people.

      --
      HTTP/1.1 400
    2. Re:I see. Tell me more! by Cederic · · Score: 1


      Without commenting whether the article was, shall we say, sponsored by a certain software company, TCO _is_ exceedingly important to a company.

      In my job I recommend software purchases for my firm. We're a big company and I'm currently looking at introducing a new piece of software that'll cost us an 8 digit sum _each year_ in support and licence costs alone.

      It'll replace part of another mainframe system we're running. As that system is in place, and we own and maintain it, we could extend its functionality to match the third-party COTS software. Or we could spend a lot of money building interfaces between the two, and that humungous annual licence/support cost.

      Although as an architect skillsets, delivery timescales, business opoortunity and risk are all factors, in a cost-conscious organisation we also must take into account the relative costs of the systems.

      That's where TCO comes in. Frankly, I don't give a shit what the OS licence costs are. They'd have to be hitting five figure sums per box per year to even hit the radar. Compared to the cost of an IBM mainframe, Oracle licences, this third party COTS software, support and development staff, our in-house hosting costs, our external hosting costs, management overhead, implementation and deployment costs..

      When you're getting in something like SAP you need to understand TCO. It can (and often is) a "bet your business" decision. You don't need to be sponsored by any third party to know that.

    3. Re:I see. Tell me more! by arethuza · · Score: 1

      Please mod this up. Most sensible comment that I've seen on Slashdot for a while!

  48. *nix incompetence by bombadillo · · Score: 2, Insightful

    From TFA , a quote from RedHat support regarding Crest...

    "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.

    These Crest guy's didn't even have the ability to use support properly.

    and

    "We run Linux on our web server"

    The entire company has 1 webserver? Unless he was missquoted this guy doesn't have a clue what his IT department should be doing.

    Nuff said.

    1. Re:*nix incompetence by Cave_Monster · · Score: 1

      Not to mention he makes mention of meeting SAP's support requirements to be tedious. Honestly, looking at the actual requirements they don't look that hard to keep up to date with. A particular version of the kernel, married with a particular vendor release of linux running on some specific hardware. The article makes it sound like you need binutils from redhat 6.5 but then gcc from redhat 9 (this is only an exaggerated example).

    2. Re:*nix incompetence by MrCreosote · · Score: 1

      here is a better link for sap/linux certification

      http://www50.sap.com/linux/platforms/index.asp

      --
      MrCreosote Meow!Thump!Meow!Thump!Meow!Thump! "You're right! There isn't enough room to swing a cat in here!"
  49. I wonder... by ThaFooz · · Score: 1

    ... how they think Windows is the solution when they were unable to diagnose the problem?

    Our company just installed the same image on two identical certified Linux-compatable servers for the same job. One will core dump, seemingly randomly, but often enough to render it unsuitable for production, while its counterpart other runs flawlessly 24/7. Would I be way off the mark in thinking that our problem is a subtle hardware defect in one machine, not a deffective OS, particularly after trying several different kernels/distros/versions/etc etc?

    While the article is light on the scale of the operation (I've never heard of Crest Electronics), it frequently uses the pronouns it or the machine (as opposed to the plural) in reference to the server(s). It would seem silly to me to consider a platform shift and the associated costs when you're having trouble with a single unit.

    1. Re:I wonder... by AJWM · · Score: 1

      Been there, etc. Three new servers, identical in hardware and software. Fine for a month or so while the systems were being set up and configured and the apps installed (not a rush job). Then during pre-production testing one began randomly crashing every few days. Probably an intermittent hardware problem, load related, but running a full night of diagnostics didn't reveal it. Finally somebody happened to be looking at the console when it crashed in the middle of the diagnostics, while it was testing the RAID controller. We replaced that as well as all the memory (just to be sure), and the box has been fine ever since.

      Took us a while to figure it out though, and if we hadn't had other identical setups that worked (tending to eliminate a software problem) I hate to think how much longer it might have taken.

      --
      -- Alastair
  50. 20 year old kids ??? by LemonFire · · Score: 1

    Quite a few respectable companies will put your precious project in the hand of the cheapest possible labor they can find, very often workers that are incompetent, lack training and have no real interest in the product they are making.

    I don't give much for the argument that corporations would do a better job developing good quality software, instead in my experience cutting corners to save money seems to be way more important to the bean counters that control most corporations.

    -- This SIG was handmade in a sweatshop

  51. GOOD! If they are dumb enough to run SAP,... by arfonrg · · Score: 0, Troll

    GOOD! If they are dumb enough to run SAP, they are the perfect candidates for Windoz.

    --
    Your thin skin doesn't make me a troll
  52. What we wont hear by Gogo0 · · Score: 1

    is how Windows BSOD's all over the place because it turns out their hardware was crap.

  53. So... by (negative+video) · · Score: 1
    Where are their mailing list posts saying "we're having this weird problem, what might be wrong?" You know, if folks are willing to help some teenager in Africa, odds are they'll be willing to help you.

    How many passes did memtest86 successfully make? How many times did you successfully do a total system stress test? (Like rebuilding a kernel or XFree86.) I've got $5 says it was defective hardware and what they now have is SAP/Windows silently corrupting their data.

    What did it do when you installed it under VMWare? You did try to run things under an always-the-same virtualizer to control the variables, didn't you? Hello? Is this thing on?

  54. HAHA! by Anonymous Coward · · Score: 0

    The guy saw the BSOD X Screensaver and set it to go off every week.
    I can picture it now.

    Blue Screen?
    Kernel Panic?
    Mac Crash?
    Amiga Crash?
    Comodore64 Crash?
    WTF!!! Linux is the most unstable OS out there...

  55. I see the problem by Anonymous Coward · · Score: 0

    The install disk was upside down. Since I'm in the northern hemisphere I had to turn my monitor upside down to read the story from the Australian news site. The Linux distro came from the northern hemisphere which is right side up. So turn it over and try again.

  56. what's the deal by Robocoastie · · Score: 1

    What's the big deal? Use the right tool for the job. Rob

  57. Unix experience? by geoskd · · Score: 3, Interesting

    The person giving the references in this article did not seem to be the long time UNIX user he claims to be.
    first: He put his experience with Linux into a windows context, suggesting that he is in fact an experienced windows administrator.
    second: he did not understand automatic updates. A feature which is and has been available on many linux distro's for quite some time, and a feature which is quite prevalent in UNIX especially from IBM
    third: Red Hat Linux (even enterprise class) does not have a very restrictive hardware requirement, and the odds are pretty good that they would have needed to do the same hardware upgrades to run whatever windows system they eventually moved to.
    fourth: Anyone who is an experienced administrator knows that the core operating systems are tremendously stable, be it windows or Linux, or UNIX, and that the instabilities in any system will be introduced by drivers needed for operation of application specific hardware (for example a custom cash register based peripheral or some such). This tells me that they had just such a piece of equipment in their systems, and that the vendor of this hardware did not supply working drivers. Further, I would conjecture that said supplier probably had a long standing windows driver, and had ported the drivers to the linux platform specifically at the request of this client. The result is what you would expect: a first generation driver which fails intermittently.

    -=Geoskd
    www.geoskd.com

    --
    I wish I had a good sig, but all the good ones are copyrighted
  58. More to come by gone_bush · · Score: 1
    This just goes to show that despite the best will and efforts of all concerned, occasionally there will be disasters. And that isn't confined to the IT industry. How many stories have you seen on tabloid TV of "lemon" cars.

    A lot of /.'ers, when they hear of similar stories about Windows just nod their heads sagely and say "See, I told you so. Windows is a heap of crap!" This just happens to be one example of what, inevitably, will be many failures of Linux as it becomes more popular.

    I am sure that if a sane and non-polemic review of the situation was performed the major fault would lie with "management". In my many years in the IT industry I have seen a few disasters and they are all a result of misguided management.

    --
    Two roads diverged in a wood, and I - I took the one less travelled by. (Robert Frost, 1916)
  59. spurious reasoning by idlake · · Score: 1

    These kinds of problems happen from time to time: some particular combination of hardware and software will just be flaky, and if you change the OS, it all works. In my experience, it's more common to have problems with Windows that disappear when switching to Linux, but I have also (occasionally) seen the opposite.

    Anecdotes like that tell you nothing about your expected TCO. Furthermore, while I sympathize with Mr. Morton's short term unhappiness, nothing supports his conclusion that there is some intrinsic flaw with Linux or that Windows TCO is lower. In fact, whatever reasons he had to choose Linux in the first place have not been invalidated by his experiences. If he thought Linux was the best choice before his string of bad luck, it still is.

  60. No byline? by Anonymous Coward · · Score: 0

    Does anyone else find it odd that there's no byline for this story? Other articles on The Age actually list an author, but not this story.

  61. I want to know more... by SealBeater · · Score: 1

    From the article:
    "You have to be using the right certified components, otherwise SAP
    won't give you the support. To go through and match everything off was quite
    tedious," Mr Horton says. "After doing all that, we
    came to a very interesting situation where the machine would basically, putting
    it in Windows terms, core dump or blue screen at random. It would run for weeks
    or so and then just bang, it would
    stop."


    I want to know what "components" he was referring to, (Don't worry, I know how
    to use google), is it outside the realm of possibility that a mismaching of
    libs, apps, whatever, even having multiple libs can cause apps that depend on
    them to crash, I have no experience with RedHat, but I've seen quite a few
    people use "rpm -f" (or whatever the --force switch is) instead of admining a
    system properly. I've also seen quite a few windows admins treat a RedHat box
    just like windows, which, if you're an admin, you just can not do. I'm sorry,
    it's two different worlds.

    I have never seen a linux box, after being configured correctly, just stop.
    I've ripped out SCSI backplanes from machines and replaced the innards with
    SATA drives, the box didn't even support booting off of a card, which was
    gotten around by using a floppy, and that box has stayed up for over a year,
    (once it was on a UPS) with heavy load. Something got borked on that box,
    plain and simple. Maybe he should have used Slackware :)

    SealBeater

    --
    -- Its survival of the fittest...and we got the fucking guns!!!
  62. Sounds like a hardware probem by vijayiyer · · Score: 1

    This sounds an awful lot like a hardware problem rather than an OS problem. It could be bad RAM. That said, a Mac has low TCO and good reliability...

  63. Nobody ever got fired for... by Anonymous Coward · · Score: 0

    From the FA:

    Red Hat Australia did its best to support Crest Electronics with the issue until it decided to move to Windows, says Red Hat Australia general manager Max McLaren. "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.

    In other words, "Crest decided that our software was at fault before consulting anybody's support staff, and refused to consider any other possibility."

    I only mention this because we had a client that insisted that our server-side components were at fault for their transaction server failures. One calendar year of complaints and debugging later, the server's disk controller failed, they switched over to an identically-configured redundant server, and our software magically became as stable as the Rock of Gibraltar. Only in the post-mortem did they discover a bad memory module, and since the server was dedicated to our components, it was either us, or the OS vendor. Since we are significantly smaller than the OS vendor...

  64. That's unfortunate I guess by dtfinch · · Score: 1

    It sounds like a hardware or driver problem. Too bad their vendors and support providers failed them. Such important servers need to work 24/7. Cost and OS are pretty much insignificant in this case. If by some fluke switching to Windows cures their instability, they just need to run with it, or incur more downtime costs. I've never encountered these hidden support costs they mention, or Linux instabilities on a server, and Windows fails me all the time (never unstable, but always unreliable), but clearly it's a different story with their hardware, applications, and support staff.

  65. Cost Of Operation by Dawizman · · Score: 1

    All this recent talk of cost of operation differences between linux and windows is complete nonsence. Sure, to an en-experienced linux admin, properly configuring linux and setting up everything to work smoothly may be quite time consuming and therefore seem to be quite expensive to the owner of a company. On the other hand, if an experienced linux admin is running the show, everything should run smoothing, efficiently and be rather cost effective. The linux distro also has a bit of influence on the cost. Thru personal experience I've learned certain distros are harder and more time consuming to setup, run and maintain. Whereas other distros, or homebrew distros can be extremely easy, and again, cost effective.

  66. Slashdot on Linux? by Anonymous Coward · · Score: 0

    I thought it was on OpenBSD, or some other dead software.

  67. I smell bullshit. by Morky · · Score: 0

    He talks about installing SAP like it's a file server or something. SAP is a monster (there probably isn't anything bigger in the software world) and doesn't run on just one box in ANY company. This sounds like a fake. Blue screen my ass.

  68. Not A Linux Issue, But An SAP Issue by cmholm · · Score: 1
    In case ebrandsberg (75344)'s post gets lost in the noise due because of its 're:' title, it bears repeating:

    They also comment that the Redhat update system is "unacceptible" because SAP may not support a particular patch, then comment that Microsoft's similar system (which does the same thing) is a key reason to change. HUH? If SAP hasn't stated they will support a MS update vs. a RH update, who is at fault when running a "certified" operating system with a standard means of performing updates as part of the OS.

    Exactly. I smelled a rat the moment I read that (according to the article) SAP supports Windows autoupdating, but not RH autoupdate.

    Personally, this feels like a "SAP supports Windows as a server OS better than they support Linux" statement vs. a Windows vs. Linux argument. In situations where you are buying servers just to support a single app, the golden rule is "call the support line, ask for a level 2 engineer, and ask them if THEY had to support an install, what OS would they use". That will give you the answer that in the long run will save you money.

    For that matter, I'd be curious if the customer had even asked the SAP sales rep what RH and/or Windows server features they supported, or if they could supply any customer references. Sounds like someone (not the interviewee) made too many assumptions before cutting a P.O.

    --
    Luke, help me take this mask off ... Just for once, let me butterfly kiss you with my own eyes.
    1. Re:Not A Linux Issue, But An SAP Issue by al_broccoli · · Score: 1

      Actually, SAP has no stance on autoupdating on any platform. But they do not support certain patches until they are certified by SAP. For Linux, this includes the kernel and glibc only. Any moron should choose to wait to apply these patches until they had been rigorously tested, so I don't know why it's an issue here.

      Of course, I have seen Windows patches cause issues with SAP (and other) applications as well. If Crest decides to just blindly apply all patches automagically, I'm sure they will encounter this issue as well, even on their new shiny Windows boxen.

  69. I think he meant to say... by Vorondil28 · · Score: 1

    The total cost of ownership is actually lower in this case than with Linux because of the hidden costs of the support.

    I think he meant to say: "The total cost of ownership is actually lower in this case than with Linux because of the hidden costs of the support when supported by idiots like us."

    I don't care what platform you choose, if you don't know what the hell you're doing, it's gonna be a pain in the ass as well as the pocketbook.

    --
    This sig rocks the casbah.
  70. Knowledgable staff is key by scronline · · Score: 1

    How come it took me 2 weeks to install Windows 2003 SP1 terminal server with Office 2000? I went through 7 Microsoft Techs before I finally got the problem resolved. Granted normally it's not usually that bad, and it only takes 8 hours to PROPERLY set up a windows server...key word is PROPERLY. And how come it takes me 3-6 hours to setup a Fedora server the way it needs to be for file sharing, web, mail, whatever including updates. Seems to me that the reason they had such problems is they didn't have someone on staff that understood linux. It's not something that someone can just jump into. For that matter (using the same phrase again...maybe there's a point here as well) to set up a windows server PROPERLY it takes knowledge as well. More often than not someone that just sets up a windows server with the defaults is leaving the box(es) open to attack(s). It's all about the proper tool for the proper job. And in this case either OS could be the proper tool, but also having staff that understands the stuff on hand is a proper tool as well.

  71. You extrapolated my intent by Work+Account · · Score: 1

    I do believe that Free/Open SW is largely better than Closed.

    However, what I meant was that the accountability factor and sometimes the openness can harm you if you depend intensely on certain Open SW packages that may have critical bugs. For example, my customer will not purchase my $30 million software package if it contains critical bugs. They routinely browse bug reports and security bulletins for bugs in the packages we use. If they find one we must fix it before shipping.

    I say this from experience -- Apache is hard to learn in 1 night to fix a security bug!

    --

    If you "get" pointers add me as a friend (116)!
  72. This Guy's A Fool, A Liar or Both by Anonymous Coward · · Score: 0

    This is sooooooo silly. This is one of those cases where they have idiots implementing the system and / or troubleshooting a problem.

    I've implemented countless systems thru the years from VMS, HP/UX, AIX, Solaris, Linux and Windows. I've also implemnted SAP on Windows and Linux.

    I've had PLENTY of problems with Windows and literally no problems with Linux. I never got middle of the night calls on Linux, yet was always apprehensive about those calls for the Windows boxes. It takes VERY FEW people to run / maintain the Linux boxes and MANY people to maintain the countless windows boxes it takes to run similar systems.

    If a system were running a heart-lung machine, would you want it to be running windows?

    This guy is a fool or a liar or both.

  73. This isn't so hard to understand by ngunton · · Score: 1

    I recently spent a good long week or three while trying to set up a new dual Opteron server which couldn't recognize the RAID card. This isn't even anything to do with GUIs, mind you - this is simply getting Linux to see the hard drives. The big problem, in a nutshell, is hardware drivers. Hardware support remains one of the big problems for Linux, and I don't care how much you love Linux, I guarantee you'll be swearing at it before too long if you try installing on any kind of non-run-of-the-mill box. Windows, like it or not, generally has drivers. You even get them on nice convenient CDs with whatever cards are causing the problem, which is doubly frustrating. I tell you, the headaches I've had setting up Linux are no joke. It seems like every time I have to do it (every couple of years or so currently), there are a whole bunch of new little gotchas to waste my time for days. And the knowledge (once you finally figure out the magic keywords to google for) isn't even useful or transferrable - it's probably something you'll never encounter again, ever, in this form. The answer is generally some obscure incantation in some god forsaken configuration file three levels down in some /etc directory you didn't even know existed. I've had kernels refuse to boot because devfs was enabled. I've had kernels refuse to see a storage device because some other totally unrelated module happened to be enabled. I've had to go and patch the kernel code with some obscure fix to make the thing work under 64-bit mode. I've battled endlessly with weird errors that give no clue as to their source.

    Ok, ok, I don't hate Linux. It's actually rock-solid most of the time, once you get it dialed in. But I just have to say that I have the utmost sympathy for anyone who jacks it all in and goes with Windows - particularly for a desktop environment. I mean, come on - Windows 2000 (never used XP) is pretty rock solid, hardly ever crashes on me and you can get drivers for all the hardware without any hassles. Anyone who says that Linux beats Windows in this regard is just delusional, sorry. And on the desktop, Windows "just works" for most users. And it has all the software they expect, and it works the way they expect. And as for all the viruses and malware - that's an education problem. You could fix most of the Windows issues out there by using Firefox or Opera, and any reasonable email client but Outlook Express, from behind a Linksys cable/dsl router or any other firewall.

    Ok, sorry, had to get that off my chest... I just get so tired of reading all these pious comments putting down anybody who chooses Windows over Linux. Get real! Linux rocks, much of the time, but come on - when it sucks, it sucks big time.

  74. $h**&&@7#7 register link by clarkie.mg · · Score: 2, Insightful

    I hate those *false* links that redirect to a registration page. Even if it's free, do they imagine anyone is going to fill those long forms for every page they visit.

    Fortunately, the bugmenot bookmarklet did the trick.

    About the story : so we have *one* situation where a problem happenned between SAP and linux. That kind of conflicts happens all the time in IT. Either you solve it or you change one component.

    In both cases, drawing general conclusions on the abandonned product is common but unfair and a sign of lower qualifiquations.

    --
    Men are born ignorant, not stupid; they are made stupid by education. Bertrand Russel
  75. He probably didn't know what he was doing.... by Anonymous Coward · · Score: 0

    They probably had staff only trained in Windows so when it came time to keep it up they had no idea what they were doing. I work with people who know People Soft through and through... on Windows... so when it comes to Unix, they are rather frustrating to deal with... I would rather be a postmaster for an open relay than deal with these people.

  76. Re:No byline? (Doh!) by Anonymous Coward · · Score: 0

    Argh, now I see it. Part of the text below the picture...that's different from the other articles. Nevermind.

  77. 2 hours to install a system? by QuesarVII · · Score: 1
    A big reason is the fact Windows was up and running in two hours at all the right patch levels. The installation of SAP took two days on Windows, the installation on Linux Red Hat took two weeks.

    2 hours sounds like way too long to me. I'm a tech at a linux cluster company. We can install basically any linux distribution (which we've typically included the latest updates in already) on basically any hardware in under 15 minutes.
    The total cost of ownership is actually lower in this case than with Linux because of the hidden costs of the support."

    While it is true that MCSE's come cheaper than a good unix/linux admin, you typically need more of them to do the same job. In my job, I administer all the servers, keeping on top of security updates easily. This is all in addition to my regular work(95%+ my time) installing and configuring clusters. Doing this same work with Windows would require more people than we have, actually costing more total.
    1. Re:2 hours to install a system? by AJWM · · Score: 1

      We can install basically any linux distribution (which we've typically included the latest updates in already) on basically any hardware in under 15 minutes.

      I'm tempted to call BS. I've got this 8-way hyperthreaded Xeon with a bunch of array controllers, NICs, etc that I can barely get to boot in 15 minutes. (Okay, it's a couple of minutes from power up to the boot prompt, and five minutes from the OS loading until a login: prompt).

      More seriously, I just did a RH AS 3 kickstart install over gigabit ethernet (a lot faster than the CD) in, yeah, about 15 minutes. And an RH AS 4 install with most of the packages from CD in about 2 hours (unattended except to change discs). So either number works. As for two weeks to install an application -- crikey, even Oracle at its worst (years ago, when you had to rebuild the OS (SunOS, back then) with compiled in shared memory, etc, parameters), on slow (by today's standards) hardware, didn't take more than a day, maybe a day and a half.

      --
      -- Alastair
    2. Re:2 hours to install a system? by QuesarVII · · Score: 1

      Our installs are all done over gigabit from a backed up image. That initial image might take a couple hours to generate, but we only do it once. Every system after that takes ~10-15 minutes. Due to the way Linux handles device drivers, it is much faster to take a generic image and set it up for any system than it would be for Windows. The same image can be installed to ANY opteron or em64t system and be configured in a matter of a couple of minutes.

      Now of course if there are RAID controllers in the system, you will need to wait for the RAID to initialize before installing, but I wasn't counting that.. you have to do that for any os you install. And while I haven't done an 8 way xeon in that timeframe, I have done 8 way opterons in 15 minutes.

  78. Two weeks -- hahahah some ppl are useless by Bluesuperman · · Score: 1

    Two weeks to install a Linux distro ... even compiling every thing like Gentoo would be quicker. A real Linux Admin or power user could have a distro up and running in about 30 minutes or less. Then maybe 5-30 for patching depending on your bandwidth. I like how people blame the OS because they do not know what they are doing ... any OS will be unreliable when people who have NO clue what they are doing are administing it. While I know that the people from Crest have no clue what they are doing. Michael

    --
    Linux: For those able to think out side of a window
    1. Re:Two weeks -- hahahah some ppl are useless by Anonymous Coward · · Score: 1, Interesting

      Dear Idiot who knows how to use a computer but not RTFA.......
      here are some quotes from the article.....

      "Last November it began migrating to an SAP enterprise resource planning system running on Red Hat Enterprise Linux 3.0. Despite using a version of Linux certified by SAP and SAP-certified IBM servers, stability issues and the complexities of keeping Linux up to date and secure forced Crest Electronics to abandon Linux for Windows Server 2003, Enterprise Edition in July this year."

      "Mr Horton called in Red Hat-recommended contractors to install Red Hat Enterprise Linux and ensure it was configured according to SAP standards, a process which took two weeks."

      This company appears to have done everything right in terms of getting an application running and using only certified components and staff to get it done.

      If it only takes a couple of days to get Windows to get this done and work right - think business sense (Does the business run or wait for their "Linux/SAP certified system" to work) than there needs to be some serious thought given by busnesses who want to have Linux run their business software.

  79. I call BS - Linux installes by acomj · · Score: 1

    I hadn't installed linux in 2 years. bought a copy of mandrake (now some othername) had it installed and full "LAMP" configuration within 3 hours, including many custom network configurations. Its been a stable server for me ever since. We installed on a machine at work within a day (and these are hpux/solaris admins who hadn't used linux before)

    Generally Unix/linux is slightly harder to admin than Windows, but not that significantly. Your admins need to be pretty good though and thats the key. The one linux failing in making admin easy is the different tools each vendor ships (YAST for Suse, Red hat has another tool, Mandrake yet another). If it was more common across linuxes administrating would be easer. Difficulty is one of the prices of choice, as there is less documentation for each choice.

    I know SAP implimentations take years of planning from experience (I had a database of my creation compared with SAP, SAP had everything and the kitchen sink, but mine was faster to install, easier to use and cheaper by about over 1000x and was used till SAP was finaly implimented 2 years later)

  80. Very suspicious by jav1231 · · Score: 1

    I'm suspicious of this article because of all of the buzz words. It's practically rife with Microsoft's comparison campaign phrases. Furthermore, that SAP had difficulty running on Linux is a SAP issue, not a Linux issue.

  81. Look, Ma, no cavities! by timothykaine · · Score: 0, Offtopic

    So much for that new self-brushing toothbrush. Lets see Windows XP Home Automation do that!

  82. RTFA by clarkie.mg · · Score: 2, Informative

    The it person came in for the change and had a background of SAP on AIX.

    RTFA or shut up.

    --
    Men are born ignorant, not stupid; they are made stupid by education. Bertrand Russel
  83. Bad hardware? by buss_error · · Score: 1
    I've run across several MoBo's that don't run Linux well, but run Windows 2K flawlessly, not so hot on XP. One wonders.
    I've had SAP up and running on Linux in under six hours, starting with a blank box, no OS installed. Oracle takes a bit more than eight hours. Using Enterprise Linux, it takes perhaps another twenty minutes to get the patches on the way down. Using Fedora, about twenty seconds to get the patches on the way down.

    Again, one wonders what went wrong here.

    --
    Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  84. Times are changing! by at_slashdot · · Score: 4, Insightful

    Do you observe that lately if someone puts Windows instead of Linux is news.

    Just like: a dog bites a man is not news, but a man bites a dog is. That's telling.

    --
    "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    1. Re:Times are changing! by ThaFooz · · Score: 1

      Indeed. Well, if anyone has figured out secrets to system administaration that the Google, Yahoo, Ebay, the Major ISP's and all the cost-concious LAMP operations haven't, its certainly news that I would want to read :D

    2. Re:Times are changing! by YrWrstNtmr · · Score: 2, Insightful
      Do you observe that lately if someone puts Windows instead of Linux is news.

      It's 'news' only in the navel gazing world of /. Meanwhile, the rest of the world just keeps on doing business.

    3. Re:Times are changing! by Anonymous Coward · · Score: 0

      Are you saying Linux is a dog?

  85. Are we trying to compete here or not? by Nefarious+Wheel · · Score: 1
    Guys, we want Linux to take over the world, right? Or at least a bit more market share to counterweight the IT world a bit? I do, you do, right thinking people do. But couldn't we discuss how to do it rather than using up valuable synapse voltage slagging the opposition? That's not how you keep score. We have to show people it's a better product, not tell them. Strategic IT sourcing people want demonstrated case histories of successful implementations or decent counterexamples when stories like this arise, or they'll take it as a clue and spend money on someone other than me, who deserves it a lot more ;P. Maybe you're right, but a +5 Insightful ain't going to win the contract. You're not going to get anywhere by telling a businessman he's just spent $5M in bad faith.

    If you have an example of an installation that worked right, and are willing to let others talk to you about it, write your success story in a letter and send it to the publishers of TFA.

    --
    Do not mock my vision of impractical footwear
    1. Re:Are we trying to compete here or not? by arfonrg · · Score: 1

      The problem with your argument is that even when we SHOW the decision-makers a better product and advise them against bad ones, they STILL tend to follow the FUD/glitz. Nothing in our operation REQUIRES us to use Windoz or Office, yet, the people ABOVE my level still insist on using Outlook and IE. (They are of course the ones who ALWAYS call me with problems). For the most part, the people at my level and below trust my knowledge and run Eudora and Firefox and I virtually NEVER have to fix their computers.

      Usually, the only way to get anywhere is to let the businessman spend the $5M and get burned. THEN they are more willing to listen to you.

      --
      Your thin skin doesn't make me a troll
    2. Re:Are we trying to compete here or not? by Nefarious+Wheel · · Score: 1
      The problem with your argument is that even when we SHOW the decision-makers a better product and advise them against bad ones, they STILL tend to follow the FUD/glitz...

      LoL Point taken. But you never advise against bad ones, you advise in favour of good ones - Sales 101. By that I mean you push hard on the cost/benefit of running an OSS solution, let your customer fill in the blanks -- they read the trades too (not to mention the bottom line costs) and generally know to the dime what the proprietary solutions are pillaging them for. Comparing the competition unfavorably is ok in Slashdot, but is unprofessional in a sales environment. More to the point, you never want to mention the competition at all because it will divert their thinking away from your solution and off to your competition's. You want the brain space to be yours, not theirs.

      ....Usually, the only way to get anywhere is to let the businessman spend the $5M and get burned. THEN they are more willing to listen to you.

      You've obviously never worked for (insert name of major telecommunications carrier here). One wasted $5M project is an oversight, three failed $5M projects is the beginning of a corporate standard.

      --
      Do not mock my vision of impractical footwear
  86. Two Weeks! by Perl-Pusher · · Score: 4, Informative
    the installation on Linux Red Hat took two weeks

    Only an absolute moron would admit to that. You have idiots working for you fire them immediately! With absolutely no experience with any unix/linux system and very little windows experience, I setup a mail server, webserver and started creating a website for a company. I did that back in 1996 with RedHat 5 & a Linux for Dummies Book. Linux has come a long way since then. If they can't figure out how to install a modern linux distro in less than 4 hours, you should not be let near any computer ever! I could build a PC clone system from parts and install Fedora Core 4 configure it with apache, mysql, ftp and secure it before lunch. I've done it several times at work.

    1. Re:Two Weeks! by Cliffm · · Score: 0

      He's not talking about the installation of the Linux distribution, he is talking about installing SAP on top of (RedHat) Linux. Still, that is a very long time.

    2. Re:Two Weeks! by Queer+Boy · · Score: 2, Funny
      With absolutely no experience with any unix/linux system and very little windows experience, I setup a mail server, webserver and started creating a website for a company.

      I have a BS in ECE Comm so my experience is a lot less than what those working on this system but more than an average computer user and I was able to install YellowDog Linux on a PowerMac 6100 in about 3 hours, in April of this year. It mainly took that long because it was over 10Mb enet (which was faster than the 2x CDROM). Then it only took another hour to get postfix and apache up and running (nothing fancy though). I can't imagine an install on modern hardware taking two weeks by people whose job it is to do it.

      --
      Not since Marie-Antoinette played milkmaid has looking simple and honest been so fake and complicated.
    3. Re:Two Weeks! by Malor · · Score: 5, Insightful

      At one job, a few years ago, I installed a small, simple SAP program, SAPRouter. It was basically a program that would route net connections over a modem into a foreign network. I don't remember the details very well, because it has been six or seven years, but some of the stuff I definitely do recall. My memory of cursing, intensely, for DAYS is clear and bright. SAPRouter was among the stupidest pieces of software I've ever been forced to work with.

      It was just bizarre. Out in left field.... way, way out. They implemented an entire routing protocol, kind of like IP, but very poorly. It was completely unrelated to any other form of routing I've seen.

      From what I remember, you had to install the router software on a PC that had a modem. That was going to do the call out. (VPN wasn't common at the time, you had to use a modem for a network backdoor.) But then you had to configure the client to talk to that PC over the network... and you also, if I remember correctly, had to tell it about every hop it had to take in the foreign system.

      In other words, it would be like having to manually configure your PC with every hop between you and Slashdot before you could read web pages. And if one of the hops changed, well, too bad. No Web for you.

      There was more, too, lots more, but I have lost the details. All I remember is that it was problem after problem after problem for DAYS. And this is relatively simple software.

      The documentation was horrible too. It made no sense at all. (which shouldn't be that surprising, really, since the program made no sense either.) SAP was kind of bleeding edge in one regard, and provided fairly complete Web documentation. Sadly, instant access helped clarity not a whit. I ended up taking three or four days and making repeated calls to SAP to get the stupid thing working. It felt like I was trying to push my head through a cheese grater. I'm not an idiot... I was learning IP routing at the time, and I can assure you, it was _trivial_ in comparison.

      In some ways(the bad ones), SAPRouter reminded me of learning Netware for the first time. Netware was full of weirdnesses that didn't make sense at first. But after you'd been working with a given feature for awhile, nearly always there was an 'aha!' Netware had a payoff for the struggle... you'd finally see why they had modeled a given problem the way they had, and it was inevitably elegant, powerful, and aesthetic all at once. It was hard to figure out their context, but once you did, their solutions made beautiful sense. They thought out problems incredibly thoroughly, and solved them completely.

      SAPRouter wasn't like that. It felt like, well... like a bureaucracy that's very sure of its own brilliance. They reimplemented, badly, what IP was already doing. It was grossly inferior, complex when it didn't need to be. Once I understood their context, and why they solved the problem how they did, my conclusion was that they were idiots. It felt like something designed by people who had *no idea* what routing is or how it should work.

      To be fair, it was nicely stable once it was up. I didn't have to fool with it anymore after it was (finally) running.

      Basically.... don't be so serenely certain these admins are idiots. The reason you're good at figuring this stuff out is because smarter people than you (or me) took the time to make it (relatively) easy. They chose good models and clean implementations, so the programs are fairly easy to configure and use. You being good at building solutions from open source stuff is partially your brainpower, but the lion's share of the credit goes to the original designers. You had an easy time of it because, for the most part, the software is fairly easy. It could have been far, far worse.

      It could have been SAP.

    4. Re:Two Weeks! by Anonymous Coward · · Score: 0

      If they can't figure out how to install a modern linux distro in less than 4 hours, you should not be let near any computer ever!

      They're talking about the installation of SAP on Linux, not the installation of Linux itself, moron. I doubt they make a "SAP for Dummies" book, either. The way you jump to conclusions and crow about your Linux installation feats tells me you are the type of hotshot techie who thinks he's the shit but doesn't really know anything, and I would not let you anywhere near my production servers.

    5. Re:Two Weeks! by pe1chl · · Score: 1

      You are right, SAPRouter is terrible.
      We still run it somewhere. The machine it runs on has 2 ethernet interfaces, one to the LAN on which the SAP servers are, and one to a cisco with dial-on-demand ISDN connection to SAP headquarters.
      It is completely unclear why this program has to be inbetween there. It acts as some kind of proxy or firewall or whatever, but nothing that the cisco could not (functionally) do.

      It is one of the few programs still running on an old IBM AIX box, but nobody dares touching it now it works. From what I understand, it is used less and less because most functions of this connection are taken over by Internet services. But I am only the network admin, not the SAP guru.

    6. Re:Two Weeks! by Anonymous Coward · · Score: 1, Insightful

      You missed the point, the SAP installation on Red Hat took two weeks, not the installation of Red Hat

    7. Re:Two Weeks! by Hosiah · · Score: 1

      Hey, yeah, that's right! Red Hat 6.0 was my first Linux distro, and I got it up and running in four hours flat. At home. By myself. The GUI holds your hand the whole time, explains to you what the concept of disk partitions are...that's right! What a crock, two weeks!

    8. Re:Two Weeks! by John+Nowak · · Score: 1

      "Did he just compare setting up a mail server and writing some HTML to configuring SAP?"
      "Er... Yes, I think he did."
      "..."
      "BURN HIM!!!"

    9. Re:Two Weeks! by reclusivemonkey · · Score: 1

      No, only an absolute moron would comment without reading TFS;

      The installation of SAP took two days on Windows, the installation on Linux Red Hat took two weeks.

      Its the installation of SAP on Linux he's talking about, not the installtion of Linux.

    10. Re:Two Weeks! by Skapare · · Score: 1

      It sounds more like they got the design for SAPRouter from IBM's mainframe network called SNA. It was similarly painful to configure. I'm glad I don't do that anymore. I'm also glad I don't work with any SAP products.

      --
      now we need to go OSS in diesel cars
    11. Re:Two Weeks! by merky1 · · Score: 1

      I think that the "two weeks" for installation was actually spent researching obscure linux configurations that SAP needed to be a "certified" installation. Still, even with that in mind, two weeks sounds like the consultant padding their billing. It would be interesting to read more on what the actual errors were, wether they were kernel panics/ooops's or segfaults in the application.

      The other thing that sticks out, is why does windows not have such a stringent configuration list? The only thing I can think of is that there isn't much you can configure in windows, so there is no need to spend time configuring it.

      --
      --WooooHoooo--
    12. Re:Two Weeks! by milimetric · · Score: 1

      read the summary a bit more careful. He said the installation of SAP. I would say this is SAP's issue, but it does add to the problems that Linux faces. One of them is better interoperability with products such as SAP. If the big name companies start releasing easy to install reliable software for Linux, I think a lot more people would use it (think all the games and everything Adobe makes).

    13. Re:Two Weeks! by sgtrock · · Score: 1

      Nope, they couldn't have. SNA works, and has worked quite well for over 30 years.

      Do I recommend it for new installs? Are you kidding???? :lol: There are, however, plenty of large companies (esp. banks) that still run SNA to support legacy environments and apps.

    14. Re:Two Weeks! by Skapare · · Score: 1

      You can make SNA work, of course. But it is very tedious to do so (if one little thing is a mismatch somewhere, it could manifest as an entirely different problem, with no diagnostic messages). It's also a royal pain to diagnose many kinds of problems. In one case I had to change over 200 lines of configurations just to add a single printer.

      --
      now we need to go OSS in diesel cars
  87. I always thought.... by Anonymous Coward · · Score: 0
    The equivalent in Linux is an Oops. They don't happen that often on production systems. A crappy properitary program doing things it's not supposed to is *not* a Linux problem nor an Open Source problem. It's SAP's problem.
    I always thought the equivalent to a "Blue Screen" was a "Panic" in Linux. Course, I've worked with Linux for the 5 years....and I've only ever seen one Panic.
    1. Re:I always thought.... by Anthony+Liguori · · Score: 1

      I always thought the equivalent to a "Blue Screen" was a "Panic" in Linux.

      Tough call, Windows BSODs are sometimes recoverable and sometimes not. panic()s halt the system. Panic or oops is probably a good comparision to a BSOD. A core dump certainly isn't though.

    2. Re:I always thought.... by NutscrapeSucks · · Score: 1

      A blue screen of death is a "STOP" kernel error, system halt, never recoverable. Maybe you are thinking of Win98 or something.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    3. Re:I always thought.... by cbiltcliffe · · Score: 1
      Course, I've worked with Linux for the 5 years....and I've only ever seen one Panic.
      Guaranteed way to make Linux Panic every single time:
      Put /lib on a separate partition during the install. :)

      Or, boot any current or previous SuSE live CD on a SiS965L-based motherboard (Asus K8S-MX, for example). For some reason, SuSE decided not to include all the IDE drivers in their initrd.img. This one is missing, and it says "Can't find the CD I booted from." Kind of amusing, really. Every other live CD I've tried works fine, though....Knoppix, Mepis, etc. Only one that barfs is SuSE.
      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    4. Re:I always thought.... by slim · · Score: 1


      Guaranteed way to make Linux Panic every single time:
      Put /lib on a separate partition during the install. :)


      It's not very interesting to make Linux panic every single time though -- especially if it will reliably panic during boot.

      To be a real headache in production, it needs to panic intermittently and unpredictably. In my experience, that only happens if you're running a kernel from the unstable tree, or you've got hardware problems.

    5. Re:I always thought.... by Mike+Markley · · Score: 1

      I've seen it happen under perfectly unremarkable circumstances (read: heavy, but not outrageous, load). Of course, as soon as a case was opened with RedHat, they said, "oh, yeah, that one, you should upgrade to this kernel build rev." I don't know, however, that the bug itself wasn't due to a RH-specific kernel modification. The fix certainly seemed to be vendor-specific. Nonetheless...

  88. Ahhh... by Anonymous Coward · · Score: 0

    Finally, an admission of the non-omnipotence of Linux on Slashdot.

    But nevertheless, funy how with Windows, the OS is always the problem, breaking the nice, well-written (open source) app, but with Linux, the poorly-written, ill-conceived app breaks (somehow) the impregnable fortress that is *LINUX*.

  89. too many variables... by youta · · Score: 1


    First, 2-hours vs 2-weeks to install Windows vs RedHat EL3.0?
    My first guess is that their own IT guy did the 2-hour Windows install, at which point I quickly look to IBM as the culprit for the extensive Linux install time. Nothing takes 2-weeks to install/patch/whatever. (Even if SAP has specific requirements)

    I remember Oracle had a few specifics for the older RedHat 2.1AS. It was annoying, but was manageable. However I would say that knowing the system from basic testing, I never would have used it in production until RedHat EL3.0. The same may be the case for SAP/RedHat between 3.0 and 4.0... Granted the 2-week install was ridiculous, if SAP's Linux pre-requisites require massive configuration time, and SAP and RedHat are certified partners... perhaps they should have done something to jump-start a RedHat install to the right levels for an SAP install. Again I still have doubts about how complex the OS-install is before SAP-install, perhaps someone with hands-on can comment.

    Last note, sad to see that there was no saved info from the RedHat crash that could have provided them info post-mortem. Sounds like someone could have acted earlier, since the problem occured every few weeks and they got nowhere after 7 months. Although I have seen vendors ask you to take the system down for 1-2 days of diagnostics... and they may not have wanted to disrupt their testing/config schedule... although in hindsight maybe they should have made the time.

    Anyone know if they used the exact same hardware for the replacement Windows system? Would be curious if it was a hardware issue after all and Win32 crashes after a few weeks. :P

  90. Usasge and Stability by Anonymous Coward · · Score: 0

    Ever tried browsing the web while running a compile in the background on a single CPU box? Which ran better, Windows or Linux. Do not compare either speed of response or speed of compile, that would be meaningless. Which seemed more stable during the process?

    My own experience says that both work well enough, and high CPU & I/O load are not a stability problem in either OS unless some process bumps up its priority too far.

  91. In other news by Symphonix · · Score: 2, Funny

    Bob's phone sales in Milwaukee has decided that Nokia is better than Motorola. And Viadork Systems has decided that Toyotas are better than Mazdas. Seriously, though, since when is this news?

  92. New Distro? by bitflip · · Score: 1

    Is "Unreliable Linux" a new distribution? I wouldn't use it myself, but it might help keep the consulting fees coming in. Right now its mostly Windows, and I could stand the change. /poor attempt at humor

    1. Re:New Distro? by Make · · Score: 1

      there is already Debian Unusable

  93. I am a rabid Windows fan... by Anonymous Coward · · Score: 0

    I love Windows, use it daily at work and home, don't personally need Linux anything - and even I don't believe they're telling the whole truth. Machines don't just "randomly crash". If their computers are doing that - regardless of the OS installed - they have a software or hardware misconfiguration. Just saying "Linux crashed" with no qualifications demonstrates a level of IT competence on par with my mom.

    This only highlights incompetent administrators who were unable to get to the root cause of the problem. It's not like Linux isn't stable - hell, even I've had long reliable uptimes with Linux in the past when I used to run it. Throwing out Linux because they have a minor stability problem (that's likely to be a simple fix) seems to be massive overkill, especially when they ignore Red Hat (from the article): "We asked the customer to do a diagnostic test and the customer never responded".

    They then go on to complain about Linux auto-updates because they might break applications - but then praise Windows auto-updates in the same breath. Huh?

    Confusing? Yes. Are they biased? More than likely.

  94. hardware failure and brain failure by Anonymous Coward · · Score: 0

    Sounds like they are having some faulty hardware and not much brains either. I guess any idiot can run some electronics business nowadays.

  95. hogwash by chef_raekwon · · Score: 1

    If there is anything I have learned over the many years I have been a Sysadmin, its that one--with the proper skills, mind you--can do anything he/she chooses with a *nix OS. The possibilities are endless, be it with Solaris, Debian, RH, FBSD, etc. To read about a couple of clowns that don't know how to use *nix, then bitch about how it didn't work for them, makes me sick.

    my 2 cents, anyway.

    --
    We're like rats, in some experiment! -- George Costanza
  96. Why does this matter? by vigyanik · · Score: 1

    Why should we care? How many computers have they deployed? The article has no mention of relevant numbers. Sounds like this is some small, stupid shop that has made misinformed judgements and conclusions about stuff they have no clue about.

  97. In other news ... by Anonymous Coward · · Score: 0

    Crest Electronics receives two free copies of Windows

  98. RedHat Enterprise Linux Crashes by Anonymous Coward · · Score: 0

    I've seen RHEL crash on certain hardware during logrotate -- after swapping out memory, mother board, etc, etc, still the same problem. No idea why, but there do seem to be some versions of their product that don't work right on certain hardware. This was a 3 year old Compaq server that ran just fine for years w/ RH6.something, but I don't remember the details and this contract job, needless to say, ended in embarassing failure.

    But on the whole, this is the first such thing I've seen in Linux. Just makes me wonder if this user had the same weird issue.

  99. The ERP "game" by rlaskey · · Score: 1

    This really has not alot to do with Linux as I see it. I haven't worked with SAP, but I have with Oracle, I've installed it on both linux and windows systems. The bottom line? I like oracle on linux better overall, but its definately more of a pain to get setup under linux that it is in windows, which I often find bizarre as oracle was primarily written for unix ?? But regardless of your OS, one thing is for certain... there will never be any sort of apparent end to patches, and consultants when it comes to these systems. I'm no programming genius but by what I do see is for what this software delivers they could have made it MUCH MUCH MUCH easier to deploy and maintain. I mean hell quickbooks which takes a whopping 30mins or less to fully setup essentially does everything oracle does, the only real difference is scalability and interoperability. I often chuckle and cry at some of the problems I encounter when working with oracle applications but then it becomes painfully obvious that these apparent mistakes and non-completeness in terms of the software simply serve to generate more money for the oracles, sap's, and great plains of the world thru exhorbent support and consulting fees. Who would pay $50,000 a year for software support if it actually worked? Exactly the point. Its a complete and utter joke to hear these companies talk about how they are gonna make they're software so automated it runs itself. HAHAHAHA... Instead you will get software that automates all the existing admin functions and instead requires people that know how to fix the automated fixer! Which of course will requier you attend the vendors schools to learn how to do, and obviously charge them for the training. The end goal here is to get the level of abstraction so high, that no kid can just learn how to fix it himself, and instead must rely on the vendors total support, consulting people included.

    1. Re:The ERP "game" by rlaskey · · Score: 1

      I apologize for the lack of proper formatting in the above post. I'm still working the newb out here.
      :)

  100. Ridiculous by Master+of+Transhuman · · Score: 1


    Obviously some asshole incompetent or worse - a shill paid by Microsoft.

    Not even worth reading the article.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  101. Non sequitur by einhverfr · · Score: 2, Interesting

    I have installed systems for customers of mine that had to be reliable. We have run into our share of problems on both Windows and Linux. However, our experience is that *when used in the right areas* Linux is easier to troubleshoot and maintain. Sometimes braindead applications cause high CPU load meaninglessly, but I have never seen this bring down a Linux system.

    Case in point. The most unreliable system I ever installed was a Linux server for a small retail management installation (2 registers, one server that was supposedly fault tolerant, etc). Well, we ran into two problems. The first was that the application was sitting on top of PostgreSQL and was trying to do an outer join between a very large table and two empty tables. Since PostgreSQL assumes that zero-length tables are really say 10 pages in size, it was doing a nested loop join against two empty tables every time the new invoice window would be opened, meaning that the registers were full, the 20 seconds or so was not only slowing the business down but also causing the server to be under very high load most of the time. No problems from that aside from poor performance. We did, however, hack the application to make it stop such braindead behavior.

    However, a few weeks after we were able to fix this problem, we started getting database server errors (most commonly corrupted hash table messages). These were intermittant, but usually occurred at about the same time every day if they occurred at all. Turned out to be hardware failure of course.

    In neither of these cases were the problems the fault of Linux. One was a correctable hardware failure and the other was a correctable softrware error. OTOH, I am not brave enough to try to run SAP on Linux.

    --

    LedgerSMB: Open source Accounting/ERP
    1. Re:Non sequitur by quantum+bit · · Score: 2, Interesting

      Speaking of brain-dead apps, an access database that I migrated to PostgreSQL for the back-end (the interface still ran MS Access) had starting running slower after a while. Indexes were defined for all the fields that were frequently queried, but the stats showed an alarming number of full table scans -- on a table that has hundreds of thousands of rows.

      Keep in mind that the table was something to the effect of:

      CREATE TABLE stuff (
              recno INTEGER PRIMARY KEY DEFAULT NEXTVAL('recno_seq'),
              empno INTEGER NOT NULL,
              account VARCHAR(32) NOT NULL, ...etc...
      );

      Only after turning on query logging did I discover that every time a new record was entered, Access would send a query of:

      SELECT * FROM stuff WHERE empno IS NULL;

      Uh, hello, empno is defined as NOT NULL -- it can't be null! Ever! I verified that the ODBC driver was providing the correct table definition, so it was just Access being stupid. Indeed, defining a partial index for the condition (empno IS NULL) made things lightning quick again...

      Gah, I hate closed source apps.

    2. Re:Non sequitur by Anonymous Coward · · Score: 0

      My regrets for having to debug an Access app. But that does seem like a maybe Too Obvious optimization for Postgres to implement -- if the column is defined as NOT NULL, there should not be a tablescan. (In fact this really seems like one of those legendary MS sneaky code tricks that make their competitors look bad.)

    3. Re:Non sequitur by W2k · · Score: 1

      "Impossible" queries like this should be optimized to return nothing very quickly by the database's query optimizer. Especially a trivial example like trying to select NULL rows on a NOT NULL column. Stupid query yes, but PostgreSQL should have handled it on its own without you having to put an extra index in.

      --
      Quality, performance, value; you get only two, and you don't always get to pick.
    4. Re:Non sequitur by temojen · · Score: 1

      Have you considered patching Postgres' query optimizer to short-circuit queries that cannot return any tuples due to integrity constraints? It's dumb for Access to ask, but it's also dumb for Postgres to go look up the answer. (no flames please, I'm a big Postgres fan myself)

    5. Re:Non sequitur by einhverfr · · Score: 1

      I am not 100% sure but I think that 8.1 (in beta) might impliment something like this, perhaps as a byproduct of the new inheritance-based table partitioning optimizations. I.e. under 8.1 when you do a scan against an inheritance tree, it will look at constraints in the child tables to determine whether even to scan this table. This might, however, be limited to check constraints, however.

      If not, it should be sufficiently "there" to make patching easier than in prior versions.

      --

      LedgerSMB: Open source Accounting/ERP
  102. Future of appliances by russg · · Score: 1

    One of my personal beliefs is that problems like the ones stated in this article is the primary driving force behind the boom in the appliance market. Small to middle size businesses do not have the IT resources and sometimes no expertise to setup complex applications and maintain them.

    For these reasons this market segment is turning to the black box appliance vendors to solve their problems. It is basically outsourcing your IT department. You no longer need to understand the technology and you don't have to worry because in the end you simply tighten the rope around the vendors throat when things don't work.

    This is the slow death of the old IT world. Too many wannabe IT Guru's get in to IT shops without knowledge of how to properly maintain and manage complex systems. They may be some of the best minds in the tecnical field but without experience and/or training in systems management they tend to fail as the business grows.

    I see it regularly when the company I work for acquires a small business. We review the IT shop and find little to no documentation, no proceedure, and no plan for the future. Just fly by the seat of your pants sweating midnights at the keyboard trying to figure out what went wrong when they applied that patch before testing it.

    This story isn't about Linux or Windows, it is about good administrators and bad. Folks need to learn that an Admininistrator is much more than a keyboard jockey. Thoughtfulness, grace and cover your ass back up/out plans rule the day!

    --russ

  103. What's the issue here by no-body · · Score: 1
    is not Linux per se but SAP on Red Hat with the weight on SAP.

    I have seen SAP installations on W2K and RH on identical hardware and boy, the SAP on RH was creeping.

    If the SAP folks are neglecting their Linux ports, it's a bad thing that it pulls down the Linux name.

    SAP should fully take the heat and blame for not having their shit together on Linux but I have heard they are the "untouchables".

  104. Brush-off by macklin01 · · Score: 1

    Sad to see Crest brush off Linux this way ... Sorry, wrong Crest. :-) -- Paul

    --
    OpenSource.MathCancer.org: open source comp bio
  105. Duh...what does 'SAP' stand for? n/t by ArmorFiend · · Score: 1

    For the uninformed (like me) what does 'SAP' stand for?

    1. Re:Duh...what does 'SAP' stand for? n/t by digidave · · Score: 1

      Simple As Pie

      It's supposed to be ironic, I think.

      --
      The global economy is a great thing until you feel it locally.
    2. Re:Duh...what does 'SAP' stand for? n/t by Yakman · · Score: 1

      According to my fellow graduates who got jobs with SAP out of Uni (this was in 1998) it stands for "Salary Acceleration Program".

    3. Re:Duh...what does 'SAP' stand for? n/t by al_broccoli · · Score: 1

      "S"ystems "A"pplications and "P"rograms in Data Processing... at least, that's the English translation of it.

  106. Linux can't compete here by Neo-Rio-101 · · Score: 1

    Companies are more willing to buy something faulty, but supported, rather than something technologically superior but unsupported. The reasoning is that in both cases, things can still go bad, but with support there's always somebody to take the blame. Windows, no matter how flawed the OS is, is always going to win out here because MS is a huge company with enough money to buy their own small country and support everyone who runs their OS - or at least, this is the image that businesses buy into. It's only in specialty areas where you are going to find customers who are Unix geeks. These people are unfamiliar with the mouse, GUI, razorblades, social skills, and showering, and are going to actively encourage you to hack things - support be damned. Unfortunately this does not represent most customers of IT services. To tell the truth, most Linux installs are a nightmare because of the lack of cooperation between Linux vendors, hardware vendors, support vendors, and software vendors. To make matters worse, most software Linux installs aren't a matter of point and click, and room for error is abundant is such cases.

    --
    READY.
    PRINT ""+-0
  107. SAP and Windows... by Anonymous Coward · · Score: 0

    were made for each other.

  108. Poor documentation? by IoN_PuLse · · Score: 1

    I find there is tons more documentation about how things work under linux more than other OSs...maybe I just can find it more easily. Plus you can get the ultimate documentation - source code :P

  109. SAP by clarkie.mg · · Score: 1

    Hello,

    I was answering on this :

    The admins were probably dumb microsoft certified mouse clickers.

    The answer is, like I wrote, in the article :

    Crest's IT manager, Anthony Horton, oversaw the deployment of SAP on Linux in November 2004, after inheriting the decision when he took the job. Having previously run SAP on AIX - IBM's version of Unix - Horton was comfortable with deploying such a mission-critical application on Linux.

    You claim it could be a HW fault or a sysadmin fault but you forget SAP. Why ? Read the other posts on SAP in tihs thread.

    Regards,

    --
    Men are born ignorant, not stupid; they are made stupid by education. Bertrand Russel
    1. Re:SAP by Intron · · Score: 1

      The thing I saw was: "after inheriting the decision" which is the kiss of death in a corporate environment. Success of a project that you inherited doesn't help you, but if you let it drag on and it fails it can hurt you. Best to kill it off as quickly as possible and blame it on your predecessor.

      --
      Intron: the portion of DNA which expresses nothing useful.
  110. He's contradicting himself by askegg · · Score: 1

    Mr Horton disagrees: "It might be fine for things like security patches, which don't impact SAP certification rules but with some patches you still actually have to check the release levels and then check against the SAP site. Otherwise SAP might ask you to roll back to the previous version before they will support it." Crest Electronics is trialling Microsoft's Windows Server Update Service

    WTF?

    How can he say automatic updating is not supported by SAP, then turn around and use WSUS on Windows?

    Perhaps he should look at his patch management process and not just blame Linux.

    --
    I don't make predictions, and I never will.
  111. Kernel Panic by Anonymous Coward · · Score: 0

    When a Linux kernel crashes, it's called a kernel panic. Let me hum a few bars for you:

    Sep 26 16:56:45 box1 kernel: Assertion failure in __journal_unfile_buffer() at fs/jbd/transaction.c:1460: "jh->b_jlist < 9"
    Sep 26 16:56:45 box1 kernel: ------------[ cut here ]------------
    Sep 26 16:56:45 box1 kernel: kernel BUG at <bad filename>:18059!
    Sep 26 16:56:45 box1 kernel: invalid operand: 0000 [#1]

    At this point, your box is dead in the water. Dead as a blue-screened NT box.

    If you've never ever seen one of these in years of being a sysadmin... wow, you've been unbelievably lucky. Buy a lottery ticket RIGHT NOW!

    Let me be clear: I'm also highly dubious about the conclusions reached in TFA. The RedHat folks said they asked the client for diagnostics that they never received. There's several other bits that make no sense in there too. But your point - that Linux boxes never crash at the kernel level - is just not so.

  112. Windows install in 2hrs by Boxxeronfly · · Score: 1

    I find this a little hard to believe. I implemented the unattended package from sourceforge and the fastest I could get windows to install was something like 30 to 45 minutes. This is not including software and patches. It also took me a week to setup all the bootable media, software repositories, and my learning curve. A custom system would take longer if it was done right. You have to defrag the thing twice after the install, thats another good half hour. I have been running linux on my desktop at home for three years and not reinstalled the OS since the first install. I even screwed up the file system and recovered it. This install is so messed up but it keeps going even through my learning and breaking new things. I would run windows about six months this way and have to reinstall it because it would slow down so much. I run debian unstable and have learned a lot about linux by trial and error and a lot of the mistakes are still evident but the system runs none the less. The only time I ever had linux reboot or hard freeze was because of a faulty network card. Currently the onboard IDE controller is going out linux complains a lot but surprisingly still runs. The only complains I have are it is very picky about burned DVDs and the video may freeze while it tries to read the disk. Eventually it comes back but I can just hop to a terminal and that system still runs. I have also never used a OS that could run even with the system drive completely full. And don't even get me started on the windows swap file.

  113. Obviously not the best distribution by Benwick · · Score: 5, Funny

    Who would choose to use a distribution called "Unreliable Linux"?

    1. Re:Obviously not the best distribution by elgatozorbas · · Score: 5, Funny
      Who would choose to use a distribution called "Unreliable Linux"?

      Windows users looking for a smooth transition...

    2. Re:Obviously not the best distribution by Geekbot · · Score: 1

      I can't believe they paid for the trademark with a name like that.

    3. Re:Obviously not the best distribution by heson · · Score: 2

      Its just what we call "Ricer Gentoo - Now even more magic compiler flags"
      CFLAGS += "-O1337"

    4. Re:Obviously not the best distribution by beforewisdom · · Score: 1

        Who would choose to use a distribution called "Unreliable Linux"?


      Who would eat a restaurant chain called "Pot Belly's" ?
    5. Re:Obviously not the best distribution by zippthorne · · Score: 1

      I move that someone start such a distribution and focus on reliability. Then in six months we can see the headlines, "Unreliable Linux more reliable than Windows"

      --
      Can you be Even More Awesome?!
    6. Re:Obviously not the best distribution by elknco1 · · Score: 1

      or vice versa apparently

  114. Great... by OneFix · · Score: 1

    I love seeing these kinds of stories...You see, I work as an *NIX admin and I've seen my share of bad admins (I've also had to fix their work)...they simply make bad/uneducated decisions. There is really a breed of Windoze admin that has in their brain that since they can install an Exchange or IIS server that they can do anything with a computer and especially *NIX (Solaris, AIX, BSD, Linux, PHP, Perl, Sendmail, Apache, etc)...

    They end up causing more problems than they were worth, but they pull the wool over the eyes of whoever hired them and after months/years of bad admin work, they leave the place much worse for wear. This breed of admin has no experience building from source, operating from the command line, or modifying a config file...on top of this their backups are generally poorly done or non-existant...

    This is where those of us that know what we are actually doing come in. Our pay goes up and the day is saved. Our employers see the value in a good admin and make comments to others about how well our systems are running...

  115. Exactly by sterno · · Score: 1

    Everyone and their dog... I don't want a dog to admin my server :)

    --
    This sig has been temporarily disconnected or is no longer in service
    1. Re:Exactly by Random_Goblin · · Score: 1

      I don't want a dog to admin my server :)

      are you sure? he's cheap and very very loyal... and he only peed on the UPS that once!

  116. Classic.. Heavily Loaded Windows? NOT.. by TheCeltic · · Score: 1

    LOL.. yeah, and many windows servers are used in "heavily loaded" environments.. i.e. Beowulf Clusters, Large Super-computers... etc. Oh, Actually.. Windows can't run in those environments.

    --
    =-=-=-=-=-=-=-= - The Celtic - =-=-=-=-=-=-=-=
    1. Re:Classic.. Heavily Loaded Windows? NOT.. by Predius · · Score: 1

      Actually, I've dealt with many Windows boxen under constant high load. One example, I used to run the largest US Quake server farm, back in the heady days when quakeworld was a fun new way to do multiplayer... I had 5 boxen running NT 4, up 24x7, cpus pegged 24x7. One AMD 5x86 OC'd to 160mhz (the runt), One P2 333, one dual P166, one dual Celeron 300a, and my favorite, my Alpha 21164 533 running at 600mhz. I was averaging about 3 month uptimes, they would have been better but the breaker kept blowing at inopportune times in the dorm. : ) Given their behavior, the only thing that could have killed them, mem leaks in netquake/quakeworld. The guestimate was the Alpha would choke from them first, if it hit 6 months. As I said though, less than stellar power kept that from occuring. I had a second 5x86 box running Linux, 2.0.something kernel, I could consistantly blow it up with more than 6gb total transfer, the nic driver would implode. That box had a cron scheduled weekly reboot. I think that driver was fixed after I moved that machine to FreeBSD, never did follow up on it.

      In any case, those machines went to 3 months under full load without incident, I have no reason to believe the OS would have nuked them down the road. The only internal uptime hazzards, the mem leaks in the apps I chose to run.

    2. Re:Classic.. Heavily Loaded Windows? NOT.. by BeerMonkey · · Score: 1

      Really? Windows can't be used for Beowulf clusters? Guess the folks at the Cornell Theory Center are just making shit up. http://www.ctc-hpc.com/

  117. SAP to blame here, not the OS by ONOIML8 · · Score: 1

    As I RTFA, I noticed that the finger was pointed at SAP, not Linux or RedHat. They were careful to point out that Linux works fine for them when they are allowed to apply automatic patches. They then point out that SAP forbids this.

    Now it seems obvious to me that they've got something configured wrong somewhere and that it's one little stupid setting somewhere. Someone fat fingered something. It happens and it's always a little thing like that what gets ya. That's exactly the kind of mistake that happens when you get into those situations where you manually have to configure lots and lots of stuff.

    So, in the end, what they really chose here wasn't an operating system, it was an automatic update system. SAP didn't allow automatic updates in Linux and that was likely the cause of their problems. OTOH, SAP did allow for automatic updates in Windows so there was less room for error (fewer fingers involved).

    That's my take on it. And from my point of view, the way this story was posted on Slashdot, the whole thing is one big troll.

    --
    . Quit playing Monopoly with Bill. Switch to one of many non-Microsoft products today.
  118. Troll? This can't be for real! by TheCeltic · · Score: 1

    Linux is a certified platform for SAP, it takes weeks,months or even years to roll out SAP (ask ANYONE that has done it). The install on Linux and Windows should take roughly the same amount of time, unless of course the sysadmin only knows one OS and then it's like having a janitor (the windows admin) design the recycling center. Sorry, I just can't imagine how this is even worth posting! Sheesh.. one manager starts a Linux roll-out, another that is anti-Linux takes over the position and claims victory by moving the roll-out to Windows.

    --
    =-=-=-=-=-=-=-= - The Celtic - =-=-=-=-=-=-=-=
  119. Ehh, what was really the problem? by miffo.swe · · Score: 1

    If i understand this right the problem was that SAP was a PITA to use on Linux, not that linux in itself was hard to install and use. Try setting up for example Hula Mailserver on a linux machine, ten minutes and you have a full fledged mail server with enterprise workload handling and most features to boot, even webmail. I install various apps on Windows also and i can tell that most of them is a real pain to setup compared to the open source counterparts. Documentation on theese systems is a joke. The problem here lies solely on the vendors and not on the makers of the respective OS, be it *nix or Windows.

    Most installs on Windows i do is easy on the surface but almost always demands a lot of tinkering to work properly. Installing can take a couple of hours but man, getting that system to work takes weeks. I think this guy isnt a techie and has confused SAP with linux. What he should have done is to throw SAP out the Window, not use Windows to run SAP.

    --
    HTTP/1.1 400
    1. Re:Ehh, what was really the problem? by oneiron · · Score: 1

      There isn't really a good alternative to SAP...particularly if that's what a company has been using for years...

    2. Re:Ehh, what was really the problem? by miffo.swe · · Score: 1

      Do you really believe this? Can you tell me what SAP does that nobody else does? Throwing bad money after a bad decision isnt precisely what most people call a smart move.

      --
      HTTP/1.1 400
  120. Boot Memtest... by Anonymous Coward · · Score: 0

    ...then run test #6 for an hour. The last failures I had initially thought were software related turned out to be hardware related.



    Surprise. All that Korean DRAM dumped on the world market may not have been the highest quality afterall.

  121. X11 by Craig+Ringer · · Score: 2, Insightful

    "Most problems with Linux on the desktop are problems with X."

    I couldn't disagree more. There are usability issues, documentation problems, missing features, etc. None of this is caused by X. I have seen _zero_ evidence that X11 is in any way a problem. The protocol is great, and I think we'd be nuts to ditch such a powerful, network transparent facility. As a developer, I'm not fond of the Xlib APIs, but there's work to replace Xlib now. The XFree86/XOrg implementation of the server could be better built so that it was in many small parts - but that's only a problem for people doing lots of low-level distro hacking, and for distributors. Again, there's progress to modularize it anyway.

    X11 is not slow. Some X11 drivers are slow, but that's a driver issue and changing the window system will still leave you with crap drivers. For that, you need people who really understand the guts of the hardware, and you need good documentation. I should note that my system is *extremely* snappy under X11. In general, I find decent ATi and NVidia cards get very good results. If you're talking about 3D, that's in my view quite separate - but again, comes down to driver support and no documentation from vendors.

    Nothing in X11 makes apps that use X11 ugly. Seriously. It's *WAY* too low level. Your complaint is most likely with the toolkits, themes, etc. If not, I'd be interested to know what in X11 you think causes the problem.

    I'll certainly give you the points on X11 configuration and maintainance. I personally find it pretty painless, but then I have good hardware. I also find X11 to be very stable, though there have been times in the past I've sworn rather loudly about it (usually due to bad drivers or hardware).

    The VT system could work a lot better, and I'm looking forward with enthusiasm to the move of much of the frame-buffer programming back to the kernel where it belongs. That should help solve a number of irritations.

    I suspect you may have hit the reliability nail on the head if you're talking about rebuilding Xorg/XFree86, fontconfig, etc. If not done very carefully and with a good knowledge of the system, you'll quite possibly break things here. In particular, you need to be 100% sure that your new versions are ABI-compatible, unless you isolate them and only use apps you built against them with them. Your comment suggests that you do not, since Fontconfig has nothing to do with font rendering, and if there's anything you should be rebuilding (but you don't actually generally need to) it's freetype.

    Of course, I find I get extremely good quality fonts anyway, so I can't say I've ever felt the need. Fonts under Linux used to be horrific - eye searing examples of pure horror. This has, in my view, been entirely resolved by recent freetype libraries and the ditching of X core fonts in favour of client-side rendering.

    I personally find X11 one of the most attractive things about Linux. There are some issues with the implementation, but the power and flexibility of the protocol is not something I'd want to give up. I do agree that it could use some more work, but I'm unwilling to whine about it when I lack the time, skills, and motivation to do it myself. I personally think the current X work is important, and it looks like it'll lead toward more radical enhancements once the more basic issues with the codebase are addressed.

    1. Re:X11 by NutscrapeSucks · · Score: 1, Troll

      > The protocol is great,

      Naw, the protocol sucks. It's an order of magnitude slower than commercial solutions and the security is poop. Solutions to both these problems usually involve keeping X11 off the wire. And you are left with a situation where it's mediocre both locally and on the network.

      > Your complaint is most likely with the toolkits

      The only reason X11 exists is to run GUI toolkits. Since apparently the only toolkit that really is right for X11 after 20 years is Athena, that's a pretty damning indictment.

      "Network Transparancy" and "Toolkits" are just the standard Linux-Zealot excuses for X11. At least you point out that the legacy compatibility issues run very very deep. And of course, it's usually very difficult and expensive to solve legacy issues while maintaining compatibility, compared to starting from a clean slate.

      Ultimately, my prediction is that nothing much will be done with X11. Eventually a new windowing system will appear, and X11 will run in a "penalty box" much like classic applications under OS X or how X11 is handled under Windows.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    2. Re:X11 by Craig+Ringer · · Score: 1

      Perhaps so. If the replacement is decent, and can host a fully backward compatible X server, I'd probably be happy. Frankly, though, I'd hope it'd learn the lessions of X11 - good *and* bad. You're quite right that there are serious problems with X11 its self. I tend to forget, especially when confronted by foaming ranting about it by people who clearly have even less idea than me what they're on about, such as some of the replies to your post.

      I'd be very, very, very glad to see Xauth, X resources, X core fonts, etc dead forever. Eeew. Ditto Xlib, and the monolithic X server. That said, I think the "penalty box" idea is a stupid one. There's no good reason not to make X11 apps integrate cleanly into any new window system, and doing otherwise is most likely going to be punishing users because the system's developers don't like the apps they want to use. I'm looking at you, Apple.

      Any new system would be very stupid not to handle network transparent operation - and do it better than X, especially with roaming clients. Similarly, I think it's clear that an exensible protocol is useful and important, and that X11 got the "mechanism not policy" approach right. They just forgot that some policy is still a very important - you just shouldn't build it into the protocol. I also think there's almost certainly still going to be a place for toolkits. I hope so, since toolkits are what free UNIX GUI developers from much of the legacy horror faced by win32 coders, and let app developers choose a framework that's best suited to their application. It'd be nice if the toolkits interoperated on a much higher level, though. Similarly, it'd be completely insane not to make the client libraries independent of the server as much as possible, since this has worked extremely well for X11 throughout its history. It's just unfortunate that the client libs in question are horrific.

    3. Re:X11 by NutscrapeSucks · · Score: 1

      > There's no good reason not to make X11 apps integrate cleanly into any new window system

      The level of integration between X11 apps is already so poor, I wonder if anyone would notice. Quite likely, Gnome and KDE would switch over at once and the Penalty Box would only be used for legacy network apps.

      > I'm looking at you, Apple.

      Well, I understand Apple's POV. Integrating things like the clipboard and printing with X11's would be very difficult, and considering the amount of interest in the userbase it's probably a low dev priority for them. OTOH, a replacement for Unix workstations would need to be much more seamless.

      > since toolkits are what free UNIX GUI developers from much of the legacy horror faced by win32 coders

      I'm curious what "horrors" these are. There's numerous Windows toolkits that bypass the "policy" and send straight drawing commands, yet still are quite integrated into the desktop. Mozilla Firefox XUL for example.

      The real problem with the Unix Desktop, in my book, is that there's no standardized layer between the base OS and the toolkits. What does exist (XResources etc) is ignored. And that creates a lot of unnecessary incompatibilities between applications as wheels are reinvented over and over again.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    4. Re:X11 by Craig+Ringer · · Score: 1

      First - "legacy" apps are important. Perhaps they're not that big a deal for a home desktop, but in many other uses they're crucial. From that accounting app you use over remote X from your 1995 Sun server to the custom X11-based RAD that your business's customer tracking was done in, these things are important. There's no need to make them more painful to use than you have to. Unlike Apple, who have a strong incentive to push people over to Cocoa and Carbon (their APIs, their apps), I don't see why a new UNIX GUI system would have to penalize users for using older software. Why not make the transition painless for users, and less painful for developers?

      Of course, there would have to be a limit. There are still people in the Windows world using win16 code in new versions of currently shipping applications, and that's just shocking.

      When it comes to integration, yes, the clipboard could be tricky to do *really* well, because the X11 and Apple clipboards work very differently. Really, though, text is most important - and for that, though, they need only use an X11 clipboard proxy app like most people use as an add-on for Xdarwin and Cygwin. They could probably even handle image copy+paste if they wanted, by saving to a temp file and giving the X11 app a URI to the temp file.

      As for printing, I think you're dead wrong. Apple already uses CUPS, and could do a lot with that. It's already much better than it could be thanks to CUPS. If they wanted to provide the Apple print dialog to X apps, the approach used by KPrinter would work well there.

      My complaint is, above all else, the dock. I see no good reason why X11 windows should not show up in the dock, other than that Apple felt like ensuring that X11 apps would always be clunky second-citizens in Mac OS X. It also appears to be harder than it should be to give your windows their own menu bar as Mac users expect, instead of the X server menu bar (even though the Carbon API is available to X11 apps, much of it is cripped because Mac GUI apps need to be launched a special way, and Xdarwin doesn't do it).

      I was lucky, in that the app I mostly work on uses Qt, so we were able to migrate from Qt/X11 to Qt/Mac and have it take care of much of the pain. Others are not so lucky, and can't achieve minimal integration with the OS environment without first undertaking a massive port to Carbon/Aqua.

      Microsoft does appear to have addressed many of the win16 compat legacy stuff with Windows .Net Forms, and it sounds like more is to go with Avalon. Still, XUL, as as workaround for the Win32 UI API, is essentially a toolkit that talks directly to the lower levels of the system, instead of using the system's dominant GUI toolkit. I like Qt for similar reasons. Hence my view that toolkits are an important and useful part of GUI interfaces, if done right, and might be a better approach overall than a "one true platform API". Among other things, toolkits can be cross platform.

      I do agree that toolkits on X11 are too low level, with not enough communication and commonality between them. Some of this is now improving, but there's a *long* way to go. FreeDesktop.org seems to be helping, but only slowly. It'd be nice to see platforms providing services for GUI toolkits, rather than trying to impose their own "one right answer", and I have the feeling that'd help with toolkit interoperation. Don't even get me started on file and print dialogs, though...

    5. Re:X11 by yuri+benjamin · · Score: 1

      Legacy apps?

      As long as whatever new windowing system comes out has a 3270 terminal emulator, legacy apps will still run.

      --
      You make the mistake of thinking you can educate the fundamental stupidity out of people. You can't.
    6. Re:X11 by Anonymous Coward · · Score: 0

      Here's a clue for you: Nomachine NX. It's a compression and buffering solution for X11 which makes it as fast and responsive as RDP(Windows Terminal Server). Even handles print and has some support for audio. They claim that it's perfectly comfortable to work with over a 56.6kbps line, though I haven't tested it against less than a server connected to the net with a slow ADSL line, on which it was perfectly usable.

      The core is GPL, the client is free, and even though the server costs money, there is a free implementation of it, called FreeNX.

  122. In-house skills make the difference for TCO by davidwr · · Score: 1

    In many shops, the lowest TCO comes from the setup your IT people know best.

    "Good" generic TCO studies will assume greenfield conditions, where the IT people know nothing about computers beyond what is common to both systems, or at least that IT is equally-skilled on comparable systems. Unfortunately, "equally skilled" is an elusive term, leaving room for manipulation by a biased study-creator.

    The only real TCO study is the one that's custom-tailored to your particular situation. Unfortuntely, unless lots of money is at stake, the cost of doing a thourough study will likely outweigh the benefits. The more "equally skilled" your people are, the more likely this will be the case.

    The bottom line:

    Most IT shops are skill-heavy in one system and skill-light in another. Unless one of your goals is to balance the skill set, sticking with what you know will save a bundle in training costs.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  123. Good Information by IOOOOOI · · Score: 1

    This event is good information, if not good news. Take it in stride.

  124. So when will they try linux? by U6H! · · Score: 1

    RHEL3 isn't really linux. It's a dead end frankenstein kernel with more bugs than... well than windows, and redhat ignores them. The only way to run EL3 is on a real linux kernel. The 2.5ish backported 2.6 2.4 kernel in RHEL3 is just stupid. My IBM hardware locked up all of the time on it too. Neither RedHat nor IBM could find the problem. Going to real linux kernels fixes the problem. There is definitely something horked in the experimental IO subsystem they yanked out of 2.5. RedHat unfortunately has a long history of boldly pushing experimental code into their kernels then forcing their customers to live with it after it is proved unstable. EL4 is a bit better, but red hat is losing ground. Shit, their sales people can't even be bothered to send a quote for bulk pricing.

  125. Re:windows code dumps, FUD, diagnostics by screwthemoderators · · Score: 1, Insightful

    To say that because you've never had problems, the whole "Windows crashes is FUD," is really quite arrogant. Windows certainly crashes a lot, although more often on the client side, where the user can do more damage. There is also the problem of diagnosing crashes once they happen. I've found it much easier to diagnose *nix crashes than the infamous BSofD. There's also a question of motive. M$ has millions, perhaps billions to lose if they don't sell. There's little profit to be made spreading FUD about Windows, while proprietary software companies do have a lot of money to lose to *nix users. Even companies that make money from linux are always vulnerable to a customer switching to another distribution. If you follow the money, it doesn't lead back to linux. FUD is pretty specifically a corporate strategy.

  126. Don't Go With DB2 (UDB) by Black-Man · · Score: 1

    We have PeopleSoft with UDB and it is horrendous. At least an extra year in implementation. I'd say go Oracle, but with Oracle in the apps business, its probably broken thanks to SAP.

    No wonder they were forced into Windows... what would be your choice? Linux and UDB? Wow... no thanks.

  127. I don't have any doubts... by benjamindees · · Score: 2, Insightful

    I *know* this guy is not an admin. He is MIS, at best. *Huge* difference. This guy gets paid to write reports and macros for applications for whatever software this businesses uses, clearly SAP, not to install or administer servers.

    I mean, just listen to him. He outsources everything. He seriously believes all operating systems are the same. He complains about having to spend two days a month updating and testing. Then he goes on to include this work in an increased "total cost of ownership" for Linux, completely ignoring the fact that it's his job and he's being paid whether he does it or not. He doesn't know the difference between an application failure (core dump) and an OS failure (panic/oops). And, to top it all off, he thinks autopatching is a great feature.

    Lots of "small" (multi-million dollar) businesses make the mistake this one has: they think they can get away with having just one "admin" who is really MIS, who spends all of his time dealing with the business side of things rather than the computing side. To maintain the illusion that this is a workable combination, they switch everything to Windows and spend almost as much on licensing and consultants as they would on a competent admin. Then they wonder why their customers' credit card numbers mysteriously show up on the 'net.

    News flash to all the "small" businesses out there: well-maintained computer infrastructure can replace 50% of your employees. Skimping on IT personnel is a stupid, stupid mistake. You can afford to have *both* a proper IT guy and a report-writing business grad. Despite their misleading marketing, Microsoft software is not a substitute for a qualified admin.

    --
    "I assumed blithely that there were no elves out there in the darkness"
  128. Well there is Unix, why attempt it on Linux by Anonymous Coward · · Score: 0

    While I agree with you Linux definately not good for any type of ERP, SAP yes is a great windows product but it was build and designed around windows. However there are a great many others out there, QAD for one example again will make a Linux box puke, but runs like a dream on something like HP-UX. So many linux people seem to forget Unix is still around and still kicking strong. Unfortunately until someone specifically targets Linux for an ERP system it's a poor choice for that type of application. Way too much stuff going on in a ERP system to really get anything to just port over it requires a lot of code rewriting.

    I mean think about it, every ERP app I have ever seen, has accountants hammering away crunching financial numbers, warehouses updating inventory, shop floor systems feeding data in, fork lift drivers with wireless devices moving inventory around loading trucks. EDI data flowing in and out to suppliers, customers, banks. Scheduling people scheduling machines, payroll people paying employees, all this on one system. Also take any fortune 500 company and they are doing this in several locations, several countries, several currencies, several timezones. Linux just isn't there to that level yet.

    No ERP system will run well on MySql either It just isn't that robust of a DB for this type of application. Oracle or Sql Server are the primary targets in those applications.

  129. Linux Under Load by Newton+IV · · Score: 1

    We run 10 server with 2.4.x and 2.6.x kernels, with loads in 1.7 - 4.3 range during most of the days. The servers run non-standard communications servers. They are perfectly stable. They were even stable under loads of 10.0 - although perfomance sucked.

  130. dependency hell is real by L.Bob.Rife · · Score: 1

    I'm a long term linux user.
    I have definitely encountered dependency hell.

    I started with linux 8 years ago and setup a slackware box. I didn't know anything, and ended up fubarring the system after about a year of installing new software on a regular basis. I tried Red Hat for a while 6+ years ago, and it ended in complete dependency hell. I despise RPM's to this day, despite any software progress, my hate still burns.

    I tried Debian for several years, and I had dependency problems from time to time, but never had system meltdowns from it.

    I've been on gentoo for a couple years now, and had some issues, but far less than even the debian install.

    Basically, as each version of distro adapts and gets more mature, the dependency issues have lessened. You could say that its because I've learned a lot about proper administration, or you could say its the software. I tend to think the various distros are learning better ways to resolve issues.

    1. Re:dependency hell is real by Anonymous Coward · · Score: 0

      It's real, but it's also real old. The last minor dependency issue I had was running a very early version of 64 bit Debian. Any big problems before that always involved RPM-based systems and occured after loading all that "neat new stuff" not in the core repositories, the ones which said "you must upgrade elibfoo to v22.4x.99++ before proceeding." It's been so long since experiencing anything like that I forgot people even discuss dep hell any more.

  131. Re:Two Weeks! - mod parent by merc · · Score: 1

    I must second this, most Linux distros are actually easier to install than Windows and that's saying a lot. These days a corpse with post-mortem reflex could install Linux given that their hand clutched a mouse.

    If it really took these people more than a day (I'm being quite generous here) to install Redhat then there must be something severely wrong with these people.

    I'm very suspicious of this story.

    --
    It's true no man is an island, but if you take a bunch of dead guys and tie 'em together, they make a good raft.
  132. Offtopic... by benjamindees · · Score: 1

    I made a similar realization when I noticed a banner ad for "News Blog", that pointed to a major print newspaper... on a blog site.

    --
    "I assumed blithely that there were no elves out there in the darkness"
  133. Holy Cow - I used to work there! by Anonymous Coward · · Score: 0

    I was the IT Manager at Crest Electronics many many years ago, not the one that forced this guy to inherit the 'SAP' decision, and I can't really comment on the current infrastructure, but I can understand the environment he works in, and don't envy him.

    There's always more to a story though than what's in the article. Creat originally ran on an old DOS based Novell network. In the time I oversaw the migration to a Unix based accounting system and it was fairly robust, and did the job. Like all accounting systems, it had some issues, but its reporting was good and that did the job.

    The guy who they employed to replace me, they employed the week before I left, despite giving them 5 months (yes 5 months) notice of my intention to leave and do other things. He was pretty keen on introducing new databases right from the start, so its no surprise he went down this track eventually.

    Anyway, the current guy they have they actually employed him before they even told the previous guy to leave (so I heard), which is kind of pitiful, but that's the way the owners can be. I guess they really wanted him gone.

    It probably wasn't really Linux, SAP, Redhats fault, it was most likely sloppy implementation, coupled with a business that expects a lot for very little. (Whoops, did I say that?)

  134. Winblows admins playing linux admin by cprice · · Score: 1

    I smell a useless windows admin tasked with running a linux server(s). I deal with shit like this all the time.

  135. Linux at Google? Hah! by Anonymous Coward · · Score: 1, Insightful

    It sounds like you think Google buys a few hundred thousand computers, loads up the latest kernel, and just starts running! If they did that, they would probably stay up for less than a minute. Google is not running IBM hardware or RH Enterprise (and obviously not SAP).

    No, Google uses custom hardware, custom kernels, custom drivers, and custom everything else (web servers, filesystems, etc). They have gone through immense pain fixing unreliability at heavy loads for all of those things. You might think that ext2 or a driver for your favorite hardware is rock solid, but that's only because you haven't run Google on it.

    The only way Google gets scalability from Linux is to use lots of cheap hardware; each computer has a single CPU, cheap RAM and a couple hard drives. Each machine does the same job as dozens of other machines, so that when one falls over it is hardly missed. Google can afford to do all of this because that is their job. Crest's job is selling electronics, not supporting their ERP system.

    Of course all of this customization is possible because they have the source to all of the software they run. On the other hand, I suspect that MS would give them a source license if they had 100,000 Windows servers. FYI, I believe that MSN has on the order of 30,000 Windows servers.

    dom

    1. Re:Linux at Google? Hah! by boy_of_the_hash · · Score: 1
      Google uses custom hardware, custom kernels, custom drivers, and custom everything else (web servers, filesystems, etc).

      Aside from the custom filesystem, you just described our setup wonderfully and we're a manufacturer with less than 10 employees. We do all our IT in-house.

    2. Re:Linux at Google? Hah! by Anonymous Coward · · Score: 0

      You're absolutely right, google's load isn't that demanding on the operating system.

      Ask these guys what it takes to get a cluter of 20 512 CPU supercomputers with 4TB RAM to run stably under load.

      Or I guess you'll tell me NASA doesn't mind rebooting once a week, and having their systems go down in the middle of a month long simulation?

      And no, they don't use custom software, they use SUSE SLES9 for the kernel.

  136. One more thing.... by cbiltcliffe · · Score: 1
    I'd challenge you to find me a set of API calls that can actually crash an out-of-the-box Win2k machine from "userland".
    I don't know about API calls, but read the description of this Debian package:

    http://packages.debian.org/stable/devel/crashme

    Do you seriously think any Windows would survive weeks of that kind of abuse? Hell, you'd probably come up with a new virus that would immediately send to everybody in your address book, then crash the system.
    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  137. Who upmodded this Trollish Coward? by slashdot_commentator · · Score: 0, Flamebait
    You haven't used X11 I take it. It makes Windows 95 look like a quality, well-built OS.

    Seriously, if X doesn't get fixed sometime soon, I'm dumping Linux. I like everything about Linux but X, but that's a big but. It's slow, it's unreliable, it's ugly, it's impossible to configure and maintain, it's prone to crashing

    I'll readily concede X is slow and ugly, but if its unreliable for you, its because you're a retard who should stay far away from linux systems. The only time I've seen unreliability in X is when one is using proprietary drivers from ATI or NVIDIA, in which case, they're only a little less reliable than the Windoze machines. I have never seen X crash with normal desktop use. When lockups occur, its alway because of the application doing something its not supposed to do. I don't run the application, and golly gee, I never get a crash.

    Yeah, if the extent of your computing requirements is to play a computer game with voxels, you shouldn't be using X or linux.

    --
    There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    1. Re:Who upmodded this Trollish Coward? by deragon · · Score: 1

      But X11 should not crash/lock up if an application miss behaves in the first place. The whole idea of a stable OS is for the OS (and its interface) to remain up no matter what applications do.

      --
      Remember the year 2000? They promised us flying cars. They delivered the PT Cruiser...
    2. Re:Who upmodded this Trollish Coward? by slashdot_commentator · · Score: 1
      But X11 should not crash/lock up if an application miss behaves in the first place. The whole idea of a stable OS is for the OS (and its interface) to remain up no matter what applications do.

      In an ideal world, no, it should not crash. In a world where vendors can rewrite stable drivers for unstable ones in order to pretend their video card is faster than their competitors, you have to realize its not reasonable to blame X11 for such crashes anymore than its fair to judge Windows XP to be a failure when someone replaces DX9 with defective crap. This applies even when a vendor puts out their hack, and it work 99% of the time. Also, you can call it a defect that X11 cannot prevent a programmer from writing defective code that tries to subvert the APIs built into X11, or can't catch such violations, but I don't see anything built into XP that does better.

      I don't have any problem with people describing X11 as bloated, obsolete, slow, driver insufficient, etc. etc.. But Xfree/Xorg release versions is the acme of stable and reliable for the hardware its written for. It might have something to do with the fact that it was stable and reliable (in release form) before linux even existed. (X ran on machines like Sun and SGI.) To say otherwise, denotes a lack of experience using X11. I'm pointing out the poser is either being duplicitous for implying he's qualified to make opinions on X's reliability, or such an idiot that he can't figure out that putting in defective drivers or incorrect settings will make X unstable, and then blame X for his stupidity.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  138. The best OS can't save a crap app by Synn · · Score: 1

    I was with a company that wanted to go with Coldfusion MX so we rolled it out on Linux. The system would constantly crash and the support forums for it was full of complaints... for the Linux version. It ran fine in Windows, but the company couldn't get it to work right under Linux. So we went back to PHP and never saw a crash again.

    The problem wasn't Linux, it was that the product was written like crap.

    But I imagine it's easier to get crap to run under Windows than Linux, because Windows has less variance.

  139. consultants.. by netmask · · Score: 1


    Looks like someone should have hired better consultants, or realized it before they implemented when their scope was defined.

    It's entirely possible, they had complete idiots implementing their software.. OR, that the software itself was horrible.

    I would also guess, they didn't know how to troubleshoot their own problems.

  140. Quite true... by Infonaut · · Score: 2, Interesting
    it's desktop OS and we all know it.

    Everyone knows the Apple Store, one of the largest online stores, runs on.. oh, wait.

    We do know that Macs are useless for clustering and could never be used to build a supercomputer.

    I know, old ideas die hard.

    --
    Read the EFF's Fair Use FAQ
  141. SAP??? No such product! by webengr · · Score: 2, Informative

    This thread seems especially pointless, even for /. -- there is not enough information to infer anything at all. There is no such product as "SAP", so no one could have installed "SAP" on Win32, Linux or any other OS. There is, however, an SAP AG that is a vendor of an imense suite of ERP products.

    I am currently involved in an SAP Netweaver '04 implementation at one of the largest SAP customers in the SF Bay area. I have to admit that I have no experience with SAP software on a Linux platform -- my experience is with ERP 2004/Netweaver 2004 on Wintel and Solaris. Even so, I think I am accurate in stating that any significant part of the suite that you install on either of these platforms would not be useful in just a few hours. You probably won't have finished installing the base components, the patches, the service packs and the relevant business packages until towards the end of the first day. And then you still would not have even begun the lengthy task of configuring all the backend architecture to play together. And keep in mind, this is NOT a single server business solution, even for the smallest SMB customer!

    So, what exactly does it mean if someone claims to have "SAP running" on a box in a couple of hours? It sounds kind of like a mail server with no network interface -- runs like a champ for months on end, no problems!

    Maybe I'm missing some deeper insight, but this so-called "news" tells me nothing about SAP, Linux, Windows or Crest Electronics. Nada. Zilch. Click the back button and keep scrolling folks, there's nothing to see here.

    1. Re:SAP??? No such product! by webengr · · Score: 2, Insightful

      Okay, so I see that I missed that it took two days to have "SAP" up on Windows, not a couple of hours. My bad.

      I stick by my statements about the lack of specific information in this "story." What exactly was Crest trying to get running on a single host (reference to "the machine")? An SAP implementation landscape typically spans many hosts, and it can be a heterogenious environment; in fact, up until recent versions there were a few Win32-only components, such as the IGS server and the ITS web-enablement middleware, so heterogenious SAP environments are quite common.

  142. AHA - I know whats was wrong by Queenslander · · Score: 5, Interesting

    I live in Brisbane, and the area where Crest is situated is renowned for power supply problems - only the best UPS's will help. I'll bet that the guys who "fixed" the problems with WINDOWS supplied a new UPS with their gear.

  143. Not to mention other small issues by Anonymous Coward · · Score: 0

    "We got to the point where we had a business requirement to move on, we couldn't wait for the error to occur again, because it was not a reproducible error,"

    So it seems the error was not so frequent, nor reproducible?

    I'd say this probably was some hardware issue, if this was real at all. Sounds like Microsoft marketing/PR people wrote it. It drives the point through (lower TCO, instability(eh?), Windows-is-better) while at the same time doing so relatively stealthily.

  144. Friends don't let morons use Linux- MCSEs bewarned by ThoreauHD · · Score: 2, Funny

    I also deal with this shit all the time. Find me a MCSE that understands any real OS and I'll show you a salesman.
    Unix? What's that? Microsoft invented the IntarWeb! Ack.. die you stupid fuckers.

  145. Link, please? by HBI · · Score: 1

    I know some of the people involved. I doubt that was the reason why, considering the decision was taken after OS X was available.

    --
    HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    1. Re:Link, please? by Anonymous Coward · · Score: 0

      OK, since you apparently don't have Google in the pentagon, I'll bitch your shitass one of the 10000000 available links on the topic:

      http://www.cnn.com/TECH/computing/9909/15/army.nt. idg/

      "Army officials went with Mac OS because it has no command shell and doesn't support remote log-ins"

      1999 = Before OS X was available. Maybe you only know these people in the biblical, men's restroom sense.

  146. You can't assume that. by TheLink · · Score: 0, Flamebait

    They are using RHEL3 maybe they had one of those problems with kswapd. We've had problems with kswapd on RH9 too. Had to reboot a server every few days. So yeah, things aren't all that great despite the great faith some fanatics have in Linux.

    If you bother to look, Linux isn't quite as stable as some people believe it is, at least for some versions of Red Hat Linux. Makes you wonder what Red Hat are doing. They are supposed to be making their kernels more stable than the developer kernels (which aren't that stable - the kernel developers nowadays don't seem to care as much about that).

    --
    1. Re:You can't assume that. by digidave · · Score: 1

      If Red Hat isn't any good, then it's a bad decision, not a Linux problem, per se. I have never run into an instability problem with Debian, but I have with Red Hat. Choosing the right distro is just as important as choosing the right software to run on it. Many people choose Red Hat because of the support, but for Debian you would buy it from a 3rd party (http://www.debian.org/consultants/). For Open Source this isn't a problem, whereas on Windows you know there are some things only MS can help you with.

      --
      The global economy is a great thing until you feel it locally.
    2. Re:You can't assume that. by TheLink · · Score: 1

      (heh looks like I got modded flamebait by one of those fanatics :) )
      Well it's a kernel problem that only shows up under certain circumstances (it only showed up on one of our servers), not sure whether Debian would be immune. Search for prune_icache kernel. I mean, can you really say the 2.4 kernel was a great example of stability and quality? Maybe if you compare it with Windows 9x :).

      Anyway, the distros/OSes all have problems of their own. So if you're in middle management and not tech, and upper management is not supportive, you'd go with whatever that you think is defensible vs upper management.

      That's how it usually works (or doesn't work ;) ). In this guy's case, probably since SAP were making discouraging noises about RHL, why fight it? That way it's SAP's problem if it doesn't work in the end.

      For example, if you look at the link I gave, sometimes the RH devs will release unofficial kernels to try to fix bugs (see comment 42). So the full "Crest" story might not be so simple as Crest refusing to run a diagnostic test. Maybe the problem was identified already, and there was no need to run a run-of-the-mill diagnostic test suggested by "1st level support". Or the diagnostic test was installing an unofficial and unsupported kernel and seeing what happens.

      And a fair number of those unofficial kernels don't fix the problem. Just some groping in the dark by the developers. Eventually they'll probably fix it, but that often takes longer than you can wait. If it's a kernel problem, changing the distro may not help.

      In summary, I'm not saying Windows is better, just saying that Linux isn't all that great, so given that there'll be problems, and possibly problems that can't be fixed in a timely manner, you'd just go with whatever is politically viable. After all, people can say there's 3rd party Support till they are blue in the face, but what matters more is whether there is upper management support.

      Now if Linux was that much better for a scenario, then sure, I'd stick my neck out for it (coz who wants 10x more problems even with backing from top bosses). But sure didn't look like it was (whoopee 1.5x fewer problems and no backing from bosses? Forget it).

      In one of the things we need to do, only Linux can do the job easily (we need the ipqueue features). Not FreeBSD (netgraph doesn't look as easy to get into), not Windows (something like ipqueue? heh).

      --
  147. Proof that Microsoft is scared of Linux by Anonymous Coward · · Score: 0

    This article is nothing but FUD commissioned or created by Microsoft - not to mention that it's full of lies. I have run Linux for years and my total cost of ownership has been $0.00 and I haven't had a single problem. This article is typical of the lies Microsoft spreads because it is scared of Linux taking over - which Linux is doing quite well.

  148. blue screen at random - costs more for most by dindi · · Score: 3, Interesting

    when you have your servers up in 2 weeks instead of two might cost some dough .... but stability costs less at the end ...

    when your servers on windows will blue screen at the middle of the production day that wiwill most likely cost a lot more on the long term in productivity loss and people sitting in their offices not being able to access resources ...

    yes i can install windows box in 30 minutes with webserver, however i have bsd boxes running 365days+ with dns/apache restart and having a good sleep while my non windows machines run is just cheaper me than having a blue screened server for 8 hours and loose customers or receive pages to "fix that crap" in the middle of the night ...

    of course your mileage might vary .. if you have 24hr support sitting on a reset button windows might be OK, if a reboot costs you heavy dollars and long distance calls and several minutes of services down you should choose 2 weeks install and no reboots..

    just a note: how can an installation of a software last 2 weeks vs 2days ? Same software ? I know sometimes clicking a defult config together takes less time than building a config file (text) from a bad template/example but 2 weeks ?

    God created all that in 1 week! (including basics for SAP and Linux in a way) -OK He knows more than us I guess

    1. Re:blue screen at random - costs more for most by ricky-road-flats · · Score: 1
      Blue screens, ah yes - I remember those, but only from the Win 9x days. Since getting enough clout to ban dodgy hardware for production environments (non-Intel chipsets and cheap RAM), they are a distant memory.

      I have large production Windows Server 2003 systems with (currently) 35 weeks uptime - and that last reboot was due to moving them into a different building).

      If you lose customers by letting them run substandard machines which crash using an OS which is now demonstrably stable, and then blame the OS, then that's your loss and your fault.

      And on the two week install issue, haven't you heard of Gentoo? ;-)

    2. Re:blue screen at random - costs more for most by Anonymous Coward · · Score: 0

      >>when your servers on windows will blue screen at the middle of the production day that wiwill most likely cost a lot more on the long term in productivity loss and people sitting in their offices not being able to access resources ...

      You've obviously not been using Windows since the 9x days.

      We run over 100 servers on 2k and 2003 doing everything from running *huge* MSSql databases and frontending ACD systems handling thousands of VoIP calls at the same time. Let me count the number of blue screens we've seen in the last 4 years. ONE - Yes, one. And you know why? Faulty hardware. But I expect that Linux is so fucking good it doesn't care about faults, right?

      Talk about something you know about.

    3. Re:blue screen at random - costs more for most by NoahsMyBro · · Score: 1

      I've got to dispute this -

      I've got seveal Win 2k3 servers running. For the most part, they are stable and run trouble-free most of the time.

      *BUT*, I always have to schedule my Windows Update sessions for late-night weekends, because at least 50% of the time the Windows Update will require I reboot the machine once it's completed. IMO, that's a real pain.

      Granted, they require far fewer reboots than previous Windows incarnations, but it still prevents extremely long uptimes, and still requires after-hours updates.

      And I haven't found any way to determine ahead of time whether or not any particular update will or won't require a reboot once it's installed.

    4. Re:blue screen at random - costs more for most by ricky-road-flats · · Score: 1
      Only if you install every update right away...

      Once my servers are stable and live, I generally don't update them unless they're exposed to the network or Internet in any significant way. Even then I only do it if an update patches a specific issue we're experiencing, or patches a security hole in a service that's actually running, and not covered by the firewalls/IDS/CSA we have.

      I certainly would never risk having scheduled auto-installed updates, in case they break something. Even the desktops I look after only get their patches (through WSUS) after testing.

    5. Re:blue screen at random - costs more for most by dindi · · Score: 1

      hmm the last time I managed windows servers was 3 years ago, and it was an online operation with win2k-server and some on NT.

      When I say blue screen i did not actually mean blue screen, I meant the need for reboots and I meant constant trouble with updates -that would sometimes fail giving completely unusable error messages-, I meant the impossible management over slow connections (I can ssh over 2400 bps, but cannot use vnc/similar to access a gui- and yes sometimes I had to do stuff over 2400bps modem connection because phone lines here get wet and then "krrrhssskkhhh" is the standerd line noise ...

      Well i did not choose linux for the cool factor so i can flame ms, I had constant bad experience with win servers (with uber-elite-windows-admins just shaking their head, or 2 hours long distance to MS to find out what "error occured: 0asd234sadf" means when nt just refuses to start for no particular reason , and just got tired of it ...

      I prefer anythin unix, that gives human readable error messages and does not cover everything in an unusable gui that was primarily designed for end users ...

      I use win2k /xp where i trust it: on my desktop ...where it does not matter if it crashes or does not start up one morning, or just looses a driver and refuses to work... and no actually for the last 4 years i haven't seen a blue screen but saw many admins had to reinstall whole systems (windows) because they gave up figuring out what the hell has just happened ....

      besides I am happy you run your thousand of VOIP lines on windows, be happy, you found your platform for the cause ....

      note: if you post something like "Talk about something you know about." you should have the balls to not post as anonymous IMHO ...... but that is just an observation for some idiot who does not know shit about anything that runs on a computer .....
      or maybe you just weren't around on the net in the early nineties when people actually read "netikett" before flaming as anonymous ....
      --oh wait ... I forgot back in there you had to log-in into that scary black terminal with all that text and type strange commands into there ,,,, all that ran on unix and you probably weren't there because you waited for a more stable system ...

      OK flamebait me .... it just got me mad ....

    6. Re:blue screen at random - costs more for most by dindi · · Score: 1

      agreed, i heard w2k3 is a lot better on that ...

      I mostly meant win2k and NT, never used XP on elsewhere than my desktop (where it gives a lot more trouble than an almost identical debian install under the same load)

      what i mostly meant was general unstability, and that win machines would crap out for no particular reason, and how the whole system is strucured is a lot more complicated at the end to e.g. restore or troubleshoot (even with win admins we agreed on that several times)

      also how every update messes with the system in sometimes an irreversible way, and crashing the wholes system leaving you with an unusable error message, as opposed to unix that would most likely give some human readable stauff that you can look up on man pages, or elsewhere ....

      hmm.. i have to get a 2k3 just to fiddle around with it - i am not discarding enything good or usable, but w2k and nt gave me so much crap I completely bailed out of that MS server boat and ended up swimming with the penguins and little devils ...

      besides I like the penguin since the early slackware days - cicrca '94-95 or so

  149. Red Hat responds: by ImaLamer · · Score: 1

    RTFM N00B!

  150. while tomcat on linux can be a pain by sum.zero · · Score: 2, Informative

    this is a server we're talking about, it's not supposed to have a gui ;P

    sum.zero

    1. Re:while tomcat on linux can be a pain by NutscrapeSucks · · Score: 1

      Maybe, but the point was that on Linux you have to manually compile and install the service manager, as well as write the startup scripts yourself, while on Windows it all works OOB.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    2. Re:while tomcat on linux can be a pain by RenatoRam · · Score: 1
      su -
      cd /etc/yum.repos.d
      wget http://jpackage.org/jpackage.repo
      rpm --import http://www.jpackage.org/jpackage.asc

      yum install tomcat5
      ...wow, that was hard! Learn how to use a modern linux distribution, before you talk of compiling and writing custom start script, please.
      --
      Ciao, Renato
    3. Re:while tomcat on linux can be a pain by NutscrapeSucks · · Score: 1

      At the time jpackage wasn't an option because it's Java 1.5.

      PS: I love how you all l33t Linux guys immediately go into full dickhead mode. Really makes your case.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
  151. sad...very sad by bekenone · · Score: 1

    they're just down right lazy....build a custom kernel for your system....period.
    A stock install is not for production use anyway....just like a stock Windows is.
    if you dont know what,how or why someone would use a custom kernel you have no damm business using it in you hardware.
    windows people know there software thats why they swear by it.... as we *NIX's do....but as a company that is DEPENDENT on an outside OS like LINUX...you must ONLY care about selling UNITS like the Music Industry trying to sell crap music.

    1. Re:sad...very sad by tweek · · Score: 1

      And when IBM or HP or EMC says they won't support the $50k dollar SAN that your production database is attached to because you built a custom kernel, don't come whining here.

      Face it, the enterprise market is built around Redhat and Suse. That's it and the hardware and software vendors build to the stock install BECAUSE Linux is SO configurable. Redhat goes to great pains to not change a single interface in each patch set because there is software and drivers out there from vendors that is built to that specific platform.

      Anyone who says to recompile the kernel has obviously never worked in a real enterprise environment beyond HPC or Research.

      Linux in the enterprise is treated like AIX or Solaris or HPUX or Windows in the enterprise. Here's a hint, Redhat and Novell won't support your custom compiled kernel either. The first thing they'll tell you is to try it with a stock kernel. You might be an idiot and forgot to compile in something like support for a kernel arp daemon that FooBar vendor product requires but you wouldn't normally compile in.

      Having said all that, there are places where we run unsupported distros on production machines but we only run it on a platform that we have full source access to (i.e. apache,php,postgres,postfix) but not when it's a binary only vendor product (DB2, Websphere, Informatica). When your business depends on a system being up and you have to call the vendor for support because of downtime, you'll run the explicitly supported configuration or you'll loose your job (or switch vendors if that's an option).

      Case in point:
      We run alot of IBM product. When we first started our Linux migration, we chose Websphere as our app server because we wanted the enterprise support in case something went wrong. Now that we're two years running Websphere, we're looking at moving to Tomcat/Jonas or Tomcat/JBoss. Our developers have always developed on Tomcat so there's no question of our internal applications not working. The first tomcat server we'll use will be running a community supported distro. Why? Well the hardware our app servers run on is a typical IBM 1U server. There's no special hardware requirement there (SAN access or specialized hardware) and we won't have to call IBM for support if we have a tomcat problem because, while I'm sure they would be glad to sell us a specialized support contract, we won't need it. That move alone will save us 28 CPU licenses of Websphere.

      Will we loose some functionality? Sure. Websphere's Deployment manager doesn't have a comparable open-source pairing but we can make up for that with some internal scripts. We don't use EJBs so other than the NDM and wsadmin.sh, we're not really using Websphere to its full potential anyway.

      --
      "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
  152. Does that mean.. by BlueHands · · Score: 2, Funny

    that we are going to find out that the baby's daddy is really PeopleSoft?

    --
    I mod everyone down who says "I'll get modded down for this." I hate to disappoint.
  153. SAP rhymes with crap.... by trouser · · Score: 0, Troll

    ....coincidence? I think not.

    --
    Now wash your hands.
  154. Two weeks? by Trejkaz · · Score: 1

    Maybe they should try a distro other than Gentoo.

    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
  155. Disclaimer by Trejkaz · · Score: 1

    Yes, I did read the article, and I actually use Gentoo myself and love it. :-)

    --
    Karma: It's all a bunch of tree-huggin' hippy crap!
  156. Anyone... by Dehumanizer · · Score: 1, Redundant

    ... who takes two weeks to install a piece of software is absolutely incompetent.

    In such a case, it's certainly much easier to blame the operating system than admitting it...

    --
    The Tlog - a technology blog
  157. To be fair by tod_miller · · Score: 1

    Someone could easily say 'I run SuSE 10' and that would be the same thing as saying I run FreeBSD (in your terms of knowing where things are). I totally see your point, and I believe that in the mid term so many distros is killing linux, and spreading so many developers so thinly mean so much work gets done so many more times.

    When people say 'choose the distro that works/suites you' I call bullshit. Most distros are the same in terms of packages available, and if they are not, this is merely a triviality of choice, all packages could be the same in all distros, so lets strike that off the list.

    Which desktop environment/windowing environment does it favour? Strike that off the list - all distros could support both, or any one.

    So a distro is a set of configuration and package management tools, some additional distro proprietary configuration of default settings and drivers and kernel patches - plus lots of other tweaks and stuff.

    How does this imply that any one distro is better at any type of task than another?

    Get one set of good package management tools, is apt-get better than emerge? rpm's better than Linspires on click installers? I say that any application that can be packaged as an RPM can be released in any other format, via any other distribution means with some small work. So, standardise on package management would be one good way to help alleviate this issue.

    Instead of having an install base for a certain configuration of kernal patches in the hundreds, why not have fewer CERTIFIED (by certified I mean they are named) kernel releases and configurations that are then tested on ALL linux user machines. Then each kernel convolution would have more testing and users would be less inclined to jump ship silently until they go through 4/5 live distros to find one that boots cleanly, nicely, and then install that one.

    FreeBSD is the name of the FreeBSD kernel and the FreeBSD operating system. Linux is the name of a kernel, and used to describe operating systems of all varieties built on that kernel, be they gnu/linux or ftoo/linux.

    I use Linux, is as you say, an stupid thing to say. What car do you drive? Oz Racing locking alloy wheel nuts. What? Yeah, thats my car. No thats you wheel nuts... Yeah, but you know, that is how I describe my car. How many doors does it have? 3. OK, what colours is it...

    In the longer term the opening up of so many distros has expanded the number of teams working in different ways on certain features, which will improve these areas, and perhaps this is why linux is seeing more public adoption that FreeBSD. Saying that I would never choose linux over FreeBSD for a webserver because of the simple fact that my last 3 web servers have been FreeBSD and I like to know where I stand, on what should be, a utility computing source. A webserver, which runs basic http protocol SHOULD JUST WORK in 2005. (and all the garbage vm's and libraries that power the sites).

    People don't generally say they run XNU or Mach, they call the operating system by another name in that case, or the hybrid kernal of the Mac. And people do so in linuxland - I run gentoo, I run yellowdog, slackware, debian... very important distros. And perhaps these distros ARE the 'certified' configurations that will get more testing, but I still see them as too numerous in the short term for linux health (think companies wanting to run SAP on their linux boxes, the certification and support hell).

    Thats all folks, any errors or emissions are intentional.

    please type the word in this image: bylines

    random letters - if you are visually impaired, please email us at pater@slashdot.org

    --
    #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
  158. I am happy by Karaman · · Score: 1

    I am happy because I managed to install linux only in a month and I did it from ***SCRATCH*** :) I wonder why it took them so long to install it!

    --
    sex is better than war!
  159. he never really attempted to fix it by timmarhy · · Score: 4, Funny
    "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.

    thats says it all in a nutshell i think. he's a retard.

    --
    If you mod me down, I will become more powerful than you can imagine....
    1. Re:he never really attempted to fix it by ciscon · · Score: 0

      hundred bucks says it was a serverworks motherboard and it was crashing because of an nfs mount- we had the same problem with ibm hardware. disabling hyperthreading probably would have fixed it.

  160. MCSE does not equal 'competent'! by OwlWhacker · · Score: 2, Insightful

    If you have an MCSE certification it doesn't automatically make you competent to administer a Windows network.

    I've had MCSEs call on me for help with simple networking problems.

    I find that many qualified people just forget what they've learned. I even have the same people calling me up every once in a while, with the same questions, purely because they keep making the same mistakes.

    It may just be coincidence, but, I find that the most incompetent MCSEs are those who go out of their way to tell you they're an MCSE. They seem to use it as an excuse for their incompetence - like saying "Well, I was smart once!"

    : )

  161. Red Hat by Bob9113 · · Score: 0

    Frigging Red Hat. Gives Linux a bad name. I feel for this guy, I really do. Installing and getting RedHat up to date is a major pain. Gentoo and Debian don't have that problem, but they aren't marketed like Red Hat, so the uninitiated have no idea what they're missing.

  162. Subject by Legion303 · · Score: 4, Interesting

    Is it just me, or does this sound like an ad?

    "I fully support Linux but if I had to make the decision again I'd pick Windows. A big reason is the fact Windows was up and running in two hours at all the right patch levels. The installation of SAP took two days on Windows, the installation on Linux Red Hat took two weeks. The total cost of ownership is actually lower in this case than with Linux because of the hidden costs of the support."

    I feel like I'm reading a Microsoft brochure. And keep in mind that I *like* Windows as a desktop OS, for the most part.

    1. Re:Subject by Matt+Perry · · Score: 1
      Is it just me, or does this sound like an ad?
      Yeah, I was thinking the same thing. Every time I read a story like this I wonder why a company would publically discuss the inner workings of their IT department with a reporter. It's amazing now much competitive information can be leaked from these stories.
      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
  163. Sure all he needed was by TarrySingh · · Score: 1

    A good Linux Sys Admin. Just one was enough! He'd have adone all the work for you in --Evaluating HW/SW --Drivers -- Compatibility --Security And please don't tell me Windows is better option, Sure if you don't know what you *really* want from your deployment, then go for windows, there it fits perfectly fine. Just click next and all is done.NOT!... Look at all the *openness* that makes it a ready target to all kinds of breaches (So is Linux BUT it can be secured with more intelligence than on Windows level). Anyways Linux just needs a Good backing. Novell is beginning to do a good job on SuSe/Open Exchage Servers etc.

    --
    Scott McNealy to Michael: "Suck my Sun!" Michael Dell to Scott : "Lick my Dell!"
  164. We asked them to do a diagnostic test... by shermozle · · Score: 2, Informative
    Time to RTFA:
    Red Hat Australia did its best to support Crest Electronics with the issue until it decided to move to Windows, says Red Hat Australia general manager Max McLaren.

    "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.


    So in other words, hardware fault that they never bothered to trace. What's the bet the Windows system was on fresh hardware?
    1. Re:We asked them to do a diagnostic test... by Darkling-MHCN · · Score: 3, Insightful

      I'm definitely a windows boffin but have tinkered with Linux. My experience with both are the same, the kernel's are rock solid in both products these days and with the RIGHT device drivers. The only time you see kernel level crashes is when there are hardware issues usually as a result of buggy device drivers, or faulty hardware.

      The thing I find with linux is that you invariably find hardware vendors drag their feet on the linux drivers as it's far more important to get the windows drivers to market (due to the market's size). I'm no expert but I have found unless your machine's config is pretty vanilla Linux can be really hard to work with. Rate me a troll, maybe I don't know what I'm talking about, but I just find windows with it's hardware auto-detection and out of the box support really kicks ass over linux.

      Of course these problems aren't an issue with Apple and OS X as things are shipped as one complete package ready to work. If they wanted unix, maybe they should have gone apple....

    2. Re:We asked them to do a diagnostic test... by Miniluv · · Score: 1
      I'm going to say that you're right, and you're wrong. Desktop hardware, things like scanners and printers and other nifty doodads, does tend to drag behind with regards to linux drivers. Since windows is 98% of the desktop market, this is hardly surprising.

      The world of servers is completely different in my experience. Virtually every SCSI card, network card, HBA, etc is supported under Linux (RedHat is usually stipulated), and supported fairly well since the Linux server market is actually large enough to justify this level of support.

      I'm not sure why you mentioned Apple/OSX, particularly in light of a server discussion, since they're relatively new to the market. If you want to talk about out of the box just works unix solutions look at Sun or IBM. They'll sell you fully integrated solutions, using 100% their certified hardware, and it'll all autodetect and just work right out of the box.

  165. From the horse's mouth... by Associate · · Score: 1
    Got this info from one of SAP's 27 success list, specifically in the distribution industry list. I didn't provide what the 'solution' involved was, and subsequent hardware requirements. But I think it's probably safe to say that whatever you have will run. I put my money on Crest having a 'people' problem.
    • Avnet: HP-UX 9000/900 UNIX
    • Dohmen: IBM UNIX
    • Motovan: Sun Microsystem E420R UNIX
    • McKesson Pharma: IBM P690 AIX
    • VWR: IBM AIX
    • Medline: IBM Thinkpads Sun Solaris
    • Prym Dritz: Unisys ES7000 MS Advanced Server
    • Tallard Tech: HP NetServers MS Windows NT
    • Ditan: Dell Power Edge and IBM xSeries 440 MS Windows Server 2003
    • Heads and Threads: HP ProLiant MS Windows 2003
    --
    Someone hates these cans.
  166. ROFL! by DenDave · · Score: 1

    This story is only possible if the chap in question has a chromosome too many!

    ROFL!!!
    LMFAO!!!!
    PIMPFL!!!!

    --
    -if at first you don't succeed, stay the heck away from paragliding.
  167. Change the it-managers not the software by Anonymous Coward · · Score: 0

    If IT-managers can't get prober specialists to do the job,
    is changing the software a solution?

  168. Suse???? by hughk · · Score: 1

    I wonder why they didn't use Suse Linux. Suse and SAP are both German and they have worked together elsewhere. SAP is supported on Suse and for this purpse I would think it would be better than RHEL.

    --
    See my journal, I write things there
    1. Re:Suse???? by birder · · Score: 1

      I remember a year or so ago trying to install an SAP product on Linux. I forget which part, some gateway tool. The instructions where split into two depending on the two distro they supported.

      If you used SuSE.

      1) Install

      If you used RHES 3

      1) download patches
      2) do various things to OS
      3) get special files from secret RH site to replace some libraries
      4) Search around on SAP OSS help forums for answers to errors

      I spent far too much effort trying to get it to run using RHES and just bought a copy of SuSE Enterprise and moved on.

    2. Re:Suse???? by hughk · · Score: 1

      I wouldn't want to comment adversely on RHEL, but I know some big banks who have formally adopted Suse builds in production. Banks are very conservative on what they adopt (unless they can shift blame onto a vendor). They tend to be IBM supported too, which is why I find it strange that these guys went the RHEL route. OTOH, I know some people running Oracle who are quite happy with RHEL.

      --
      See my journal, I write things there
    3. Re:Suse???? by birder · · Score: 1

      We use RHES 3 and 4 quite a bit around here, it's our major Linux platform. But SuSE definately was the platform SAP developed on and then tried to shoehorn it into Redhat. Looking at the SAP support matrix, they've improved since then but we haven't made any move to migrate our SAP installs to Linux.

  169. Cups is my troublespot by steve_l · · Score: 2, Interesting

    I run a 2-core HT Xeon system @ work, it looks like a 4-way CPU. This is great for finding race condition bugs in my software -and other peoples.

    my core troublespot appears to be cups, which will spin at 100% of a CPU within a few hours of starting. So I have to restart cups every morning. This is so, irritating. I suppose i could just get cron to reset it for me, but still.

    Whereas on windows, I havent had to reboot my laptop since, what, yesterday, when the clipboard stopped working. I didnt even know the clipboard could stop working, but no, you can suddenly stop being able to cut and paste. Trust me to be the one to find out.

    1. Re:Cups is my troublespot by makomk · · Score: 2, Interesting

      Whereas on windows, I havent had to reboot my laptop since, what, yesterday, when the clipboard stopped working. I didnt even know the clipboard could stop working, but no, you can suddenly stop being able to cut and paste. Trust me to be the one to find out.

      Yes, that can happen. Actually, it's probably a miracle it works at all - I looked at the Windows clipboard API a while back, and let's just say it's... interesting. (I'm not sure if they really still use a chain and rely on programs to pass on messages, and I probably don't want to know.)

  170. You insensitive Clod by Random_Goblin · · Score: 1

    I use "Unreliable Linux" all the time it may not be the best but it's free... how many other distros can say that eh, mr clever clogs?

  171. I'm an SAP BASIS Admin by Anonymous Coward · · Score: 2, Informative

    I've installed SAP r/3 on Solaris and Linux... never a problem. Yes it's complex, but hey - that's what's fun about being a sysadmin! One thing to keep in mind folks is that it's a GIANT fucking database - tons and tons of tables. And like all databases, you have to care for it and feed it.

    That means watching memory usage, extents, indices, disk controller utilization, network interface utilization, swap space, processor load, and on and on and on.... And trend it all out... then monitor some more - when you see the problem, you fix it. Sometimes that leads to other problems that get exposed as you move up the line - but when it's all done the system rocks...

    I know this because I've built HUGE systems used by thousands of agents every day... they run on Sun E10000 boxes, E4000's, HP K-class boxes and so on... If you're installing SAP and you can't handle the diagnostics - get the fuck out of the computer room and go back to asking if you'd like fries with that...

    I read the article and thought that the guy had a bunch of dingos for admins...

  172. ding dong Linux is dead by Anonymous Coward · · Score: 0

    Linux had its prime but it's mostly over, it sure won't be on a FREEBSD status but will never aspire to the top again. Thanks to the so called linux consultants that wanted to cash hard and fast, your greed killed Linux, thanks for that, well, drink a beer and forget this issue at all.

  173. Stability of redhat kernels by Anonymous Coward · · Score: 0

    One should remember that RedHat (and Fedora) is one of the distro vendors who add the largest number of patches to the linux kernel. And now that RHEL is so much separated from Fedora, their particular combinations of patches is probably far less broadly tested. At least under several occasions when investigating severe problems on RHEL boxes, the culprit appeared to be a problem with the kernel, which did not appear in a same-generation Fedora kernel...

    So if their team was so motivated/competent with linux that they required 1 week to install a RH distro, it is no wonder they did not investigate much. Did they even call RH support to get the problem investigated ?

  174. hardware, not OS is usually the culprit by StrawberryFrog · · Score: 1

    What is this, slow news day? Windows NT/2000/XP/etc is unstable on flaky or misconfigured hardware, and stable when done right. I very much doubt that Linux is any different.

    --

    My Karma: ran over your Dogma
    StrawberryFrog

  175. Ask Sanjay to help by Anonymous Coward · · Score: 1, Informative

    * Disclaimer : I used to work for a competitor to SAP, but don't anymore. I still find this absolutely hilarious *

    This is a couple of blog postings that one person's experience with installing SAP. They're long writeups, but pretty darn amusing (unless it's happened to you of course!).

    Part 1

    Part 2

    Part 3

    Part 4

    You really can't make this sort of stuff up.

  176. that happens by Anonymous Coward · · Score: 0

    when people, who mostly use windows and which have at least a little base knowledge of linux try to do a professional install of linux, on a machine not suitable for production ... let me guess

    nforce chipset? promise raid? you wonder why its not stable? or what hardware setup did you really use?

    of course, if you want a stable linux system, you have to look for the hardware which has stable drivers in linux, but thats too much thinking for a windows pro having a little linux knowledge ..

    those crashes wouldnt have happened with admins who know the hardware they order!

    and installing linux including patches is possible under 2 hours!

  177. 500+ posts on an unproofed article.. by Anonymous Coward · · Score: 0

    Wow, over 500 comments, mine included, on an article that was checked for technical accuracy based on a weak source with no supporting logic or evidence to support the final conclusion.

    Amazing the power of the Internet, all these intelligent minds, effort and time to combat such a weak article and source.

  178. Oh dear by mpcooke3 · · Score: 1

    I guess slashdot ad revenues must be down again.

  179. Don't be silly by Anonymous Coward · · Score: 0

    "No, it's efficiency and good systems management."

    Not for servers its not. You never "auto-patch" any server, much less a production server. If you don't understand why, they you've never been involved with operations or supported a mission critical application.

    1. Re:Don't be silly by drsmithy · · Score: 1
      Not for servers its not. You never "auto-patch" any server, much less a production server.

      Ah, you must be one of these people that gets paid by the hour. Manually visiting every machine to perform the same thing over and over again is nice way to rack up the hours without actually doing any work, isn't it ?

      If you don't understand why, they you've never been involved with operations or supported a mission critical application.

      If I found out one of my staff was manually performing such a trivially automatable action as applying software updates, I'd seriously question their capabilities. If I caught a contractor or consultant doing it, I'd terminate their contract immediately because of either incompetence or fraud.

      "Mission critical applications" have - at least in remotely well-run shops - *identical* testing environments used for ensuring software updates, configuration changes and the like don't break things. The reason they're identical is so that if something doesn't break the test environment, it can be guaranteed it won't break the production environment. If some software patch passes QA in the test environment then its rollout into the production environment can be automated - and if you *aren't* doing this sort of thing, then you're not involved in a sufficiently large or "mission critical" environment (or you're a contractor rorting the system to rack up chargable hours).

  180. We had to go all the way to Australia... by Hosiah · · Score: 2, Funny
    ...to find the only person on the planet who's switched to Windows from Linux.

    And he isn't the least, tiniest bit a paid shill to spread patented MS-FUD!

    No, sirree. But you never saw a better recipe for a flame-war on Slashdot. How should we do this one? Doom-style? NeverWinter-style? Quake3Arena-deathmatch?

  181. s/W to L/L to W/p by Hosiah · · Score: 1
    Windows from Linux.

    I meant, of course "Linux to Windows". Guess I'm too used to typing it the other way round...

  182. FreeBSD is just a distro of BSD by Anonymous Coward · · Score: 0

    FreeBSD in a way is just a distro of BSD, as BSD in OpenBSD, FreeBSD, NetBSD, all of which swap code.

    Saying FreeBSD is not fragmented like Linux compares two different things.

    FreeBSD simply lacks the distribution even to be fragmented. It is a very cool OS for that, but an argument advocating FreeBSD over Linux will inevitably end up saying "and FreeBSD can run linux binaries too!".

  183. oh, God by Hosiah · · Score: 1

    Retract the previous correction...I worded it right. I *hate* head colds, they screw up my concentration (the rest of the time, I have some other excuse)

    1. Re:oh, God by Chexsum · · Score: 1

      Its OK - no-one read it anyway (maybe they will now). ;)

      --
      Pixels keep you awake!
  184. From one who has been exposed to it: by Atario · · Score: 1

    SAP is a piece of software that is perfect for you if you enjoy pain. The interface alone will give you nightmares.

    --
    "A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
  185. It's all about the drivers by gilesjuk · · Score: 1

    If any of the drivers you are using are reverse engineered or not well maintained then you will get problems when running under load (ie. on a server).

    You have to pick the hardware to suit Linux, not everything is that well supported, some vendors don't like to see their register layouts exposed for some reason (even though you can probably find that stuff in datasheets).

  186. Typo by vrt3 · · Score: 1
    SAP products are rarely used with modifications and customization to both the infrastructure and the apps themselves.

    I think you meant "... are rarely used without modifications and customization ...".
    --
    This sig under construction. Please check back later.
    1. Re:Typo by ScentCone · · Score: 1

      I think you meant "... are rarely used without modifications and customization ...".

      Thank you. I did, and I'm sorry to anyone who was confused by my witless typo.

      --
      Don't disappoint your bird dog. Go to the range.
  187. thanks by HBI · · Score: 0, Flamebait

    for the link. Otherwise, you're a total asshole, but it's nice to know that you aren't a total waste of carbon atoms.

    --
    HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
  188. If Linux install took two weeks... by rdean400 · · Score: 1

    it was done by an incompetent idiot. Sheesh, installing Gentoo shouldn't take that long. :-)

  189. With mods or without? by tinkerton · · Score: 1
    which one do you mean, is it often used with mods or without? The one company where I saw it in use, there was an awful lot of in house development and a lot of complaints.

    The funny thing is other people have told me the same contradictory stories about SAP, so I half suspect the in-house developments.

    No contradictions about the cost tho.

  190. Hint: by Anonymous Coward · · Score: 0

    Do some compatibility research (even if it is just with Google) before buying expensive hardware.

  191. It's a problem by Apreche · · Score: 2, Insightful

    This is a problem I have noticed with Linux many times. On the whole, Linux is incredibly rock solid. But there are rare instances where specific combinations of Linux software and hardware will cause crazy problems. For example, at one time there was a problem with APIC in the kernel. If you had an nforce2 motherboard and a kernel with APIC enabled it would freeze up semi-randomly. 99% of people did not have this combination, so it wasn't a problem for them. But for the 1% of people who did, how were they supposed to figure it out? Only if they are very involved in a Linux community would they discover this.

    Another problem I had was with the combination of Ubuntu, Nforce2 IGP, the NVidia driver and not having DDR Dual-Channel enabled. This combination brought about frequent freezing. But who could know without good googling skills that this combination was the cause of the freezing?

    I'm willing to bet that this guy had one of these weird combinatory problems. It just goes to show that the Linux testing procedure is not 100%. But switching to Windows when this happens is basically just claiming ignorance instead of figuring out why it's crashing and fixing it.

    --
    The GeekNights podcast is going strong. Listen!
    1. Re:It's a problem by tweek · · Score: 1

      In all fairness, based on the article that was probably not the case. He said that he had one of the servers from IBM that SAP had certified with it's software. The problem was either, faulty hardware in general or as they seem to think an update from Redhat that was unsupported/untested by SAP. I can't imagine that they didn't run some hardware tests though since IBM was so involved as they made it sound.

      I'm curious to know what version of RHAS they were running. If it was 2.1, then I could probably tell you the problem they had right now based on my own experiences. RH2.1 used a kernel release that was right before the VMM changes in 2.4. Thus they've been dealing with the problems ever since. Anyone who is running RH2.1 on a high volume system (i.e. DB2 or Oracle) has probably faced the same bug. At one point, before redhat backported a few fixes, at seriously high volumes kswapd would actually BLOCK all cpus and processes on the system until it finished. Can you imagine watching your load average spike to over 300 on a server and then drop back down to like 3 just because of kswapd? It wasn't a big deal until you had a high volume database running on the system that simply allocated new connections because all of its processes were being blocked thus taking up more memory this forcing kswapd to run more often thus starting the whole fucking cycle all over again!

      If you can't tell, this is how I spent my October-December last year dealing with a retail financial system that would crash every fucking day. Finally through sheer LUCK we caught the problem as it was happening and working with IBM and Redhat, we found out that it was a known issue and that a kernel upgrade would sort of fix the problem. It did but we STILL have problems with kswapd and krefilld chewing CPU. We have an idle system at night from 10PM to 1:30AM and there are still spikes in our loadaverage of 1 or 2 all night long.

      All because we're running RH2.1 .

      --
      "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
    2. Re:It's a problem by Sigma+7 · · Score: 1
      This is a problem I have noticed with Linux many times. On the whole, Linux is incredibly rock solid. But there are rare instances where specific combinations of Linux software and hardware will cause crazy problems. For example, at one time there was a problem with APIC in the kernel. If you had an nforce2 motherboard and a kernel with APIC enabled it would freeze up semi-randomly. 99% of people did not have this combination, so it wasn't a problem for them. But for the 1% of people who did, how were they supposed to figure it out? Only if they are very involved in a Linux community would they discover this.


      That's a standard problem with operating systems - there will always be a mysterious 1% that has the right combination of hardware to produce issues for technical support.

      A comparable problem under Windows 98/ME would be a Creative Labs sound card on a Via chipset - while reprts of total lockups were rare, the general cause would be static in the sound, and required tweaking the Sound Accelleration. The two worst cases I had with this issue would be that some applications would freeze because the workaround was active (Bink Video was a culprit), and one aplication would *crash* because I failed to apply the workaround (complete with a bug tracker with a "Send to Erik" button - which didn't work.)

      Of course, Windows now has a WHQL testing system that ensures that hardware developers don't make mistakes. Because of this, Windows hardware support will be much more comprehensive and stable than Linux, even if the rest of the operating system has problems.
    3. Re:It's a problem by marcosdumay · · Score: 1

      A module combimnation that crashes the system is a problem of every monolitical kernel out there. At least on Linux, the 1% that can discover a kernel bug of the 1% that has the hardware combination can do something about it. Of corse they'll take a lot of time, but it is sonner than never.

      Now, changing the easyest element that fix the problem is not stupid. It is the right thing to do! He is right to change to Windows.

  192. Seven months of lacklustre Management by Anonymous Coward · · Score: 0

    No matter WHAT system you run, if the tech jocks give you the run-around - you call in independents - just like getting a second opinion - Doctor, Lawyer, you name it.

    Start by posting on forums. Free answers, or find out if anyone else has/had the SAME setup. Then dump/burn the key configuration data for professional third party opinion, and burn that snapshot. That puts the heat on consultants, because if an IT manager does not have basic problem solving skills, they SHOULD.

    Post windows, examine and compare the parmlib/config/ settings - any differences?? The one thing about SAP, is that their consultants/partners/associates are not supermen. Fish out those backup tapes, and get ready to 'post' them. Big fees carry professional negligence, or you can point to failed 'service level agreements'.

    So said, start disaster planning planning your next windows/worm/virus/Service Pack strike, because 2 days is not enough to get a handle on this. Best of luck, and do post how things turn out 12 months later.

  193. 2 weeks?? by Anonymous Coward · · Score: 0

    2 weeks to install Red Hat?? !! I don't belive it!!

  194. Two Week Red Hat Linux Installation by pandrijeczko · · Score: 1
    Hmmmm....

    Then I guess when I took my RHCE (Red Hat Certified Engineer for those who don't know) exam, the two hours I was given to (successfully) install a Linux server from scratch (including a kernel compile & installing/configuring a few network services) was all just a dream, was it?

    I suspect their "installation engineer" probably had little Linux experience in the first place.

    --
    Gentoo Linux - another day, another USE flag.
  195. Where are modpoints ... by Savage-Rabbit · · Score: 1

    ... when I need them? That is so true. I expect Windows to catch up in terms of security and stability with Linux/Unix but to lose out in usability/userfriendlyness as Microsoft tightens the bolts on their OS. So while Windows will definitely catch up to Linux/Unix in terms of being a server system that should be taken seriously, expect the bar also to rise dramatically on the demands for knowledge, education and professionalism being made on Windows administrators. Alot Windows Server operators are going to find them selves looking for more highly qualified computer professionals because their old self taught went-to-night-school-and-got-a-certificate Administrators can no longer solve problems thrown up on Win 2003 or Vista Server that weren't there before because Microsoft left all hatches open to make things easyer for these less well educated admins. I already see this happening and the amusing thing is that after installing Windows 2003 many of these Certificate Admins solve the problems created when Microsoft changed default settings in Windows to a more secure configuration by reversing those changes and opening the security holes up again. I suppose you could argue these Admins are just being lazy but I think that a simple inability to adapt to the new more secure way of doing things has just as much to do with it.

    --
    Only to idiots, are orders laws.
    -- Henning von Tresckow
  196. Spellig??? by Anonymous Coward · · Score: 0

    ...the summery going... summary
    ...death sentance. sentence
    ...an implimentation on... implementation
    ...that doesnt fit... doesn't

    I give this service for free...

  197. That was my first question by HangingChad · · Score: 1
    What amazes me is that they had IBM hardware and RedHat Engineers working on this and it still didn't work.

    They didn't do any configuration testing? Take typical hardware and run a bench top install to see if there were going to be any problems? And the engineer asking the customer to run a diagnostic, wtf? Get your fanny in there and nail down the problem, don't ask the customer to do your support. That should apply in *nix as well as Windows environment.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    1. Re:That was my first question by Peter+La+Casse · · Score: 1
      And the engineer asking the customer to run a diagnostic, wtf? Get your fanny in there and nail down the problem, don't ask the customer to do your support.

      This is pretty common when a vendor doesn't offer on-site support (or when a customer doesn't purchase it.) The simple fact that the customer was talking with an engineer (as opposed to a phone droid) is a sign that the vendor took it seriously. If running a diagnostic can give the engineer enough information to attempt to reproduce the problem in his lab, then it doesn't make sense for the engineer to fly to the customer's location, run the command, then fly back to the lab and do what he needs to do to chase down the problem. Asking the customer to run the command can actually result in better support, and a quicker fix.

    2. Re:That was my first question by MrResistor · · Score: 1

      I wish I had mod points, because this is the most intelligent post I've read in this article so far, so instead I'll just reply, thus making it seem like a more interesting thread.

      Anyway, the guy in the article is an idiot.

      Not responding to his vendor's request that he run a diagnostic so they can maybe troubleshoot the problem is bad enough, but then he goes on to complain that he had to manually apply patches. Well, the two possible responses I see are: (a) Red Hat has an autoupdate feature, and it can't be that difficult to turn it on (I don't use RH, but in SUSE you just check a box and set a time for it to phone home); or (b), one should do such testing on patches that are being applied to a mission critical system anyway, regardless of what OS you're using. Once again, either way you look at it, the guy's an idiot.

      He also goes on about how this is a standard hardware configuration, and it's "certified" for Linux, so there shouldn't be a problem. Well, guess what, hardware sometimes has problems. Did he actually test the hardware before he put this thing into production? (For the record, I'm much more of a hardware guy, and my first though was that this is a hardware problem, and I have in the past traced similar problems down to hardware, for example a flakey +5V rail on a P/S, or a bad RAM cell that just happens to be at an address that doesn't get hit very often). The article sure makes it sound like he just took it on faith that his hardware is fine, and that's a pretty idiotic thing to do.

      And why did he choose RH, anyway? I'm not trying to diss RH or anything, I'm just wondering what the basis for his choice was? Was it just the name he was familiar with when talking about Linux? Or did some vendor convince him it was the best distro for the job? Did he not do any research on hs own before picking the best distro to run his chosen application on? That sounds... idiotic.

      --
      Under capitalism man exploits man. Under communism it's the other way around.
  198. Re:blue screens & GPF's by nuggz · · Score: 1

    I had a few GPFs in Linux once back in the 90's
    The computer was find after that for the next 3-4 years before I threw it out, didn't seem to be a hardware problem.

    IIRC it was 1.2.13, and I didn't set up odd settings.

    These things do happen, they are just pretty rare.

  199. Who the Hell is Crest Electronics? by Mansing · · Score: 1

    And why would anyone run SAP on Linux?

    1. Re:Who the Hell is Crest Electronics? by Cnik70 · · Score: 1

      Sap uses an oracle backbone (last time I checked), which makes Linux a natural choice for SAP.

      --
      -Cnik
  200. My uptime stats differ by n4t3 · · Score: 1

    My current current uptimes:
    Linux Redhat ES 2.1 = 330 days
    Mandrake 9.2 = 192 days, 245 days
    Windows Server 2000 = 23 days, 40 days, 33 days, 70 days

    Although Linux may not be the right choice for every job, it certainly seems that way to me.

  201. This Can be Summed up in One Word by segedunum · · Score: 1

    Bollocks. Linux does not blue screen and core dump at all without a reason, and it is impossible to find out whether it was the OS itself or the pile of crap called SAP he's running. His information on this is just too vague for any sort of IT person.

    This is a guy who decided he didn't like Linux when he'd started, and that goes for his feeble attempts to solve the issue. Another clue is he then goes whinging to the press about it. If you don't do what the support people ask then they cannot help you, and I daresay you'll have the same issues on Windows as well at some point. And no. You cannot get a fully working Windows system up and running with SAP in two hours, which is a complete lie. There's the setup and testing as well which will take the same amount of time.

    This guy is someone who thinks that installation and deployment is clicking Next -> Finish in an install wizard. He couldn't piss up against a wall if he could find one, and quite frankly, I don't consider incompetent arseholes in IT to be particularly newsworthy. The fact that most of them happen to choose Windows is a bit of a clue.

  202. In other news by smartin · · Score: 2, Funny

    Crest Electronics IT department deemed incompentent, laughing stock of industry.

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  203. Why MS won out.. by Bigmilt8 · · Score: 2, Insightful

    I understand the love for Linux (or rather hate of MS). To each his own. However, in this situation it is a common problem that companies are having with Linux. 2 weeks to configure and deploy. Come on, that's ridiculous. This guy had a business need and needed to get the job done. If you can't understand that, then you'll be unemployed 6 months after convincing management to make the switch to linux and you still haven't gotten the entire enterprise up and running. Also, and read this slowly so that you don't pass out: LINUX CRASHED.. Now, the hardware was blamed and then the administrator. What's next, code fairies???

    1. Re:Why MS won out.. by Anonymous Coward · · Score: 0

      Hey yep what you say is exactly right, except for the fact that they did not have a qualified
      linux administrator. I can and have loaded sap before noon on day one so obviously somebody did not know what they where doing. Hell I can build a full blown rac 9i cluster in under 4 hours from a blank disk.

    2. Re:Why MS won out.. by Bigmilt8 · · Score: 1

      I have also installed enterprise wide software. And SAP can't be installed and configured in 4 hours. Stop dreaming.

  204. Re: Rubbish advise! by Anonymous Coward · · Score: 0

    Nobody is saying that today, so don't let people on with rubbish about that someone might say that with your "anyone that says" and "in every situation"-crap. Nobody says Microsoft Visio runs best on GNU/Linux.

    If you have chosen the product that best suits your needs, you need the platform it runs on. I don't know a single business that runs only one piece of software. So in addition to asking people to choose the product that best suits their needs, you pretend that any piece of software is available on any platform and that all the other pieces of software they need also are available on any platform. Following you, it would be sensible if every app came with it's own operating system.

    I'm happy for the firm in question that Microsoft's and SAP products was easier and more stable. However, there is no magic here, just some bad engineering somewhere. A GNU/Linux system with no logging? Just died with no trace anywhere? I find that hard to believe.

  205. SAP Test System? by kellererik · · Score: 1

    I read TFA and read it again, no test system was mentioned. My SAP days are over, but I distinctly remember that having a test system was a requirement, means there should be a comparable system to test patches and customizations to SAP and the OS first. If everything runs OK on the test system, then you are allowed to apply the modification to the production system.
    It seems that that didn't happen and that the SE(s) in question had no clue how to handle the installation in the first place. Two weeks, give me a break, none of them did an install for a production system before, I guess. Repeat with me: It is not a good idea to learn on a customer's system!
    A little hint for the poor soul who did the install: a well-groomed /etc/syslog.conf tells you a lot about your running system. You have to understand how to do it, though.

    just my 3 cents

  206. Story writes itself... by scottsk · · Score: 1

    I guess the story wrote itself. "Anything is supposed to be more reliable than Windows, but these people tried Linux and the decision blew up in their faces and they had to crawl back to Microsoft to get a reliable operating system!" Then you read it, and it isn't even about Linux, it's about some bug in a proprietary software package. The author of the story gets credit for spinning it! Why do people read the computer industry trade press again? Oh, and "the hard work required to keep Linux up and running" - huh? I often forget how I set stuff up on my Linux servers because they run for months and years without me touching them. I have to make notes so I don't forget what I did. I don't suppose anyone has ever factored in productivity into TCO - your admin guy is solving interesting problems on a stable Linux box, while your MSCE is patching MS' mistakes every month.

  207. I had the very same problems ... by Skapare · · Score: 1

    I had the very same problems with Red Hat Linux. So I went back to Slackware.

    --
    now we need to go OSS in diesel cars
  208. Someone screwed the pooch... by hitech69 · · Score: 1

    I don't see how you can have a system core dumping without a major unaddressed hardware failure. I run several production servers on the bleeding edge with regards to kernel level and application level. The only failures that I've ever experienced on any of our servers is hard drive failures. So, I'm thinking this was paid for propeganda in order to falsify reasons to which this change was made.

  209. Gee, this reads like a press release.. by Anonymous Coward · · Score: 0

    I'm a subscriber to the newspaper quoted, and my experience is that a lot of the "articles" in the NEXT IT Section are fairly obvious re-hashes of press releases, media handouts, etc. A quick Google for the article's author shows that he was Deputy-Editor of the paper's IT section until April this year, when he resigned and went freelance. God knows if he was still working at the paper when this article was written, or whether it was written after he left. But I'm enough of an old cynic to think that at some point a Micro$oft marketing droid helped craft some of the words in the article - it's all just too pat.

    To me the main lesson of stories like these is that if you're paying serious money for a serious business app you buy a turnkey solution with clear deliverables, a test plan, and a stability period. Then, when it doesn't work it's the vendor's problem to fix. It sounds like in this case the customer thought they could save money and do it themselves, and ended up finding out the hard way that they couldn't.

  210. Stability by darknite1979 · · Score: 1

    OK A. This could have been caused by some hardware malfuntion. Bad ram/controllers/processor/etc.... isnt to good for stability. B. Was he running a bleeding edge/unstable version of redhat? C. Most importantly of all did his suppose team actually know what they were doing?

  211. passive agression by planetfinder · · Score: 1

    According to Red Hat Australia the guy refused to run a diagnostic :

    "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren says.

    This was written by passive agressive person making all the right noises about objectiviity while doing everything possible to insure failure. His ultimate agenda was to do as much damage to Linux from his little podium and he seems to have succeeded. When his hardware problem comes back I'm sure that he won't be writing another article about how he had to actually reformat the harddrive and reinstall just to get Windows to boot.

  212. Windows isnt expensive by 8400_RPM · · Score: 1

    I never understood why a company whos downtime cost 100's of thousands a hour would worry about paying $1500 for a copy of windows.

  213. OS Bigots by xixax · · Score: 1
    This isn't a Windows guy.

    One of the biggest OS bigots I know is a Solaris bigot.

    Xix.

    --
    "Everything is adjustable, provided you have the right tools"
  214. Cock goblins by Beefslaya · · Score: 0
    What I like to do is give an new OS five minutes to work right, and if it doesn't, back in the box.

    Any admin worth his salt knows that a kernel based OS that gives you memory dumps is more then likely a hardware issue.

    What I think really happened is that he doesn't know his head from his ass, and when he came across an issue he didn't have the competance to handle, he bails and blames it on the Linux to save what little bit of integrity as an admin that he has.

    Go back to Windows you pussy.

  215. missing the point by Anonymous Coward · · Score: 0

    I read most of the article and what struck me is that many posters missed the point.

    The Red Hat rep who was interviewed said that they requested a hardware diagnostic but never received one, which leads me to believe that it is a hardware issue, not a software issue. If that is the case, then certainly Windows would work, since it is more forgiving in certain situations where there is buggy hardware.

    There are enough work-arounds for that in the MS kernel that hardware problems can go unnoticed for years without crashing until that one application or utility brings it down.

  216. Really should be modded up by Anonymous Coward · · Score: 0

    Mod up I say.

  217. And in related news... by Glamdrlng · · Score: 1

    Crest Electronics fails self-administered IQ test.

    --

    Yes, my only tool is a hammer. And you're starting to look like a nail.
  218. Wouldn't be suprised by porkThreeWays · · Score: 3, Interesting

    It seems like the admin never really wanted to be on Linux in the first place and his knowledge of Linux is highly lacking. The fact that he knew nothing more to describe his problem than "blue screen of death" shows which OS he wanted in the begining.

    I've had ongoing issues like that before of random crashes spaced weeks apart (userland software problem, not OS problem). I worked with the vendor very hard and we got the issue resolved over the period of a few months. Some suggested we switch to windows. Myself and my contact at the software vendor didn't think it was a good idea. In fact, it wouldn't have been a good idea, because there was a corruption in the data itself that was crashing it. An OS switch would have been loads of time and effort, just to have the problem still be there.

    The fact that he never even returned Red Hat's calls leads me to believe he really didn't want the problem fixed. He wanted to make Linux look as bad as possible to his superiors so he could switch to what he really wanted. I doubt the whole operating system crashed. A misconfigured SAP was probably crashing and he was too incompetant to be able to tell the difference.

    Also, what lameass autopatches on a mission critical server? That's such an incredibly bad idea. I'm sure all Red Hat's patches are of the highest quality, but if downtime could be a problem at all, take 20 minutes out of your day to look over the patches and make sure none will conflict with your particular setup. There's no replacement for human intervention if it's that important.

    Ultimately I highly doubt the problems are rooted in Red Hat or SAP. They are rooted in a stubborn admin who didn't know what he's doing on Linux and found it easier to blame everyone else.

    --
    If an officer ever threatens to taze you, say you have a pacemaker.
  219. Hang on - auto patching Windows? by Grail · · Score: 1

    In one sentence the guy's saying SAP won't support Linux unless it is manually patched... then the next he's talking about using auto update service for Windows?

    What the ... ?

    Or as another famous Queenslander once said, "Please explain?"

    1. Re:Hang on - auto patching Windows? by tweek · · Score: 2, Informative

      What he's saying isn't so far fetched:

      SAP "Supported configuration" is such and such version of Redhat Linux at a very specific patch level. I.E. This specific sub-release of glibc and the kernel that Redhat has published. If you let up2date or rhn automatically update the server, we won't support you because we've only tested at this certain level.

      Now why that's ANY different than Windows updating itself is beyond me BUT I have a feeling that since he mentioned installing a Windows SUS, that SAP will support automatic Windows updates, as long as you control the update server. FYI, you can also do that with a Redhat Satellite Server but it costs money whereas Windows SUS does not (other than the cost of another server license).

      One of the problems that we've seen with RHN updates is that older versions of packages are not available if a new one comes out. This has caused us problems in the past with our TSM server.

      Case in point:
      IBM in thier infinite wisdom decided that the Tape Library driver would not only check for the specific version of the kernel RPM but also check for the specific subrelease! I.E. kernel-smp-2.4.9-48.i386.rpm was supported but kernel-smp-2.4.9-65.i386.rpm was NOT. This drove us batshit because we went to install a new TSM server and we had two kernel choices, keep the one on the install media which had known bugs or upgrade via RHN to the newest kernel that had the performance bug squashed. Meanwhile the driver was only available for a release somewhere in between those two and RHN wasn't making it available for download anymore. The RPM installer for the driver (which was only available in RPM) refused to install if you didn't have the specific subrelease! The only way around it was a little rpm2tgz magic and remain "unsupported" until IBM saw fit to release a version of the driver for that kernel.

      What ended up happening was that a NEWER kernel was released shortly after that. IBM built to THAT kernel instead of the one we had so we were forced to do a kernel upgrade just to install the driver.

      Now having said all that, I can understand why this guy might have had to deal with that if SAP were a hardware vendor but they aren't. As MANY people have mentioned before in this thread, the problem really lies with SAP and the fact that the product will only be "supported" at very specific levels of certain Redhat packages.

      The only real choice is to make sure you download each and every package that get mentioned in the errata from RHN when it's announced and then wait for SAP to announce which combination is newly supported and upgrade at that time. If you don't then you may be SOL because a package could be superceded in RHN and you won't even be able to get that package again.

      --
      "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
  220. windows clipboard by steve_l · · Score: 1

    yes, it still uses messages to windows, as does most of win32 things, included COM.

    I think what has happened is some app had a lock on the clipboard, and it is not releasing it. A crashed app should be dealt with, but an app that hasnt crashed? reboot time, I guess. Or I write the code to get teh clipboard owner and WM_DESTROY it, but that would go too near those clipboard APIs.

    1. Re:windows clipboard by makomk · · Score: 1

      yes, it still uses messages to windows, as does most of win32 things, included COM.

      It's not so much the fact that it uses window messages, it's that for some of those messages i.e. WM_DRAWCLIPBOARD (if the docs are to be believed) it only sends the message to the first window in a chain, and relies on each window correctly resending the message to the next in the chain (and keeping track of what window that is). If that's true (and they haven't quietly fixed this idiocy) Gates only knows what happens if some window in the chain dies without removing itself first.

      The rest of the clipboard API is screwy too, but that's the bit that really made me exclaim "WTF! What were they thinking?". (And the use of window messages is a lot less weird than DDE, which I didn't even think about trying to understand)

    2. Re:windows clipboard by steve_l · · Score: 1

      ok. we are going back into the dregs of my brain here; I started windows programming on windows 2.04 when it *really* sucked.

      -I think WM_DRAWCLIPBOARD is sent for clipboard previews, which is pretty rare. There is some optional accessory, clipbook, which does it.

      -DDE is built on windows messages too. It dates from win16, where you had shared memory, and could just use postmessage to send a pointer. That ::GlobalAlloc(GMEM_SHARED) flag when you allocate memory says "I want memory 640K", because that funny Lotus-Intel-MS Extended-Memory-Sharing thing used DOS interrupts to map different bits of the 1024+ memory into the 640-1024K area. DDE and some other messages, when sent with ::SendMessage() have the runtime marshall stuff they point to into cross-process shared memory.

      -Network DDE is even worse. And it is still built in to winxp, albeit disabled. That clipbook app uses it again.

      -I havent dared look at win64. The sole use I have for the win32 API calls that occupy part of my memory is to make up passwords that get past our It naming rules: ::CreateFile("",2);

  221. uh, NO they still use Fedora and don't know it. by teknickle · · Score: 1

    Response header on their webserver reports:
    Apache/2.0.48 (Fedora)

    Guess we know how REALLY smart their IT 'guru' really is, when he doesn't even know the platforms they rely on. All the while, shooting off at the mouth of how Microsoft saved the day for him. (oh and by 'saving the day' I mean that his Microsoft VAR greased the hole first)

    How about just also using Fedora for SAP, okay?
    (or if compatibility issues, then whitebox linux)

  222. Crest by Andrewkov · · Score: 1
    Unreliable Linux Dumped from Crest Electronics

    I, for one, will no longer buy their toothpaste.

  223. I fully support Linux BUT ... by miltonw · · Score: 1

    ... the phrase that flags this as a statement from a Microsoft shill. They must get a template from M$.

  224. vendor's duty by unity · · Score: 1

    Exactly.

    This excuse sounds like the long-time tech support "solution" used when the support person has no clue of what the problem really is.
    Tech support: "Reboot your computer, if it still isn't working; give us a call back"

    If you are a vendor; it is YOUR job to make your client's system work. If you really need the full diagnostics and the customer doesn't have the time/manpower/experience; then have one of your own people do the job.

    1. Re:vendor's duty by Phisbut · · Score: 1
      If you are a vendor; it is YOUR job to make your client's system work. If you really need the full diagnostics and the customer doesn't have the time/manpower/experience; then have one of your own people do the job.

      Ok, so first, you want a Linux server, because of the freedom, so you can fiddle with it, configure it like you want, modify it to fit your needs. Then, when something goes wrong, you expect *someone else* to fix it all for you, and you are not willing to help them fix it. I suppose you also want it done *now* and *for free*, right?

      You asked for freedom and you got it. Now live with it.

      --
      After 3 days without programming, life becomes meaningless
      - The Tao of Programming
    2. Re:vendor's duty by Anonymous Coward · · Score: 0

      I'll second that...

    3. Re:vendor's duty by unity · · Score: 1

      I see nothing in the article stating that they went with linux for: "because of the freedom, so you can fiddle with it, configure it like you want, modify it to fit your needs" It looks to me like they went with linux because it was supposed to work.

      Who said anything about "free". They were paying support contracts I ASSume; They certainly had the contracts. I doubt they got them for "free". The whole article read that the people supporting it seemed incompetant.

      Yes, when I install/configure/develop something and They PAY for it; they expect ME to fix it; if it has problems. Isn't that the standard?

      I do NOT however expect my customers to have the time and/or expertise to do my own debugging/data analysis unless I really need them to (ie: no access). I certainly wouldn't let an issue go, just because my customer didn't get back to me. YOU FOLLOW UP ON THE ISSUE. You send an email, or call asking, "What is the status of this issue"? That is how you find out that the reason they didn't get you the data is that they don't know how or don't have time. That is called being PRO-active.

      Finally, Free! Hahaha, I certainly wouldn't expect them to provide the services for FREE. But then again we get back to the issue of having a support contract.

    4. Re:vendor's duty by Phisbut · · Score: 1
      Yes, when I install/configure/develop something and They PAY for it; they expect ME to fix it; if it has problems. Isn't that the standard?

      Indeed. If you develop and sell something, people might expect you to fix it. However, if what you develop and sell is free (speech, not beer) and open source, and your customer makes modifications to your product, then I don't think you are in any responsible for the support of whatever he changed, no matter how much he paid in the first place. The article doesn't say whether they customized and recompiled stuff, but it doesn't say that they didn't either.

      --
      After 3 days without programming, life becomes meaningless
      - The Tao of Programming
  225. The lesson here is... by Anonymous Coward · · Score: 0

    that SAP, as a platform, sucks.

  226. Drivers? Linux *is* better by ratboy666 · · Score: 1

    I bought a motherboard, and it stated in the instructions that Windows XP was needed for USB 2.0 support.

    So, I installed Windows XP. But, the optical drives (that were just used) never showed up.

    So I installed Windows 98SE. Optical drivers showed up! Until I installed the motherboard specific drivers. Then, they disappeared. And Windows 98 SE doesn't support my USB 120GB hard drive, or flash. If I turn on "DMA", the optical drives disappear under Windows 98 SE as well.

    I put in a TV tuner card. It came with drivers and a PVR application. None of which work -- best as I can figure, it didn't decompress all the files correctly. So I don't know if this works with Windows (98 -or- XP). And I can't find drivers for Windows 98 for my CIMR-100 remote.

    -AND- Windows 98 SE crashes on exit. Every time.

    I put Linux on. Fedora Core 2 (yes, its obsolete, but I happen to have it on DVD).

    USB 2.0 - check
    USB hard drive - check
    USB flash - check
    TV Tuner - (needed installation of XAWTV) - check
    PVR - MythTV - check
    CIMR-100 - check
    DMA to hard drive - check
    All optical drives available - check
    No crash on exit - check

    And this is with random "craptastic" hardware. I was attempting building a PVR with the cheapest hardware possible (motherboard, tuner, video). No thought to "compatibility" with a particular OS. Purely price/performance for the task at hand.

    Linux hardware support RULES.

    Ratboy

    --
    Just another "Cubible(sic) Joe" 2 17 3061
  227. Bad Hardware or Incompetent Admins by PacketScan · · Score: 1

    This is Some kinda joke.. I've been using Linux for over 6 years. In the Past three i have seen Significant improvements. But what i have never experienced is complete lockups or random crashes. Maybe because i use "good" hardware and don't Skimp on anything. My systems are always up and running. This has to be a marketing ploy.. Lets see how much Mr. Bullshitter saved by going with microsoft. What he's not answering the phone? Oh it's not ringing because they didn't pay the bills.

  228. HP laptop with Windows XP by Anonymous Coward · · Score: 0

    My ex-wife, shortyly before our diviorce, bought an HP laptop running Windows XP. It had an S-vodeo output which we plugged into the TV to use the laptop as a DVD player.

    When the PC was plugged into the TV it blue screened all the time.

    She always cursed Microsoft about it, but my take was that we didn't buy a Windows computer, we bought an HP computer. It was up to HP to make sure their hardware would work with the OS that HP chose.

    In the case of TFA, IBM should have made it work. It was their hardware, and they sold it with the understanding that it would be running SAP on Linux.

    That said, I would never trust Red Hat, having used Novell's other crap (God but I hate their mail client)

  229. And the counter story... by PhYrE2k2 · · Score: 1

    And the counter-story. I used to be a Microsoft admin, and now have moved to an entirely Linux shop. The reason? Even a fresh install would do crazy things like packet our network (good old M$ SQL Server). The system would crash at least once a month... and if it doesn't, it would need to be rebooted twice a month anyway for 'crucial security updates'. The system could be managed by "any grade-A idiot"- of course the difficulty being that everyone else tried to change things they shouldn't (BTW: this is the biggest reason for misconfigured Windows servers- non-admins playing make-believe).

    Compare this to a rock-solid 'just works' situation with our Linux clusters. I haven't had to fix a problem in years. Things just keep working the way they should rather than some new way automatically!

    Maybe the problem is that a bunch of Windows admins knowing nothing about Linux started using it without any required training or valuable time on a test-bench finding the quirks, tuning, and learning the system. This is worse than the MindCraft tests where they get M$ to configure and optimize their server and then install a bare RedHat installation and send a few million requests its way.

    Please. With knowledge, training, and staff, Linux is a dream. However it does take a new learning process on the UNIX side that most admins don't have... hence failure. It should _NEVER_ take 80 hours (2w*40h) to install a program- you're obviously doing something wrong.

    -M

    --

    when you see the word 'Linux', drink!
  230. wait till he runs it on windows a while by Anonymous Coward · · Score: 0

    I got all the management at the company praying for a switch to linux. Our first phase roll out is dieing. The servers are all win 2k and a nightly reboot is already required to maintain some sort of performance. Of course the windows admins don't know what the problem is because they know nothing about systems or troublshooting problems. I have been watching them for weeks grabbing at straws now they are upgrading windows hoping and praying it will help. Lets see how he feels about those windows servers in say 6 mos.

    1. Re:wait till he runs it on windows a while by Anonymous Coward · · Score: 0

      Hey I did not say you don't know what you are doing but if the shoe fits wear it. I don't give a damn how many windows boxes you are running, we are running three times that many with two admins. How many windows boxes are you running SAP on now that is the real question. I don't think that it is a windows issue anyhow but the boys in charge of the boxes don't know shit about tuning, and even if they did they still might not find the problem since everything is so neatly hidden on a windows box. Hell the damn servers may be infected with some hidden root kit or some shit and they would never even know....fact of the matter is that they are going to fail no question in my mind, not because of the platform or the software but because they
      have hidden behind a click and point interface so many years that they really know nothing about what makes a machine tick.

  231. Huh? by emtboy9 · · Score: 1

    Several things in that "article" jumped out at me right off. I usually read things like that two or three times to find the spin points and to think about whats being said while not being said. Given that, here are a few things that caught my attention on the first pass, and bug me even more the second time I read the article...

    First, this: "Despite using a version of Linux certified by SAP and SAP-certified IBM servers, stability issues and the complexities of keeping Linux up to date and secure. . ."

    I have run various flavors of Linux since I first downloaded an old version of Slackware off a local BBS way back when. Another post mentioned something that I agree with. I do soemtimes forget exactly how or why I configured something on my linux machines at home and at work because I configure them and they run. Period. I dont have to touch them again. My windows machine however, usually requires a reinstall every 18 months or so. Sometimes for an upgrade, and sometimes because it just stops working right. I dont know. Admittedly, I am not a windows person. Also, I can say, having supported end users and corporate customers on Red Hat Linux, administered RH machines, tested them professionally, and so forth, that the vast majority of stability issues I find fit into two groups. A: Issues with the OS. This almost always occurs, however, when I am testing beta releases. Almost never happens with a released version of RHEL, or even SLES. B: Hardware. Either bad hardware (usually attributed to a failing hard disk, a BIOS issue with a piece of hardware or a piece of ECC RAM that starts throwing double bit errors). Beyond that, I hardly ever see a stability issue with any linux that was not caused directly by me because of something I tweaked too much, or some piece of software that I installed that had issues that have nothing to do with the underlying OS.

    The next thing that jumped out at me was this: "Crest's IT manager, Anthony Horton, oversaw the deployment of SAP on Linux in November 2004, after inheriting the decision when he took the job. Having previously run SAP on AIX - IBM's version of Unix - Horton was comfortable with deploying such a mission-critical application on Linux."

    So what they are saying then, is that the IT manager DID NOT CHOOSE LINUX. He came into his job AFTER the decision was made and had been initiated. It does not take a project management genius to know that switching owners mid-stream during a major project is a Very Bad Thing[tm] in most cases. Also, since he "inheirited" the project, he had no real investment in it to begin with. His own statements later on point to him being a Windows guy. Kinda like those people who dislike minorities, but try to qualify themselves by saying "I have friends, but..." And running SAP on AIX makes it comfortable DEPLOYING SAP on Linux? Linux ain't Unix. Thats like saying I ran XX software on Windows, so I am completely comfortable running XX on MacOS because they both have point-and-click GUIs. Moron.

    He then says he called contractors to install RHEL and ensure it was SAP compliant??? Umm, if he was so comfortable with it, why did they farm out the installation? Installing RHEL 3 is NOT difficult. I do it several times a day on test machines of all flavors. Its NOT DIFFICULT. If they cant even install the OS themselves, complaining later on about the "Difficulty" of keeping it up do date is superfluous. Another analogy: My car wont start. Did you put gas in the tank? Gas? You have to put gas in it?

    The next complaint is that it took two full weeks to get everything set so that SAP would support the box and the software. Then only two days for Windows. Ummm.. duh. The hard work (ensuring supported hardware and components) was already done when they initially set up the RHEL box. Unless they just chucked the server out the door and configured a brand new one for the Windows install, which I really doubt, they didnt have to do even 1/4 of the work during the Win

    --
    "Our funds have never taken part in toxic or death spiral convertible financings of any sort" -BayStar's managing partne
  232. Red Hat Enterprise by goldshadow · · Score: 1

    I have installed SAPDB on Suse Linux in a couple hours and had no real problems for over a year. I wonder if the hardware or Installer (person) is the problem in this case. I don't realy use Red Hat Enterprise so I can't say one way or another about it, but I do use CENTOS which is based on Red Hat Enterprise.
    SAPDB also installs fine on Mandrake and Debian.
    *Shrug*
    My 2 cents.

    --
    Who's flying this thing? Oh, right, that would be me --FireFly
    1. Re:Red Hat Enterprise by SwissCheese · · Score: 1

      SAPDB != the SAP enterprise suite. The database is just one component. SAPDB, mysql, Oracle, all can be installed in a few hours on any OS. It's getting the data and application to work together that take time.

    2. Re:Red Hat Enterprise by itchomatic · · Score: 1

      Uhm yeah, thats great. I do believe they mean SAP as in SAP applications like CRM, ERP, SCM, PLM, etc., not just the database. Bit of a difference there.

  233. Crest Electronics by BJDopey · · Score: 1

    Hey, did they have anything to do with that tooth microphone I was just reading about. *rimshot*

  234. and manual patches by thePowerOfGrayskull · · Score: 1

    "With the manual process of patching, we were spending about two days a month ensuring that and testing. A lot of people call it a soft cost, because you've got IT people anyway but they shouldn't be spending all day maintaining the system," Mr Horton says. So there's no need to test the automatic updates from Windows .... just the manual ones from RH. If that's the case, they should have just put yum or rhn on cron - no testing required!

  235. He refused to respond to support suggestions by Anonymous Coward · · Score: 0

    What does he expect if he refuses to run the test stuff? Did he think operating systems were a solved problem and Linux was the full solution?

    Come on buddy.

    He's probably got a bad sector on a disk or a memory error, or something misconfigured....

    I know, from personal experience, RHEL is rock solid in general.

    If he doesn't buy new hardware he'll probably see similar blue screens in Windows.

  236. FUD Alert by 5n3ak3rp1mp · · Score: 1

    In other news, a formula 1 race car was returned to the dealer yesterday by Grandma Langsam because it was "too fast around turns".

    The right tools in the wrong hands will always lead to crap like this. There is no new information in this article.

  237. Bad HW? by trailerparkcassanova · · Score: 1

    Windows does run better on flaky HW such as marginal memory or memory timing. I would have thrown a different box at the problem before making the switch.

    1. Re:Bad HW? by JimmT · · Score: 0

      Really? I have found that to be the opposite. I had a laptop that had faulty memory and Windows would not even install on the laptop, but Linux not only installed, but ran very stable on it.

      Both platforms are good for the projects they are used for. In this case you have to use the right tool for the job. There is no one for all solution. Though, some of the people who post here seem to believe this... ;)

      Jim

      --
      "Life is art...Paint your destiny"
  238. Support call by paranode · · Score: 1

    Company dials support number.
    Kid: Uh hello?
    Company: Hi I need support on this FreeBSD box I installed.
    Kid: Uh did you RTFM yet?
    Company: I'm sorry...?
    Kid: RTFM first dude. Oh and by the way this is just for ordering burned CDs of FreeBSD. The support is on the mailing list. Later. *click*
    Company: Ok time to install Microsoft again. Cheaper than hiring one of these damned kids.

  239. And if neither of those work..... by p.rican · · Score: 1
    Use *BSD!

    /ducks

    --

    /. --"Demented and sad....but social" -Judd Nelson

  240. Re:Real Story - ClearCase by greed · · Score: 1
    If you're using the UCM in ClearCase, I've got some scripts to export integration stream changes and import them into CVS.

    I'm sure my company would be happy to sell them to you for a "reasonable" fee.

    (And to save your Linux machines: Kick MVFS the fsck off the system and go with snapshot views only. That MVFS thing is the dumbest thing I've ever seen in a revision control program. Obviously written by someone who liked VMS but didn't understand it.)

    You know you're in trouble with a revision control system which says you can't use regular Make, you have to use their Seekrit Make That Is Almost, But Not Quite, Compatible With GNU Make, Except That You Modified GNU Make To Have New Features Because That's What OSS Is All About So You Really Can't Use The Stupid Seekrit Make From The Rat Company.

    We hates them. We hates their lying salespeople. Sure, they got fired for lying, but we were still stuck with the bill for the software.

  241. microsoft advertisement by Anonymous Coward · · Score: 0

    If Microsoft would pay me enough, I'd say this for them too.

  242. linux stability by Anonymous Coward · · Score: 0

    I've had linux running on about 20 machines since 1998. They have been up most of that time. The only time I have ever experienced instability in the systems is when there is a hardware problem. The truth is, if this guy had problems with instability, then he had bad hardware...

  243. Dumping Windows on crash by Anonymous Coward · · Score: 0

    If everyone gave Windows the same treatment, dumping it the first time it crashed, nobody would have grown so attached to it... Why didn't they?

  244. Why not stick with AIX? by msobkow · · Score: 1

    The manager claims to have run SAP on AIX for several years, and to have been comfortable with that. Given the minimal pricing difference between Linux/x86 and AIX/POWER for IBM bundles, why wouldn't they have gone with AIX in the first place?

    Don't get me wrong -- I've found Linux to be very solid for a number of years. But when you're dealing with package compatabilities and interdependencies, sometimes a commercial OS is easier to track and maintain.

    It's also not very clear whether the core problem is with SAP or RedHat. Given the engineering squads that are required to customize an SAP installation, I'd really hesitate to presume the problems couldn't have been faulty customization rather than either of the core products.

    --
    I do not fail; I succeed at finding out what does not work.
    1. Re:Why not stick with AIX? by Anonymous Coward · · Score: 0

      Vendors such as Oracle just don't release all versions of their software for AIX, and you find yourself stuck with an old version of Oracle iAS when everybody else (specially Windows and Linux) is enjoying the new version.

  245. Article, or media campaign? by Anonymous Coward · · Score: 0

    The article dovetails nicely with this report from everybody's favorite analyst Laura Didio:

    http://news.yahoo.com/news?tmpl=story&u=/nf/200509 22/bs_nf/38232/

    which includes such gems as:

    It's also worth noting that as the Linux and open-source models become increasingly commercialized, they are spawning an entirely new industry of add-on products and services. And each of these products and services come with a separate price tag.

    Open Source Risk Management, for example, sells an indemnification policy to protect corporations from third-party intellectual-property claims made against the use of Linux. That service costs six figures. Meanwhile, startup Black Duck sells an automated software-compliance management tool designed to help corporate developers avoid copyright and patent infringement. The retail price is over $20,000.


    Because we all know you need copyright protection and indemnification due to all the legal risks with running Linux.

    1. Re:Article, or media campaign? by sesshomaru · · Score: 1
      Maybe the media campaign is in response to RedHat's recent gains:

      Red Hat surges on upbeat earnings

      I made a lot of money today...

      --
      "MIT betrayed all of its basic principles."
  246. Interested in More Details by doomicon · · Score: 1

    I would be interested in more details. I've used Linux since 97' and have never experienced anything like what was described in this article. I am also a longtime Windows NT Admin, MSP certified in 99 or so.

    I use what works, I am not a Standard Bearer for any particular OS, my posts over the last 6+ years here on Slashdot will show that.

    This just seems a little "odd" to me.

    p.s. I've also admin'd Solaris, HPUX, AIX, Irix boxes as well. Linux distros admin'd Slackware (back in 97-98), RH (since 4.2), etc.

    --

    Awesome!
  247. Last Sentence rewrite by ThePepe · · Score: 1

    Perhaps that final sentence should read:

    "The total cost of ownership is actually lower in this case than with Linux because of the hidden costs of stupidity ."

  248. pffft, i'd never buy from them! by Anonymous Coward · · Score: 0

    sounds to me like their it department applies to one of the following:

    1) noobs
    2) noobs
    3) noobs

    that about wraps it up. linux = easy. ...i am linux.

  249. The problem was SAP, NOT LINUX!!! by Banner · · Score: 0, Flamebait

    Everyone who works in Software and deals in Quality knows that SAP is a piece of JUNK!! It's crap software and it never works out of the box. It's not Linux that was the problem, it was SAP.

  250. Re:all modern distros? by brennz · · Score: 1

    The same does not hold true when discussing a Gentoo install, esp if it is a stage 1 install :)

  251. Sounds like a hardware issue to me by Rick+Genter · · Score: 1
    When I read the preview, as soon as I read
    It would run for weeks or so and then just bang, it would stop....

    the first thing that popped into my mind is "they've got a hardware issue." I've seen Windows boxes do the exact same thing; it always has turned out to be hardware.

    Other things I found suspicious in the article:
    "We asked the customer to do a diagnostic test and the customer never responded, so it was impossible for us to address the issue," Mr McLaren [General Manager of Red Hat Australia] says.

    and
    Software updates had to be manually installed to ensure SAP certification.

    []

    Red Hat Australia's Mr McLaren says there is no risk of losing vendor certification if an organisation enables auto-patching on Red Hat Enterprise Linux. "Every patch goes through our engineering and quality testing, which involves certification by the vendor. It absolutely doesn't invalidate the support from the software vendor," he says.

    Mr Horton disagrees: "It might be fine for things like security patches, which don't impact SAP certification rules but with some patches you still actually have to check the release levels and then check against the SAP site. Otherwise SAP might ask you to roll back to the previous version before they will support it."

    I've been in similar situations. Applications should *never* be able to crash the system; if they do, then either there is a kernel bug or a hardware problem. Unless SAP requires the installation of kernel-level drivers, this sounds a lot like a hardware problem to me.
    --
    Don't underestimate the power of The Source
  252. flip flop by kludge99 · · Score: 1

    The article smells of a Microsoftie in linux-land
    First off it states that Horton 'inherited the decision'

    "Crest's IT manager, Anthony Horton, oversaw the deployment of SAP on Linux in November 2004, after inheriting the decision when he took the job."

    Which would imply he would've made a different decision to start with.
    He goes on to imply that automated patching is a big bad no-no and they must manual patch linux:

    "Software updates had to be manually installed to ensure SAP certification."

    Then the article goes on to say they will use windows automated patching service "WSUS":


    Crest Electronics is trialling Microsoft's Windows Server Update Service, which allows automatic patching for the operating system and other Microsoft software on servers and desktop machines across a corporate network. Its benefits are one of the key reasons why Mr Horton stands by his decision to switch from Linux to Windows."


    The whole article stinks of Microsoft, and I wouldn't be surprised if Microsoft wasn't behind it in some way or other.

  253. Apathetic Support Engineers by Anonymous Coward · · Score: 0

    Oh, I'm going down that road right now with Apple ... try finding a flaw in something as important as a vendor's TCP/IP stack and/or ethernet driver and/or firewall implementation, and watch as they dragging their feet over fixing the issue. I suppose the only way to get results will be going public with flaws rather than going straight to the vendor?

  254. Comment removed by account_deleted · · Score: 2, Insightful

    Comment removed based on user account deletion

  255. Core Dumps? by ImaFraud · · Score: 1
    First off, two weeks of setup time to configure and deploy a Linux machine isn't all that bad; especially for a company that's migrating to a new operating system for the first time.

    Secondly, there must have been some seriously misconfigured/buggy software to make the system crash so often; leading me to believe that Linux is not at the core of their problem.

    In the 10 years I've been working with Linux, I've had no more than 5 or 6 server crashes (total). (As of writing, one of our Linux servers has a little over three years of uptime. Not bad.)

    A reoccurring theme that I've noticed with companies that are balking at the prospect of Linux has been the added cost of bringing in consultants to show the IT staff how to operate and setup the new software. In these instances, I would suggest either sending the Network Engineers, Systems Administrators and Support staff to a couple of training courses or better yet, go with a plug and play solution and bring on an already experienced Linux professional. If your network runs on Linux it wouldn't make much sense to have an IT staff full of Microsoft and Novell guys. Analogously, if your car operates on gasoline, it wouldn't make much sense to fill up the gas tank with diesel.

  256. IBM portal by phorm · · Score: 1

    We run IBM's portal software (Java-based) and it needs to be restarted usually on the basis of about once a week or more. I love IBM for hardware and their 'nix support, but in some of their software they need to get a bit more serious about stablity and user-friendliness.

  257. Red Hat sucks by Anonymous Coward · · Score: 0

    I heard Nokia located a bug in Red Hat kernel and had to wait months for Red Hat to fix it. If they had done it themselves they would have violated their support contract....

  258. More like "SAP supports Microsoft but not Linux" by crush · · Score: 1

    The article is unclear. The last couple of paragraphs leave the distinct impression that the problem is that SAP don't provide patches to Linux vendors (in this case Red Hat) in time. There's no reason why Red Hat's Satellite server couldn't be rolling out the patches to affected machines as needed if they were supplied in time. Either the problem is with SAP or with Red Hat not taking patches from SAP quickly enough.

    Whichever it is this article is unsatifsying because it doesn't explain the issue clearly.

  259. linux vs windows by intelsquirrel · · Score: 1

    The uptime says it all for me. I don't have a linux box 29 days, and I have never had one stop, period. Software runs thru hardware problems that would be totally undiagnosed on windows, windows would simply stop. On linux I can even diagnose those symptoms. If this group had these problems, they will have them with windows. as the first poster said, wait 7 months, and then see. Silly posting, and obviously a Redmond troll to waste /. bandwidth. I wonder what they had to pay to get windows up and running, and what assistance they had from Redmond, that other windoze users would not have had. Also, I wonder what response the got from SAP when they called with problems, vs when they called with SAP install problems on the windows problems. All relevant and not mentioned here.

  260. TRW uses SAP for ERP on Linux... by Luban+Doyle · · Score: 1

    http://informationweek.com/story/showArticle.jhtml ?articleID=171201387

    Why can't this [relaitvely] little company in Oz make it work? Might it have soemthing to do with not running the diagnostic requested by RedHat Aus.?

    I notice that he is still using Linux for lots of other stuff where it works just fine and isn't too difficult or too expensive to use.

  261. Obligatory Windoze Hate reply ;) by fleppir · · Score: 1

    That is actually perfect as an analogy to the real world. Windows is the hammer used to break itself :D :b

    --
    I am the Barber of Seville.
  262. Who in their right mind indeed! by Luban+Doyle · · Score: 1

    "And who in their right minds lets any mission critical server auto-patch itself, regardless of operating system. That's just utter madness!"

    I can't get back to the article at "The Age" now, I'm getting a registration page and I'm not interested in registering so that I can copy and paste the pertinent quote. YMMV. They *might* be slashdotted.

    But in the article he states that he has his W2k3 server set up to autopatch now that he has taken the RedHat server down. One of his complaints was that he couldn't automate updates on the RedHat box because they needed to compare the version of the patches with the compatible versions listed on the SAP website and it was too labor intensive. In my experience Unix (yes, I know we're discussing Linux here) has always been that way and so is any mission-critical application or OS. Or hardware for that matter. Use the wrong solution, get the wrong result.

    Labor intensive repetitive tasks are the perfect place to implement scripted operations. He may need to train or hire someone to write a script to do this, but before that can happen he has to understand that it's what he needs in order to save himself time, money and man-hours. It's a conceptual gap which he may not be able to bridge.

    As I posted elsewhere in response to the article, TRW is running SAP-based ERP on Dell servers and it's running fine and saving them bundles.

    http://informationweek.com/story/showArticle.jhtml ?articleID=171201387/

    On their website Dell offers SuSE and RedHat. No mention in the article of which one TRW uses.

  263. Rest of Parent's Comment by Anonymous Coward · · Score: 0

    ((((this saves folks the trouble of clicking Read more...)))) --- . though perhaps your 5.4-P6 system doesn't have any of those programs. And note that this only includes stuff that's installed by default -- my command didn't scan under /usr/local, for example. (Though to be fair, some man pages mention GNU or the GPL without actually being GNU software. `fdisk' is an example of that. And somebody can be released under the GPL but not be GNU software. But most of these programs are GNU ...) is because of the GNU userland alongside the Linux kernel Only a portion of the userland code in a Linux distribution comes from the GNU project. In fact, several years ago I saw that somebody worked it out, and it was like 30%, with the Xfree86 project contributing even more than 30%. (Granted, this was a while ago, so the exact percentages will have changed. But even so, I suspect that GNU still isn't even a majority.)

  264. WIndows zealots.... by Anonymous Coward · · Score: 0

    ... look even worst, because are sugarcoating a reality that is bitting most computer users out there. Praising Windows goes against popular wisdom and experience.

    Look pal, we have bunches of W2K machines in our desktops, and simply do not recognize your rosy scenario of always running, never failing Windows desktops.

    The situation is so bad (with properly locked down machines mind you, your Linux interns would had have no chance in hell to screw our machines) that our team of very capable Windows SAs has stated as policy to fucking shutting down our desktops daily in order to minimize problems. That is how desperate they are.

    Should I mention that 3 or 4 times a year our corporate network goes down to its knees due to the latest exploits of the script kiddies out there (and before you pass summary judgmenet about why we are not patching, hold your horses, while Solaris and Linux are pretty much trouble frre in the patching arena, Windows patches can completely mess up a system, reason for which testing of patches before releasing them in production takes much longer. Cost that in your TCO Windows marketroids) unleashing the power of some of our WIndows machines as spambots?

    The Linux/Solaris crowd just laugh our heart and look at our reliable machines that in most case are not shutdown more than 3 or 4 times per year when major rounds of patching take place. Wisely we run as many applications as possible there and while our colleagues are going through the last round of patching and UAT testing, we keep working.

  265. WIthout the finner details... by jotaeleemeese · · Score: 1

    .... you can't pass such a summary judgment.

    Many systems take not weeks, but months or years to be put in place.

    And it is not because the providers are incompetent, but because some IT solutions are too complex and have to be finely tailored the the client's needs.

    7 months to implement a system involving SAP seems to me like par of the course, SAP is not MS Draw you know....

    --
    IANAL but write like a drunk one.
  266. What fucking insightful by jotaeleemeese · · Score: 1

    Techies talking about technical stuff in a website devoted to technical matters is navel gazing.

    We should all start talking about TCO and grew up. ANd throw up.

    --
    IANAL but write like a drunk one.
  267. OpenServer by Craig+Ringer · · Score: 1

    Oooooh yeah. You didn't get the full OpenServer rant ;-)

    It may be stable, and well documented, but that's about where the good bits end. Yes, the scoadmin tools are buggy as hell. On the other hand, they exist, and frankly that's better than any Linux I've ever used. I also dislike, however, the fact that the scoadmin tools hide what they really do from you - there's precious little information about what files a tool will affect, etc.

    OpenServer's `lpd' is pure evil - I smell sulphur whenever I have to work with it. It's hard to configure, quirky, unreliable, archaic, and the admin tools for it are way more broken than for any other part of the scoadmin suite. It's currently making 800 DNS requests per second to my local DNS server. The conversation goes something like this:

    SCO: what's my hostname? My IP is 10.0.0.8 .
    DNS: alder.localnet.
    SCO: what's my hostname? My IP is 10.0.0.8 .
    DNS: alder.localnet, just like the last bajillion times.
    SCO: What's my hostname? My IP is 10.0.0.8 .
    DNS: *shoots self in head*

    Additionally, the lpd service tends to silently quit, or to start two copies of its self then stop working. That particular bug has been confirmed by all other SCO admins I've met, too. Alas, their compiler suite seems archaic and it's a nightmare to get it to work, so I haven't been able to build lprng or god forbid CUPS as a replacement print service.

    So yeah ... not a big fan. The fact is, however, that the core OS is still extremely stable. I find OpenServer decent enough, print services aside, so long as I never need to actually *change* anything. I'll take Linux any day, but it's definitely not up there in the stability or "just put it in and forget about it" admin requirements stakes.

    1. Re:OpenServer by jsight · · Score: 1

      My experiences are somewhat similar. I'm curious if you've tried distros such as SuSe or RedHat if you are saying that Linux has virtually nothing in admin tools, though. RedHat's tools show some pretty serious age, but Yast is actually pretty good.

      Oh, and our Linux servers sit there for years at a time with no stability issues. :)

  268. Nonsense by Makarakalax · · Score: 1

    I use Windows, Mac OSX and Windows XP in equal amount, and in my opinion you've hardly used Linux at all. Adding more and more applications has nothing like the affect it does on Windows, I don't know why this is, but it is simply the case. On Windows you need to reinstall after a while to get your performance back, on Linux you can hardly tell. I can't really comment on the Mac since it's on a separate box, so the comparison would be unfair, but Linux and Windows XP both run on the same machine.

    Disclaimer: this is my experience. I've never discussed this particular issue with anyone else, so maybe I'm the only one in the world who gets the described behavior.

  269. SAP on any system... by spazmedia · · Score: 1

    This is has been said before but it takes a LOT of time and money to setup SAP on any system. I worked at a very large america aerospace company and have heard from a number of people that to move the old accounting software over to SAP will cost somewhere around $ 100M. Now don't tell me this will not happen without problems. Sounds like this guy is looking for a quick fix.

  270. i don't think that is correct by sum.zero · · Score: 1

    there are packages available.

    i have personally compiled tomcat from source for use with apache on linux and i don't remember having to write any startup scripts...

    sum.zero