Slashdot Mirror


Why Mandrake is Too Cool for UnitedLinux

An anonymous reader says "Mandrake's lastest community (spam) newsletter contains their explanation as to why they won't join in on UnitedLinux. Besides the obvious geek-fun of rolling their own distro, they claim that the underlying idea of UnitedLinux is based on a flawed comparison to the Unix world of the 80's. " I think the whole UnitedLinux thing is lame- the distros that want to be compatible already are. UL is just the 2nd tier distros trying to get attention and ink away from the "evil forces" in North Carolina. I'll just stick to the best distribution and watch the fun from afar ;)

9 of 362 comments (clear)

  1. Re:What? by Anonymous Coward · · Score: 5, Insightful
    Mandrake is clearly not Redhat with some mods any more. Maybe back a couple years but it's definitely it's own unique distribution. They use RPM and Khudzu and that's about it. They hand select, configure and build all the RPMs and packages, they have their own installer, they have their own support tools.

    It's redhatesque but it's unique. It happens to be a damn fine distribution also.

  2. At least they're committed to LSB. by Anonymous Coward · · Score: 5, Interesting

    I am not a fan of mandrake, but this is an extremely well-written document all the way through. I would like everyone to take note of the fact Mandrake seems to be committing in here to follow the LSB.. so that's good. One thing i wonder about though:

    "In the same spirit, all software publishers should certify their products for a given version of the LSB (Linux Standard Base), not for a particular brand of Linux. Therefore, that software would work equally well with any Linux distribution that is in conformity with the LSB. "

    Is this correct? The UnitedLinux people have been implying that they are somehow just the logical conclusion of the idea of the LSB, and in some way they will make things easier for developers-- i.e., less varied systems to test. Is this correct, or just misleading marketing? Are there any situations where it would be possible to certify a single binary for UnitedLinux, but not possible to certify a single binary for the LSB becuase the LSB is not extensive enough?

  3. UnitedLinux is not the solution by bigjocker · · Score: 5, Interesting

    We Linux users know there is a problem with the current linux distributions. It's not only an interoperability problem, but a core one. We have came to a point where we knew we were going to get to, but we haven't tought of a solution because we were making linux ready for the mainstream. Now is the time to solve this, UnitedLinux is a start, but, as many of you, I dont like the approach they took.

    We all know all the problems with RPM based distros, compatibility between them breaks a lot, and, even if you should have only one RPM for any distro, when we go to download an application we get a RH6.X.rpm, RH7.rpm, MDK8.rpm, MKD8.1.rpm, etc ...

    I'm a Mandrake user, and I love it, but I have seen apt-get working, and I'm really impressed. I think apt-get is the right direction for a real package management tool for all distros. This is the direction package managment under Linux should be taking, and not creating commercial standards without atacking the core of the problem nor creating apt-like solutions or apt-like-frontends for rpm based solutions.

    Conclution: LSB + apt-get should be mandatory to be able to call anything a Linux distribution. I know a lot of us would kill for apt-get to be the default package manager in all distributions.

    --
    Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    1. Re:UnitedLinux is not the solution by Strog · · Score: 5, Informative

      Have you tried urpmi on your Mandrake box?

      It's the backend for the graphical software manager. Automatically downloads dependancies etc. similar to apt-get(I said similar, not like apt-get). I like typing partial package names and it will give you a list of all matches, versions, etc. Works fine out of the box but you really need to add mirrors for updates and cooker if you want to really work well.

      Urpmi has had some teething problems in the past but works well now on my systems. Anyone working with it on the 8.0 PPC release will know what I'm talking about. The issues basically convinced me to run the development version (cooker) on this iMac until the bugs were worked out. Worked much better when I got the latest wget. Curl didn't really help the issues for me. The last couple releases have worked flawlessly for me. That has me looking for problems that may or may not be there. YMMV

      I'm not knocking apt-get. I've used it and thinks it works great. I also like the package management in FreeBSD too. I think more Distos/OSes can look at what's been done and follow these examples.

    2. Re:UnitedLinux is not the solution by Lumpy · · Score: 5, Insightful

      the biggest problem is NOT rpm.. it's software developers trying to use a package manager as an installer which is VERY wrong.

      you dont try and use windows-update to install photoshop, so why the hell are linux programmers doing the same? There is an excellent installer package available to all and is top notch... It's from loki, and doesnt take a rocket scientist to figure out...

      the other problem is the overwhelming desire by EVERY programmer to use incompatable and bleeding libs.. if you are writing an app for the masses, USE COMMON LIBS THAT ARE ON CURRENT DISTROS. you dont see apps sold for windows that use pre-pre alpha graphics libs that are being designed for the next windows release... so why do linux users have to suffer? developers that cant keep their hands out of the CVS for the libs installed on their machine either need to be slapped or forced to publically state that "My program XYZ WILL NOT WORK ON A STANDARD LINUX INSTALL... See my requirements list for why"

      and a standard linux install is RH7.2,7.3 Mandrake 8.2 or whatever. just list it, take the time to be sure your users can actually compile your app. Or offer up a completely statically linked version... no worries about libs there...

      Linux is ready for prime time.. now only if the app developers would start getting ready.

      --
      Do not look at laser with remaining good eye.
  4. Re:Why Mandrake is right by torinth · · Score: 5, Insightful

    It is a basic principle of dynamic libraries that versions and functionality changes between releases. Ever notice how many different versions of Microsoft's DLLs you have on your Windows box? That's no coincidence - Windows developers are forced to incorporate the version of the DLL that works with their application. Linux provides a far superior development model, allowing publishers to statically link the correct library into their binary. Mozilla does it; Oracle does it; why can't the rest of the vendors get a clue and do the same thing?

    Ugh. Is this a troll? Am I missing something? Staticically linked libraries are not a 'far superior' development model. Seriously. If you want to use your system efficiently, you really don't want every application completely self-contained. That's a lot of redundancy, and thereofre, al ot of waste. Not to mention the distribution of bug fixes. Linux or Windows, it's much nicer if I can download/build a new .so or .dll to fix a problem in a library used in a number of applications, without having to rebuild every single one.

    If you want everything self-contained, then throw yourself back to some single-tasked OS from the 70's. If you want to take advantage of modern advances in application and systems design, you're just going to have to get "used to" the idea of some standard that applications can conform to. This could be the LSB or a guide from the OS vendor to which an application is tailored, but you have to have something. Otherwise, your wasting alot of (system/manpower) resources maintaining n-hundred copies of the same statically-linked library distributed throughout your system.

    Welcome to the world of modern software. Have a nice day.

    -Andrew

  5. Re:they dont hack libc libm or anything important by LinuxGeek8 · · Score: 5, Informative

    yeah great
    lets see them actually use gcc3.1 before redhat


    Nice flamebait.
    They are already using gcc 3.1 in Mandrake Cooker, their development distro.
    They built everything with it short after the release of 8.2. They tried before, with Mandrake's rpm-rebuilder robot, but a lot of software didn't build with gcc 3.0 then.
    With gcc 3.1 and 3.1.1 things look better.

    They were the first with devfs in mdk 8.0 I believe, allthough that might have been a bit early.
    They were the second distro to use apt-get (after Connectiva), but they switched to their own tool, urpmi, which is working rather good nowadays (apt-get for rpm isn't perfect yet too, you know).
    So all in all, it seems to me you put out a rather cheap flamebait; you mostly lack the right information.

    --
    Well, don't worry about that. We can get you back before you leave. (Dr. Who)
  6. Mandrake doesn't get UL, and neither do you. by Opusthepenguin · · Score: 5, Insightful

    Mandrake is right on when they say "MandrakeSoft would gain nothing by joining United Linux, and doing so would damage our reputation." Mandrake's claim to fame is their ease of use and GUI utilities, which have been praised and touted in this thread. They are not limited to the desktop, but they do it very well and that is their core competency. The are traditionally not the hardend server Linux you would think of (yes, of course Mandrake makes a fine server, I'm talking about their focus and perception). The UL crew have been very specific on what their target market is; not the desktop, the enterprise server, even to the exclusion of the desktop. Why then would Mandrake be interested in joining such a server focused group? As state, they wouldn't. Joining UL would force them to compete in an area where they are neither the leader or have a competitive advantage. Sure, you can believe all the sanctimonious hoorah they spout if you want, but bottom line is it's bad business for a desktop focused distro to join a server focused organization.

    The biggest missconception about UL is that it is some Borg like entity that once you join you must fall in line with. This is just not the case. Each participating member can do whatever they like outside the UL organization. SuSE has stated quite clearly that they will continue to offer a desktop version. This version will (probably) not have the UnitedLinux tag on it, but then for a desktop, who cares? What UL offers is the ability to have your OS certified on enterprise hardware without being lucky enough to have the "defacto Linux standard" in your title (that's RedHat incase you missed it). With that in mind, there's no reason Mandrake could't join UL and realse a UL version, fully certified on all major hardware, with the added value of it's GUI tools, etc. Then Mandrake could continue to sell their deskop/server versions that would appeal to a broader, more price sensitive, customer base.

    The second biggest missconception about UL is that it limits competition. This is just the opposite of the truth. To date there is only One distro that enjoys certification across all major hardware line, RedHat. Now, either RedHat has been unwilling or unable to convince it's hardware partners to certify agains all Linux distro's or, say, a Kernel/libs version of Linux. Sure, their are hundres of distro's out there, but only one certified for your enterprise needs, nice if your RedHat. With UnitedLinux there will not be two distros certified on all major hardwere, but five. And, because of the open (gasp) whey UnitedLinux was founded that could grow into as many distro's who care to achieve that level of certification. So, while UL does nothing to prevent a distro from producing whatever they like (thus not hurting competition), they provide the avenue through wich all distro's, not just RedHat, can achieve hardware certifications and compete in the enterprise market.

    UnitedLinux is not a bad thing. It is focused on what it wants to do, but ultimately it does what RedHat never cared to, bring the rest of Linux along into the enterprise space. . . if they want to come.

    Opus

  7. Re:mandrake by Matt2000 · · Score: 5, Interesting


    "I will always only install Mandrake."

    This is clearly retarded. Why do computer dudes always throw down insane ultimatums? It gives us a bad name and it's the reason people in companies don't trust us.

    "DOS 6.3 is the last operating system this company will every use, PERIOD."
    "Get out."
    "Ok."

    --