Slashdot Mirror


User: Michael+Marxmeier

Michael+Marxmeier's activity in the archive.

Stories
0
Comments
8
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8

  1. Re:warranty? on LaCie Releases 500GB Add On Drives · · Score: 1

    AFAIR the EU now requires a two years warranty
    on consumer parts. So they may offer a different
    warranty in the EU (or burden it on the
    distributor).

  2. Re:Wow on HP/COMPAQ Publishes OS/product Roadmap · · Score: 1
    In redards of rebranding, did you know that for most HP laserjets (if not all) the printing mechanic is manufactured by canon? HP only provides the formater (logic, driver connected end), and the brand, the rest is done by canon.

    As far as i remember this used to be the true in the early days, where the print mechanic was supplied by Canon and the electronis were from HP. But this has changed since a few years (when the LJ4 came out).

  3. Re:Javascript once again on Security Hole Lets Lycos Run Arbitrary JavaScript · · Score: 1
    That's one cool feature in Konqueror; it let's you turn of just the javascript window.opn function.

    So does Mozilla AFAIR. It just lacks a nice GUI and you need to edit your prefs.js.

  4. Re:Another GPL victim... on Qt Going GPL · · Score: 1
    The QT framework was the only thing making KDE not qualify for being GPL'd, since it was proprietary software.

    Not!. QPL is a OSD compliant license which means its free software - which is the opposite of proprietary.

    Its just that some people think its not compatible with the GPL.

  5. Ridiculous ... on PC "Lemon Law" Bill Introduced In Pennsylvania · · Score: 1

    So why is this different from warranty?
    If you care you are free choose a manufacturer
    which gives you desired warranty periode on
    your HW.

    OTOH since there is only a fine line between
    HW and SW these days. Should a manufacturer
    be liable for software updates or are you
    no longer allowed to install any software
    without wiping your warranty ...
    Would a SW manufacturer be liable for your
    HW/SW combination and thus could forbid you
    any updates outside its control?

  6. Re:Horray! on Mozilla To Be Dual Licensed - MPL/GPL · · Score: 1
    No, I'm not a KDE user but all this "illegal status" of KDE makes me queasy. Not good for the Cause.

    This is plain wrong.

    Even RMS agreed that all code written by the KDE team is compliant with the GPL.

    This whole KDE license bashing is all about some minor parts which were not originally written by the KDE team. And it's not even decided on if they have a point at all.

  7. Re:Ben Rafanello responds on IBM Promises Logical Volume Management For Linux · · Score: 1

    If you look at the current Linux system at
    a different view we might already have something along this:

    1. Block devices could be plugged in and allow support of different devices. This would be the equiv. of your "Device Managers" and "Partition Managers".

    2. On top of the block devices you can layer the RAID and LVM "features modules" which are then available transparently to upper layers.

    3. The file system should happily sit on top of this.

    Integration among those components may need some work but overall this does not seem that different.
    Providing a single administration point for the users is certainly something worthwile but that this is hardly something which could not be done with the current system.

    Finally, LVM (any flavour) do just provide a framework. A filesystem does not become resizable
    on its own.

    Michael

  8. Re:Vapour or not, doesn't matter on Microsoft Janus · · Score: 1
    Oh, wait, that won't be done until raw devices are in the kernel, and Linus doesn't like them. Same for other cluster-enabled RDBMSs.

    Why do you need raw devices for HA?

    All you need is a RAID array which is accessible access from multiple systems (one at a time). So another box can mount the fs of a failed system and take over the work. The components for this are already available (heartbeat, IP switching). All that's needed is a nice framework gluing the existing parts.