Slashdot Mirror


Daniel Robbins Resigns As Chief Gentoo Architect

bdowne01 writes "Gentoo Linux has experienced rapid growth in the past year--much to the credit of Daniel Robbins, the founder and Chief Architect of the project. Earlier today, he announced his resignation from his role on the gentoo-nfp mailing list." Tester adds "But before leaving, he has set up a non-profit foundation that will own all of the copyrights to Gentoo. The initial board of trustees will be appointed by Daniel, but next year they will be elected. The membership of the foundation will be open." Reader burnitall points out a note on the Gentoo homepage reading "... We are extremely sad to see Daniel Robbins depart, and we both wish him the best in his new endeavors and promise that the door will always be open for his return." Robbins' message also indicates he hopes to continue working on the release engineering aspect of Gentoo.

73 of 361 comments (clear)

  1. Can't read the press release... by Anonymous Coward · · Score: 5, Funny

    ... it's still compiling.

    1. Re:Can't read the press release... by mfifer · · Score: 4, Funny

      Yeah, but when it's done, you'll be able to read it REALLY FAST! ;-)

    2. Re:Can't read the press release... by SQLz · · Score: 3, Funny

      Luckily Linux is a multi-tasking operating system...so, you can learn about the Binary packages while your compiling.

    3. Re:Can't read the press release... by kinzillah · · Score: 3, Informative

      Most of the benefits of compiling from scrath lie not in speed gains, but in the ability to customize the features available. Some packages allow you to choose gtk or qt, such as lyx or vlc.

      --
      Douglas P. Price
  2. It's A Shame.. by lindec · · Score: 3, Informative

    To see Daniel go, but at the very least, the copyrights have been entrusted to a nonprofit foundation, which gives me at least some peace of mind.

    1. Re:It's A Shame.. by Neil+Blender · · Score: 5, Insightful

      the copyrights have been entrusted to a nonprofit foundation

      Non-profits can be abused. Many non-profit charities pay their CEO's millions in salary and bonuses. I seem to remember the CEO of United Way getting paid something $25 million a while back. Non-profits can pretty much do anything they want with their money. Large paychecks, bonuses, wasteful spending, whatever... Anyway, just being non-profit does not make it a bastion of integrity.

    2. Re:It's A Shame.. by EvanTaylor · · Score: 2, Interesting

      some of the ceos pull in so much money through being REALLY good salesmen that those salaries are worth it for the betterment of the fund.

      Some senators need to make a 100k dollars a day to be able to stay in the senate, think about it.

      --
      Sleep is for the weak.
  3. As a person who never used Gentoo by Anonymous Coward · · Score: 3, Funny

    I can say that Tony Robbins will be sorely missed for his inspirational Linux self-help books.

  4. Bah what did he give us? by tomstdenis · · Score: 4, Funny

    A free distro?

    What?

    A free distro?

    Oh right, yeah. But beside that, what has he given us?

    Technical support?

    Oh yeah, that goes without saying...

    Infrastructure?

    Yeah, oh yeah it was much worse before...

    Ok ok, beside a free distro, technical support and infrastructure what has he given us? That's right, nothing...

    The copyrights to the distro?

    Oh shut up you! ;-)

    --
    Someday, I'll have a real sig.
    1. Re:Bah what did he give us? by shadowbearer · · Score: 2, Insightful

      :)

      The best damned linux forums out there for non-techies, half-techies, and anyone who uses Gentoo, or Linux, for that matter. Let's hope that the new arrangement can keep those forums operating.

      That said, isn't what they are keeping is essentially the trademark to the name? Gentoo can still be forked, if necessary, right? ( I don't think it will be necessary, but given the recent XFree mess, one never knows) - however, the great loss would be the forums.

      Yes, I run Gentoo - all my boxes do, and will, for the foreseeable future. The reason for that is that in addition to giving me the most control over how I build them, Gentoo is by far the easiest Build From Scratch setup I've encountered yet. I like to know what's in my systems, like to sourcebuild them, yet I don't want to have to keep hundreds of pages of notes on how to do so. Gentoo fills that need more than anything else has so far.

      FYI, I'm not a n00b, nor a guru, I fall in between.

      Good luck, Daniel, in whatever you do! ... and .... thanks. More thanks than I could ever really convey.

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
  5. D Robbins by chevybowtie · · Score: 5, Insightful
    Daniel Robbins day to day contributions will be missed. He has created the simplest way to manage a source based ditro to date. I hope his spirit will continue to influence the direction of the project.

    I have learned more about how Linux works in the last year with Gentoo than I had in the previous 3 trying RH, Debian and Suse.

    1. Re:D Robbins by RoadkillBunny · · Score: 5, Insightful

      I have learned more about how Linux works in the last year with Gentoo than I had in the previous 3 trying RH, Debian and Suse.
      You aren't the only one. I really like the documents on the site. The installation handbook made it a breeze and setuping other apps was easy too from the documentation on their site.

      Final words, thanks Daniel Robibs for providing us with a advanced distro that is easy to use.

      --
      Cheers,
      RoadkillBunny
    2. Re:D Robbins by tzanger · · Score: 2, Insightful

      Like Gentoo, LFS doesn't do much to teach you what's going on -- it's a set of instructions to follow, while Gentoo is a ... well, set of instructions to follow. How many people actually step beyond these directions when something breaks? Not a good lot of them if the Gentoo/LFS forums and IRC channels are any indication. "Wuhh x broke, what do I do now?" is all too common, much like Ask Slashdot postings where the answer is found by plugging the question into Google.

      I've always seen an inherent problem with source-based distros that don't actually make you get down in the muck and bugger with the source -- They give you a little more insight but really it's just a package-based distro which happens to use the source tarballs and prefab patches and Makefiles to make the build tool happy and consistent. You're really no further ahead with Gentoo or LFS than you are with Mandrake or Debian or SuSE.

      If you want to learn the internals stop using a hand-holding distro, grab Slack, cut your teeth building stuff that wasn't on the CD (or try remaking something from the CD!)... Then realize that it's a royal waste of time and a security risk requiring a compiler on every system and making your first few packages... Learn the intracasies of trying to make Perl module packages or Apache shared libs that can be used on several systems. Now grab something like CheckInstall to make your life just a tad easier and learn all its weirdnesses. Break things and try to fix them, and then realize that you now have some really solid foundations to truly learn how Linux works.

      Now that the foundations are laid, go build some small i386-based systems using nothing more than a dev environment and chroot. Don't cheat by grabbing a buildroot. LFS helps give some direction here, as do the busybox and uclibc mailing lists. When you can build these and understand what's going on, you've actually learned how Linux works and how the pieces fit together. Go tweak a kernel or write a driver for some nifty piece of hardware to round out your knowlege. You've now got enough of an education to get a decently-paying job in the embedded systems industry. Round it out with some good networking experience from packet dumps and screwing around with raw sockets and such and you have got a really solid technical background for practically anything Linux.

      Now I didn't say the process was for everyone, and I certainly didn't say that this is how everyone should learn it. I'm just getting sick to the teeth of people claiming they know how Linux works and how to build programs when all they've learned how to do was run "emerge someprogram" and give dumb looks if it doesn't go right.

    3. Re:D Robbins by chevybowtie · · Score: 2, Interesting
      RH, Debian etc make a lot of decisions for you. With Gentoo, I learned more about how the system works as a cohesive unit since I had more input on it final configuration.

      If something was wrong with RH, google had the answer. Gentoo, on the otherhand, requires you to configure almost everything by hand. I knew where to start looking on my system to tweak it. That's how I learned.

      I am not saying it's the best way either but LFS was overkill. Gentoo kept me interested in Linux to the point I am now comfortable with it and feel confident I could 'get my hands dirty' in any distro. Before, I was afraid to make many changes since any failure would leave me in the dark since I really didn't have any idea how things were put together.

      I have dealt with a LFS install...I don't want to have to assemble an engine from scratch. Buying a crate motor works for me. While buying a car wasn't what I wanted (I am not going to get exactly what I want), neither was buying 2500 diffrent parts to assemble (too much time).

    4. Re:D Robbins by gaijin99 · · Score: 2, Interesting
      Well, I'll disagree with you here. While its true that Gentoo and LFS aren't truly wacking on the bare metal, they do force more thought and awareness of what's going on than Mandrake or Redhat. Honestly, both Mandrake and Redhat are about as easy to install as Windows (I'm speaking about my personal experience installing all three here, YMMV).

      Personally I learned a lot about my system when I installed Gentoo. My next step is probably going to be along the lines you suggested, but if I'd tried that before Gentoo I would have hit a brick wall. There isn't an active LUG in Amarillo, so I don't have any people I can turn to for help, which means smaller steps like Gentoo are necessary for my learning.

      --
      "Mission Accomplished" -- George W. Bush May 1, 2003
    5. Re:D Robbins by ktulu1115 · · Score: 2, Insightful

      If you really want to find out how linux really "works" you should try Linux from Scratch.

      This I'm sure will help but to really, really know how Linux works, become a kernel hacker. Or write your own OS and make it Linux (POSIX?) compatible.

      --
      # fuser -v /dev/attention | grep work
      #
  6. Re:Offer from MS? by ObviousGuy · · Score: 3, Interesting

    That's probably not so far from the truth.

    As much as Linux is near and dear to Robbins' heart (and our own), it just doesn't pay like an industry job does, much less what a major player like Microsoft or IBM or Apple could pay.

    We'd all like to be doing what we love to do, but sometimes we learn to grow by doing what makes us more money and ultimately more leisure time to spend with friends and family.

    --
    I have been pwned because my /. password was too easy to guess.
  7. Re:Hmmm by eclectro · · Score: 3, Funny

    1. Open Non-Profit Organization
    2. ???
    3. Profit!!!!


    I think that it goes more like this;

    1. Resign from overseeing a linux distibution that requires long hours and thankless mind-numbing work.
    2. ???
    3. Profit!!!!

    --
    Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
  8. The future of Gentoo by klieber · · Score: 5, Insightful

    Daniel was an important, driving force behind Gentoo and his absence will undoubtedly be felt on the team. That said, he has laid the groundwork for a Not-for-Profit organization, lead by a Board of Trustees that will continue to ensure that Gentoo Linux remains a vibrant, capable distribution.

    For those of you concerned about this change, I remind you that Gentoo is one of the few remaining community-based Linux distributions. We are as successful as our community makes us. Thus, the best thing you can do to ensure the future success of Gentoo is to participate in its development, whether it be through testing ebuilds, writing documentation, fixing bugs on bugzilla or any one of the thousands of myriad tasks that make up Gentoo Linux.

    I'm not sure what Daniel's plans are for the future, but I wish him the best in whatever he chooses to pursue.

    --
    Gentoo Linux http://gentoo.org/
  9. Re:Offer from MS? by tbjw · · Score: 2, Insightful

    OSS is dominated by developers, which is a strength when it comes to the quality of the software. But that's not all they need, and we know that developers want to spend their time writing code, not managing growing projects.

    Perhaps we should find some zelous people to grow pointy hair and act stupid to be the OSPHBs.

  10. Re:Gentoo's future by tomstdenis · · Score: 5, Insightful

    Doubt that. There are many many many people behind the scenes of Gentoo. Specifically each package you see there has at least one maintainer [most maintainers handle a slew of stuff].

    Thought yeah some central authority to guide the project is required asap to keep the momentum.

    Tom

    --
    Someday, I'll have a real sig.
  11. Reason for resignation by Rosco+P.+Coltrane · · Score: 4, Funny

    "Gentoo Linux has experienced rapid growth in the past year--much to the credit of Daniel Robbins, the founder and Chief Architect of the project. Earlier today, he announced his resignation from his role on the gentoo-nfp mailing list.

    After 4 years of compilation and rapid disk usage growth, the build was 98% complete when the hard drive became full and the the build failed. Daniel Robbins was then struck by a wave of despair and tendered his resignation. Last we heard of him, he was in a house for the mentally disabled, installing, formatting then reinstalling Mandrake and Debian on a 486 box over and over again, banging his head on the wall, munbling incomprehensible things about "precompiled" this or that...

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  12. An Etiquette question by Magickcat · · Score: 5, Funny

    Should one wear a "tux" to a Linux distro's funeral?

    --

    Si tacuisses philosophus mansisses. If you had kept quiet, you would have remained a philosopher.

  13. Gentoo by On+Lawn · · Score: 5, Insightful


    Its well enough. It goes to show that talent is something you cannot fake, not even with a committee. When I saw Gentoo three things really stood out for me,

    1) It was a truely refreshing outlook on a distribution
    2) It is source based
    3) I was free from being unwitting pawn in the software binary release freedom debate

    When I ran and got to know Gentoo I saw genius was at work, the light nimble free-floating kind of genius unencumbered by committee. Much of that was DRobbins shining through (as shown by his technical writings of frontier Linux applications for IBM.)

    I will be sad to see him go, but to me it looked as if his inspiration was diluted by so many faces long ago. Don't get me wrong Gentoo is still my favorite and I run it exclusively at home. I think its gained much from Seemant and the others. But you just have to admire sometimes what individual talent can do on its own.

    1. Re:Gentoo by caluml · · Score: 4, Informative
      So? my apps will go 5% faster if I bother to wait 5000% more during the install?

      Arrgh. Time to feed the trolls. Let me explain. After the install, you never actually wait for the packages to compile/install. You can use kde-3.2.0 while (should you feel the need to upgrade) you are compiling 3.2.2.
      I've got you down as a friend, so you must have said something insightful in the past.

    2. Re:Gentoo by On+Lawn · · Score: 4, Interesting

      *COUGH* FreeBSD

      That old hat is a refreshing outlook on a distribution? Surely you jest. Its a good outlook, don't get me wrong. But I don't know that I'd call it refreshing.

      So? my apps will go 5% faster if I bother to wait 5000% more during the install?

      You get some kick out of spending good money on hardware, and then running software on it that uses nothing more than what could have been done with a 386?

      Its true that one will probably never recover the clock-cycles used to compile a distro with the spead that the optomization brings. But then again, just how many spare clock cycles does your computer have? Chances are even while typing your post into IE your computer is using only 2% of its clock cycles. Think of all the clock cycles you wasted while sleeping last night.

      Those times you really need speed (games, heavy computation, etc...), it really pays for itself.

    3. Re:Gentoo by On+Lawn · · Score: 3, Insightful

      i think the parent got mixed up and meant to say that to your point 2

      Quite possibly. While the source based nature of the distro is often hearalded, the refreshing touches were things like; named (not numbered) runlevels, dependancies you can put directly in the init.d scripts, emerges way of letting you specify which configuration files get over-written during an update (not very great all the time), ramdisk for certain time-critical temporary files, etc...

      i find the debian way of doing it is much more efficient... but then, the last distro i used was LFS... and it takes a hellova lotta time to maintain!!

      A Debianite of good repute, came into #gentoo in the early days of its popularity and declared, "nice little distro, should mature into something good someday, but its pretty crappy now becuase it doesn't conform to the FHS." Drobbins (or one of the other top people) simply replied, "FHS compliance and good distro are not the same thing".

      While o-o's complaints were shown to not really be FHS non-compliance I appreciated the moral I took away from that as do it the best way you can first then worry about comprimise afterward.

    4. Re:Gentoo by Sloppy · · Score: 3, Informative
      I just want to mention, building from source has other advantages than speed. Some packages (Apache comes to mind) are so configurable and variable-featured, that it seems like binary packages are just never right.

      If you install a binary Apache, does it come with mod_foo? What if you wanted mod_foo? What if you didn't? The binary is going to be built one way or the other, and if your preferences aren't the same as the distribution maintainer's, then you're not a happy camper.

      It's not just about CCFLAGS; there's the USE flags too.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    5. Re:Gentoo by DarkSarin · · Score: 4, Insightful

      Obviously you don't want to be happy with Gentoo.

      That's fine. I personally feel that its no fun being miserable. I therefore suggest that you not use it.

      But for those of us who enjoy its flexibility, the ports system, and even like the idea of compiling from source (or using packages), then its a great distro.

      Personally I use XFCE4 with gdm and XF86 on a 2.6.3 kernel. I have a great custom set of cursors, the fonts look great, and I'm happy.

      Your experience may be different--that's fine.

      I just don't see railing against a particular distro unless they are doing things that are "anti-linux", like refusing to release source or some such.

      Gentoo is a great system. I don't like the installer (I would rather see an *option* for a graphical installer, but that view seems to be heavily opposed by the developers), but that is my only real complaint.

      --
      "We don't know what we are doing, but we are doing it very carefully,..." Wherry, R.J. Personnel Psychology (1995)
    6. Re:Gentoo by Codifex+Maximus · · Score: 2, Insightful

      > And don't tell me to install binary package
      > either. I may as well use yum, up2date, Red
      > Carpet, YaST, urpmi, apt-get or any other binary
      > package management system in the first place and
      > be done with it.

      So um... do it. If you don't like Gentoo then you are certainly free to do what you want. After all, doing what you want is what Gentoo is all about.

      I don't know about you but... most of the time when I need a program for Linux (no matter which distribution), I usually end up downloading the source, untarring, reading the README and INSTALL files, ./configure, make, make install anyway. Gentoo does all that with the: emerge packagename command AND it resolves ALL the dependancies for you; it also will UNINSTALL the package for you a well as keeping your system up to date.

      Globally setting compile parameters makes package configuration automatic with maximum compatability and optimisation for your processor class.

      With a broadband connection, Gentoo is a breeze; it may be a bit slow to install on dialup but then again... what isn't? Anyway, you could always opt for a Stage3 install and shorten your install time.

      > I may notfeel like twiddling my thumbs an hour
      > or two waiting for them and all their
      > dependancies to compile.

      Ok. I can understand that. So, instead, you would wish to download all the source, compile manually and figure out all the dependancies by hand? Or maybe you want to try a precompiled binary that is statically linked?

      Talk about looking a gifthorse in the mouth. Sheesh.

      --
      Codifex Maximus ~ In search of... a shorter sig.
  14. If you love something truly, let it go! by aeoo · · Score: 5, Insightful

    I think Daniel made a very wise decision. Gentoo is his child, and it looks like the child is reaching maturity and it's time for Gentoo to move out of the parents' house.

  15. cant emerge a chief architect by craqboy · · Score: 5, Funny
    linucks root # emerge chief_architect
    Calculating dependencies
    emerge: there are no masked or unmasked ebuilds to satisfy "chief_architect".

    !!! Error calculating dependencies. Please correct.
    linucks root #

    1. Re:cant emerge a chief architect by green_crocadilian · · Score: 4, Funny

      Hm...
      root# ACCEPT_KEYWORDS=~x86 USE="chief_architect" emerge 'sys-distro/gentoo'

      Here are the packages that I would emerge, in order:

      [ebuild R ] sys-distro/gentoo-linux-20040426 0 kB

      Total size of downloads: 0 kB

      root# ACCEPT_KEYWORDS=~x86 emerge -pl 'sys-distro/gentoo-linux'

      Here are the packages that I would emerge, in order:

      [ebuild R ] sys-distro/gentoo-linux-20040426

      *gentoo-linux-20040426

      26 Apr 2004; Daniel Robbins gentoo-linux-20040426.ebuild:
      dreadfully sorry
      chief_architect USE flag removed
      so long, suckers

      root#

  16. Gentoo Copyrights by David+Hume · · Score: 5, Informative

    From the article:
    But before leaving, he has set up a non-profit foundation that will own all of the copyrights to Gentoo.


    Copyright Assignment to Gentoo

    Gentoo Technologies Inc. Copyright Assignment Form

    Gentoo Documentation Issues

  17. Re:Offer from BS by Anonymous Coward · · Score: 5, Insightful

    We'd all like to be doing what we love to do, but sometimes we learn to grow by doing what makes us more money and ultimately more leisure time to spend with friends and family.

    Participation in the dog-eat-dog struggle is almost entirely unnecessary for most people. The poverty level in Western countries exceeds the upper middle class of most other countries.

    One could, if one were willing to give up one's lifestyle, live cheaply and have leisure time for friends and family in abundance. A trailer home in Kentucky can be had for $1000, and a diet of ground beef, flour, spices and vegetables can sustain a family for less than $5000 a year.

    You are not working for leisure time, don't kid yourself. Almost any working American today could retire and move to a 3rd world country and live comfortably forever. You are working for DSL, the new Radeon, that huge TV, the laptop, your spiffy car, fancy dinners, nice clothes and every other element required to 'keep up with the Joneses'. You find those things more valuable than pursuit of what you love, if you are not doing what you love.

  18. Has any reason been given? by bcore · · Score: 2, Interesting

    Out of curiosity, has drobbins given any explanation as to why he has made this decision? Too much work? Change in priorities? It's definitely sad to see him go... Gentoo forums don't seem to have an answer yet, and they're usually the first source of any gentoo news..

    On another note, is Gentoo ever gonna get it's own icon on /.? The time is now!

    1. Re:Has any reason been given? by arkhan_jg · · Score: 5, Informative

      No details yet - but this
      looks like it may well be part of the reason;
      specifically, he cannnot (and should not) have to shoulder the financial risk necessary to shift gentoo to its full Not For Profit status.

      Given that he has a young family to support, I for one can sympathise with his position.

      There's going to be an official announcement once the dust settles slightly, but thisappears to be the live gentoo forum thread.

      Go easy on it, the forums are pretty heavily loaded at the best of times, and the last thing the place needs is a full blown slashdotting!

      --
      Remember kids, it's all fun and games until someone commits wholesale galactic genocide.
  19. Re:More Gentoo Instability by Anonymous Coward · · Score: 5, Funny

    In roughly the same place we were three years ago. :-)

  20. Gentoo corporation news. by David+Hume · · Score: 5, Interesting

    From OS News, Posted on 2002-05-14:

    4. How is Gentoo, the company, organized? What is its member structure? Also, how one can get CVS commit access?

    Daniel Robbins: At its heart, Gentoo Linux really isn't a company but a development team and user community. I do have a corporation called Gentoo Technologies, Inc. that holds the copyrights for the vast majority of our GPL code, but that's it. We aren't generating any income from Gentoo Linux (besides donations), and our development team is 100% volunteer. Generally, we have been completely supported by donations, particularly from a few of our developers. For example, our server is in a great datacenter thanks to a generous developer. As we grow, we plan to gradually wean ourselves from our dependence on donations by developing creative and "free software-friendly" ways of generating income.


    Does Robbins own all of the stock in Gentoo Technologies, Inc.? If so, conversion to non-profit status may be easy (though having the IRS recognize it as non-profit for tax purposes may not.) If others own some of the stock, it conversion may prove problematic as they might have to agree. Otherwise, there might be a shareholders lawsuit for corporate waste (i.e., in this case, making a gift of corporate assets without compensation).

    Why was Gentoo Technologies, Inc. initially set up as a for-profit company? It doesn't make sense. Since it was not a 501(c)(3) non-profit, donations to Gentoo Technologies, Inc. were not tax deductible. (Hell, it may have been the case that the donors were legally, albeit technically, responsible to pay gift tax on any donation over the annual limit.)

    1. Re:Gentoo corporation news. by zenyu · · Score: 4, Informative

      Why was Gentoo Technologies, Inc. initially set up as a for-profit company? It doesn't make sense. Since it was not a 501(c)(3) non-profit, donations to Gentoo Technologies, Inc. were not tax deductible. (Hell, it may have been the case that the donors were legally, albeit technically, responsible to pay gift tax on any donation over the annual limit.)

      I don't know the particulars with Gentoo, but I was party to the creation of a not-for-profit last year and started a corporation some years ago. That experience leads me to believe expediancy may have been the reason. Establishing a corporation is just a matter of filling out some forms and sending them off to the state capital. Establishing a not-for-profit is a labor intensive and expensive process involving lots of lawyers and consultation with the IRS. For the not-for-profit we got pro-bono legal help, but even so it hardly seems worth it in retrospect.

    2. Re:Gentoo corporation news. by fcgreg · · Score: 3, Informative

      Just some quick answers to your questions (link references posted below):

      1) Does Daniel Robbins own all of the stock in Gentoo Technologies?
      A: I believe so. However, that company will no longer hold the intellectual property/copyrights for Gentoo (as it currently does). Those are being transferred to the new, NFP entity, The Gentoo Foundation: From the Gentoo site:

      "In the proposal, Gentoo Foundation, Inc. will hold the intellectual property of the project..."
      From Daniel:
      "Gentoo Technologies, Inc. will transfer the copyrights and trademarks to the Gentoo Foundation. In exchange, the Gentoo Foundation will grant Daniel Robbins & Gentoo Technologies, Inc. perpetual, non-exclusive, royalty-free use of the "Gentoo" trademark and "G" logo. This will allow me to continue to run the Gentoo Store if I want."

      2) Why was Gentoo Technologies, Inc. initially set up as a for-profit?
      A: The project was supported by donations, but was also supported by commercial offerings through the Gentoo Store and other ventures. From past postings I've read it was easier to structure the company that way (at least initially), even though there were drawbacks to the tax exemption possibilities, as you point out. It was just simpler given the many things they were doing (Gentoo Store, Gentoo Games, etc.).

      --------------

      For more information you can check the Gentoo Weekly Newsletter edition for April 19, 2004.
      Please also see Daniel's transition plan.

      --
      Greg T.
  21. Purely Personal by metallikop · · Score: 5, Informative
    It seems like Daniel's reasons for leaving were purely personal/family related. Not that I can blame him

    Here's a snippit:

    "OK. The purpose of this is to allow me to continue to support my family by doing things like pay for a house, pay for food, and potentially pay off some of the $20,000 in debt I accumulated during my tenure as Chief Architect of Gentoo, etc."
    1. Re:Purely Personal by sashang · · Score: 2, Interesting

      Apparently Paul Allen has a 20 billion debt to shake off. Now that's retarded (if it's true).

    2. Re:Purely Personal by Waffle+Iron · · Score: 5, Insightful
      What kind of a retard goes into debt $20,000 to produce free software? It's not like you'll ever make a profit off of it......

      He can put down on his resume that he created one of the top 10 most popular Linux distros, and that he supervised quite a few interesting technical innovations unique to that distro.

      This experience would help qualify for a job with a salary quite a bit more than $20,000 (not to mention more influence and responsibility) over that of a random code monkey.

  22. Re:Gentoo's future by ttrafford · · Score: 2, Funny

    I think the number of people using the phrase "Gentoo zealots" has actually now surpassed said group.

    Congratulations!

  23. 123 by Anonymous Coward · · Score: 2, Funny

    1) Open non-prophit distro 2) Compile 3) Compile 4) Compile 5) ??? 6) Compile

  24. From the weekly newsletter by ChaserPnk · · Score: 4, Informative

    This is from the Gentoo Weekly Newsletter:

    "While Daniel Robbins is busy converting Gentoo into a not-for-profit
    organisation on his side of the Atlantic, the German Gentoo developers
    have finalised all the necessary steps for registering an almost identical
    legal entity, called "eingetragener Verein" (registered association) under
    the German law. It'll take the commercial courts another four to six weeks
    to acknowledge the setup, but the association[11] is already operational,
    has opened a bank account, and started raking in bushels of money via
    their new online shop[12], whose main advantage over the Gentoo store[13]
    in the US lies in its comparatively low-cost deliveries to customers in
    Germany."

    --

    "A diplomat is a man who always remembers a woman's birthday but never remembers her age." -Robert Frost
  25. Re:Gentoo's future by ron_ivi · · Score: 3, Insightful
    That might happen in a closed source world.

    More likely...
    1) Leader resigns
    2) Developers don't agree on future features, etc.
    3) Of dozen forks most never launch but 2-3 really shine (perhaps think
    - (a) knoppix/gentoo
    - (b) a gentoo focused on binary distros
    - (c) a gentoo focused on source hacking
    )
    4) One of those guys leaves, leaving room for newer and cooler forks.

  26. Re:Pronouncing Gentoo? by ColinAnderson · · Score: 2, Informative

    It's "Gen" as in "generator" like you said. It's actually named after the Gentoo penguin, which is reputed to be the fastest swimming species of penguin in the world. And as Gentoo has a reputation of being fast, it's only fitting.

  27. Re:Pronouncing Gentoo? by green_crocadilian · · Score: 2, Informative

    Straight from the FAQ: 'the "g" in "gentoo" is a soft "g", as in "gentle"'. You know, as in the name of the penguin species, or as in Gen(eration) Two?

  28. In Some Ways Linux is Still in its Infancy by Uggy · · Score: 3, Insightful

    I empathize. I started a Linux based company in late 1999. We got VC, hired people, tried to get the business going, expand it, realized that Linux was not going to peak any time soon in our geographical area, had to lay off people, went almost entirely broke... well, you know the deal. It's been over 4 years now, but we're still hanging in there, and now the Linux landscape is starting to look better, things are picking up, and who knows?

    I understand the dilemma of a new family and a lot of debt. Been there, done that. But I think we're just on the cusp of something grand. I hope Daniel doesn't get so far out that he can't come back and reap some of the rewards when this thing pays off. I know it will! Gentoo and Linux are just too great to write off. And I hope that once a lot of the bottom feeders (myself included) making a living off X free distro, start taking responsibility, and budget R&D funds, maybe then we'll see some joy. We at least are looking ahead to make it part of our budget, a percentage of each sale.

    Good luck, Daniel, hang in there.

    --
    Toddlers are the stormtroopers of the Lord of Entropy.
  29. And the executives of Red Hat are rich... by wintermute42 · · Score: 4, Interesting

    The story of Daniel Robbins and Gentoo Linux seems to me to be an example of software as art and Daniel as a starving artist. And yes, I realize that many other people were involved in the Gentoo project. But one of the leading forces behind Gentoo seems to be leaving because he can't afford to take part in the project anymore.

    The world does not owe artists, writers or software engineers working on open source/ Free Software a living. But what is interesting to me is that if, for the sake of argument, some commercial entity, like Red Hat, were to come along and start selling Gentoo at some point in the future, Daniel Robbins and the rest of the Gentoo developers would get as much as the Linux developers got from Red Hat going public (e.g., very little).

    If software engineering jobs were not moving overseas and our income was not under constant downward pressure this might not be such a big deal. There is a lot to be said for doing something you love. For many people money can't replace this. But when it gets to the point where you can't pay your bills or are unemplyed, survival becomes the important issue.

    Speaking for myself, the current state of our industry throws into question any open source project that can be picked up by slick marketeers and resold to end users. Since I'm not independently wealthy, why should I work for free? I have to wonder if Daniel Robbins is not asking himself similar questions as he looks at the state of his finances.

    For more on this see my essay Freedom Can be Slavery

  30. If Any Of You Have The Gaul.. by Anonymous Coward · · Score: 5, Insightful



    You can take your personal criticisms of Dan and politely ram them up your ass.

    Let me make something clear here. I don't know Dan. Never met him, never talked with him. What I do know, however, is that he fits a mold i've seen over and over again in the past 10 years. There's a certain spirit of selflessness and altruism that underpins pretty much everything "major" going on in the Linux community. People like Dan give hours upon hours of their time, building, creating, fixing, and helping people they can't even see, and know they will never meet. They do it because it's fun, and they do it because it makes them feel good to know they're helping someone else. That's all there is to it.

    Just incase you weren't in school the day they taught this, here's basically how it works: Criticizing the character or works of someone who shows charity, thoughtfulness, and selflessness makes you a royal fucking asshole. Infact, ANY form of criticism of people like Dan aught to be promptly rejected, returned, then rammed tightly up the ass of it's issuer.

    You, the beneficiary of the hard work of people like Daniel Robbins and the Gentoo development community, have absolutely no right to complain, question, or laugh at any decision he happens to make in regard to his own life. Looking back at the Linux community landscape over the past 5 years, we can see what happened to people who continually gave blindly, and asked for essentially nothing in return. Dan's decision to pull back from the front lines is one of the smartest moves he could possibly make at this point of the game. Criticisms about software are one thing. Commentary on someone's financial status are something entirely different, and something you have no fucking right to criticize..Especially from someone who did nothing but give you shit for free.

    And even if that weren't the case here....that he's turning the reins over for a totally different reason...WTF have you done that gives you the right to criticize him, or anyone who in his position?

    Cheers,
    Bowie J. Poag

    1. Re:If Any Of You Have The Gaul.. by TheRealSlimShady · · Score: 3, Funny
      f Any Of You Have The Gaul

      Which one - Asterix? Obelix? Vitalstatistix? Or just some random Frenchman?

      Please, if anyone has the Gaul, return him to Bowie J. Poag. He can't sleep without him.

    2. Re:If Any Of You Have The Gaul.. by LittleBigLui · · Score: 2, Funny
      Asterix? Obelix? Vitalstatistix?


      Unix, obviously.
      --
      Free as in mason.
    3. Re:If Any Of You Have The Gaul.. by Xerithane · · Score: 2, Interesting

      What disturbs me even more is that Starwars Kid received more in donations.

      Thinking of Slashdot as a representative Linux Community is like thinking of Al Quada as a representative Islam Community.

      --
      Dacels Jewelers can't be trusted.
  31. $20,000 in debt by joeljkp · · Score: 3, Interesting

    From this post, it looks like Daniel built up quite a hefty debt working on Gentoo.

    How 'bout some support? Visit the Gentoo homepage and click the donation button in the upper left corner.

    The man's got to feed his family after all.

    --
    WeRelate.org - wiki-based genealogy
    1. Re:$20,000 in debt by MightyMike · · Score: 2, Informative

      as stated in the gentoo forums, the money doesnt go directly to him...

    2. Re:$20,000 in debt by sracer9 · · Score: 2, Informative

      Actually, if you want to help Daniel, buy a T-Shirt, CD or something. It appears that the donations just go to the NFP. Not that that's bad mind you, just ineffective for Daniel.

      --

      No thanks. I don't smoke anymore.
  32. Re:WHY MOST SLASHBOTS ARE NOT FUNNY by smittyoneeach · · Score: 3, Funny

    See now, you just killed off a humorous hypothreadical skit entitled "The Four Yorkshiremen Get Their Gentoo On."
    I hope you inadvertantly enter the door marked "Abuse" when searching for the Argument Clinic and never find your way out, you insensitive clod!

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  33. Re:Offer from BS by toiletmonster · · Score: 2, Insightful

    right. i'm not sure which 3rd world country you're dreaming about, but the $20,000 debt daniel robbins has isn't going to let him live comfortably anywhere forever. how do you live off of negative money?

    not to mention he has a wife and kids. i don't think you can support a wife and kids for less than $5000 a year.

  34. Re:Common response to "You should use Linux!" by The+Infamous+Grimace · · Score: 3, Insightful

    You see fragmentation, I see choice.

    I see the desire to give users choice leading to fragmentation. This is quite different from seeing one or the other.

    If you're the type who dislikes having many choices that do similar tasks in general and simply want a tool that does the job - maybe Windows or Mac is a better choice for you for now.

    The Macintosh platform is my preferred choice. However, this has nothing to do with configurability, and everything to do with ease-of-use. In fact, I take exception to Apple forcing me to use the Aqua interface. Sure, it's pretty to look at, but there are certain aspects about it that drive me nuts. The Dock sucks. Menulettes suck. Why they couldn't just stick the OS 7/8/9 Platinum interface on Unix, like they did with AUX, I'll never know. And there are asects that are inconsistent within the interface itself. It definately needs more work. But if I go sit down at any other Mac with OS X, I'll know how to find my way around and get work done. The same can't necessarily be said of the different Linux desktop environments.

    Some linux distro's will always gravitate towards maximum choice (i.e. Gentoo), some will hopefully keep evolving towards the layperson, as you put it, with maximum use right out of the box with minimal configuration. As much flak as they get from the rest of us hardcore geeks, I think Linspire and Xandros will serve their target market well.

    I agree. But will someone who just got up from the Xandros desktop be able to sit down at a Linspire desktop and be just as productive? This is what I think should be the goal; unity for the masses, with choice available for those who desire it.

    Thanks for the response. It's nice to get a reasoned response to such a hot-button topic.

    (tig)
    --
    Ignorance and prejudice and fear
    Walk hand in hand
  35. Re:More Gentoo Instability by tweakt · · Score: 3, Interesting
    And how many times do you use the installer? Once?

    Personally, I couldn't really care about the installer (and Gentoo doesn't actually have one). I value the performance, access to current releases, and freedom of configuration above all else. Gentoo excels at all three of those.

  36. Re:Offer from BS by ryanvm · · Score: 5, Funny

    A trailer home in Kentucky can be had for $1000, and a diet of ground beef, flour, spices and vegetables can sustain a family for less than $5000 a year.

    Your ideas intrigue me, and I wish to subscribe to your newsletter.

  37. Re:What is there to copyright? by VValdo · · Score: 4, Informative

    Stuff that is released under the GPL is still copyrighted. If it weren't, authors wouldn't be able to license it under the GPL or any other license. The whole point of the GPL is to say "you can license this copyrighted code, but under these conditions..." (where "these conditions" include an agreement to license any distributed contributions to the code under the GPL too)

    That said, other non-GPL'd stuff regarding Gentoo might also be copyrighted. Like original documentation or scripts, configuration program, help files, etc..

    W

    --
    -------------------
    This is my SIG. There are many like it, but this one is mine.
  38. Thanks Robbins by ktorn · · Score: 2

    I installed Gentoo for the first time this weekend. It has an issue with my hardware (NIC drops net connection sometimes) but other than that they were by far the most enjoyable hours that I spent using Linux since 1999 when I first gave Red Hat a try.

    I used to be a just-get-RPMs-that-work guy, and hadn't even compiled a kernel until 2 days ago. Now I enjoy every bit of each kernel compilation and emerge. I think I've learnt more about Linux in the past 2 days than I did the 4 years before.

    The community behind Gentoo is as strong as I've seen (both in IRC and the Gentoo forums). It's been great to have joined the Gentoo bandwagon.

    I didn't even know who Robbins was until I read this article, but now that I know just let me say this: Thanks, thanks, thanks.

  39. A different spin by Sangui5 · · Score: 3, Informative

    While he certainly was the driving force behind Gentoo, it wasn't all good.

    To put it bluntly, Mr. Robbins is an utter PITA to work with. Many of the same things that have been said about Theo de Raadt (true or not) could be said about drobbins. This has alread caused a fork in Gentoo. My very limited exposure to dealing with Mr. Robbins left me with such a bad taste in my mouth I just decided to drop it rather than put up with it.

    Gentoo is a wonderful distribution, which I still use. But like several other open source projects (*cough*xfree86*cough*thebsds*cough*), those running the project were operating disconnected from their user/developer base. It isn't that central control is bad (Linus keeps control of final say) but that a central control that doesn't play nice with others is going to spell trouble.

    I hope that Gentoo will end up better for it.

    1. Re:A different spin by shadowbearer · · Score: 3, Insightful

      Those who are running the project are often "disconnected" because they get loaded down with so many responsibilities that are not directly connected with the users/developers that they cannot respond directly anymore.

      IMO, Theo's biggest failure is in NOT disconnecting himself with the day to day details. I don't know if it explains his attitude, but it certainly may contribute to it.

      IFO suspect that Daniel is leaving the project because it's become such a burden to him that he no longer can spend any time doing anything else. Now, if he'd quit during the early days, a couple years ago, yeah, I'd have a beef with that. But he stuck it out, and now he's turning it over to other people whom he trusts so he can go on to things that are just as important (or maybe more so) to him.

      Perhaps he's a PITA to deal with, for you, because you don't realize that he's overloaded. I'm not in his position, but I am in one that is similar (if perpendicular) and I can understand quite well why he's done this.

      No offense, but there's a limit to how much one can take before you want to say "fuck this, there's other things I want to do". I reached my limit in that respect several times in the last 18 years in various jobs. Can you say the same?

      I'm older than Daniel, I don't have a family, but I've been in that situation enough that I understand why he's doing this. The lesson that Theo hasn't learned is that when you start burning out you should walk away and hand the reins to people you trust, rather than sticking it out and pissing people off.

      Sorry for the rant, and maybe I'm wrong but ....it had to be said.

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
    2. Re:A different spin by Sangui5 · · Score: 2, Interesting

      First, I am not commenting on the Why of drobbins' departure. I saw many posts complementing Mr. Robbins on his work (complements which he does deserve), and making statements to the effect of "this will be bad for gentoo". I felt the need to respond to the second half of these posts.

      By disconnected, I don't mean unresponsive to day-to-day issues. Two examples of disconnect that come most readily to mind are the xfree86 license snafu and the legendary tightness by which core *BSD source trees are controlled. The first is ignoring the needs/wants of your support base, the second is ignoring the partipation of your support base.

      Supposing you are right, and that drobbins is walking away because his is burnt out, then I applaud that. The trouble comes in that the "pissing people off" part started some time ago. It hasn't cause major damage to the project (like xfree86's self-immolation), but there was a non-negligable negative effect. His departure would have been better 9 months ago (prior to the Zynot fork). On the other hand, hindsight is 20/20--it is quite likely that staying on was the best decision given the information available at the time.

      Really, I'm just trying to put a different light on the end effect of the departure. Whatever the reasons, drobbins is leaving, and that will have an effect. As an administrator, drobbins had his faults, and they were starting to wear on the project. While a committee is not as focused as an individual, committees scale better. It isn't the end of the line for gentoo, just another step.

    3. Re:A different spin by Sangui5 · · Score: 3, Insightful

      but I don't see what role zynot can fill in the linux landscape.

      If it does nothing else, it consumes resources that would have otherwise been used by Gentoo. Forks can be a good thing, but they can also be a bad thing. The OpenBSD fork ended up being a good thing--OpenBSD fills an entirely different role from NetBSD. The GCC/EGCS fork also ended up being good--the new totally replaced the old.

      In a way, I agree with you--the Zynot fork probably is hurting more than helping. There was a window of time to get moving, and that window has passed. Now all the fork is doing is diverting resources. On the other had, that a fork was created can have a positive impact just by existing. It highlights problems with the original project, and creates a drive to fix those problems. And if the problems aren't fixed, the secondary project is waiting in the wings to take over.

      My point in noting the fork was this: you don't create a fork unless there is a problem. Generally a big problem, where a lot of effort has been put in to try and resolve, but nothing has come of it. Regardless of whether Zynot amounts to anything, there was a fork, and that is signifigent in and of itself.

  40. Re:Pronouncing Gentoo? by LittleBigLui · · Score: 2, Funny
    which is reputed to be the fastest swimming species of penguin in the world. And as Gentoo has a reputation of being fast, it's only fitting.


    No no, you got it all wrong. It's the penguin species with the longest incubation time. Gentoo penguins breed their eggs for up to thirteen months while their babies compil^w mature.

    j/k, using gentoo myself.
    --
    Free as in mason.
  41. D Robbins by dcstimm · · Score: 2, Interesting

    Man I am going to miss him, I first learned about D Robbins when he was writing for IBM, and he really had some great ideas on how linux should function. He then surprised me by building one of the best distros I have ever used. He has even gone as far as helping me personally in the irc chat rooms, and I even helped him once with a DECSS issue he was having with xine and dvdnav. I truly think he was a great person, I have even donated to gentoo linux just because I wanted to help D Robbins idea grow and for him to find gentoo worthwhile. I am sad to see him go and he will be well missed, but Im sure we will see him in the #gentoo-dev forums when he is bored. :-) I love you drobbins!

  42. Re:Installer/not installer??? by Cro+Magnon · · Score: 2, Funny

    Well, I've never tried Gentoo, but my understanding is that it does NOT have a real installer. But it's still easier to install than Debian!

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.