Slashdot Mirror


United Linux: Two Years Later

ajs writes "In November 2002 everyone who wasn't Red Hat was gathering behind a banner that many thought would spell the beginning of a new chapter in the Unix Wars. That banner was called United Linux. Much has changed in the Linux world since then, and some Founding Partners in the United Linux camp have decided that there are other ways to change the market. Thankfully there are more level headed members of that group. Today, we're not so focused on the differences between Linux distributions, Sun's rants, the aforementioned lawsuits and ever-present, market-gobbling Microsoft keep everyone focused and united enough as it is, and United Linux has begun to fade into memory. So what has United Linux done? Well, it unified three distributions at least, focused attention on Linux standards and made hardware vendors feel a bit less lost when writing drivers for Linux, so it wasn't all a loss. Alas, according the the United Linux site, "There are no plans for a version 2.0 at this time.""

45 of 210 comments (clear)

  1. Article, or paragraph with links? by Vellmont · · Score: 2, Informative

    This isn't a reference to a story, this is a paragraph with a few links thrown in. Where's the news?

    --
    AccountKiller
    1. Re:Article, or paragraph with links? by LarsWestergren · · Score: 2, Insightful

      Exactly. Strange links too. For instance, how has "Sun's rants" united and focused the Linux community?

      The blog linked to is about the Java Desktop System, which at the moment is based on Linux. Are we supposed to feel... what? Outraged? Apprehensive?

      --

      Being bitter is drinking poison and hoping someone else will die

    2. Re:Article, or paragraph with links? by ajs · · Score: 3, Informative

      It was meant as a retrospective. I was inspired to write it last night when I stumbled on the United Linux site for the first time in a year.

      If you don't find any of it informative, that's likely because you've been paying attention to this for 2+ years, but much of the Slashdot community isn't aware of some of the back-story (especially the Unix Wars and why UL was founded and by whom).

  2. No version 2? by slash-tard · · Score: 2, Funny

    I dont buy anything until it hits version 2 and gets all the bugs out.

    1. Re:No version 2? by Aliencow · · Score: 4, Funny

      Yeah, Windows 2 was AWESOME !!

    2. Re:No version 2? by Decaff · · Score: 2, Interesting

      Yeah, Windows 2 was AWESOME !!

      Well, I hate to admit this, but it was... Windows 2/386 was pretty good at preemptive multi-tasking (I remember being amazed at watching my DOS Fortran code run in several dos shell windows at the same time).

      OK, so it wasn't UNIX, and it looked ugly, but this was neat.

      Also, for someone who had been dealing with a variety of awful print driver systems and graphics libraries, Windows 2 provided just one awful print driver and graphics library - this was actually a time-saver.

    3. Re:No version 2? by runderwo · · Score: 2, Informative
      Windows 2/386 was pretty good at preemptive multi-tasking
      That's interesting, since the Win16 kernel has always been a cooperative multitasking kernel (even under Win95).
  3. Working link by Meostro · · Score: 4, Informative
    ...have decided that there are other ways to change the market.
    Here is a link that works... not sure what's up @Groklaw, looks like a typo in the PHP =)
  4. United Linux membership by DaEMoN128 · · Score: 5, Interesting

    If you look at UL's website, they SCO is still members of united linux . how ironic

    http://www.unitedlinux.com/en/partners/index.html

    --
    Stop signs are only Suggestions
    1. Re:United Linux membership by FluffyPanda · · Score: 4, Funny

      Well, they are trying to unite linux after a fashion...

    2. Re:United Linux membership by DaEMoN128 · · Score: 2, Insightful

      I can only say they have definately succeeded. If I had mod points, itd be worth 1 funny

      --
      Stop signs are only Suggestions
    3. Re:United Linux membership by rainman_bc · · Score: 2, Insightful

      I thought Caldera was one of the driving forces behind United Linux...

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  5. LSB by danormsby · · Score: 5, Interesting
    My big hope for United Linux was that if I created a binary it would work under all x86 versions of Linux.

    I'm now hoping Linux Standard Base 2.0 will really take off.

    --
    Omnis amans amens
    1. Re:LSB by cpthowdy · · Score: 2, Informative

      Note that SUSE 9.2 recently received the first LSB 2.0 certification...

  6. The reason why linux isn't strong on the desktop.. by Mithrilhall · · Score: 2, Interesting

    Now this isn't the only reason but the thing that bothers me most about Linux is updating software. Debian looks like it would be easy to update but I wouldn't know becuase I can never get X to work correctly.

    The main reason why I don't use Linux on my desktop is GAMES. I'm sure people complain about this all the time. If the game developers would just design games to run on most systems I would be using Linux right now but instead I'm stuck using this piece of shit Windows.

  7. United linux would succeed if.. by dcstimm · · Score: 3, Interesting

    If Linux distro Could get a macosx type Application installer (aka drag and drop the application anywhere into the harddrive) it would gain support like you wouldnt believe, RPM, deb, ebuilds, tar.bz2, tar.gz, all are to complicated for the normal user. Yes I know rpm -ivh blah.rpm isnt hard and apt-get install gaim isnt hard, but I think Staticly compiled binaries are the way to go!

    1. Re:United linux would succeed if.. by kbmccarty · · Score: 4, Insightful

      RPM, deb, ebuilds, tar.bz2, tar.gz, all are to complicated for the normal user.

      I have trouble understanding why comments like this keep coming up. RPM, deb, tar.gz, and so on aren't installation programs. They are package formats.

      Even leaving aside the whole question of whether an integrated package manager like Synaptic, KPackage or RHN is easier to use (it certainly is!) than for the user to download software manually from all over the place... Users don't need to have a clue about the actual file format of these things; they just need to be able to double-click on one of these files in (say) a Nautilus window, causing the underlying package manager to pop up a "Root password?" dialog box, then automatically install the package. What could be simpler than that? From the user's point of view, how is this any different from double-clicking on the icon for a Windows installer program generated with InstallShield?

      Admittedly we may not quite be at that point yet -- if the RPM/deb has unmet dependencies, for instance, then the package manager should automatically download and install those as well when the file is double-clicked -- but we're getting there fast. And Windows-style executable installers, for reasons of consistency, are NOT the way to go.

      Slightly off-topic: anyone ever try binary editing of a deb file to put "#!/bin/dpkg -i" at the beginning, or "#!/bin/rpm -i" at the beginning of an RPM, and chmod a+x'ing it? Does it work?

      --
      - Kevin B. McCarty
    2. Re:United linux would succeed if.. by dabadab · · Score: 2, Informative

      "[i]if the RPM/deb has unmet dependencies, for instance, then the package manager should automatically download and install those as well[/i]"

      That's precisely what apt does since the end of the last century.

      --
      Real life is overrated.
  8. Re:The reason why linux isn't strong on the deskto by geoffspear · · Score: 2, Insightful

    As long as people like you keep buying the Windows versions of games, what motivation could developers possibly have to support another platform? They're not going to see an increase in sales if the potential customers for a new version would be buying it instead of buying what they already make.

    --
    Don't blame me; I'm never given mod points.
  9. Re:If linux had.. by pe1rxq · · Score: 3, Funny

    I think Staticly compiled binaries are the way to go!

    Great, a 1.5MB hello world.....

    Jeroen

    --
    Secure messaging: http://quickmsg.vreeken.net/
  10. United Linux - far from everyone by dabadab · · Score: 5, Insightful

    "everyone who wasn't Red Hat"

    Or Debian, or Slackware, or...
    United Linux would be better described as a group of smaller commercial Linux distros.

    --
    Real life is overrated.
    1. Re:United Linux - far from everyone by FluffyPanda · · Score: 4, Insightful

      Would you call SuSe a smaller distro?

      I've never managed to find any reliable statistics (oxymoron noted) about the popularity of the various distros, but from the mailing lists that I subscribe to I can certainly believe that they are the second most used distro after Redhat/Fedora. Possibly the most used in Europe.

  11. Re:The reason why linux isn't strong on the deskto by pe1rxq · · Score: 2, Informative

    A lot of distros are (and will be) based on debian. So in a way it already is the common base UL was supposed to be.

    --
    Secure messaging: http://quickmsg.vreeken.net/
  12. Re:The reason why linux isn't strong on the deskto by brianlawson · · Score: 2, Insightful

    How am I supposed to buy a Linux version of a game if one isn't produced? Chicken or the egg? I think the community of gamers that work on fixes, WINE, emulation, etc. to configure games to run on Linux should be an indication that there is a demand there. If someone would go to that much trouble to play a game on Linux as opposed to clicking "install" on Win, it represents a strong desire (at least for a certain community) for gaming on Linux.

  13. Re:The reason why linux isn't strong on the deskto by halivar · · Score: 2, Insightful

    The main reason why I don't use Linux on my desktop is GAMES.

    Linux is driven by the needs of the professionals who make the big-time procurment decisions. The needs of gamers are singularly unimportant. If you want games, get an XBox.

  14. Re:The reason why linux isn't strong on the deskto by LnxAddct · · Score: 2, Informative

    All of the big commercial distros (the ones consumers and businesses will/are using) are based on Red Hat. Red Hat is pretty good with standards, so itd be safe to say that if a standard is in order companies and developers are more likely to go with Red Hat. It is safer (or at least appears to be from a business perspective) because its backed by a corporation, and its already what most commercial distros are based around. Game developers etc... are going to listen to where the money is. If someone refuses to pay for a linux distro, they most likely (yes this is stereotypical of me) won't buy other software, so why should a software developer dependant on making money from software, market it to a base that typically doesn't buy software? I'm not trolling/flaming/etc... just trying to be realistic.
    Regards,
    Steve

  15. It's too bad that.... by MarkEst1973 · · Score: 4, Insightful

    a grassroots unification will have to happen in order to solidify the Linux standards.

    Microsoft has the unparralleled advantage of maintain strict control on its own platform. It can push an agenda much more easily than a disparate group of distros.

    I am posting this from a RH box right now and feel good having a linux box under my desk at work (on a KVM switch to a windows box), but I don't use this box for much. Everything is more difficult than in windows, unfortunately. I'm a coder but a linux newbie. If it's difficult for me, you can bet your ass it'll be difficult for the non-techie.

    And that's why Microsoft is king of the hill right now. They make it for the mass market and make it easy for all.

    A *STANDARD* type of Linux distro, app installer, etc. would be a great stride forward for Linux.

    1. Re:It's too bad that.... by mccalli · · Score: 4, Insightful
      Although you are a Coder, you guys usually do not know anything about computers in general.

      (I was asked at work to install the drivers for a new monitor from one of them. it was fricking funny.)

      That's exactly the point. Although your example is a bit extreme, it doesn't back up what you say - it actually helps the poster you're replying to. Knowing about "computers in general" doesn't mean knowing how to stick a monitor driver on some desktop. That's specific knowledge about some particular platform.

      Knowing about "computers in general" is much more than that. It's about algorithms at one level, it's about hardware knowledge at another level, it's about systems knowledge at yet another level....it really does have nothing whatsoever to do with slapping drivers onto things. That's the difference between tech support and design/development.

      For the record, I too asked tech support to put a new graphics card driver on to my client XP box. Could I have done it myself? Yes, I could. But you see, my knowledge of computers in general tells me that the client box is a platform, a tested coherent whole. If I randomly slap a driver on to fix one problem, I might cause a whole host of others. Hence a call to tech support - tsick me an approved driver on here, you perform the operation, and you support the platform afterwards.

      Be careful of claiming computing knowledge. There's a world of difference between systems knowledge and knowing how to write a particular macro in Excel, updating monitor drivers or even knowing to put in an /etc/init.d script.

      Cheers,
      Ian

    2. Re:It's too bad that.... by MarkEst1973 · · Score: 2, Insightful

      I think we're like-minded in our desire to see Linux triumph over M$, as evidenced by our desire for a unified installer mechanism. Still, though, I think the community overall needs to tighten further and create broad standards and general consensus. Without that, I fear an organized M$ will continually kick the crap out of a disorganized Linux community.

      I really don't want a whole lot of unification on Linux.

      Then it won't ever take off like we all want it too. If it takes a guru to work all the various distros your using for different purposes, well, you can expect to have M$ keep on eating linux's lunch. IMHO, an organization that is focused, centered on a single vision, and effective in executing its strategy will always crush the loosely organized, no vision or direction, disparate grassroots organizations.

      The Bazaar might be a better form of development, but the Cathedral is significantly better at sales, marketing, communication, and stategy.

      Competition is good, too, but when distros are competing against another distro, how is the community effectively competing against M$??? Competition means choice and freedom which (generally) benefits the consumer. Political infighting in the linux community (competing distros, competing desktops, competing anything that is incompatible with another distro) reduces the community's effectiveness in competing against M$.

      I also disagree with everything being harder under Linux. Setting up my home DSL connection was a snap

      When i set up this Fedora Core 1 box at work, it wouldn't connect to the interweb, despite the fact that I set it to use DHCP. There was something wrong with a DNS lookup that was found and fixed by the single linux guru we have in our office. He walked me through editing a config file in vi.

      I'm sorry, but that is not what I call "easy." It was certainly not a snap. Everything else was installed quite easily, though. I even installed a JDK and Eclipse, but that's only because the Fedora desktop (Gnome, right?) gives me the ability to right-click a RPM and install it.

    3. Re:It's too bad that.... by achim · · Score: 2, Insightful

      I also disagree with everything being harder under Linux. Setting up my home DSL connection was a snap, and as far as applications even when my wife boots my machine into Windows she's running the same OpenOffice, Mozilla Thunderbird, and Opera that I'm running on my Linux drive. The only reason there's Windows at all is because she needs Adobe Illustrator / Photoshop etc. and refuses to learn the GIMP.

      That's not really the thing that is more difficult.

      Have you ever tried to distribute a program in binary from for Linux? You are directly in distribution hell, because every distribution (and different versions as well) contain incompatible library versions. Static linking used to be a resolution, but since glibc 2.3.3 it does not work anymore (even worse, it prints out warning, then works on your computer, but crashes on a computer with a different glibc version).

      Everything is fine with source packages, either you download/compile/install it yourself or your distributor has already done that and provides you a package of some sort (or an ebuild, or a port, or whatever...), but for people who want to distribute binary packages, a common base like UnitedLinux would have been great. If LSB can do that, also fine! That would never mean the end of specialized distributions not targeted at normal desktop usage, nor would it mean to have the one distribution only.

      Now I already can see lots of answers to this post telling me to simply distribute source, open source and nothing else. Sorry, as much as I would love to do that, that's not an option for the stuff I write at work for two reasons:

      1. giving away our source would mean giving away our knowledge as well and that be the end of the business in our current situation.
      2. we are targeting at an audience not too comfortable with compiling programs before using them.
      A GUI installer would be nice, but a common package format (maybe compatible with RPM, DEB and other on the backend level) that works on every Linux would IMHO be more important. Maybe one where you have the chance to install the program in your home directory if the system dirs cannot be accessed.
  16. United anything is a joke by Che+Guevarra · · Score: 2, Interesting

    The competing versions of Linux are worse than the browser competition. Microsoft has made sure that HTML, and now XML, are proprietary depending on how you choose to implement them. The divisions are killing the effort. Is this the future of Linux? Or is this the fate of open source?

  17. Re:It's SCO's Fault by advocate_one · · Score: 2, Insightful
    IIRC, they didn't pull out, they're still in it... Suse left in disgust...

    oh this is so ironic... posting a link to a Maureen O'Gara article...

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
  18. Re:Install and Use... by FluffyPanda · · Score: 2, Interesting

    I used to believe that linux was harder to set up than windows too, then I installed XP and SuSe 9.1 Pro on my laptop in the same weekend.

    At the end of the weekend I had a fully configured Linux system with all the apps and server components that I wanted. My windows install was already crashing because there aren't WHQL certified drivers available for some of the components in my laptop.

    I was still trawling the web looking for applications to meet my needs on monday morning.

    It certainly didn't seem to me like windows was easier to install.

  19. Re:United Linux by Lussarn · · Score: 2, Informative

    Unitied Linux was not an grassroot efort like Linux standard base. This are the one to follow for more strict standards.

  20. Re:If linux had.. by menkhaura · · Score: 2, Informative

    /* Hello World, the way Real Men(TM) do it */

    .data
    .alo:
    .string "Hello.\n"
    .text
    .globl _start
    _start:
    movl $4, %eax
    movl $1, %ebx
    movl $.alo, %ecx
    movl $7, %edx
    int $0x80

    movl $1, %eax
    movl $0, %ebx
    int $0x80

    See? After compile/strip, we have a mere 273 bytes binary. Nowhere near 1.5 MB...

    --
    Stupidity is an equal opportunity striker.
    Fellow slashdotter Bill Dog
  21. Re:The reason why linux isn't strong on the deskto by pe1rxq · · Score: 2, Interesting

    You are right, but that doesn't make RH completly like UL.
    I didn't put it in my post but the original idea behind UL was to make a strong RH competitor. In that perspective debian comes closer....

    One of the bad things about companies choosing RH exclusivly is that they asume RH==Linux and anybody who dares to put its files a little different or use a different library version is in for a surprise.
    (When are big software vendors going to learn not to link to a specific sub-sub-version of a library instead of just a major version?)

    If there were two big guys (RH & UL or RH & debian) vendors would be forced to take possible differences in account. The result will be better and more flexible software.

    Jeroen

    --
    Secure messaging: http://quickmsg.vreeken.net/
  22. Re:Focus on functionality. by RogerWilco · · Score: 2, Informative

    There is: Windows Installer, it comes standard with w2k and XP and
    can be added to older systems.
    Wise and Installshield are no more than easy GUI builders for it.
    You could write your entire installer in Orca, the MS env. for it.
    It has versioning and package dependency, version 2.0 even does uninstalling correctly IF the programmer of the install script did his/her homework. It also supports updates and patches.
    I am no expert on rpm, but I think it's quite similar, as usual with MS.

    --
    RogerWilco the Adventurous Janitor
  23. Re:Install and Use... by FluffyPanda · · Score: 2, Insightful

    And yet my boss calls me into his office at least three times a day to explain something you'd consider trivial to him.

    Today I've had:
    Why his win 98 box won't print (he hadn't logged on to the domain with his usual password)
    Why isn't norton antivirus working? (beats me, reboot?)
    What the hell's happened now? (errr... it's crashed. Try rebooting)

    And I still have 2 hours to go.

    Windows isn't as straight forward as people tend to make it out to be. It's just that the layman expects all of windows little bugs and crashes and has got used to hitting the reset button.

    Yeah, you might need to read something to fix a problem in linux, but it stays fixed.

  24. Re:Install and Use... by Technonotice_Dom · · Score: 2, Insightful

    I can't resist the flame bait...

    Windows is self installing
    Eh? I installed FC3 yesterday on a machine to play with it (I'm normally a Debian fan) and the whole thing's done in X, and is very easy to go through. I'm sure Ubuntu, Mandrake etc are even easier. The first part of the installation of WinXP that asks details about partitions and filesystems is all done in text mode. Do you mean that Windows is bundled with new PCs? Is that an advantage of Windows?

    self fixing
    How so? Self-breaking in my experience. Unfortunately, part of my job requires me to repair Windows machines, and I'm sceptical at best about any "self fixing" Windows does.

    self updating
    So is FC3 to name one. It has a program called up2date which as soon as I'd installed FC, it flashed and asked me to download some new versions that had been released. Other distros also have similar systems.

    It all depends on the distro. A lot of distros have done a brilliant job for the desktop user giving them great hardware detection, clear control panels to change settings. There are distros (my favourite, Debian) that cater to those of us like to understand what's going on, but even so, the package system and the community are brilliant.

  25. Re:It's a shame by pandrijeczko · · Score: 2, Insightful
    Just about everything in your bigotted argument is wrong:

    it's a shame that ever effort made to merge the ditros together fails miserably.

    There has never been any effort to merge the distros together. There has been an effort by United Linux to introduce a standard way of doing things such as the layout of the filesystem, device naming, etc.

    However, the reason to have different Linux distros is due to the requirements for which it is used - embedded systems, secure servers, desktop use, etc.

    For precisely the same reasons you should be criticising Microsoft for producing Windows XP Home, Windows XP Professional, etc.

    this is the reason why microsoft will win

    Erm, precisely what will Microsoft win? It's already got 95% of the desktop share and most of the corporate share. Yet Linux is being used more and more.

    So what determines Microsoft has won??? The Linux community doesn't care, we're just here using it and enjoying it.

    My niece, for example, happily uses Windows to do her homework on, play games and surf the Internet. Just because me, her uncle, prefers Linux does not mean I'm going to erase her Windows install and put Red Hat on? The fact is, she uses what she likes to use, I use what I like to use, end of story.

    Linux will die out.

    How do you work that one out??? It's already embedded in more devices than you could possibly be aware of, Open Source apps like Apache and Sendmail are the core Internet applications and the whole UNIX philosophy started a whole 10 years before Gates even thought of MS-DOS!!!

    the community needs to get it's shit together and fast.

    Sorry, which community? The Open Source and GNU have been creating and distributing free software for nigh on 20 years now, the Firefox browser is stealing users away from Internet Explorer, third world countries can't get enough of OpenOffice...

    Sounds like a community that's got it's "shit" labelled, weighed, measured and filed away in neat cabinets if you ask me!

    You need to go off and try Linux yourself, then hate it! At least then your opinion will be valid...

    --
    Gentoo Linux - another day, another USE flag.
  26. Too many cooks by Anonymous Coward · · Score: 3, Interesting

    I've always thought the "problem" with Linux is that it is a democracy.

    While on one hand this allows anyone to make any bit of code and bolt it on to Linux, it has the very serious adverse affect of generating "non-standards".

    I think the BSD projects are much better in this respect (Theo of OpenBSD has actually stated "it is not a democracy"). While the odd use might complain of lack of choice etc (not me, I might add), I think most users really appreciate the fact that you can pick up a bit of code and if it is documented as working on *BSD then you can be pretty sure that it will.

    I accept, of course, that there are differences between the BSDs out there so it's not all rosy.

    When it comes to Linux though, I think the problem has got completely out of hand. You have the KDE vs Gnome ware. Ok, this is not specific to Linux, but I think its affect it much more strongly felt in the Linux community. Most end users (and I'm talking about Jo / Jane Bloggs here, not us geeks that read Slashdot :-) ) couldn't give a **** what desktop they use as long as it works. ...and what happens if a distribution decides to just supply KDE or Gnome (but not both) ? We have a flame war !!! There is so much in-fighting in Linux that I fear that it may never be accepted as a real alternative.

    Personally, I think the world should move to one of the BSDs (OpenBSD is my choice) - they simply do not suffer this in-fighting to anywhere near the same extent as Linux does. But that's another issue altogether.

    In the meantime, I think the Linux needs someone (elected by all the distributions) who can steer this whole mess into some cohesive system so that when we say "Linux" we actually know what we are talking about and we don't have to worry about exactly WHICH Linux we are talking about. Until this happens (and I don't think it actually will !), Linux will always have an acceptance problem.

  27. Re:The reason why linux isn't strong on the deskto by glamslam · · Score: 2, Insightful

    A standard way of:

    1) Installing any App
    2) Installing any Driver

    Those are the only things that matter. The rest is preference.

    With these two things, Linux use will skyrocket.

  28. Re:Install and Use... by grumbel · · Score: 2, Insightful

    The Linux install itself never was much of the problem, todays Linux are not harder to install then a Windows, in many cases even much easier since almost all drivers come with it, no need to hund down a trillion different sites to find the drivers.

    Where Linux however misarably fails is in the maintainability, the day to day install of some toy app or a new 'not yet in the distris standard kernel' driver. For the average Joe User RPM, DEB, tar.gz and friends don't make any sense and never will. Under Windows and MacOSX installing is a matter of double-clicking, pretty much a no-brainer, under Linux there are dozens of ways to package and compile stuff, incompatibilties all over the place, there simply is no right way to package stuff, everybody is doing it their own style, leaving the user stuck with a whole lot of try&error. Until Linux gets to the point where I can install a 'Linux App' in a common way on every Linux out there it won't make much of a difference on the desktop.

  29. okay then; linux/posix won a long time ago... by x40sw0n · · Score: 2, Interesting

    as far as server technology goes we all know that most of the backend of the internet is served to us on some POSIX (linux, unix, sun etc...) unit or cluster. So we know that the community has won that war. The things that Linux needs to do to win the DESKTOP war is this: 1. easy install features (automated installers) RPM's are close, but dependencies can be a nightmare. 2. games. you are all going to bitch about this one I know, but the reality is that the game industry has now SURPASSED the movie industry in profitability... now tell me games are not important to desktop applications. Look at how much business TransGaming does just simply by retuning Wine to run games...

  30. Re:If linux had.. by menkhaura · · Score: 2, Interesting

    I forgot that not all the world is a x86...

    BTW, it won't run even on FreeBSD/x86 if you disable the Linux binary layer.

    --
    Stupidity is an equal opportunity striker.
    Fellow slashdotter Bill Dog