Slashdot Mirror


Mandrake Announces Turn-Key Clustering Distribution

joestar writes "According to their website, Mandrake and partners (Bull, INPG/INRIA...) have launched an 'easy-to-deploy easy-to-use Linux Clustering solution,' that has already been tested on a 40-node cluster. Of course, it's published under the GPL, comes with parallel applications, and is available for download as an ISO. It seems the project is financed by French government. It's great because I've always dreamed of having my own supercomputer at home."

187 comments

  1. Imagine.. by teamhasnoi · · Score: 5, Funny
    a single PC running this!

    Gotcha!

    1. Re:Imagine.. by Xformer · · Score: 2, Funny

      "I am the collective."

      --
      All I want is a kind word, a warm bed and unlimited power.
    2. Re:Imagine.. by Anonymous Coward · · Score: 0

      how much you'll save on your gas heating bill when you have 100 old Pentium PCs in the basement...

    3. Re:Imagine.. by Anonymous Coward · · Score: 0

      This needs a +6 to stand out.

  2. No SCSI by gorillasoft · · Score: 3, Informative

    Hardware restrictions

    A fast ethernet network switch

    NO SCSI drives in nodes

    A PXE bootable network card (intel / 3com)

    A 3D accelerated video card for the virtual reality 3D engine


    Seems a bit limiting - no SCSI drives?

    1. Re:No SCSI by joestar · · Score: 2

      It seems the project comes in three differents stages, and this is only the first stage. I hope SCSI can be included in next stage!

    2. Re:No SCSI by ltwally · · Score: 2, Insightful

      I'm just curious how many super-computers out their have fancy 3D grafix cards, and only run on IDE drives...? I think may-haps I'll wait for version 2.. just my two cents.. your mileage may vary

      --



      /dev/random
    3. Re:No SCSI by benploni · · Score: 5, Informative

      You've obviously never built a real computational cluster. Real cluster nodes are better off not having any drives at *all*, as they are the only moving part in the mix. It boots PXE, loads a kernel, and nfs mounts root.

    4. Re:No SCSI by imann · · Score: 4, Informative

      i'm following this project, and the SCSI port is running and will be available soon :-)

    5. Re:No SCSI by Atev · · Score: 2, Interesting

      I wonder whether non-volatile storage makes sense on the nodes at all- isn't it the memory and CPU of each node that is abused by large computations? The way I read this (from the press release), this is a solution for number crunching, not for data warehousing, and the nodes boot off the network anyway.

      --
      The danger from computers is not that they will eventually get as smart as men, but we will meanwhile agree to meet them
    6. Re:No SCSI by SquadBoy · · Score: 3, Insightful

      You are , of course, right. But they also have a 3D card included in those specs. Seems odd to me. I'm thinking those must be the specs for the master node. (It has been a long time since I've thought about clusters not sure if that is the right term but I think you know what I mean) In any case it looks like someone is confused/wrong on this.

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    7. Re:No SCSI by bm_luethke · · Score: 3, Informative

      well then use OSCAR from here. It supports mandrake (and redhat) and scsi has the tools listed for CLIC, tested up to 128 nodes, doesn't require PXE card (though I would have to say a network switch is kinda needed for networking :) ). Has a fairly large base and good developer base.

      --
      ------- Sorry about the spelling, I suffer from two problems. Dyslexia makes it difficult to spell well, lazy makes it
    8. Re:No SCSI by Anonymous Coward · · Score: 1, Insightful

      hehe, wrong again. The 3d-cards is for fast 3d-rendering (doh) - they use the program Netjuggler to utilize opengl on multiple machines.

    9. Re:No SCSI by imann · · Score: 1

      The nodes should'nt be installed with SCSI because the duplication program (really fast 1Gb in less than 2min !) doesn't handle it but it seems to be fixed soon. But you can have scsi on the server of the cluster ! But if you wan you can make installation using the normal installation on all node but it will take more time :-)

    10. Re:No SCSI by pridkett · · Score: 2

      One component of the forthcoming TeraGrid is a cluster of computers with NVidia GeForce cards at Argonne National Lab for visualization. So there is one...

      --
      My Slashdot account is old enough to drink...
    11. Re:No SCSI by ShavenGoat · · Score: 1
      And I assume you are going to dump all your data over the NFS network?

      Gigs and gigs of file I/O are going to kill you, as a lot of parallel applications will dump out scratch files to disk. Tell me, is it faster to dump data to a ATA133 or U160 Disk, or gigabit ethernet to a congenested NFS mount?

      I can cite examples, such as g98, Amber, Fluent, and other scientific apps you might want to run an a beowulf who tend to dump out check point files.

    12. Re:No SCSI by Anonymous Coward · · Score: 0

      Obviously your the one who has never built a cluster!!!!!!! Think about it, what happens if your checkpointing your parallel job running on the cluster and there is no local disk. Well since your a bit dense I'll explain it to you. The entire job comes to a complete and total stop while every machine contends for a very limited amount of bandwidth. A diskless compute node may work for a small cluster but when you have over thirty nodes it just doesn't work. I'll leave it as an exercise for you to come up with other reasons you need a disk in a compute nodes since you obviously need to learn about administering a cluster.

    13. Re:No SCSI by ipjohnson · · Score: 1

      You still need a place to dump checkpoints and what not .... but yeah most of it is CPU memory requirements ...

    14. Re:No SCSI by Copid · · Score: 1
      From the tone of your post, I suppose you've built a "real computational cluster." Tell me, where did the nodes store their temporary data? An overloaded NFS server?

      --
      An interesting anagram of "BANACH TARSKI" is "BANACH TARSKI BANACH TARSKI"
  3. Cluster? by sheepab · · Score: 3, Funny

    Can you imagine a beowulf cluster of these things?
    OH WAIT! I CAN!

  4. Phases from the Article by screenbert · · Score: 3, Interesting


    1. This one is nromal.
    - Phase 1: Develop and release a specialized Linux distribution that contains everything needed to quickly deploy a ready-to-run cluster.

    2. I think this means ?????
    - Phase 2 (early 2003): Release of specialized administration, control and monitoring tools for the clustering solution, plus added support for Itanium 2 architecture.

    3. And finally, PROFIT!!!!!
    - Phase 3 (end of 2003): Release of specialized tools and applications for development in parallel environment, final integration and tests, release of the final stable version.

  5. Mandrake rocks by llama_flyer · · Score: 0, Offtopic

    I really like using mandrake so I wonder how easy it would be to cluster a bunch of mandrake boxes?

  6. Energy Usage? by Steve+Franklin · · Score: 5, Insightful

    I always figured the problem with a home supercomputer would be the electric bill. Am I wrong about that?

    --
    Hic iacet Arthurus, rex quondam rexque futurus.
    1. Re:Energy Usage? by MondoMor · · Score: 0

      Most people have larger issues with the EMI (Electromagnetic Interference) and RFI (Radio Frequency Interference) from the effects of all the oscillators inside the boxes "beating" together. Even at the same advertised frequency, there's still a difference of a few hertz, which causes the interference. It's like when you have two fans running together nearby. They're both spinning at a similar rate, but you get a vibration that's the difference between the two vibrations' frequencies.

      This is a lot like the principle of operation of a Phased Array Radar as used on Aegis class destroyers. Needless to say, even a low-key version of this system (like a cluster of computers) would cause many problems at home.

      It's also the reason your computer clock doesn't keep very good time unless synced with something that's NIST certified (and shielded).

      HTH

    2. Re:Energy Usage? by Anonymous Coward · · Score: 1, Insightful

      All depends on if you are in winter and happen to heat with 'lectricity. Think of it from an entropy standpoint; electric coils turn highly ordered 50/60 cycle juice into a random sea of heat energy. Using a fleet of CPU's to do the conversion can at least allow you to have some fun in the process.

    3. Re:Energy Usage? by Anonymous Coward · · Score: 0

      wow, I was under the impression that the metal case itself would shield against rfi and emi. In fact, I was certain that it was the reason PC cases are always a metal box (even if surrounded by plastic) and that laptops are coated internally with rfi suppression coatings. I also thought that the reason for PC clocks not being all that accurate was crystal oscillator drift(accuracy +- your prefered percentage here) in the RTC... I guess we should stop using crystal ovens and pay more attention to shielding. :)

      -Plappy

    4. Re:Energy Usage? by MondoMor · · Score: 0

      Those are common misconceptions.

      Even a solid iron case doesn't fully attenuate RFI and EMI. Maximum attenuation in these situations is around 99dB, unless you're in Mountain Iron, MN. :)

      The spray-on shielding in laptops, ironically, is slightly better because it carries less dynamic current.

    5. Re:Energy Usage? by BESTouff · · Score: 1

      Bill Gates (the one you call "Electric Bill") has been the problem with most home computers since years now, this is no news.

    6. Re:Energy Usage? by James+Ray+Kenney · · Score: 1

      How can fans run at different speeds, because they are both running off the same power source and are synced to the power grid...
      The clock on your pc is not synced to the power grid, it is just a crystal oscillator.

      --
      James Ray Kenney mailto:jrkenney@swbell.net
  7. Noo....Nooooo....... by GeckoFood · · Score: 3, Funny

    If it was financed by the French government, does this mean that Mandrake is going to become the Renault of the Linux world? Eww...

    --
    Be excellent to each other. And... PARTY ON, DUDES!
    1. Re:Noo....Nooooo....... by hikeran · · Score: 5, Funny

      So when german hackers invade it will it surrender root access???

    2. Re:Noo....Nooooo....... by Anonymous Coward · · Score: 1, Funny

      The problem with SSH tunnels is that there is nowhere to plant trees on the sides. The advantage of a tunnel is that you're guaranteed to march in the shade.

    3. Re:Noo....Nooooo....... by Anonymous Coward · · Score: 0
      If it was financed by the French government, does this mean that Mandrake is going to become the Renault of the Linux world? Eww...

      I dunno, but socialism sucks. Bloody governments should keep their funds and their noses outta open source development. If govs wanna use the finished product, no problem, but as the libertarian saying goes, "When you reach for the money is when they slap on the handcuffs."

    4. Re:Noo....Nooooo....... by Anonymous Coward · · Score: 0

      no- they will find a way around the firewall and just take the cluster in 7 hours. then they install a rootkit and ignore the resistance, which is, of course, futile.

    5. Re:Noo....Nooooo....... by Anonymous Coward · · Score: 0

      Noooooooo!

      The Vichy Mandrake will support their liberators from the evil froggie culture.

      The resisitance Mandrake will become cyb@rterr0rists, randomly attacking... err, liberating packets from their notzi ( Not in Ze Here you ferschlugginer bastardi!!!!!)oppressors.

      Just an anonymous two cents...
      BTW, will /. be declared off limits if that EVIL WORD (TM)spelled here as notsi is spelled correctly?

    6. Re:Noo....Nooooo....... by cant_get_a_good_nick · · Score: 1

      . . . become the Renault of the Linux world?

      So instead of Le Car we're gonna have Le CD? Le OS?

    7. Re:Noo....Nooooo....... by Anonymous Coward · · Score: 0

      Le OS? Would be properly contracted to "l'OS." But of course, I doubt they use that, rather, the proper word is "le système d'exploitation."

    8. Re:Noo....Nooooo....... by Anonymous Coward · · Score: 0

      Please let me know who financed selinux?

      Looks like more like usual anti-french speech
      to me.

    9. Re:Noo....Nooooo....... by El+Cabri · · Score: 2

      It's "l'OS" for quick talk between techies. If a MS rep. is asked in an interview what she sells, she would say "le systeme d'exploitation". Otherwise, "l'os" originally means "the bone".

    10. Re:Noo....Nooooo....... by Anonymous Coward · · Score: 0

      Correction noted. Thanks.

      I was referring to using "l'OS" in a real name, as in, for example, an ad: "Windows XP: l'OS de Microsoft"--it's more correct and proper to say "Windows XP: Le système d'exploitation de Microsoft." to say "Windows XP: Microsoft's Operating System."

    11. Re:Noo....Nooooo....... by octalc0de · · Score: 1

      uh-oh! *fires up babelfish* translation: le système d'exploitation = the operating system.

      rigggght. Is this supposed to be a false cognate or a real cognate? (A operating system is the point of exploits... I guess... or...)

    12. Re:Noo....Nooooo....... by Anonymous Coward · · Score: 0

      In English: http://www.dictionary.com/search?q=exploitation

      Exploitation is simply a fancy word for use to the fullest, and to operate is to use something.

      En français, "le système d'exploitation" is indeed "the operating system."

      Problem with so many people who don't take French so seriously--they try to translate everything literally! Not everything is capable of being literally translated.

      Example, even though it's offtopic:

      You wouldn't really say: "My name is Guillaume(William)." in French. (literally translated to) "Mon nom est Guillaume."

      You'd say: "Je m'appelle Guillaume." = "I am called Guillaume."

  8. now I can cluster all my 386/486's by itallushrt · · Score: 5, Funny

    Great, now with my 15 386/486 systems sitting in the garage I can create something almost as powerful as this laptop I am currently using.

    1. Re:now I can cluster all my 386/486's by nocomment · · Score: 2, Funny

      only at 34x the cost of running your laptop!!!
      only imagine the breathtaking view of your full 2d @640x480 at 53Hz refresh!!! almost ready to run clustered doom!!

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
  9. Mandrake Turkeys? by Anonymous Coward · · Score: 0

    Aren't those, like, two totally different birds?

  10. Preemptive strike by GreatDave · · Score: 5, Interesting

    Good. I hope this will convince CEOs in large companies that Linux clusters and scales better than Windows (well, that's obvious) or proprietary Unices. But the penguins can't be too confident, as Sun is up to no good here, hawking distributed clustering as a brand new technology when it certainly isn't, and catering to Fortune 500s and other large companies.

    If we want to make our inroads we must do so now.

    --
    "I am root. Bow before me." To this I say, "You are root, and you bear the sins of the world upon your shoulders."
    1. Re:Preemptive strike by Anonymous Coward · · Score: 0

      I hope this will convince CEOs in large companies that Linux clusters and scales better than Windows (well, that's obvious) or proprietary Unices

      Sorry, how does a product release convince anyone that this product does anything better than its competitors? And how does Company X's webpage convince Potential Customer Y that Company X's product is better than Company Z's? And why do CEO's even care about clusters?

      Your post makes no sense.

    2. Re:Preemptive strike by Derkec · · Score: 2

      Excactly how is offering a solution to companies and helping them implement it "no good"?

    3. Re:Preemptive strike by GreatDave · · Score: 2
      > Excactly how is offering a solution to companies
      > and helping them implement it "no good"?

      Granted, if you are a Solaris fan, you'll be cheering for Sun (maybe...), but you'll still do a double-take at the news that Sun is out to try and "invent" distributed clustering. Read the CNet article carefully:

      Sun Microsystems has come up with a way to insulate computer networks from fires, floods and bomb attacks: Split up the machines and put them in different cities. The Santa Clara, Calif.-based server manufacturer on Tuesday will unveil its Enterprise Continuity program, a collection of services and technology designed to prevent network failure by physically separating computers that work together in a unified cluster.


      CNet may be totally off their rocker (which wouldn't surprise me), but I think it's more likely Sun provided this misinformation, verbatim, in a press kit to CNet. Sun's trying to be the first out the door when they're not; they're offering their service at a premium, saying 'this is the only way you can distribute your data centre'. That's what I call misleading advertisment.
      --
      "I am root. Bow before me." To this I say, "You are root, and you bear the sins of the world upon your shoulders."
  11. I'm building a CLIC Cluster by SexyKellyOsbourne · · Score: 5, Interesting

    I recently acquired 30 PCs in the Pentium-II range from a local community college, for free, as they were actually headed for the landfill.

    Just as a weekend project, I was going to use the Beowulf software, but this CLIC software looks quite interesting, considering it's a total package and probably comes with the ease of use of Mandrake, so I'm going to give it a try.

    All I have to do is get the PCs out of the shed, make a lot of CAT5 cables, format quite a few hd's with CLIC, and build my own Beo^H^H^HCLIC cluster out of crappy Pentium II's and do something stupid like calculate PI to a googol digits, even though my power bill will probably be insane.

    Wish me luck, I'll keep you posted!

    1. Re:I'm building a CLIC Cluster by Anonvmous+Coward · · Score: 5, Funny

      "...and build my own Beo^H^H^HCLIC cluster out of crappy Pentium II's and do something stupid like calculate PI to a googol digits, even though my power bill will probably be insane."

      Heh. If anybody calls you a dork, it's cos you earned it!

      :)

    2. Re:I'm building a CLIC Cluster by dustym · · Score: 1

      This would be an excellent way to encode MP3s. You should do a benchmark and rip and burn (whoops tm violation) your CD collection. Look into mosix.

      If you document this, let me know the URL.

    3. Re:I'm building a CLIC Cluster by teh*fink · · Score: 1

      can i have one? please? im serious...

      --
      "I DARE you to make less sense!"
    4. Re:I'm building a CLIC Cluster by Anonymous Coward · · Score: 0

      If you want to make yourself look like a really nice person and get maybe an article in your newspaper, you could donate either the entire thing, or access, back to the university.
      **Local man donates supercomputer to community college**

  12. if one more person... by Anonymous Coward · · Score: 2, Funny

    Why, for the love of god, why must you idiots always mention "a beowulf cluster". There should be an automated system to mod any post to -1 that contains the word beowulf.

    "A BEOWULF CLUSTER!! (Score:-1, FUCKING RETARDED)"

    1. Re:if one more person... by Anonymous Coward · · Score: 0

      The reason, you pathetic dickweed, is because it's damn FUNNY watching morons like you get all bent out of shape over it.

    2. Re:if one more person... by Anonymous Coward · · Score: 0

      ... It's a joke.

      The point is the repetition in different/inappropriate circumstances to illustrate the difference between situations into a joke in its own right.

      Comedy sketches and programmes (Fast Show, anyone?) and films, such as the Austin Powers series often do this. In fact, Goldmember even made a joke above the joke by bringing Ozzy Osbourne in to comment on the fact that the joke was repeated.

      Besides, your suggestion would ruin techie enjoyment of ancient prose, which is utterly unacceptable! (DOS manuals)

    3. Re:if one more person... by glwtta · · Score: 3, Funny
      Why are you so upset about BEOWULF CLUSTERS? Have you had some bad experience with BEOWULF CLUSTERS or do you not like BEOWULF CLUSTERS for some other reason? I personally have no problem with BEOWULF CLUSTERS, a lot of people here even like BEOWULF CLUSTERS. BEOWULF CLUSTERS have been known to be useful even.

      I conclusion, do you really think a good way to have BEOWULF CLUSTERS mentioned less frequently is to talk about BEOWULF CLUSTERS? I doubt it.

      Cheers,
      BEOWULF CLUSTERS

      --
      sic transit gloria mundi
    4. Re:if one more person... by Anonymous Coward · · Score: 2, Funny

      could you imagine the automated modding system you just mentioned running on a beowulf cluster.

      Man that thing would SCREAM, baby!

    5. Re:if one more person... by Anonymous Coward · · Score: 0

      There should be an automated system to mod any post to -1 that contains the word beowulf.

      hmm.. You are at +2 funny right now. Which proves you wrong :)

    6. Re:if one more person... by CableModemSniper · · Score: 1

      There should be an automated system to mod any post to -1 that contains the word beowulf.

      I thought that's what happened already....

      --
      Why not fork?
  13. home clusters by clymere · · Score: 2, Informative

    I'm helping to adminstrate a cluster here in Youngstown, Ohio thats partially funded by the Ohio Supercomputer Center. As a result of the few things I've picked up, I've gotten it into my head that I'm building a P1 cluster of my own, at home, over the summer. One of the OSC guys has a small(4-5 machines) P2 cluster in his office...its really not extremely difficult...except that I'm using P1's(cause i can get them for far less money). OSC has fairly well automated the install process for anything 686 and above. Using 586's means having to do most things manually. And before someone points it out, yes i'm aware i'm not gonna get a whole lotta power here...i'm doing it as a learning experience, right now noone is going to let me serup a cluster all on my own, so this is the best way for me to learn it i think. Incidentally, one of the things i want to try next is getting GUI desktop-type programs to distribute across my P1 cluster. The idea is to take all of these old systems, and get comparable functionality out of them as you get from your typical desktop computer. I really hare seeing how many systems end up tossed in the trash, i feel like something like this could prove helpful in eliminating some waste. Of course it could also just be a lot of hard work for nothing. Guess i'll find out this summer!

    --
    once you go slack, you never go back
    1. Re:home clusters by Anonymous Coward · · Score: 0

      what is saved from the landfill will be used up in terms of power.

  14. Re:oooh by Anonymous Coward · · Score: 2, Funny

    How the hell is the very first response to the article redundant? HOW!? PLEASE TELL ME HOW!

  15. Nope. by Anonymous Coward · · Score: 1, Funny

    No, it just means that at the slightest aggression from microsoft, Mandrake will wet its pants, fold like a wet towel, and become a pathetic collaborator in the OS war to try to curry favor with its latest set of overlords.

    1. Re:Nope. by Usquebaugh · · Score: 4, Funny

      Mandrake? Surely you're confusing Mandrake with the US DOJ?

  16. Financed by the French by L.+VeGas · · Score: 0, Troll

    That means the first hacker to run a port scan will make all processes immediately stop and wait for Microsoft to rescue them.

    1. Re:Financed by the French by Anonymous Coward · · Score: 0

      right....
      your U Asssss A is a filthy third world hole full of retards
      suck my dick

  17. French Govt Eh? by evildan21 · · Score: 3, Funny

    So I guess when you do something wrong it will tell you things like: "I fart in your general direction..." and most importantly "go away or I will taunt you a second time".

    1. Re:French Govt Eh? by Anonymous Coward · · Score: 0

      Wait until I find your IP addresse (sp intended)
      and get ready for a Beowulf cluster of flying cows. :-)

      Albert.

    2. Re:French Govt Eh? by hitzroth · · Score: 2

      No. One computer will go on strike and the rest will follow in sympathy.

      --
      In mathematics, one does not understand things, one merely gets used to them.
      --VonNeumann
    3. Re:French Govt Eh? by Anonymous Coward · · Score: 0

      Uhhhh.... this is not funny.

      Please stop moderating crappy posts up. Thanks.

  18. Alright! by papasui · · Score: 5, Funny

    Now I can put those 8 486's to work and roughly have the power of a P2-300mhz and lower my heating bill all at once!

  19. Take this puppy to school! by Obliterous · · Score: 1

    with 250+ 2.4 Ghz machines, all already configured to net boot, I think I can pull together some useable CPU power. Especially if they give Me keys to the master machine...

    I wonder if there's a multi-threaded Folding client......

    1. Re:Take this puppy to school! by Anonymous Coward · · Score: 0

      Folding as in proteins, or folding as in french military disasters?

      Being who they are, I'm sure the French government has the surrender mode fully worked out.

    2. Re:Take this puppy to school! by cant_get_a_good_nick · · Score: 2

      I wonder if there's a multi-threaded Folding client......

      Why? Just run one app per processor. I do this on my NT box. Just make sure you configure it right.

    3. Re:Take this puppy to school! by cant_get_a_good_nick · · Score: 1

      Folding as in proteins, or folding as in french military disasters?
      Being who they are, I'm sure the French government has the surrender mode fully worked out.


      Bad. Though it does remind me of my favorite French millitary joke:

      Q: Why are there so many trees on the Champs Elysees?
      A: Because the Germans like maching in the shade.

  20. whoa! the speed the power!! by nocomment · · Score: 4, Interesting

    Imagine a beowolf cluster of these!!! ;-)

    Seriously though. How cool is Mandrake? First to LSB, full GPL'd version of cd avail for download (damn you SuSE!!), lots of freebies, like the Single network firewall and the old Corporate server(i loved this back in the day), their prosuite stomps any other distro (and for $135 without doc's!), oh and mandrake runs on XBox!! :-)
    Now a cluster??

    My only complaint is they are an RPM-based distro and I like apt-get. Something like the freebsd ports collection would be nice too though, but i just hate those rpm's.

    Just so you don't think I'm a linux leech I have bought 3 version of linux inlcuding mandrakes prosuite, i can't donate code but i can donate ca$h.

    --
    /* oops I accidentally made a comment, sorry */
    /* http://allyourbasearebelongto.us */
    1. Re:whoa! the speed the power!! by KeyserDK · · Score: 2, Informative

      mdk got the apt-get thing too.

      The tool is urpmi and the equivalent to debian unstable is cooker.

      Other interesting sources is contribs (unsuported contributions) and plf (stuff with legal issues to be official mdk packages).

      Dont compare apt-get to rpms. Compare debs to rpms.

      --
      still reading?
    2. Re:whoa! the speed the power!! by Malc · · Score: 1

      Finally: a postive comment rather than the retarded dinosaur-era recycled jokes bashing the French and their government.

    3. Re:whoa! the speed the power!! by nocomment · · Score: 1

      Mod the parent up! urpmi is awesome, I guess i've been stuck in tgz hell for too long, i should have poked my head out to look at the new tools :-)

      Use urpmi, unless you're a debian geek.

      i sense a disturbance in the force, a new erra ...the apt-get vs urpmi debate begins........NOW!

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
  21. Re:Heh by SnAzBaZ · · Score: 1

    Of course, it's published under the GPL, comes with parallel applications, and is available for download as an ISO.

    Which bit of this sentence didn't you understand?

  22. Re:Heh by Anonymous Coward · · Score: 0

    The part that says "published under the GPL".

  23. Re:oooh by Anonymous Coward · · Score: 0
    cause teamhasnoi got FP, and was so confident in his remark, he didn't need to say ,"FP!'.

    Sorry.

  24. What about Rocks by Anonymous Coward · · Score: 0

    I noticed no one has mentioned one of the most popular alternatives to CLIC, Rocks. It's been around for quite some time and is well tested, doesn't have any silly requirements like no SCSI disks or fast ethernet, and it has been tested on clusters up to 256 nodes. It provides everything you need to bring a cluster up in a matter of hours. Anyway I think CLIC is attacking the wrong problem with there release.

    1. Re:What about Rocks by ShavenGoat · · Score: 5, Interesting
      I run Rocks at the University of Nevada, Reno on 3 of my 4 clusters, and I must say it is better than what CLIC seems to advertise. With ROCKS, you get:
      • SCSI Support
      • Easily reinstalled nodes
      • Pre-installed queue software
      • brain dead admin tools
      • No French Government

      Check it out: Rocksclusters

    2. Re:What about Rocks by imann · · Score: 1

      >SCSI Support
      it will be integrated soon

      >Easily reinstalled nodes
      Also in CLIC, less than 2 min for reinstalling node(s)(1->200 in the same time)

      >Pre-installed queue software
      Idem, OpenPBS is installed and running
      The maui scheduler will be integrated soon also

      >brain dead admin tools
      Basic parallel tools in CLIC but working fine
      Including ka-tools that rox !

      >No French Government
      CLIC is GPL so it doesn't matter :-)

    3. Re:What about Rocks by Anonymous Coward · · Score: 0

      >>No French Government
      >CLIC is GPL so it doesn't matter :-)

      Ha! beats your little military junta anyway. burma, pakistan, USA...

      [let's see what mods make of 1st amendment in this case]

  25. Why not LTSP & Mosix? by Havokmon · · Score: 2
    All I have to do is get the PCs out of the shed, make a lot of CAT5 cables, format quite a few hd's with CLIC,

    Wouldn't a LTSP+mosix cluster do the same thing without having to touch the hard drives?

    --
    "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  26. Re:oooh by Anonymous Coward · · Score: 0

    Nope you're wrong. It might be -1 but I got it, and I am going to gloat for the rest of the day.

  27. Umm question! by Anonymous Coward · · Score: 0

    I recently acquired 30 PCs in the Pentium-II range from a local community college, for free, as they were actually headed for the landfill.

    Would you mind giving me the number of this college???? :)

  28. Please by Anonymous Coward · · Score: 0

    I can tell you from a school linux lab point of view: the only reason to download and use mandrake is because it comes standard with Frozen Bubble.

    Of course that beats the only reason to buy Windows: mindsweeper.

  29. Re:oooh by Anonymous Coward · · Score: 0

    I just checked, you did get it. Congratulations. You bastard.

  30. Who will really use it? by tellezj · · Score: 3, Interesting

    One could argue that those businesses that really need a cluster will likely buy one preconfigured. Those that do the preconfiguration probably have an established technique (distro, tools, etc.) and won't likely go for something from Mandrake. The hobbiest who builds one to learn about clusters more than likely wants to do everything himself (like start with a strip down install of slackware and build it up from there). That really only leaves the hobbiest that wants to do parallel programming but doesn't want to build the cluster. Not a very large segment.

    --

    End of Line.

  31. Take your pick... by Jennifer+Ever · · Score: 2, Funny
    a) [Some French joke or another]

    b) [Some Beowulf joke or another]

    1. Re:Take your pick... by Anonymous Coward · · Score: 0

      So this beowulf cluster of french dudes walks into a bar...

      AAAAAAAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaHHhahHAHAHAh HH AHAHHhHHAHHAHAMuuuaaaahahahahaaa!

      WHEW! I slay me sometimes.

    2. Re:Take your pick... by Anonymous Coward · · Score: 0

      I love you, Jennifer! Do you love me?

      Well, fuck you, then!

  32. Sounds cool as long as....... by h8macs · · Score: 1, Troll

    This sounds like a very cool and nifty idea. The one thing that would hold me back is the fact that I would have to update from their network and would have a hard time installing packages of my choice.

    I may be ignorant but, whenever I tried to update anything or install anything, I was told that a dependency was not found. With a cursory exploration, I found that the dependency was there but low and behold everything has been renamed!

    MDK is a pain in the a$$!

    If they have stopped this practice of renaming files I am unaware as I have moved on to a more standard linux distro.

    --
    :-( --- argh. Despair, I owe again. :-b
    1. Re:Sounds cool as long as....... by io333 · · Score: 2

      I am SO in agreement with you here. I wiped Gentoo1.3 last month to try Mandrake9 -- more or less just to see what it was like. I won't have a spare weekend to put Gentoo1.4 back on this box for two weeks so until then I just have to suffer.

      I can't wait to go back because each and every time I have tried to compile something nifty the process has failed because due to irresolvable dependency issues. This is what originally pushed me over to Gentoo from Mdk8.2, and once again I'm being pushed back.

      Mandrake is, like all the "latest and greatest" attempts at being a simple install (e.g., lindows, lycoris, redhat, xandros, etc.) FANTASTIC so long as you never plan on using anything not included in the distro, and never plan on upgrading any software package.

      That's fine for an office worker I suppose, but given the choice I'll take Debian or Gentoo any day. At least I know that when I get return to Gentoo when I type configure/make/make install I won't have to start crying!

  33. So how long.. by Dim_Slashdot · · Score: 1

    until the the Xbox Linux Project ports this version to Xbox?

    It would be great to be able to have a bunch of friends bring their Xbox over and cluster them together.

  34. What kind of cluster? by Malc · · Score: 1

    When I think of clusters, I think of the active-passive Win2K database server we have at our co-location facility. It requires special cluster-aware hardware (e.g. the disk array) and cluster aware software (e.g. Win2K AS, SQL Server). I get the impression from people's comments that this is a different type of cluster. Rather than being about high availability, it is about massive parallel computing. Is this a correct assessment?

    1. Re:What kind of cluster? by Havokmon · · Score: 5, Informative
      When I think of clusters, I think of the active-passive Win2K database server we have at our co-location facility. It requires special cluster-aware hardware (e.g. the disk array) and cluster aware software (e.g. Win2K AS, SQL Server). I get the impression from people's comments that this is a different type of cluster. Rather than being about high availability, it is about massive parallel computing. Is this a correct assessment?

      Right. Netware 6 has kick-ass "clustering" that allows a Server to go down, and a 2nd server to beome your file server. You can stream a video (from FILE), down a server, and after a second, your stream will continue - from the 2nd server.

      Most of us call that failover, but Microsoft and Novell are calling it clustering.

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
    2. Re:What kind of cluster? by mbourgon · · Score: 2

      So, what kind of HA (High-Availability) or Failover turnkey clusters are available for Linux? I'm curious, not trolling... I'd love to get one. I know Red Hat Advanced Server does it, and there are some projects out. (SuperMonkey? LVS?)

      --
      "Sometimes a woman is a kind of religion, she can save your soul & set you free from all your sins" - Bad Examples
    3. Re:What kind of cluster? by Havokmon · · Score: 2
      So, what kind of HA (High-Availability) or Failover turnkey clusters are available for Linux?

      To do what? File Serving? SQL Server?

      I believe NFS is 'HA', and I believe Postgres SQL would also be HA. There are also Linux-based load balancers available, so if you wanted to do something as simple as have 2 servers with static web pages, the load balancer would NAT those two systems, and direct requests to whatever one had the lowest load. That includes being completely down too :)

      One nifty HA application is Email. Take a look at Matt Simersons FreeBSD email toaster (The Same apps are available on Linux) for a way to setup a HA Email cluster. It describes one system, but add NFS and MySQL replication, and you have HA.

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
    4. Re:What kind of cluster? by ocelotbob · · Score: 1

      There seem to be several different companies offering HA solutions. It seems like there's a huge range of products out there, from the companies after someone building a small cluster to do fallover, etc for a small website, to small render farms, to huge companies that want fallover/load balancing for massive computer farms.

      --

      Marxism is the opiate of dumbasses

    5. Re:What kind of cluster? by Lussarn · · Score: 2


      the load balancer would NAT those two systems,


      Of course you would need at least two loadbalancers to. Available here.

      http://www.linuxvirtualserver.org/

      The stuff you can do with these kernel patches cost about $1000 for a hardware solution. And more if you want failover.

    6. Re:What kind of cluster? by Anonymous Coward · · Score: 0

      SHould be an extra zero there $10000. sorry :)

  35. MPI/LAM by Wolfier · · Score: 3, Interesting

    Does MPI/LAM run on it?

    1. Re:MPI/LAM by imann · · Score: 1

      Yes, pvm is also supported in this version

  36. Re:Energy Usage? No Problem! by Anonymous Coward · · Score: 0

    do what *I* did, rent a place, keeping your network in mind, that has free power. My rent includes power, which is about the same cost as my rent. Really, I look at it this way, if my rent is the same price as my power bill would be, wouldn't I really be getting free rent? :) Poor basterds. (property owners.)

    -Plappy

  37. Re:oooh by Anonymous Coward · · Score: 0

    Thanks. I feel really good about it. I just want to say thanks to Jesus Christ for answering my prayers and letting me get it.

  38. Urpmi parallel by imann · · Score: 4, Informative

    I'm on the mailing list of this project and there was a parallel feature for urpmi that really rox !

    This tool allow people to deploy RPMS to a group of linux hosts using an intelligent parallel copy.

    How does it works:
    You create a group of hosts so the server can ask the nodes (using urpmi) to prepare for an update/install of packages.
    Each computer tell the server the packages it needs then the server copy in parallel (using ka-tools) the rpms on the nodes (that's very fast even for a hudge number of nodes).After that, nodes update their system using local rpms !
    This feature seems to be designed for clusters but should be used by admins !

    Another point of comparaison between urpmi & apt-get

  39. Open Source And Government Contributions by jukal · · Score: 5, Interesting
    a project publicly funded by the French Agency for New Technologies (RNTL).

    I have lately started being more and more convinced that one of the key issues to success of open source - in a business sense, will be the fact that it is much easier for government organizations and other similar-type organizations to fund them without being guestioned and having put their moral in doubt. Why? Every single time that Microsoft, Adobe or some other closed source company is looking for government money, the politicians are facing a rather guestion: "In what light will this put us?"

    Now, it would be interesting to see some years further and see how this all changes. I am convinced that there will much more public discussion on the subject whether this is discrimative against the non-open source companies. In my opinion it basicly is not, because being open source, it benefits everyone and not just a single company - but still, there's still someone who benefits most.

  40. If I switch to Mandrake... by Waab · · Score: 1

    Will I be able to get JLH in my computer just like they show here?

    Or does that require setting up a cluster?

  41. Imagine the fun.... by linuxrochester · · Score: 0

    Imagine how many Quake III servers I can run on the couple dozen P2 computers I have laying around...

  42. Re:Energy Usage? No Problem! by Anonymous Coward · · Score: 0
    damn, my rent only includes free water, sewer, and trash. so, while i still have to pay for electricity, i can at least build a super water-bong.

    which would you choose?

  43. me too by IanA · · Score: 0, Flamebait

    It's great because I've always dreamed of having my own supercomputer at home."

    I too have dreamed of having a 40-node cluster in my house. Wait, you mean it isn't easy to obtain 40 computers so that I can get a "supercomputer"? Shit.

    1. Re:me too by glwtta · · Score: 2

      I don't get it, why isn't it easy to obtain computers? You just buy them - it's not like they are rare.

      --
      sic transit gloria mundi
  44. Re:The french government? by Anonymous Coward · · Score: 0

    No, that just means it stinks. And is rude.

  45. Way off topic but. . . by Anonymous Coward · · Score: 0
    your local elementary school would love PIIs

    A group of us geeks volunteer our time for a local elementary school.

    We receive a bunch of donated computers and I try to sort out what is usable and what really is landfill. We get a bunch of 386 and 486s and anything in the pentium range is considered a true gift. These kids just use the computers for an intro to typing and word processing.

    What we really try to acheive is a number of computers systems with identical hardware configuations. Administering similar computers is easier that 30 unique configurations of course.

    To acheive this we recently purchased 27 identical Pentium II 333s for $3100, and at that price we were extatic.

    30 pc's networked in your shed sounds like a lot of fun but if you discover that you can have fun with only 15, and donate the other 15 to your local school I'm sure they could find some way to reimburse you in the form of a tax receipt, and maybe some free advertising for your company to the grateful parents of the school.

  46. Imagine... by TheConfusedOne · · Score: 2, Funny

    Finally a Beowolf cluster easy enough to build for everyone saying "Imagine a Beowulf cluster of these..."

    --
    --- I wish I could hear the soundtrack to my life. That way I'd know when to duck.
  47. You're welcome. by Anonymous Coward · · Score: 0

    -- Jesus

  48. Re:Imagine.. VMWare? by Insightfill · · Score: 1
    OK, so you got the one machine. Install VMWare. Create sep. machines and install this on each. etc.

    Sybill, anyone?

  49. Mandrake club Cluster benifits... by BroadbandBradley · · Score: 3, Interesting

    Now they need to let Mandrake Club members pool their resources to create an internet wide cluster for all Mandrake users. Join the club, get to play on the club cluster.

    I don't know what the hell I would use it for / get out of it, but it would be a nice way to support your favorite distro by donating unused cpu time to MCC (Mandrake Club Cluster)

    1. Re:Mandrake club Cluster benifits... by benjamindees · · Score: 1

      I would use it to hack LanManager passwords.

      --
      "I assumed blithely that there were no elves out there in the darkness"
    2. Re:Mandrake club Cluster benifits... by Anonymous Coward · · Score: 0

      I would run atomic bomb simulations, just to scare a few paranoid intelligence types

  50. I've always wanted a super computer by TerryAtWork · · Score: 1

    Now I can impress chicks... or not as the case may be....

    --
    It's Christmas everyday with BitTorrent.
    1. Re:I've always wanted a super computer by drunkrussian · · Score: 1

      Tried that. It doesn't work.

  51. Re:Energy Usage? No Problem! by Anonymous Coward · · Score: 0

    Turn your free water into your own personal hydroelectric plant. Presto! Free energy!

  52. Whew! by vmfedor · · Score: 0, Redundant
    Imagine a Beowulf clus-

    Oh... Wait.

    vmfedor

    --

    I like my women how I like my sugar.. granulated.

  53. Re:Energy Usage? No Problem! by Anonymous Coward · · Score: 0

    My Apt has free water, trash/sewage. The Electric is bought as a collective and we get and industrial rate. My electric bill is $30 a month.

  54. SOYLENT GREEN! by Anonymous Coward · · Score: 0

    Good.. but will Mandrake ever have a version named Soylent Green?

  55. Interfering with the Free Market by Anonymous Coward · · Score: 2, Funny

    That's the problem with the economy right now... there are too many of these government financed open source projects. How can we expect the markets to operate properly, products to sell, and jobs to be created, when communists like the French keep putting out competing products like this? Or those communists at the NSA, working on "secure Linux" when Microsoft had a perfectly good C4 security clearance for Win NT 4?

    Fnord.

  56. what about... by Helter · · Score: 1

    hydro-electric?

  57. XBOX Version by artoo · · Score: 4, Funny

    I can see it now. Microsoft continues to loose money due to the fact people are buying up XBoxes and modding them to run this.

    Bill: What's going on here. Sales of the XBox have risen 500%, but I'm making no money because no one's buying software!!

    MS Lackey: It's the French, sir.

    Bill: What?! How so?

    MS Lackey: Those Mandrake linux people released an ISO image of linux for the XBox, sir, and then they released clustering software. XBox supercomputing clusters are now springing up all over the place.

    Bill: Quickly, we must couteract this. Launch a shared source initiative, and I want the records showing everyone who has puchased an XBOX without buying any games for it!

    MS Lackey: Right away, sir.

    Bill: Oh, and while you're at it, buy France, jail the government, and burn down the Mandrake offices. That'll teach them.

  58. Turn-Key? What's Next? Synergy Clustering? by Viscount9 · · Score: 1
    I think we should ban marketing speak in the headlines. I get enough emails offering me "exclusive" PDF White Papers from companies talking about "synergy", "best-of-breed", "turn-key" solutions that will help my company "achive success in the competitive and challenging market of today".

    Bah! Such rubbish!

    Anyone agrees with me?

  59. NOPE! by bhsx · · Score: 4, Informative

    Mandrake is compiled for i586, so you're gonna have to at least drop a pentium in to those old mobos...

    --
    put the what in the where?
    1. Re:NOPE! by Anonymous Coward · · Score: 0

      Gee, then what do they give you the source code for...

    2. Re:NOPE! by sfe_software · · Score: 2

      Mandrake is compiled for i586, so you're gonna have to at least drop a pentium in to those old mobos...

      Ugh, you caused me to remember purchasing a Pentium Overdrive chip for a Packard Bell desktop many a year ago... of course the CPU was soldered onto the main board, and I had to return the Pentium upgrade...

      --
      NGWave - Fast Sound Editor for Windows
    3. Re:NOPE! by Anonymous Coward · · Score: 0

      It's: Ben Folds Five - no apostrophe.

      (It's has one because it's a contraction of "it is")

  60. The real point by compjma · · Score: 2, Insightful

    I think you're all missing the most important question. When are we going to see video games for super clusters?

    1. Re:The real point by kolbeinn · · Score: 1
      --
      End of line
  61. Re:oooh by Anonymous Coward · · Score: 0

    How the hell is this post funny? HOW!? PLEASE TELL ME HOW!

  62. ReTime drift by tomhudson · · Score: 1, Offtopic
    The main reason for time drift on your box is gaming - the PIC has its' timing changed from 18.9 ticks per second to 100, 1000, or 10,000 or more (Get Borlands' old turbo profiler and you can set the ticks per second yourself). Of course, when you stop the game, the time is only approximately reset.

    Boxes w/o games running on them usually don't gain or loose more than a few seconds per year, in my experience.

  63. They were commissioned by bhsx · · Score: 3, Interesting

    This is a freebie from the French governement really. They hired MandrakeSoft to create it for them, and MandrakeSoft turned around and said something along the lines of "You realize we're going to give this to everyone to play with and use don't you?" To which the French government replied "I don't care, I'm not gonna sell the thing, I just need it for virtual weapons testing, did i say weapons testing, I meant happy camps."

    So Mandrake didn't really do this to make more money off it, they're already getting paid for it, we just get a nice new toy to play with.

    --
    put the what in the where?
    1. Re:They were commissioned by El+Cabri · · Score: 2

      Congratulations, you just gave a three-lines summary of the general economic foundations of open-source.

      This is what should be replied to the usual "if we don't sell software, how do programmers get paid ? " whinning.

  64. yes and no by ananke · · Score: 2, Interesting

    yes, they're better off, because you don't need to do jack on the computational nodes.
    no, they're not better off, because where is your swap going to be? or temporary data generated by individual jobs?

    i run a 100 node computational cluster. the nodes boot with pxe, then if they are already installed, they simply boot to their local scsi drives. only /home is mounted via nfs from a disk array, so each individual node has access to the users' programs. we use fast ethernet for that, since it doesn't put that much strain on the network, and myrinet for the computational nodes to exchange data.
    i've had more problems with ram and myrinet than the 'moving parts', aka drives.

    --
    --- d'oh
  65. Terrasoft Solutions... Orginality by trans_err · · Score: 1
    TerraSoft of Yellow Dog Linux fame has offered the same thing for the PPC arch for some time already. The product is called Black Lab Linux and Terrasoft has done quite a few demos with this powerful clustering software, videos and other promotional material are located on the website. The software was also recently tested with a cluster of Apple Xserves

    /me drools...

    And no I don't work in anyway for TerraSoft.

  66. Oh Sure..... by Chiggy_Von_Richtoffe · · Score: 1

    Just great, then Saddam can buy em all up and fund M$....
    ~Evil begets Evil, but Bagels are tasty!

  67. Yeah, what do call a cluster of Mandrake systems? by DaedalusLogic · · Score: 2

    Is it a gaggle or a flock?

    And yes I'm happy we can finally tell the guys who ask "Can you imagine a cluster of these?" to shut up and build it.

  68. Re:Energy Usage? No Problem! by nightsweat · · Score: 1

    We have to supply our own trash.

    --

    the major advances in civilization are processes which all but wreck the societies in which they occur - A.N. White
  69. obligatory bad joke here by b17bmbr · · Score: 1

    that allows a Server to go down

    hell, i'll allow a server to go down on me, he he he...

    --
    My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
  70. Clustering for Dummies, anyone? by Party+Remover · · Score: 2, Interesting

    I've got machines all over the place, and have long fantasized about setting up a cluster for the fun of it. I've read a little about Beowulf and one or two other open source clustering technologies, but have never had the gumption to crack the books and set one up. Mostly, I think, because I'm not sure what I'd do with it when it was ready.

    Would anyone care to post a 2-3 paragraph summary of what Joe PC Hobbyist (e.g. someone like me, with many semi-obsolete PCs lying around the house) might be able to do with the CLIC software? Would it only be able to run applications written for CLIC (oh.), or would the cluster behave like one giant, amalgamated Mandrake box (cool!) ?

    1. Re:Clustering for Dummies, anyone? by drunkrussian · · Score: 2, Interesting

      Well, I don't know how to use CLIC, but I set up a cluster using some surplus P2s, RH 7.3, and openMosix.

      For kernel 2.4.18, openMosix consists of two kernel patches - a kernel patch to actually do the clustering, and a kernel patch for administration. You patch your kernel, change a few settings (all documented on the site), reboot (gasp!), and you're done.

      You can get more fancy with net installs, but you don't really need to for a small number of nodes. Anyway, I just used a Fast Ethernet switch - the boxes all came with Ethernet cards, luckily for me.

      Mine is a pretty craptacular cluster, but hey, it's pretty cool to have one. The cluster behaves like one powerful computer in the sense that processes on one machine will migrate to another. However, in order to achieve any noticeable affect, the program has to take advantage of multiple CPUs. If you're going to program your own, look into forking, message-passing interface (MPI), and parallel virtual machine (PVM). Sorry, I don't have the addresses for them on hand, I think www.beowulf.org links to them.

  71. Energy? by Mr.Ned · · Score: 2

    I've seen a lot of people comment on how much energy this would use, but no real numbers. I know it's subjective as to where you live, but generally, how much energy does a computer use? How much would this use?

    1. Re:Energy? by HuguesT · · Score: 1

      Good question, depends on the components.

      CPU : 10-75W
      Disk: 5-15W
      Mobo: 5-25W
      RAM : 1-5W/stick
      GPU : 5-30W
      PSU : 20-40W (lost efficiency)
      Fans: 5W
      Monitor: up to 200W.

      All up an efficient PC will drain ~150W and an
      inefficient or fully loaded one up to ~400W.

      If you live in hot climes and use air con to
      cool your house/office, you can easily double these numbers...

  72. urpmi is your friend by InodoroPereyra · · Score: 3, Informative
    My only complaint is they are an RPM-based distro and I like apt-get.

    From the command line, urpmi will give you similar functionality (mainly deal with the dependencies for you). And even nicer, the GUI for Software Management in MandrakeControlCenter is just beautifull. Really painless software management, as long as you install software from the installation CDs or urpmi-aware repositories. Security updates are just a few clicks away and you get to see the advisories and decide what you want to install and what you don't. When installing from CD's you are prompted to insert the CD's in the order they are needed. You can search for packages (in names, files and descriptions). I NEVER had any problems, never had to manually solve dependencies (with ML 9.0). It works like a charm ...

  73. Booyaa by mao+che+minh · · Score: 2

    Now all of those crap boxes that "walked home with me" from last tech job will be put to use. This is remarkable to me, I had no idea that such a project was in the works. A question though, do you think that this little freebie from Mandrake and the French Government will affect the profits of a company like Linux NetworX or the use of Beowulf?

  74. RedHat + OpenMosix rpms... by teaserX · · Score: 3, Informative
    This seems pretty easy to me. Add the follwing to your RedHat distro, a little scripting, a little autorun info and you got it (for your hardware at least).
    You will need:
    Then:
    1. Install RedHat
    2. Install openMosix rpms
    3. Install kernel source to /usr/src/linux and patch with openMosix-2.4.18-4.gz
    4. Compile and install openMosixUserland-0.2.4
    5. Configure /etc/openmosix.map
    6. Reboot new openMosix kernel
    7. setpe -W -f /etc/openmosix.map
      on each node
    8. ...and you're clusterin'
    --
    We really need your help
    http://www.gofundme.com/help-sherry
  75. MOSIX... by drunkrussian · · Score: 1

    Maybe I'm missing something, but how is this different from MOSIX?

    I have a small 6-node cluster of P2s running openMosix...

  76. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  77. Mod parent up by Idou · · Score: 1

    urpmi IS excellent, and it is very unfortunate that so many people do not even know it exists . . .

    --
    Sdelat' Ameriku velikoy Snova!
  78. Donating cash- Become a member! by Idou · · Score: 1

    I know exactly what you mean about not being able to donate code. Cash is definitely an appropriate substitute. However, buying the distro doesn't give enough bang for your buck.

    Become a member and 100% of that goes to mandrake (not to mention the stable revenue stream . . .). Also, there are great perks like voting for club RPMs and the ISO download script. Infact, if you don't have a fast connection, it is still probably better to buy the CD from Cheapbytes.com for $5 and become a member for $60.

    --
    Sdelat' Ameriku velikoy Snova!
  79. CLIC crashing? by Talinom · · Score: 1

    If the whole thing crashed for some reason, would that require a cluster-fsck?

    --
    "Giving money and power to governments is like giving whiskey and car keys to teenage boys." - P.J. O'Rourke
  80. WooHoo! by Whatthehellever · · Score: 1
    I've been creating Beowulf clusters for years, mostly with the Scyld distribution (Ripoff of Red Hat 6.2) that is proprietary and expensive.


    I've always disliked Red Hat and Scyld. I'm a Mandrake person.


    Now Mandrake has a Beowulf distro. I now need to change my underwear.

    --

    ---
    IMHO, of course.
    May the SOURCE be with you.
    1. Re:WooHoo! by Anonymous Coward · · Score: 0

      you shit your pants over a mandrake distro?

      ew

      i hate to think what you'd do if, say, some pretty little thing smiled at you.

  81. Re:oooh by Anonymous Coward · · Score: 0

    the parent wasn't especially funny, but the bit about thanking jesus and then low and behold - jesus answers with a post....

    good stuff

  82. Xbox clusters here I come!! by Anonymous Coward · · Score: 0

    Ok, so how long before xbox-linux project makes an xbox cluster with these?

  83. You've always dreamed of this? by drinkypoo · · Score: 2
    It's great because I've always dreamed of having my own supercomputer at home."

    So uh, get a playstation 2. Or a G4. Ha ha.

    You know clustering has been around for a god damned long time, and (low end) PCs have been cheap for a less long but still considerable amount of time. You could have built yourself something decent a couple years ago.

    If this is the answer you've been waiting for all this time, I'm not sure I want to know what the question was.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  84. finally..... by scarface2600 · · Score: 1

    im gonna download and make a cluster i have 6linux boxes so ill download that and get my cluster goin

    --
    Linux freak
  85. Gibraltar bootable CD? Diffuse fileservers? by xixax · · Score: 2

    In the longer term, set up all the desktops in your orkplace wth this Mandrake distro and use it for storage (Aka freenet) as well as processing, nothing unique to any particular desktop so you can add/delete from the LAN at will.

    But more immediately;

    So how about combininng all the no-fuss PVM setup stuff with the Gibraltar bootbale Debian CD?

    OK, maybe not as neat as PXE, but imagine being able to convert the office LAN into a Beowulf cluster every night when people go home.:o)

    Xix.
    P.S. Anyone notice how many more new ideas are popping up compared to "clone product X" ideas?

    --
    "Everything is adjustable, provided you have the right tools"
  86. Re:The french government? by Anonymous Coward · · Score: 0

    This gets "Redundant" and this gets 5 funny?

    moderators are stoned! check the very first response to this article.

  87. Still in the game by whereiswaldo · · Score: 2


    Awesome! Just when I was about to declare Red Hat the winner, Mandrake comes up with a "cluster in a can". Great news.

  88. Personal Deep Thought? by Anonymous Coward · · Score: 0

    I dunno what the question is, but the answer most certainly must be 42! Personal Deep Thought anyone?

  89. RPM * apt-get by Anonymous Coward · · Score: 0

    You should also try the port that Conectiva done.

    Beyond apt-get+rpm, you get
    aptitude - curses text interface
    synaptic - X11 interface

    You can even update whole distribution (say, CL7 -> CL8), including kernels.
    You can even mix up different distributions...

    Alloy

  90. Last Post! by alpg · · Score: 1

    Unix is a lot more complicated (than CP/M) of course -- the typical Unix
    hacker can never remember what the PRINT command is called this week --
    but when it gets right down to it, Unix is a glorified video game.
    People don't do serious work on Unix systems; they send jokes around the
    world on USENET or write adventure games and research papers.
    -- E. Post
    "Real Programmers Don't Use Pascal", Datamation, 7/83

    - this post brought to you by the Automated Last Post Generator...