Slashdot Mirror


Zynot Foundation Forks Gentoo

deque_alpha writes "The Gentoo Linux distribution has been forked by a group of Gentoo developers and community members. This fork is being placed under the control of the non-profit Zynot Foundation, which will "hold the source code, trademarks, and any other intellectual property developed by and for its community." The goals of the fork include improving stability and cross-platform reliability to bring the Gentoo-developed technology to the enterprise and embedded arenas." Another reader points out Zack Welch's long article at Zynot.org on reasons for forking the Gentoo distribution.

94 of 455 comments (clear)

  1. Well by Silvertre · · Score: 3, Funny

    its better to be forked than knifed...

    1. Re:Well by retto · · Score: 2, Funny

      ... or sporked.

    2. Re:Well by SkArcher · · Score: 3, Funny

      So Gentoo is now GenTree?

      Sorry, somebody had to say it :P

      --

      An infinite number of monkeys will eventually come up with the complete works of /.
    3. Re:Well by quigonn · · Score: 3, Funny

      But not as good as getting nailed.

      --
      A monkey is doing the real work for me.
  2. Could be a great thing by KentoNET · · Score: 5, Insightful

    As a user of Gentoo on both a server and my home desktop, I understand that this could mean great things for the distribution, if executed properly. Hopefully the forkers will be able to keep up with the dynamic nature of the Gentoo community.

    --
    "You tried your best and failed miserably. The lesson is...never try. Heh!" -Homer
    1. Re:Could be a great thing by VistaBoy · · Score: 5, Funny

      I do not think it is in the best interest of the developers to be referred to as "forkers"

      Those forkers!

    2. Re:Could be a great thing by Anonymous Coward · · Score: 2, Funny

      "I understand that this could mean great things for the distribution, if executed properly."

      To be executed properly, it would need to be knifed, not forked.

    3. Re:Could be a great thing by Hacker+Cracker · · Score: 2, Funny

      Overheard in the halls of the Gentoo foundation, to the developers of Zynot:

      "Fork you!"

      -- Shamus

      Bleah!

    4. Re:Could be a great thing by Jeremiah+Cornelius · · Score: 2, Funny
      Yeah!

      I'm looking forward to the HURD port of Gentoo!

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    5. Re:Could be a great thing by ichimunki · · Score: 4, Insightful

      Debian is put out by a non-profit, has clearly demarcated at the package management level what is Free vs. non-Free, and doesn't appear to have a single lead person does. All three of these are vastly different than the Gentoo approach. Would you please elaborate with some details or links that would reinforce your assertion?

      --
      I do not have a signature
    6. Re:Could be a great thing by Blkdeath · · Score: 2, Insightful
      Agreed. But after reading further on that page, I find myself unimpressed by either side.

      Keeping in mind that you only read one side of the issue.

      --
      BD Phone Home!

      Shameless plug. Like you weren't expecting it.

    7. Re:Could be a great thing by ichimunki · · Score: 2, Informative

      Ian Murdock handed the reins of the Debian project to Bruce Perens in 1996. Progeny was founded three years later in 1999. To say that the kind of control that Gentoo Inc has over Gentoo Linux is similar to any relationship between Progeny and Debian is to stretch the comparison to the breaking point if you ask me.

      --
      I do not have a signature
  3. Re:Hardneded Gentoo by KentoNET · · Score: 5, Interesting

    floam, the hardened-gentoo project is still alive and has its own channel on freenode, #gentoo-hardened. It mainly consists of a kernel with only stable patches, IPSec, grsecurity or selinux (not both) and (if using IPSec) a profile to go with it. It's not a fork, just an enhancement upon Gentoo itself, hence the added profile and kernel sources. I've been using it on my router and it seems to be doing great, even with Gentoo's default SELinux policy.

    Also, try their demo machine here. It's been mentioned as an article here before. It lets you log in as root and do almost nothing, which is pretty cool.

    --
    "You tried your best and failed miserably. The lesson is...never try. Heh!" -Homer
  4. Gentoo for embedded systems by NTmatter · · Score: 5, Insightful

    So...how am I going to emerge the latest updates on my Gentoo handheld?

    To me, it seems that the most useful part of Gentoo is their portage system. How can it be modified to support the embedded area without losing the features that make Gentoo Gentoo?

    Well, I guess that's why they forked, isn't it?

    1. Re:Gentoo for embedded systems by solidhen · · Score: 4, Insightful

      I don't think the handheld would be running portage. Instead portage would be used to create "frozen" disk images for the embedded devices.

      --
      Some things are more important than an animated rat
    2. Re:Gentoo for embedded systems by srichman · · Score: 2, Informative
      No, they do actually want to run Portage on embedded devices. From the "Reasons for Forking" document:
      There are numerous outstanding issues with Portage that have been documented as part of the embedded project, and even Nick Jones, the Portage architect, has been considering the possibility of a rewrite for quite some time. Further, the current implementation language (Python) is not well-suited for many embedded systems; a rewrite in a lower level language (e.g. C/C++) will eventually be required to reach all targeted platforms.
    3. Re:Gentoo for embedded systems by Mr.Ned · · Score: 2, Interesting

      There's always been a resistance by some higher-ups in Gentoo to move away from Python to something like C/C++ for the portage system. Although Zynot will keep portage for now, one of it's stated goals is to reimpliment portage functionality in a lower-level language.

      Zach Welch, the founder, has done a lot of work with cross-compiling, so even though it might seem stupid to build something from a handheld, if you connected it up to your beefy desktop things would go quickly. I don't think anyone wants to do that, though, so as another reply has indicated, it's probably disk images.

    4. Re:Gentoo for embedded systems by treke · · Score: 2, Informative

      Apt+dpkg are quite large for PDA's, weighing in at 1.5 megs after pruning out the obvious things like manual pages. Apt is also dependent on libstdc++, which is another 600k. 2.1 megs for package management, not the greatest idea when you are dealing with a device with only 16MB of onboard storage space.

      Alternativly you can use ipkg, which is rather buggy, but has the benefit of fitting in 116KB of space. Compiling just frightens me. Some of this stuff takes a while to compile on my desktop.

    5. Re:Gentoo for embedded systems by Ian+Bicking · · Score: 2, Interesting
      It sounds like a pretty silly of Zynot to me. Porting code to lower-level languages is a big net loss in most cases, and I can certainly see why other developers wouldn't be excited about the idea. On desktop systems there would be zero gain, and the program would become calcified by the poor implementation language, and painful to maintain for the (usually volunteer) developers. Creating painful-to-maintain code is a deathwish for a free software project.

      But maybe that's just a sign that a fork is the proper response -- Zynot's embedded perspective just doesn't fit with Gentoo. It has requirements that just don't make sense for the rest of the community. It sounds like Zachary wanted to professionalize Gentoo, but that's just not interesting to a volunteer developer base.

  5. SERIOUS QUESTION by Anonymous Coward · · Score: 4, Interesting

    This is a serious question.

    I want you to think about how much time has been spent and money and effort invested over the past (let's say) six years on the various Linux distributions. There are, what, half a dozen major ones, and maybe a dozen more niche or fringe ones?

    Now think about how much further along Linux would have been if that time, money, and effort had not been squandered on dead ends.

    Now think about how much time, money, and effort was spent on Gnome or KDE. Now think about how much further along Gnome or KDE could have been if nobody had wasted their time on the other one.

    Now think about Gecko. Gecko, as a browser technology, is essentially dead. KHTML, thanks to Apple, rules the day. How much further along would KHTML be if nobody had wasted their time on Gecko? Or, if you prefer, how much more viable and advanced would Gecko be if nobody had wasted their time on KHTML?

    Here we see what, to me, seems to be the ultimate failure of this thing you guys call "open source." What I'm referring to here is the development of large software projects by loose, unorganized confederations of hobbyists, students, and individuals; this is the phenomenon that has come to be known on Slashdot and in a few other places as "open source."

    The ultimate failure of "open source" is this: everybody wants to have it his own way. Consequently, we have ten individuals or groups working on their own variations on X, instead of cooperating on X itself.

    As a software engineering protocol, "open source" appears to be remarkably ineffective.

    How can this be?

    Opinions?

    1. Re:SERIOUS QUESTION by Anonymous Coward · · Score: 3, Interesting

      Well, all things considered, Linux as a whole probably would have caught up to Microsoft in market share and functionality by now, if people worked together as you describe.

      Your point is a massive troll but well taken. I'm sure that 600,000 users are now going to tear you apart and say it isn't so, but the matter of fact is that 100 hobbyists split between 2 competing open source projects can't compete with 100 paid employees working on one closed source project.

    2. Re:SERIOUS QUESTION by dsavitsk · · Score: 5, Insightful
      It seems that the jist of your comment is a distrust of competition to weed out weakness and support strength. For better of for worse, it seems that most systems more of less work this way. MS is where they are because they beat out lots of dead ends. Same goes for GE, GM, Sony, etc. It's even true for governments, and for species (neanderthal?).

      There is some truth that competition is not always the best way to get things done. Further, winning should not be confused with being the best. Many mistakes are made, but before anyone is going to believe that competition and free markets are not the practical best way to progress, you will need to show how someone at the top could know in advance the best option. Gecko may be dead as to KHTML as you say, but one could not have guessed this when Mozilla started.

    3. Re:SERIOUS QUESTION by jericho4.0 · · Score: 3, Insightful

      So what? Choose to use Debian ot Gentoo, choose to contribute to either. Who cares if there is duplicated effort? Opensource is what it is. It doesn't have to 'compete'. I fail to understand how open source has 'failed'. By what measure? I'm useing it, others use it. If I want to spend the next year of my life working on a useless duplication of effort, that's my problem, stop making it yours.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    4. Re:SERIOUS QUESTION by DeathPenguin · · Score: 3, Insightful

      I don't really see what's wrong with this approach. Using desktop managers as an example, some people simply want a full-featured (Or bloated, if you prefer) window manager like KDE so they have similar functionality to commercial OSes. Others may want a smaller one like WindowMaker. Either project would concievably be further along if the developers from one abandon their own projects and joined with the other.

      That's assuming there wasn't a lot of internal bickering going on as to how things should be done, however. I think internal strife is far more dangerous and inhibiting than forking a project. The only way to make dozens, hundreds, or thousands of developers set their attitudes and egos aside for the sake of reaching a common goal is to offer them loads of cash.

    5. Re:SERIOUS QUESTION by Strudelkugel · · Score: 5, Interesting

      A good question, or several, actually. The problem with OpenSource, from a business point of view, is that it is almost impossible to make a big bet with it and gain from the insight that inspired the bet in the first place. Jobs and Wozniak bet on a friendly looking computer and a whimsical company image. Once established, no one could catch up to it for a long time. Gates bet on stripping out the windowing functions of OS/2, leaving the superiority of OS/2 behind in favor of lower cost. Similar big bets were made by Dell, Ellison and others. Now imagine an environment were their ideas were instantly distributed to everyone else, especially before they were completely evolved. I bet none of them would have market gained traction.

      As I have mentioned in other posts, there only three promising Linux markets: high end, which Red Hat will likely win, ultra low end, where Lindows is well positioned, and embedded (TiVo). Successful technology strategies have few peers...

      --
      Imagine how much harder physics would be if electrons had feelings! -Feynman, maybe
    6. Re:SERIOUS QUESTION by Calgary · · Score: 5, Insightful

      It's simple to say that if all the man power poured into all projects solving a certian problem were instead put into just one really good project, then the best possible solution would result. There Mack Truck sized flaw here is that you are assuming that humans are not involved.

      As the article notes, it's primarialy a personallity problem which lead to this fork. Misunderstanding happen, people's feelings get hurt, and some people just want different things. These all lead to conflicts which can ultimatly harm a project. Face the facts about human nature: some people just can't work together.

      Aside from personality conflicts, there's also the people of organizing a lot of people. Organization necessarially leads to buracracy. Lot's of people hate buracracy, and lots of people like to root for the underdog. In a large organization, which would be necessary to combine all the little projects, people coming on to the project would find the structure so unwieldly and confusing that they would just prefer to start over with a new organization.

      Competition among open source projects lets users choose (where user may denote an end user like your Mom, or a corporate user like Apple) which is right for them. In this way, OpenSource is like capitalism. People get to choose the product which best fullfils their needs. The only difference (generally speaking) is that direct monetary cost for the product is removed from the equation (support, hardware, etc would still have to be considered).

      One other point is that a lot of new coders who don't have enough skill to contribute directly to an established project will often release things they did to teach themselves as OpenSource. This doesn't really dilute the marketplace, since often such projects get abandonded quickly as their creators move on to bigger and better things, or are obviously lacking. So while it may sound reasonable to have one really good IRC client instead of a million half finished ones (and a few finished ones), the argument assumes that everyone is capable of contributing the high quality code as soon as the start to learn to program.

      ...mch...
    7. Re:SERIOUS QUESTION by (insert+nick+here) · · Score: 2, Insightful

      This is because the open source community isn't one huge project to develop thingie X, as specified from the customer. It's about an enourmous amount of independent developers viewing the entire open source codebase, and evaluating "Is there anything in here I think sucks, that I could make better?", and then they do an attempt at doing that. Works basically in the same way as evolution.

      One of the reasons why this is the best approach is that all developers have different visions of how things should be and what are the real problems with a project. The commercial way of solving that is discussing it, and then let some project leaders pick a compromise that most developers would silently disagree with, but, with slightly lowered motivation, work on anyway. The open source way is that people do what they want, and then afterwards the world can see who was right.

      The result of this process is not the maximum code lines possibly produced by millions of developers. It is the most stable and at a certain level "perfect" software possible. This is best illustrated by a Djikstra quote that I don't remember the exact wording of, but it goes something like "The project isn't finnished when it has all the code lines required. It is finnished when it has nothing but the code lines requires". That is quality != quantity.

      If open source has one problem, however, it is that the continous enhancement process works like the hillclimbing algorithm. It enhances itself, but revolutions that imply changing lots of projects concurrently to make long term quantum leaps without implying short term enhancements are just not going to happen.

    8. Re:SERIOUS QUESTION by IamTheRealMike · · Score: 2, Insightful
      Now think about how much further along Linux would have been if that time, money, and effort had not been squandered on dead ends

      Dead ends and wastage are a part of life. It's not possible to plan everything, tell everybody what to do. It's like saying "just imagine how advanced ours cars would be if everybody had simply bought Ford".

      Now think about how much time, money, and effort was spent on Gnome or KDE. Now think about how much further along Gnome or KDE could have been if nobody had wasted their time on the other one.

      That split was unfortunately inevitable, and it will hopefully serve as a lesson to anybody that would start a major product while ignoring the philosophies that started it all.

      Now think about Gecko. Gecko, as a browser technology, is essentially dead. KHTML, thanks to Apple, rules the day.

      According to my desktop neutral but Linux based website (see sig), over 45% of my hits come from Mozilla. Only 8% come from Konq (and in fact it's normally lower, more like 4-5% on most days, but the figures do vary). Interestingly, Internet Explorer makes up the rest, presumably from people visiting at work. See here for details

      So, in the real world, Gecko is most certainly not dead. "Dead" in this context would have to be determined by development speed and user base. Clearly, I have to cater to my users, almost all of which are on Mozilla based browsers.

    9. Re:SERIOUS QUESTION by mcrbids · · Score: 4, Insightful

      This only makes sense when you are a programmer.

      I have dozens, maybe hundreds of "dead" projects. Ones I will probably never complete.

      However, the technology I put together to start a "dead" project often comes to life in a completely different form.

      For example, work I did in PHP to emulate a mail server relay (for the sheer heck of it) later came back to life in a commercial venue when I needed a method to synchronize data via the Internet. I used a somewhat SMTP-like protocol, added encryption for security, and voila!

      It's sorta like being a welder in a wrecking yard - there's lots of raw material to work with to get the paying stuff complete.

      That's somewhat like how the open source model works. By working in parallel, various projects that in and of themselves never become #1, still allow for the testing and proving of various ideas.

      The ideas are then available for reuse elsewhere.

      Think of SourceForge as a wrecking yard for Intellectual Property.

      Now, those "failed" projects are ideas that were tried, and for whatever reason, failed. Each failure is actually a success, in that something that didn't work was tried, and now it's known not to work.

      If you try to climb a cliff on the 10th of April, and by the 11th, you haven't made it to the top of the cliff, have you failed? Or have you simply tried a method that didn't work, and are free to try again?

      The real issue raised by your post is really the black and white, "success/fail" mentality pounded into us by the "pass/fail" school system we all endured while growing up. But "pass/fail" is not how software engineering (or life) works.

      A "failure" is simply an attempt that didn't achieve the intended goal. It can be considered a "success" if the information gained in the attempt lead to the achievement of the goal!

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    10. Re:SERIOUS QUESTION by nathanh · · Score: 2, Funny
      The ultimate failure of "open source" is this: everybody wants to have it his own way. Consequently, we have ten individuals or groups working on their own variations on X, instead of cooperating on X itself.

      Yeah, I see similar failures all the time.

      I go to the book store and there's hundreds of books. Different plots and different stories and different covers. Wouldn't it be better if there was just One Book!

      I go to the movie theatre and there's a new movie every week! Different plots and different actors and different meanings. Wouldn't it be better if there was just One Movie!

      Choice is a failure! I can't wait until we all wear the same drab clothes and live in the same box-like houses doing the same boring things and living the same unoriginal lives.

    11. Re:SERIOUS QUESTION by I+start+fires · · Score: 2, Funny

      There are some people that agree with you

      "One World, One web, One program" - Microsoft Promo ad.
      "Ein Volk, Ein Reich, Ein Fuhrer" - Adolf Hitler
      --

      --
      "I've been called worse things by better people." -Pierre Elliott Trudeau after being called an asshole by Richard Nixon
    12. Re:SERIOUS QUESTION by Sloppy · · Score: 3, Insightful
      IN SOVIET RUSSIA, Anonymous Comrade wrote:
      This is serious question, comrades.

      I want you to think about how much time has been spent and money and effort invested over the past (let's say) six years on the various auto design teams in capitalist America. There are, what, half a dozen major ones, and maybe a dozen more niche or fringe ones?

      Now think about how much further along auto design would have been if that time, money, and effort had not been squandered on dead ends and capitalist competition.

      Now think about how much time, money, and effort was spent on Ford Pinto and Chevy Nova. Now think about how much further along Pinto and Nova could have been if nobody had wasted their time on the other one.

      Here we see what, to me, seems to be the ultimate failure of this thing you guys call "competition." What I'm referring to here is the development of large capitlist businesses by loose, unorganized confederations of businessmen, students, and individuals with no loyalty to the proletariat or planning by the government; this is the phenomenon that has come to be known on Wall Street and in a few other places as "capitalism."

      The ultimate failure of "capitalism" is this: everybody wants to have it his own way. Consequently, we have ten individuals or groups working on their own variations on X, instead of cooperating on X itself.

      As an economic system, "capitalism" appears to be remarkably ineffective.

      How can this be?

      Opinions?

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  6. Sean Connery says: "Just like a Mick by teamhasnoi · · Score: 3, Funny
    to bring a fork to a gnu-fight."

    Oh god. That's really bad.

  7. Wow by mcspock · · Score: 4, Insightful

    I read this guy's post in disbelief. At one point he says he has been contributing for a while because he believes in linux and gentoo, and at another he says that he expected his contributions to be treated as building some sort of long term path that would be financially beneficial to him. How can you write code, contribute it to a major GPL project, then not realize that your contribution is one of thousands, and that there is no major plan to reward individual contributors?

    --
    -- Patience is a virtue, but impatience is an art.
    1. Re:Wow by OverlordQ · · Score: 4, Interesting

      How can you write code, contribute it to a major GPL project, then not realize that your contribution is one of thousands, and that there is no major plan to reward individual contributors?



      When your 'contributions' include managing the entire ARM and Embedded projects, loaning 5 machines to the infrastructure, then practically thrown out of the loop once the founder figures out there could be good money involved.
      --
      Your hair look like poop, Bob! - Wanker.
    2. Re:Wow by Zork+the+Almighty · · Score: 5, Insightful

      Gentoo Linux is for-profit. He expected they would spin off a company to do embedded systems, and that he would be "in on it". Turns out that wasn't the case, so he forked the project (it's all GPL, after all) and he's going to do his own thing. Kudos to him, so long as this doesn't turn into a FUD war.

      --

      In Soviet America the banks rob you!
    3. Re:Wow by avenj · · Score: 2, Informative

      Actually we're going nonprofit soon. This has been repeatedly mentioned on the gentoo-dev mailing list by drobbins.

  8. As a Gentoo user... by dafoomie · · Score: 5, Insightful

    As a Gentoo user, this makes me feel much less enthusiastic about where this project is headed. Especially the shady practices of the guy in charge (particularly, trying to pass themselves off as a non-profit). I will probably go with the fork as soon as possible.

    1. Re:As a Gentoo user... by Zork+the+Almighty · · Score: 4, Insightful

      Personally, I'm going to wait before there's something fundamentally wrong with Gentoo before I switch. This guy seems to have a lot of sour grapes, although when money is involved you can kindof see why. If you're concerned about for-profit, etc, you might want to use Debian GNU/Linux.

      --

      In Soviet America the banks rob you!
    2. Re:As a Gentoo user... by avenj · · Score: 2, Informative

      When have we ever tried to pass ourselves off as a nonprofit? We're currently a for-profit. We're going nonprofit soon. We've always been upfront about our current situation. We're not making any money, by the way.

    3. Re:As a Gentoo user... by Deusy · · Score: 5, Insightful

      Personally, I'm going to wait before there's something fundamentally wrong with Gentoo before I switch.

      I lean towards agreement with this statement. It's not as if Gentoo does not have a Social Contract and is closed in any way. Sure, a few private mail lists may exist, as they do in other projects, and there may be business motives behind key Gentoo developers. But at the end of the day the project is GPL, top to bottom, (hence it is forkable) and it will not go in a direction that disatisfies the non-core developers and user community, otherwise it will lose those two precious commodities and cease to exist.

      And at the end of the day, people have to put bread on the table. If they find a way to do that through a GPL project, good luck to them. I say good luck to both Gentoo and Zynot, and given my excellent experiences in using Gentoo (never will I go back to something rpm based) I'll be using the best one of the two for the forseeable future.

      Who knows, maybe the fork will be good and any co-operation - intentional or through GPL'd code swapping - will probably benefit both distros. (Yes, projects can co-operate in when the leads hate each other, that's the GPL for you.)

      --

      Free Gamer - Free games list and commentary

  9. It's only tyranny when someone else is in charge by mikeophile · · Score: 5, Insightful
    Ok, in Mr Welsh's article, he give this as the primary reason for the fork:

    Ultimately, my personal problems with Daniel and Gentoo in general can not be solved by this restructuring; the organization will still place a single person with final authority about the distribution. I would not trust any single person to lead a distribution of this size

    Then, on the very next page, he says this:

    Who will be in charge?

    At first, I will be the ultimate arbiter and policy maker with regard to the direction, culture, and policies. I am the one that has decide to gamble career and reputation by forking this project; I am the one organizing, leading, and capitalizing it. This paper presents the vision that I have crafted for it, and while one that has been subject to significant scrutiny and feedback, it still largely reflects the vision of one single person.

    Whaaaa?

  10. Well, this is just great... by Akardam · · Score: 4, Insightful

    The day that I think to myself, "Hey, you know, this Gentoo thing looks pretty cool... Linux + FreeBSD style ports? What a sweet deal! Let's give it a whack...", this happens.

    At the risk of generalizing the situation, I'll say that more often than not egos get in the way of something really freaking cool, and ain't that a pisser...

    *sigh*

    1. Re:Well, this is just great... by Metrol · · Score: 4, Insightful

      As a FreeBSD user who has not yet dabbled with Gentoo I couldn't help but wonder why Zachary or Geert Bevin didn't go about working with FreeBSD rather than Gentoo in the first place.

      The primary focus of Zachary's complaints center around...

      1. Gentoo is a for-profit.
      2. Managed by a single person.
      3. Portage is cool.
      4. He wants to profit from using in embedded devices.

      To each of these points FreeBSD sounds like where he really wanted to be rather than with Gentoo. FreeBSD is most definitely a non-profit project. He would be dealing with an established, community based management team with tasks heavily delegated. It has a port system (that portage was based on). He could even use the kernel in embedded devices without GPL related concerns.

      If you followed the link to Geert Belvin's parting shot I'm left wondering the exact same thing. The FreeBSD community would love to see more advanced work done on its ports system. A seperate project had been spawned off to do just this very thing a while back, then floundered in lack of progress.

      To each of these folks I'd be curious why they didn't look beyond the Linux world and into FreeBSD, or perhaps one of the other BSD's.

      --
      The line must be drawn here. This far. No further.
  11. -1, Flamebait by mrscorpio · · Score: 5, Interesting

    It's nice to see my intuition confirmed. Gentoo is the only community-run project of which I am aware that mostly ignores the community. Go read the posts at forums.gentoo.org...you'll see most of the developers (Especially Kurt Lieber) are arrogant and talk down to the users. You'll see many ignored ideas that make sense; it took about 6 months for anyone to pay attention to the scores of users who wanted updates from the developers, of this supposed "community" distribution and it took another couple of months before the Gentoo Newsletter was implemented...and it STILL doesn't really give people what they want, telling people the number of bugs found and squashed, rather than good info on what the bugs actually ARE.

    Did I mention how arrogant the developers are? People who don't want to install 1.4 until it is final are looked down upon and told "it's just the installer, it's good enough." Well then, why not call 1.4 RCx "1.4 final" then, if it is "good enough?" People who suggest that new features shouldn't be added to a release candidate build are ignored. And this is not the first developer that has cried foul of Daniel Robbins. I don't know him personally so I can't say with authority, but I smell a rat.

    The sad thing is, despite the horrendous developer beauracracy, it's still the best source-based distro out there. Hopefully this Zynot project will overtake it eventually. If there is more to it than spite towards DR, I think it will succeed.

    Chris

    1. Re:-1, Flamebait by KentoNET · · Score: 2, Interesting

      You're right, some of the developers are very, very arrogant. Unfortunately, those few devs give a terrible reputation to the rest of the group, who are really a bunch of very nice people. If you frequented the IRC channel on freenode, you would know that. I've never seen someone like drobbins be so humble to his community. Development manager Seemant Kulleen is also very nice, and got the ball rolling on a revolutionary XFree ebuild with all kinds of patches included, even attempting to get GATOS in there for the countless ATI users. klieber and some others may not be as nice, but even those few guys are nowhere near as bad as the friendliest developers of other distributions.

      About the "installers", those versions are primarily intended for the LiveCD's, not actual installation procedures themselves. 1.4RCx, for instance, has many more features than the older 1.4RCy, including autodetection and setup of network devices and numerous other hardware, or whatever. That's what the version refers to, not the results of those CD's. The installation procedure has not changed since (before?) the 1.0 CD was released.

      --
      "You tried your best and failed miserably. The lesson is...never try. Heh!" -Homer
    2. Re:-1, Flamebait by pigeon · · Score: 2, Funny

      Hey, not only has gentoo the ports collection like freebsd, it has also the sometimes less than friendly developers like openbsd... cool!

      (Disclaimer: this is a joke. I like openbsd)

    3. Re:-1, Flamebait by lewp · · Score: 3, Funny

      If you're part of the "Linux community" you mentioned, let me the hell out. While it's hard to disagree with some of your observations about the vocal (seemingly) majority of Gentoo users, you manage to layer enough homoerotic bullshit on top of your valid points that you look just as bad as any of them.

      You mostly come across as some little kid who got a mean response on one of their forums and has a bone to pick. The only reason I can see for you to be moderated "Funny" is because there is no "Sad" modifier.

      --
      Game... blouses.
    4. Re:-1, Flamebait by asteinberg · · Score: 2, Informative
      I think you're right on, except for the "it's still the best source-based distro out there" comment. Though I haven't really been following it recently (ever since I saw the light and switched to Debian, I haven't really looked back to the source-based distros), I suspect Source Mage might give Gentoo a run for its money.

      When Source Mage was first being formed (which itself was after a series of ugly fork-related situations) everyone made sure to put a lot of effort into creating strong Debian-like guidelines to ensure that it would be controlled by its community and not have to deal with the corruption that seems to be present at Gentoo. It will be interesting to see if this controversy will push any users toward switching to Source Mage. More info about it here.

      Though of course, I must say, you should probably save yourself the trouble of compiling all that crap anyway and just get yourself a real distro.

      --
      The first ever Ultimate Frisbee video game: here (now
    5. Re:-1, Flamebait by binary+paladin · · Score: 2, Insightful

      Heh. Linux is all about choice? From a technological standpoint this seems true, but I swear... I can't even begin to count the number of jackasses that tell me that choice sets Linux apart from commercial OSes like any of Microsoft's offerings and then turn around to tell me what distro I need to use in order to be a real man.

      You distro freaks kill me. Seriously. On a daily basis I find myself amazed at the diversity and coolness of the open source world from both a technological and idealistic point of view. There's just a whole lot going on and a whole lot to choose from.

      Of course, in the mix there are a bunch of pricks who have to tell people to do crap like get a "real distro." I'd ask you what exactly qualifies as a "real distro" but you'd simply reply with "Debian."

      Linux and, more importantly open source are about choice. Choice. Choosing. Why? Because we're not the same as the Microsoft/Corporate world would like to make everyone think. You like Debian. Great. Is Debian more real than Redhat or SuSE or Slackware? Nope.

      I use two distros on a regular basis, Slackware and Gentoo. Is either better? Yeah, for their intended tasks. My servers are Slack boxes and my desktop is a Gentoo box. Seeing as I'm typing this in Mozilla Firebird right now, it seems safe to assume that this is a "real" Linux distro in that my computer is up and running and working nicely.

      There's no such thing as a "real" distribution. There's no light to see. There's no moment of holy communion. It's an OS you jackass. And like everything else in the world one size, no matter how flexible, does not fit all.

  12. Hear, hear! by Akardam · · Score: 3, Insightful

    This guy's so full of himself it's making my head spin. He seems to think that everybody should owe him dues for everything that is Gentoo. His documents are full of "my servers...", "me" this and "I" that. It honestly looks like he had a hissy fit and took his toys home because he wanted one of Gentoo's major focuses to be embedded systems, and the other developers said, "that's all nice and dandy, but we aren't really concerned too much about that for the moment...".

    Sheesh. Some people...

    1. Re:Hear, hear! by gladbach · · Score: 4, Interesting

      I'm pretty dubious both ways... for one thing, we've only heard his side of it, but on another thing, it sounds pretty shady for him to have contributed all that, then having DR cut him out of the loop, seemingly wanting to keep the future money prospects to himself.

      (why they couldnt have worked together, I have no idea. Could have been a nice contractual partnership)

      I love gentoo. I haven't installed another linux distro since the early betas. But when it comes to linux and politics, nothign would suprise me anymore. Certainly not when it comes to finding a buisness model to supporta GPL project.

      --
      "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms,
    2. Re:Hear, hear! by sir99 · · Score: 2, Insightful
      I'm pretty dubious both ways... for one thing, we've only heard his side of it, but on another thing, it sounds pretty shady for him to have contributed all that, then having DR cut him out of the loop, seemingly wanting to keep the future money prospects to himself.
      Emphasis mine. That's exactly what amazes (and repulses) me about this. His side is the only part I've heard, and it still gives me a really bad impression of him. In addition to the other poster's observation that he seems to overestimate the comparative worth of his contributions when expecting something in return, he seems to completely misunderstand the motivations of the community that he was interacting with. I doubt many of them have the profit motive that he does; they probably mostly work for fun. He only seems to be seeing things in business terms.

      I also think he's being hypocritical, when he complains, "Every contribution made to Gentoo builds the brand of the distribution, value that is not being fairly shared with those members of the commnity that have helped build it." I wonder, does he intend to "share" the value that his company gains by using Gentoo? To share it with the authors and communities that produced Gentoo and the thousands of open source software packages he'll undoubtedly use?

      --
      The ocean parts and the meteors come down
      Laid out in amber, baby.
  13. Re:It's only tyranny when someone else is in charg by rainwalker · · Score: 4, Informative
    If you read a bit further,

    ...I would expect to no longer need to exercise dictatorial control after the bylaws have been initially established...new directors will be elected by the community...

    and so on. This document implies that he himself could be removed from the board of directors once it is run completely by the community, although I doubt that would happen.

  14. Re:It's only tyranny when someone else is in charg by Anonymous Coward · · Score: 2, Insightful
    I'm sure most dictators say the same thing when they take office.

    I'll believe it when I see it.

  15. Reasons for forking are personal. by bsdfish · · Score: 5, Insightful

    Having read the reasons that the author provides for starting this fork of the project, it seems to me that this is just a result of personal disagreement. There is much bitterness involved in the arguments; indeed, the end(where he discusses the changes occuring in Gentoo) sounds like overconfidence in his importance. The author is convinced of his importance - everything that happens either happens because of him or to spite him. While I hope that the fork will allow him to focus on contributing to his project without constant worries about politics, I don't think highly of his reasons. There is far too many gaps in his story(why would he loose his developer status for a few suggestions? I'm sure there was major flaming involved) . . .

  16. Zynot has forked ... by Anonymous Coward · · Score: 4, Funny

    Couple of days after Zynot forked from Gentoo
    a group of disgrunted Zynot users decided to
    fork Zynot to Yznge platform. The users welcomed
    this fork as it closes us to the ultimate
    Wholy Grail of the Linux movement known as
    "Linux distribution for everybody" meaning that
    each person will have his/her own Linux distro.
    Linux made another important step on the way
    to the total world domination :
    "Ein Mann, Ein PC, Ein Linux distro" !!!

  17. Here are my posts by IamLarryboy · · Score: 3, Insightful

    I posted on both message boards. I thought slashdot might be interested in my posts.

    On forums.gentoo.org
    ----
    I have read most of Zach's rant and it disturbs me. Much of what Zach is complaining about seems to be dealt with by the Gentoo top-level management structure proposal. However, the most important part of his claims, the "business" part, are not. I of course will hear D. Robbins out as well.

    Regardless, I think the Gentoo project needs to CLEARLY establish what is bussiness and what is not. This should, hopefully, prevent these claims frum being made in the future.

    The way I see it this whole affair is nothing but bad news. I hope and pray it all works out.
    ----
    and on forums.zynot.org
    ----
    I have read most of Zach's rant and it disturbs me. Much of what Zach is complaining about seems to be dealt with by the Gentoo top-level management structure proposal. However, the most important part of his claims, the "business" part, are not. I of course will hear D. Robbins out as well.

    Regardless, I think the Gentoo project needs to CLEARLY establish what is bussiness and what is not. This should, hopefully, prevent these claims frum being made in the future.

    The way I see it this whole affair is nothing but bad news. I hope and pray it all works out.
    ----
    I will not sleep well tonight.

  18. Multiple options are the STRENGTH of Open Source by SoulDrift · · Score: 4, Insightful

    I totally disagree, I think that every one of these cases you've specified has *benefitted* from the very competition that you're saying has harmed them.

    Every Linux distribution was designed to fill a niche, every single one of them has a different take on how things are done. And every single one of them has the opportunity to learn from all the others. In terms of what to do, and what not to do.

    I think the best example of this *is* Gnome and KDE. Both of these systems have a very different approach to solving the same problem. Both of them also have learned from and borrowed ideas off of the other one.

    I love open source software for one simple reason: The choices I am able make in my computers look, feel, and behaviour. If I don't like KDE, I switch to GNOME. If GNOME is pissing me off, I'll play with Fluxbox.

    Without the multiple competing options in the form of all these software projects/distributions, what would we have? We'd end up with ONE option that we'd have to use, whether we liked it or not, and no alternative to go to. Does that sound familiar? It's the situation I was in before I discovered there were other options to Windows.

    I'm not going back to those dark days, not if I can help it.

  19. Zynot fork?? by pair-a-noyd · · Score: 2, Funny

    Zy the hell not??

  20. All I can say is wow by JonnyRo88 · · Score: 3, Interesting

    As to the "sweat equity" arguments I can only say that he submitted his code as a volunteer. If he was concerned about getting certian business considerations as a result of his work he should have taken it in writing.

    One thing I was not certian of; did he loan or donate those servers he mentioned. If he loaned them I could see it being the nice thing to do to return them if he no longer feels comfortable lending them out.

    We'll see how this all turns out a year or two from now. I doubt any useful information will come out of either side for a good couple of months. The sanatized reports are all we will get for a while, until later on enough secondary evidence tricles out for people to make their own decisions.

    --
    The Ro Factor - Jeep/Linux Weblog
  21. Daniel Robbins' Reply: by kikawala · · Score: 5, Informative
    1. Re:Daniel Robbins' Reply: by Anonymous Coward · · Score: 2, Interesting

      I will not make any attempt to correct your account of events, even though they contain numerous gross exagerations, innaccuracies, massive "spin," and false insinuations that I am ripping people off, just in my initial scan of what you wrote. Littered with lies, and slanderous, certainly.

      What was that about not correcting his account?

      Because, frankly, life is too short for this kind
      of stuff. I don't want to waste it by launching personal attacks on people.


      OK...

      I could easily "win" the argument by explaining in detail what really happened, sharing the real facts, details, situations, conversations and intentions, proving lies to be fabrications, assertions to be stories, and your supposed critical analysis to be fueled solely by irrational anger. But somehow I think that I'd end up "losing" by adopting your tactics. ...what was that you said about personal attacks again?

  22. Debian by mackstann · · Score: 3, Insightful

    Agreed. I am no debian zealot, but I strongly believe that volunteer-driven OS's are a better idea. Motives aren't under question (well, at least to a lesser extent), and the bottom line doesn't interfere with things.

    1. Re:Debian by xenocide2 · · Score: 2, Informative

      Instead the weekly news summary is filled with the joyous harmony of discussion on why certain liscences deserve to be punished for not being free enough. I like the debian package system but theres a lot of far out techno-politicals involved as well. I guess it hasn't been to large of a turn off though since I'm still using it ;).

      --
      I Browse at +4 Flamebait

      Open Source Sysadmin

  23. Re:So much for the greatness of Gentoo by KentoNET · · Score: 5, Insightful

    I never mentioned anything about the way the community acts as a whole. It was more in reference to the way it has grown and probably will continue to grow, as well as how it responds to certain events in conjunction with Gentoo innovation, such as this.

    I posted a Gentoo comment here because the article is about Gentoo! I agree that Gentoo and its community both have shortcomings. And I also believe that Slackware, Debian, RedHat, Mandrake, etc. all have similar shortcomings, both in community and in software. Linux is like that right now, and will be until it stabilizes. No matter what distribution you're a fan of, you can never claim that your favorite is better than the other ones. That won't accomplish a thing.

    --
    "You tried your best and failed miserably. The lesson is...never try. Heh!" -Homer
  24. An answer to the serious question by fireboy1919 · · Score: 5, Interesting

    You might be a troll, but you serve much better as a devil's advocate.
    I don't think you're looking at this quite right.

    The "failure" of open source is that everybody wants it their own way, perhaps, but you should look more seriously at what that means. They want any piece of software they want to work with whatever hardware they've got as well as possible. There really isn't anything wrong with that. Shouldn't this be the case?
    This has been a HUGE problem in the past.

    There was no way to make any piece of software work well without hurting some other piece. You want easy installation? Then you won't be able to optimize. You want to optimize? Then configuration will not be easy.

    The problem is not choice, it's flexibility. Autoconfig did a lot to ensure that flexibility, and this "fork" is another step in that direction. I put fork in quotation marks because it is quite likely that a lot of the material in the fork will go back to the original. At least, I really, really hope so. Otherwise, there are certainly going to be people switching back and forth between the two distros. Gentoo is designed with flexibility in mind, and it is becoming more flexible as time goes on, so this is quite feasible. Haven't you heard how much Gentoo steals from other distros?

    Here's a better question than yours.

    How much farther along would your distro be if all open source software was easily accessable to it? How much farther would it be if someone could create packages for your distro that come from a different distro, processor, or even kernel?

    That seemed to be ZWelch's concerns when I talked to him on #gentoo-embedded last.

    One final note: in case you're thinking that something like this is just another development thing, note that Zachary Welch was the lead embedded group developer. This is going to be a distro with advanced cross-compilation capabilities, an area which is rather undeveloped (anywhere in the open source world) at the moment.

    --
    Mod me down and I will become more powerful than you can possibly imagine!
  25. Re:Hardneded Gentoo by KentoNET · · Score: 5, Informative

    You miss the point, though. The true admin of the server can still do whatever he wants, by authenticating with the SELinux policy system. Even if the server gets rooted, it's all for naught without being able to authenticate with SELinux. If you understand anything about security, you know how valuable that can be for a system that needs hardcore security.

    --
    "You tried your best and failed miserably. The lesson is...never try. Heh!" -Homer
  26. SERIOUS ANSWER by jaaron · · Score: 4, Insightful

    The ultimate failure of "open source" is this: everybody wants to have it his own way. Consequently, we have ten individuals or groups working on their own variations on X, instead of cooperating on X itself.

    I'm almost ready to call troll on this one, but I figure I can answer this question yet once again and perhap it will stave off other similar comments.

    First off: What is this "open source" you speak of? There is NO centralized, organized open source movement, despite what ESR might claim. There are may individuals and groups creating and producing open source software, yes. But they are widely varied in goals, scope, and success. Many (most?) produce open source software on their own time and on their own terms. That's certainly the case for me. It's a hobby. It's a fun thing to do. And no one is going to tell me I have to cooperate with so and so just to make sure open source software succeeds. I'm doing this for fun, remember? So if I want to create my own Yet Another Linux Distribution (YALD?) or whatever, then it's my choice, particularly since I'm doing this on my own free time!

    "Open source" describes a software licensing model and, I suppose, a development model as well (not really) but certainly not a "software engineering protocol." Extreme Programming is a development model. Open source is a licensing model. It is not a grand movement. It is not a single entity bent on taking over software development. Sure there are some open source developers and free software developers with these ideas, but they do not necessarily represent the whole of the "community."

    In other words, look at your comment this way:

    The ultimate failure of "human society" is this: everybody wants to have it his own way. Consequently we have ten individuals or groups working on their own various on X, instead of cooperating on X itself.

    Okay, yeah, so it was a troll, but it's a common misunderstanding too. Hopefully a few /.'ers will learn something from this (other than not to feed the trolls).

    --
    Who said Freedom was Fair?
  27. If the man's story is true by xenocide2 · · Score: 4, Insightful

    Then perhaps this is one of the unspoken victories of the GNU liscence. Rather than squabbling over whether the man's work was some form of unpaid volunteer labor, he is free to take his efforts and start his own camp. Neither side suffers from debilitating lawsuits, and hopefully the two can coexist peacefully.

    In truth this is not particular to the merits of GNU. Any project run with a public source repository allowing use to the public benefits from this. What is truely interesting is the general lack of forks, and of those forks that do exist, the frequency that they "consolidate." I've said it before but observing OSS projects often seems like watching Communist Russia. The software is liberated, but control is wrest over the 'common' source code. This code repository was referred to by ESR as a form of cathedral, where design is king, but I see it as more of a beuocracy, where people are sent in recursive loops to submit patches for application. Marx suggested the idea of the proletariot dictatorship, but in practice Stalin felt that the proletariot required a Leader. Such is the role of the Maintainer. But Orson Wells probably did a better job with Animal farm than I can do with OSS. I do not mean to disparaige the GNU liscence by calling it Communistic, but simply that often large projects like Gentoo (and BSD) suffer from this wrest for control.

    In conclusion I wish the Zynot group luck in this quirky fork, and hope that he can find a solid niche outside of x86 and PPC as he claims.

    --
    I Browse at +4 Flamebait

    Open Source Sysadmin

  28. Re:Where is a fork going to get the bandwidth? by Arker · · Score: 3, Informative

    Gentoo requires lots of donated hosting and bandwidth. The amount of resources used in rsync alone must be huge. Where is this guy going to get the backing to make this even feasible?

    If you read the article he claims that much of their existing infrastructure is either directly or indirectly on loan from him...

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  29. joke by MoOsEb0y · · Score: 2, Funny

    Random Guy: Why'd you make a fork off Gentoo?
    Ex-Gentoo Devel Guy: Zynot?

  30. it will work itself out by 73939133 · · Score: 2, Interesting

    Open source is driven by market forces. If Gentoo makes sense, people will continue to use it. If this new effort makes sense, people will start using it. If either organization violates open source licenses, they can kiss their business model goodbye. It's no big deal.

    As for all the personal stuff, well, people need to think about ahead of time what they are investing their time in and what they are going to get out of it. In the business world, all you get is what is guaranteed to you contractually in writing (or by law). So, don't spend time developing open source software expecting that some profit or job will magically materialize. Either develop open source software under contract, or do it for fun or as a volunteer.

  31. Some of us expect those attitude problems by Sevn · · Score: 2, Interesting

    I actually expected this. A project as brilliant as
    Gentoo was probably going to follow in the footsteps
    of FreeBSD. So now they have their Guido. Big
    surprise. It's kinda like how The Smashing Pumpkins
    did/do/whatever nothing but fight nonstop, but put
    out goodness. Same thing goes for The Pixies until
    they broke up in 91. You need those premadonna's
    though. They fire up everyone else enough by either
    inspiration or plain pissing them off to get to the
    really interesting aspects of people. People end up
    doing things that they never expected. Like say,
    donating 5 machines for the cause. You need people
    with these questionable methods and morals running
    the show. A blowjob in the oval office happens.
    Look how great openbsd is. I'm from the school of
    UNIX where Admins were Gods. You treated them like
    gold. Heads of other departments kissed your ass
    or you didn't do shit for them. Sometimes I really
    miss those days *sniff!*. You can argue til you
    are blue in the face that you can't run a business
    that way. Those fat smelly hippy geeks didn't
    deserve those huge salaries and aerialon chairs
    and insane levels of power, but is it really
    better now? Open Source projects are one of the
    last places someone that wants to get their
    power on can find refuge. It's one of the few
    places they can get the loyalty and admiration
    they feel they rightly deserve for being the
    type of God necessary to pull of the types of
    things necessary to make something as stunningly
    beautiful as Gentoo. Let them have their lame
    tantrums. Let them play God and cuss people out
    and ignore the lusers. As long as they keep doing
    the kinds of things that will allow them to get
    away with it. I, for one, miss the stuck up
    asshole admin/coder/developer. He was always
    a great friend as long as you were clueful and
    didn't ask stupid fucking questions you could find
    the answer too in 5 minutes on your own. If we
    didn't live in a culture the constantly rewarded
    mediocrity and scorned intelligence, they wouldn't
    act that way because they wouldn't have too.

    --
    For every annoying gentoo user, are three even more annoying anti-gentoo crybabies. Take Yosh from #Gimp for example.
    1. Re:Some of us expect those attitude problems by balthan · · Score: 5, Funny

      You know
      the bea-
      uty of
      HTML
      is the
      way you
      don't
      have to
      have
      strict
      format-
      ting so
      things
      can be
      rendered
      in a
      non-
      annoying
      way on
      many
      differ-
      rent
      machines
      .

  32. Re:It's only tyranny when someone else is in charg by Faux_Pseudo · · Score: 2, Insightful

    I would not trust any single person to lead a distribution of this size
    I wonder how Patrick Volkerding feels about that comment since slackware comes out way ahead of Gentoo in every poll of how many people are using what distributions.

  33. Obvious Monty Python Reference by Twinkle2 · · Score: 5, Funny

    REG: Right. You're in. Listen. The only people we hate more than the Romans are the fucking Judean People's Front.
    P.F.J.: Yeah...
    JUDITH: Splitters.
    P.F.J.: Splitters...
    FRANCIS: And the Judean Popular People's Front.
    P.F.J.: Yeah. Oh, yeah. Splitters. Splitters...
    LORETTA: And the People's Front of Judea.
    P.F.J.: Yeah. Splitters. Splitters...
    REG: What?
    LORETTA: The People's Front of Judea. Splitters.
    REG: We're the People's Front of Judea!
    LORETTA: Oh. I thought we were the Popular Front.
    REG: People's Front! C-huh.
    FRANCIS: Whatever happened to the Popular Front, Reg?
    REG: He's over there.
    P.F.J.: Splitter!

  34. Yep, just what we need. by wiresquire · · Score: 4, Interesting

    OK, bye bye karma...

    This is a really great strategy. While the rest of the industry consolidates, we Linux'ers will start forking and flood the market with too much choice!

    Seriously though, this is my greatest concern about Linux. Are we just recreating unix wars? Already, there is *significant* variance amongst different linux distros, even ignoring forking those. Argue against this all you want. The fact of the matter is that anyone writing to Linux needs to do a lot of testing/QA to have any confidence that their software will work on distro X version Y. Unless like 99.9% of our community, you want to just throw some source up and hope that an *end user* can 'make' it.

    Major distros have a competitive reason for having other distros fork. Divide and conquer is a sound principle. The more distros there are, the more it forces you to pick the top X.

    Not to mention that Microsoft must love this kind of behaviour: "Man, here we were worrying about them, and they fscked themselves!".

    Personally, I think there may be some funky logic behind using some of the principles behind JCP. You specify a version of Linux* like J2EE that's made up of a particular version of common component technologies. 'Scuse my ignorance if United linux is doing/trying to do the same.

    Differentiation and innovation is cool, but it is happening at the very core of Linux* itself, forcing people who write software to make choices that are as good as proprietary (I write to distro X). Man, flame me and pick this apart all you want, but I'm *really* trying here.

    *Correct, I incorrectly use teminology to talk about not 'Linux the kernel' but 'Linux the kernel + other things'.

    --

    So does Anonymous Coward have good karma?

    1. Re:Yep, just what we need. by evbergen · · Score: 4, Insightful

      Multiple major distros is good. Why? Because it hopefully forces the ISVs to specify their requirements in terms of standards instead of in terms of distros, thus lowering the barrier to entry for distros, which is good for innovation.

      Oracle targetting RedHat only is a big problem, and not a solution for anything whatsoever. It doesn't help anybody but RedHat. They should support their product on any LSB-compliant linux.

      Fragmentation will help there, because it makes standards not just a nice-to-have, but a /necessity/.

      --
      All generalizations are false, including this one. (Mark Twain)
  35. How goes Gentoo? by yaar · · Score: 2, Interesting

    First, I think it best that we keep the hype beat back and focus on the facts-- namely that this is apparently a not-so-core contributor that has issues with Gentoo's direction and Gentoo's directors; the very same directors that managed to architect a distro that the principle plaintif is so very fond of. Second, persons that pick up gentoo because it's bleeding edge tech, implementing god knows what next ( hardened, ppc port that blows the dedicated ppc distros away, ... ), go on to complain that th e developers are not responsive to user requests. What I'm getting here is that these guys have a vision and that their implementing their vision as they best see fit. Personally, I amazed at what they've accomplished and I'd like that they keep on keeping on. For sometime now, my impression has been that Gentoo is building a solid base, something is that is fundimental if they're to go on to compete in the commercial, supported playground. If developers have their hands and heads full don't expect a quick response to feature requests. Finally, after (I guess) batting for Gentoo above, I think only those in comprising the core of the Gentoo development teams know what complaints have validity and what complaints do not, and I hope ,for the sake of gentoo, valid complaints are addressed. *$ sudo emerge aspell (sorry)*

    --
    "Nothing in education is so astonishing as the amount of ignorance it accumulates in the form of inert facts." - Henry A
  36. This highlights one problem with OSS by WegianWarrior · · Score: 2, Insightful

    Disclaimer; I'm not a Gentoo user, or even a daily user of any Linux-distro. Partly this is because I 'grew up' on Windows, partly because I've mostly been more interested in what I do on my PC than with what OS is on the bottom. However, I've been playing a lot with Knoppix lately, and are considering moving to Linux when I upgrade my computer later this year.

    Reading the articles posted, and the 'reply' that was posted slightly higher up in the comments, I feel that this is but a reflection of what is the largest problem, and yet one of the great strenghts, of open source operating systems: They are dependant of the 'personal chemistry' between the various contributers. If they fall out, as it has clearly happened in this cause, the distrebution can suffer near fatal wounds (if he pulls all the hardware he says he has loaned to the project, I think things can get messy for a while). On the other hand, we might see two good (or even great) distributions where there only was one before.

    The articles also raises a number of valid points which should be taken to heart by all who contribute to open source software; unclear roadmaps, unclear lines of command, hard to get a descission made, lack of communications. While these issues are found in closed source operations as well, it is easier to combat them in that area as they are traditionaly more hirarcical in their organisation.

    Oh well, one more distro to consider when I take the leap into using Linux as my main OS

    --
    Everything in the world is controlled by a small, evil group to which, unfortunately, no one you know belongs.
  37. Gentoo is perfect for me by bwdunn · · Score: 3, Insightful

    I'm one of those silent users of Gentoo. I have Gentoo running on roughly 4 dozen production servers to date, with another 170 or so waiting their conversion from Debian, Redhat, SuSE, BSDs, etc. I've used just about everything under the sun, but I find Gentoo to be the very best as what it is - a Linux distribution that is, in effect, my own. I have a standard server installation on a new box down to 10 minutes of my time from a remote connection. I couldn't ask for more.

    As for Mr. Welsh's comments, they seemed very personal to me, and I would suggest this isn't the best way to kick things off. I hope he can leave his personal issues aside and concentrate on the fork if that is what he believes is the best solution for him. Good luck to him.

  38. Re:Gentoo sucks by Zoolander · · Score: 2, Insightful

    And if I want to compile from source, and love the ports system? I can think of no distro that seems to piss people off the way Gentoo does. Why is that? Is it Debian people feeling threatened or something (see the 'Are we losing users to Gentoo' thread in one of the Debian NG:s for some arrogant opinions)? Why not let people use Gentoo if they like it?

    --
    Meep.
  39. He's back! by Dalcius · · Score: 2, Informative

    Daniel Robbins's reply reads like it was written by the Iraqi Information Minister...

    --
    ~Dalcius
    Rome wasn't burnt in a day.
    1. Re:He's back! by Dalcius · · Score: 2, Interesting

      Dear Lord, was that a threat of force on Slashdot? A reply akin to Daniel's, even, how apropos.

      Robbins's post manages to be scathing, retortful, immature and yet hold no valuble information, all at the same time.

      In regards to "getting both sides of the story", I was in #gentoo on freenode until 4 AM last night talking with the folks there, including one Gentoo developer (still on the project) whom I happen to share a day job with. I'm quite familiar with an "insider's" point of view.

      Go back to your bridge.

      --
      ~Dalcius
      Rome wasn't burnt in a day.
  40. It's kinda sad by chrispy666 · · Score: 2, Insightful

    Yes it's true, the tone of the developpers on the gentoo forums is really superior, feels like "hey, we let you use what we code, so shut it" kinda attitude.

    The users themselves, and some of the moderators, are quite friendly and helpful, even with the newbies that ask questions that could be answered with the "search" function of the forums.

    Quite frankly, I use Gentoo because I liked the idea behind portage and the USE flags, and also because of the installation documents, which are -still- one of the best and clear step-by-step piece of information.

    This fork, and all this bitterness that suddenly emerges (pun intended) like that just proves that something was wrong right from the start with the way they managed themselves (the developpers)

    I'll stick with the original flavor atm, see what kind of community the fork (zynot ???) will be supported by.

    Granted, Gentoo has this "13yo script kido" eliteness to it, but part of the community is really helpful, the install process makes you learn a lot about Linux itself, and well, it's a very clean distro, configuration wise. No doubt about it.

    --
    Music is the language of the heart, the sound of the soul. -Joe Satriani
  41. Psst Zaurus Users by mritunjai · · Score: 3, Funny

    So you mean that this is Gentoo for embedded systems... Hmmm I can see it now-

    Me: What're you doing buddy ?
    Zaurus chap: Umm nothing... I "emerge"ed a calendar app yesterday... just 5 more files to compile

    --
    - mritunjai
  42. Not the first time someone have thought of forking by Anonymous Coward · · Score: 4, Interesting

    Yay! at last!

    Funny to see this happen now, almost two years ago, even before Gentoo 1.0 was released, at the FOSDEM I meet with a bunch of hackers to drink some beer(Tea for me, thanks :)) the day before the conference started, among us were a very cool guy that used to be one of the main Gentoo developers, but had quit recently; and another hacker that was still trying to get some work done, but was growing tired of dealing with drobbins.

    After much ranting about the problems the project was suffering and drobbins complete incompetence, a fork was suggested by someone(can't recall who), a few names were discussed ("genthree" I think was one :)), and someone with a dedicated server for hosting was found...

    Sadly the idea never got anywhere, I guess mainly because everyone was too busy with other things, and I lost touch with all them(I was hopping to meet them again in FOSDEM this year, but work got in my way and I couldn't make it. :( )

    Still, after the meeting, it was clear that a good percentage of the Gentoo developers were really unhappy with the current leadership, and that it was just matter of time for something like this to happen.

    I really wish them good luck, and maybe I will look into switching to the new distro from Debian Sid(that so far has been "Good Enough"(tm), but could use some improvements) and I hope all the 31337 h4x0rs keep using Gentoo, and don't come to bother the nice people that is forking.

    It was sad to see some really good ideas and good quality work wasted because leadership sheer incompetence(anyone remembers drobbins rants about commercial distros "not contributing" "fixes" back to the mainline kernel? no that must have been embarrassing) and a user base that was mainly formed by clueless idiots that thought that Gentoo was the Mandrake of the 21th century("Hey dude, how cool I am! my box is so super-optimized! muhahaha...")

    To the fork: good luck! to drobbins: have fun crashing in hell!

    [posted anonymously to protect the identity of the confabulators ;)]

    \\K

    P.S.: DISCLAIMERS: I'm a Debian (l)user, and ex-BSD-zealot(still have a few BSD boxes around), and over time I have got really tired of solving the problems of clueless Gentoo (l)users in IRC, not to mention listening to their stupid rants about how 'optimized' their distro is, while they can't even use vi to edit a fucking file.

  43. Community is Community -- Business is Business by mmurphy000 · · Score: 5, Interesting

    This story is a cautionary tale for anyone looking to exploit commercial opportunities in open source: always remember that community is community, and business is business.

    The Zynot founder made a mistake: he expected the community leadership to support his efforts "to capitalize from my significant sweat equity contributions to the project". In the absence of a business contract, all open source contributions are volunteer work -- that's why they're called "communities" and not "start-ups" or "incubators". This holds true whether the contributor is a major organization (like IBM) or an individual volunteer.

    This is not to say that the Zynot founder is behaving badly by forking Gentoo. In fact, forking is the ultimate right granted by open source.

    In an ideal world, perhaps, there would have been a way for the Gentoo leadership and for the Zynot group to work off the same codebase in a symbiotic relationship. It appears that MySQL AB is able to acheive that to some degree. But, as the JBoss group split demonstrates, sometimes business interests do not fit well within a community framework.

    I suppose two lessons come from this:

    • The leadership of open source projects with significant commercial potential need to recognize this and have a model for how they are going to deal with it, such that their goals are met and as many goals of the community as possible are also met, as the community is what gives the project "legs"
    • Non-founders of open source projects need to recognize that social relationships are not a replacement for business relationships, so if you intend to commercialize open source, either establish the business relationships you need or be prepared to rely solely on the license if the social relationships prove insufficient
  44. Re:It's only tyranny when someone else is in charg by emh0 · · Score: 2, Informative
    If you read further still,
    How will the board of directors be elected?

    At three month intervals, new directors will be elected by the community in order to fill all vacant seats on the board; each director so elected shall serve on the board for a term of one year, and no individual shall be allowed to serve more than three successive terms.

    He is limiting himself to no more than 3 years as a director, so he cannot be accused of attempting to run it dictatorially after its initial creation.
  45. Breaking news by wsgeek · · Score: 2, Funny

    "Linux developers have finally succeeded in creating a "self-forking" Linux distribution. Approximately every 3-8 months, the code will spontaneously fork into a new distribution, this creating more choices for users of Linux. This, apparently, has been the goal of Linux all along." ---- Seriously, folks, does the world need another Linux distro? Possibly I am not well-versed enough in Linux internals to understand how this variant is *truly* unique... but I thought that the whole friggin' point of Linux is that you have the source code and some fancy compile-time config params, so you can basically include/exclude any component that you want!!!!? This means you can create a light, embedded version... or a full-blown server. All from the same source code. What is it with the Penguin-clan and all of their distributions? Quit diluting the value of a great idea, people. Linux is a fantastic thing, but if you would just take the time to focus on one, two, or even three distros then things would move forward a lot faster.

  46. wait a sec by SupahVee · · Score: 2, Interesting

    Isn't the very thing that he's complaining about, that the main Gentoo project was taking 'his stuff' and without compensating him for it, The very same thing that he has just done to Gentoo?
    i.e. Yes, he may have donated several machines to the project, and some specific coding related tot eh ARM branch, but what about the parts that really make gentoo what it is, like, say portage, the boatloads of prepatched kernels for things like grsecurity, selinux, vanilla, etc. I could check again, but I don't remember seeing his name anywhere.
    Seems to me it went like this:
    -drobbins- Wanna help?
    -zach- sure, but I want financial compensation for everything I do
    -drobbins- Well, this gentoo thing makes money, but let's face it, it's a linux distro, and it's not a whole lot of money.
    -zach- *GASP*! Fine, I'm taking all my stuff and forking your distro!

    Am I missing anything? (flame away)

    --
    "See, we plan ahead! That way, we never have to do anything now."
  47. The failure of capitalism by Synn · · Score: 2, Insightful

    Why do we need AMD when all the employees for that company could work for Intel?

    Why do we need Apple, Novell, and Sun when they could just work for Microsoft?

    Why don't all the computer manufacturers just merge with Dell?

    Why did MS make their own database when they could've just used Oracle?

    Why do we have a Barnes and Nobles and Borders book stores when we already had a Waldenbooks?

    Why a Wendy's and Burger King when they could've just gone with McDonalds?

    Why do we have different brands of milk, eggs, butter, noodles, and other foods?

    Why didn't Pepsi come about when we already had Coke?

    AT&T was already our nation's phone carrier, so why did Sprint and MCI form?

    Capitalism seems to be remarkably ineffective. Perhaps we should just have one central authority running all this stuff... I hear they tried that in Russia once. I wonder how that worked out.

  48. Knee-jerk reactions by srussell · · Score: 2, Interesting
    I read Zach's article, and was vaguely disturbed. I really like Gentoo, primarily because of the easy systems-administration, but also in large part because Gentoo penguins are cool.

    Anyway, by the end of the article, I had started wondering whether my "investment" in Gentoo was mislead; I contribute ebuilds, and not an insignificant amount of time submitting bug reports, and so on. What if the leaders of Gentoo were sitting in a dark, smoky room somewhere, secretly making hoards of cash off my labors and contributions?? Yegods! I could be being ripped off!

    After the initial wave of panic, I got to thinking about it: I don't really care what people are doing with Gentoo. I use Gentoo because I believe it is the best distribution; they keep my most important packages up-to-date, Gentoo is easy to administer, and they have at least the illusion of being an open community. Nothing they're doing is hurting me, I'm running Gentoo on three or four machines, and I don't pay anything to use it. In fact, I consider my contributions to the project to be my "payment". If "they" can figure out a way of making money off their efforts, and it doesn't impact my use of Gentoo, then more power to them.

    Now, if I were Zach, and I'd contributed that much time and effort, I'd probably be pissed too. At some level of contribution, you sort of expect to be included in the reaping of whatever nebulous profits are being gleaned. I think it is probable that Daniel, et al, are acting unethically -- being unwilling to acknowledge someone else's significant contributions is bad form (old chap) -- so at this point I wouldn't trust Daniel as far as I could throw him, but ultimately, it has little bearing on my use of Gentoo.

    Personally, I think commercial software is doomed; software engineering will still be profitable, but it'll be more as service/support/specialized solutions providers. That's not very germane to the discussion, except that in my hypothetical future, throwing away the talent of a willing, and proven, contributor is like throwing away money.

    I wish Zach luck.