Slashdot Mirror


Follow Up to "Linux's Achilles Heel"

donheff writes "Fred Langa has posted an Informationweek online followup to his "Linux's Achilles Heel" column that drew a lot of attention on slashdot recently. He responds to several of the most common criticisms and 'posits that high-priced commercial Linux vendors are on a suicidal course, unless they lower prices to accentuate their advantages over Windows.'"

3 of 533 comments (clear)

  1. Is linux really priced the same as MS? by Lord_Frederick · · Score: 5, Informative

    The price from suse for five copies of linux is $598. Isn't this still almost half the price of Microsoft Operating Systems?

  2. Price Point at the desktop is a only one area by ralf1 · · Score: 5, Informative

    His recommendation that vendors lower prices is taking htings much too simply. As a person whose job it is to sell Linux to non-Linux shops, I can tell you there are two conversations here: 1)Linux on the server - here it is already price advantaged as most Linux deployments in server rooms are replacements for mainframe/solaris/sco enviroments and WAY cheaper than those solutions 2)Linux on the desktop - here the price issue of the distry is a secondary concern. Customers worry first about retraining, security, disruption of business due to change, application compatibility, vendor support, price of the productivity suite (Office/Openoffice) then the price of the OS.

    --
    "Would you, could you, with a goat?" Dr Seuss
  3. Re:Linux needs FULL hardware driver support. by Minna+Kirai · · Score: 4, Informative

    What the H*LL are you talking about? If there
    is a driver available, it will certainly be loadable and unloadable without a system reboot.


    Wrong. You sound as if the system always works perfectly- but it doesn't. It's easy enough to get a "stuck" Linux module.

    For example, I've got a USB joystick. Plugging it in will automatically cause a module called "joydev" to be installed. Unplug the joystick while a process has the /dev/js0 file opened and then you're stuck- the module can never be removed, because "joydev: Device or resource busy". Plug the joystick back in, and it connects to /dev/js1. /dev/js0 will never become usable again, until I reboot.

    Similarly, I've got a CD-R whose burning failed. Attempting to mount it from Linux will hang up for a few minutes, then print a failure message. From then on, reading /cdrom will give an error, and "umount" will freeze up in a system call (meaning the process will ignore all KILL signals). Again, the cdrom can only be made usable again by rebooting. (And worse, any processes trying to access the disk will be unkillable. So if those processes also have a file open on your hard drive, then that disk can't be umounted either... meaning you can't reboot cleanly, and will have to yank the power cord, then watch an fsck run)

    I'm sure that many Linux users never see these problems: either because they never do those sorts of things, or they have a better version of Linux (I last tried 2.4.26), or they're just lucky. But they do happen.