Slashdot Mirror


FreeBSD: Perl to be removed

zmcgrew writes "From Daemon News:
"The decision was made to remove Perl from the FreeBSD -current base system [earlier story ]. Perl will be supported as a port that the user can install after the base installation, however it will no longer be required. Mark Murray put out a call to the -current mailing list asking for volunteers to port all Perl scripts in the base system to another language, such as sh or C. All critical programs are already being ported, with only a few minor ones left to be claimed." Wow..."

97 comments

  1. The obvious question remains by Matt0ly · · Score: 1

    Why are they doing this? What do they have to gain by removing Perl from the base installation?

    --
    Satanosphere.com / The dot does not count as a / syllable, d
    1. Re:The obvious question remains by cfreeze · · Score: 3, Interesting

      Perl's not a base requirement in most Linux distributions or other commercial Unix implementations. I would say it's a smart move for the FreeBSD team.

    2. Re:The obvious question remains by hawkstone · · Score: 5, Informative

      It appears that having Perl in the base distro has the following problems:

      1. It increases the distro image size.
      2. It forces everyone to use the same version of Perl.
      3. If someone tries to install over that version or just even patch it, it can break stuff in BSD which needed the old version.
      4. Installing multiple copies imposes weird symlink tricks or else breaks other stuff.

    3. Re:The obvious question remains by josepha48 · · Score: 4, Interesting
      Is is not in most standard unix installations. If you get HP, Sun, or Linux perl is a seperate package. Linux usually installs it on the system as part of the development packages, but it is a seperate package and you can set up a Linux box without it. Sun is the same way, as is HP and AIX.

      I can't remember if I had to install perl for NetBSD, I thought I did, but it may be just the added packages. I know on one NetBSD box I have it has perl installed as a package. I think FreeBSD is doing the right thing. I mean it is not that hard to do 'make install' in the ports to install perl.

      --

      Only 'flamers' flame!

    4. Re:The obvious question remains by Arandir · · Score: 1

      What do they have to gain by removing Perl from the base installation?

      45 megabytes for the next generation "Perl Contract". Read the article.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    5. Re:The obvious question remains by benedict · · Score: 2, Informative

      There are two more, from the article:

      5. Integrating perl into the BSD build system is
      difficult and error-prone.
      6. Related to the above, perl has cross-build problems.

      --
      Ben "You have your mind on computers, it seems."
    6. Re:The obvious question remains by Anonymous Coward · · Score: 0

      Why don't you read before posting? Your question is fscking answered in the link.

    7. Re:The obvious question remains by jo42 · · Score: 3, Informative
      From: owner-freebsd-announce@FreeBSD.ORG
      [mailto:owner- freebsd-announce@FreeBSD.ORG] On Behalf Of Mark Murray
      Sent: Wednesday, May 15, 2002 9:44 AM
      To: announce@freebsd.org
      Subject: Perl5 is leaving the base system for 5.0 and after!

      Hello folks!

      It has been decided after some debate to remove Perl5 from the "Base FreeBSD" sources. This decision was not taken lightly, and was taken in consultation with (but not seeking the approval of) the perl5 developer community.

      There are 2 main reasons for this:

      1) Perl5 is getting larger very fast, and FreeBSD cannot afford the time and space to build and maintain it.

      2) Upgrading the "base perl" is a nightmare that regularly breaks upgrades and cross-builds, to the intense annoyance of the FreeBSD developer community.

      Speaking as the "Perl5 guy", keeping FreeBSD's "base perl" up to date was hellish, and folks who wish a return to that state should please consider doing this work in my place. BEWARE! This job is not trivial!

      PERL IS NOT BEING OSTRACISED! FreeBSD is not taking this action because of any dispute between the FreeBSD community and the Perl community - such a dispute DOES NOT EXIST! In fact, the Perl community have been exemplary in their attempts to understand the problem, and in their proposals to deal with it. FreeBSD DOES NOT HATE PERL!

      Some time in the future, perl may be split in half, such that the core language and the standard libraries may be separately installed. In such a case, FreeBSD might be in a position to better deal with the problem of the very large perl libraries. Such splitting will be done by the perl community, NOT by us, although we will be taking note.

      In the meanwhile, the Perl5 Port will continue to be available, and continued discussion indicates that there is very substantial support for it to be installed by default (or near-default) by sysinstall.

      This will result in a FreeBSD that has effectively the same Perl5 that is kept up-to-date in ports, rather than the one that is left to rot in STABLE.

      This update will _NOT_ be MFCed. The first FreeBSD that has no perl in the default sources will be 5.0-RELEASE, when that is released at the end of this year. FreeBSD-4.n will continue with the perl that it currently has.

      The ports system will continue to support Perl5.

      M
      --
      o Mark Murray
      \_
      O.\_ Warning: this .sig is umop ap!sdn

      This is the moderated mailing list freebsd-announce.
      The list contains announcements of new FreeBSD capabilities,
      important events and project milestones.
      See also the FreeBSD Web pages at http://www.freebsd.org

    8. Re:The obvious question remains by schweikh · · Score: 2, Informative
      Being a committer and having read the relevant mailing lists, let me add two more reasons, that I think have so far not been mentioned. Remember what we are talking about: perl has been removed from the base system in order to make the build perl-independent. Why is this a Good Thing?
      • For once it saves us on the order of 45MB repo space. The build itself didn't need more than a few in-place s/foo/bar/g which we now do with sed, awk, sh, the tools we need to build anyway. Building perl as a prerequisite for just a few variable substitutions was obviously overkill.
      • The most compelling reason IMHO is: you just can't cross-configure perl on arch A for arch B--it will always be built for the host it is configured on (unlike e.g. the compiler tool chain). With support for alpha and sparc this has become an endless source of frustration.

      Regards, Jens
      --
      SIGSIG -- signature too long (core dumped)
    9. Re:The obvious question remains by Anonymous Coward · · Score: 0

      One more thing: it forces the user to know Perl
      just to review scripts for the base files. You
      don't have to be proficient in awk, perl, m4, python, or bash
      just for to do follow the flow of how the base system
      works. A solid knowledge of something like csh(1), sh(1), and ash(1)
      should be all that is required.

  2. once again.... by Anonymous Coward · · Score: -1, Troll

    ...we further confirm: *BSD is dying

  3. Reasons why by Chinese+Karma+Whore · · Score: 2, Interesting

    1. As a perl user all i can say perl removal will be for the better. It will reduce the freebsd install size and will be easier to update perl ... w/o the need of symlinks & other cruft.

    2. When Perl is integrated into the base system, users can either eat what they're given, or
    jump through hoops to install a separate version and keep it separate. This change will
    vastly improve and simplify supporting Perl on FreeBSD.

    1. Re:Reasons why by ext · · Score: 1

      Absolutely! the only reason why to use BSD over LInux is that perl is properly supported and such features like perlcc works

  4. interesting by tps12 · · Score: 2

    This makes a lot of sense. It seems like base installs can be pared down quite a bit. Is there any reason to have any shells installed? A web server shouldn't need them (not saying they aren't incredibly useful, but they might not be necessary).

    --

    Karma: Good (despite my invention of the Karma: sig)
    1. Re:interesting by Arandir · · Score: 2, Insightful

      A POSIX system needs a Bourne compatible shell.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:interesting by Gid1 · · Score: 4, Informative

      This is great! First thing I do with my nice FreeBSD installs is remake world with NO_BIND, NO_SENDMAIL and NO_PERL. The other thing I'd like is separate packaging of all ports in their own directories in, say, /app.

      That way you can have more than one version installed, and symlink /app/perl (ie. current) to /app/perl-x.y.z

      I'd like to see *all* parts of FreeBSD (incl. kernel, etc.) represented as pseudo-ports/packages in the package database to ease componentized installation (eg. no 'gcc' for client machines) and simple networked FS management.

      I use things like Perl all the time, but I'd like the control of which Perl, which GCC, etc.

    3. Re:interesting by serial+frame · · Score: 1

      Without a POSIX-style /bin/sh present (I.e., accepts -c "commands"), any use of system() will be broken. Oh, and obviously, startup scripts, regular shell scripts, and perhaps many utilities would be impossible to implement without a shell. Basically, in that kind of situation, I would go with busybox, or just Kenneth Almquist's ash. Experiment and see what you would need.

      --

      -
      And the Angel said unto me, "These are the cries of the carrots! The cries of the carrots!"
    4. Re:interesting by Anonymous Coward · · Score: 1

      Do you seriously want to write and maintain /etc/rc in C?

  5. And now, back to your regularly scheduled UNIX. by Masque · · Score: 4, Insightful

    Like it or not from a perl perspective, perl shouldn't be required to install the OS any more than X11, tcl, python etc should be. *nix has gotten too fat. Praised be FreeBSD for getting back to its roots! Now I can install a sane perl without having to rip the old one out by its hair.

    Ever install HatRed? 240 packages later, you have a 'stripped down' *nix. Talk about losing sight of the original idea....

    1. Re:And now, back to your regularly scheduled UNIX. by Cuthalion · · Score: 0, Troll

      Ever install HatRed? 240 packages later, you have a 'stripped down' *nix. Talk about losing sight of the original idea....

      I had no idea that the original idea of unix was minimalism.

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
    2. Re:And now, back to your regularly scheduled UNIX. by Anonymous Coward · · Score: 0

      Is that sarcasm?

    3. Re:And now, back to your regularly scheduled UNIX. by bofkentucky · · Score: 3, Insightful

      At its core, unix is a minimalist system, its kind of a Chinese buffet, small simple tools that chained together make a complete system (meal). No one tool is all knowing and all seeing, hurd and other microkernel types fit this mentality down to the kernel itself, with scheduling, I/O, lock resolution, etc seperated out into little minature daemons. As opposed to windows where it is one giant tangle of dll's and executables. Theres a lot to be said for a system that originally ran in 4K of memory scalling up to some of the monster supercomputing apps we see today with terrabytes of memory, but at its core, the same simple tools dc, sed, awk, a shell, ls, and rm being able to perform amazing tasks.

      --
      09f911029d74e35bd84156c5635688c0
    4. Re:And now, back to your regularly scheduled UNIX. by Anonymous Coward · · Score: 1

      Beg to differ. Not the run of the mill Chinese buffet with all its redundant dishes, like "General Tso's chicken" and "Sesame Chicken", etc. More like the orthogonality of a Mongolian barbecue. Larry Wall isn't wild about orthogonality. He said so in his book.

  6. Obligatory *BSD is dying troll by vegetablespork · · Score: -1, Troll
    You don't need to be a Kreskin to predict *BSD's future. The hand writing is on the wall: *BSD faces a bleak future. In fact there won't be any future at all for *BSD because *BSD is dying. Things are looking very bad for *BSD. As many of us are already aware, *BSD continues to lose market share. Red ink flows like a river of blood. FreeBSD is the most endangered of them all, having lost 93% of its core developers.

    Thank you. I'll be here all week.

    --

    Call (206) 338-5780 COLLECT for information about a genuine BA, BS, MA, MS, MBA, or Ph.D.

    1. Re:Obligatory *BSD is dying troll by Anonymous Coward · · Score: -1, Offtopic
      Took you long enough.

      ~~~

    2. Re:Obligatory *BSD is dying troll by Anonymous Coward · · Score: -1, Flamebait

      Wow! Some moron is wasting energy mod-bombing my troll ID. Bwahahaha!

  7. It may seem odd, but this is A Good Thing (tm) by stienman · · Score: 3, Informative

    It's easier to keep perl up to date and apply patches for it (maintain) if there are no critical system pieces that depend on it. Perl was never considered 'standard' and shouldn't be installed on systems that don't need or use it. Of course many people who live/breathe/eat perl are going to be surprised, but this is good for them.

    -Adam

  8. The *BSD Spiral of Death by Anonymous Coward · · Score: -1, Troll
    It is official; Netcraft confirms: *BSD is dying

    One more crippling bombshell hit the already beleaguered *BSD community when IDC confirmed tht *BSD market share has dropped yet again, now down to less than a fraction of 1 percent of all servers. Coming on the heels of a recent Netcraft survey which plainly states that *BSD has lost more market share, this news serves to reinforce what we've known all along. *BSD is collapsing in complete disarray, as fittingly exemplified by failing dead last in the recent Sys Admin comprehensive networking test.

    You don't need to be a Kreskin to predict *BSD's future. The hand writing is on the wall: *BSD faces a bleak future. In fact there won't be any future at all for *BSD because *BSD is dying. Things are looking very bad for *BSD. As many of us are already aware, *BSD continues to lose market share. Red ink flows like a river of blood.

    FreeBSD is the most endangered of them all, having lost 93% of its core developers. The sudden and unpleasant departures of long time FreeBSD developers Jordan Hubbard and Mike Smith only serve to underscore the point more clearly. There can no longer be any doubt: FreeBSD is dying.

    Let's keep to the facts and look at the numbers.

    OpenBSD leader Theo states that there are 7000 users of OpenBSD. How many users of NetBSD are there? Let's see. The number of OpenBSD versus NetBSD posts on Usenet is roughly in ratio of 5 to 1. Therefore there are about 7000/5 = 1400 NetBSD users. BSD/OS posts on Usenet are about half of the volume of NetBSD posts. Therefore there are about 700 users of BSD/OS. A recent article put FreeBSD at about 80 percent of the *BSD market. Therefore there are (7000+1400+700)*4 = 36400 FreeBSD users. This is consistent with the number of FreeBSD Usenet posts.

    Due to the troubles of Walnut Creek, abysmal sales and so on, FreeBSD went out of business and was taken over by BSDI who sell another troubled OS. Now BSDI is also dead, its corpse turned over to yet another charnel house.

    All major surveys show that *BSD has steadily declined in market share. *BSD is very sick and its long term survival prospects are very dim. If *BSD is to survive at all it will be among OS dilettante dabblers. *BSD continues to decay. Nothing short of a miracle could save it at this point in time. For all practical purposes, *BSD is dead.

    Fact: *BSD is dying

  9. More Control for FreeBSD by digital_freedom · · Score: 2

    It seems that although they remove a really useful program, it does mean that the Core group and committers will have more control of everything that goes into installing and operating the system.

    I suppose that some may complain because they are so used to the Windows style bloat ware where someone else makes the choices for you. Ex: Windows Media Player, I prefer Quicktime. Plus I prefer Python over Perl. But not to get into some religious war, it's nice to see that FreeBSD will leave the choice to us. After all, someone who is going to the trouble of installing FreeBSD will probably want to roll it exactly the way they want. Besides, someone can always put an ISO together will some version of Perl and other goodies.

    1. Re:More Control for FreeBSD by Anonymous Coward · · Score: 0

      After all, someone who is going to the trouble of installing FreeBSD will probably want to roll it exactly the way they want.

      You should have said, "After all, someone who is going to the trouble of installing FreeBSD will probably want to roll it exactly the way he wants."

  10. NetBSD 1.5 does not require Perl by cpeterso · · Score: 2

    I just installed NetBSD 1.5 last week and Perl was not included in the base distribution set. I had to install a separate port package.

    1. Re:NetBSD 1.5 does not require Perl by mirabilos · · Score: 2

      Now, OpenBSD 3.2 has to do this step also.
      (Nice, we got new binutils - from 2.9 to 2.11.2)

      I find this good because it disables more bloat
      in the base system. Removing sendmail and bind,
      however, I wouldn't be a friend of, because they
      are audited by the team (which cannot be solved
      this way by a port) and heavily used (I don't
      use bind - djbdns - but many people prefer an
      audited bind 4 over bind 9...)

      I remember some months ago, uucp was made a port.
      The r-suite will also be available as a port.

      --
      My Karma isn't excellent, damn it! (And /. still does not get UTF-8 right in 2012. Wow.)
  11. perlmonks by tstock · · Score: 4, Informative

    This has been discussed on Permonks

    You can also read the discussion that led to this here

    tstock

    1. Re:perlmonks by Anonymous Coward · · Score: 0

      OK, which thread on develooper.com is the one to read? I scanned all of 'em on that page, and none had an obvious reference to FreeBSD.

  12. The End of FreeBSD by Anonymous Coward · · Score: -1, Troll
    The End of FreeBSD

    [ed. note: in the following text, former FreeBSD developer Mike Smith gives his reasons for abandoning FreeBSD]

    When I stood for election to the FreeBSD core team nearly two years ago, many of you will recall that it was after a long series of debates during which I maintained that too much organisation, too many rules and too much formality would be a bad thing for the project.

    Today, as I read the latest discussions on the future of the FreeBSD project, I see the same problem; a few new faces and many of the old going over the same tired arguments and suggesting variations on the same worthless schemes. Frankly I'm sick of it.

    FreeBSD used to be fun. It used to be about doing things the right way. It used to be something that you could sink your teeth into when the mundane chores of programming for a living got you down. It was something cool and exciting; a way to spend your spare time on an endeavour you loved that was at the same time wholesome and worthwhile.

    It's not anymore. It's about bylaws and committees and reports and milestones, telling others what to do and doing what you're told. It's about who can rant the longest or shout the loudest or mislead the most people into a bloc in order to legitimise doing what they think is best. Individuals notwithstanding, the project as a whole has lost track of where it's going, and has instead become obsessed with process and mechanics.

    So I'm leaving core. I don't want to feel like I should be "doing something" about a project that has lost interest in having something done for it. I don't have the energy to fight what has clearly become a losing battle; I have a life to live and a job to keep, and I won't achieve any of the goals I personally consider worthwhile if I remain obligated to care for the project.

    Discussion

    I'm sure that I've offended some people already; I'm sure that by the time I'm done here, I'll have offended more. If you feel a need to play to the crowd in your replies rather than make a sincere effort to address the problems I'm discussing here, please do us the courtesy of playing your politics openly.

    From a technical perspective, the project faces a set of challenges that significantly outstrip our ability to deliver. Some of the resources that we need to address these challenges are tied up in the fruitless metadiscussions that have raged since we made the mistake of electing officers. Others have left in disgust, or been driven out by the culture of abuse and distraction that has grown up since then. More may well remain available to recruitment, but while the project is busy infighting our chances for successful outreach are sorely diminished.

    There's no simple solution to this. For the project to move forward, one or the other of the warring philosophies must win out; either the project returns to its laid-back roots and gets on with the work, or it transforms into a super-organised engineering project and executes a brilliant plan to deliver what, ultimately, we all know we want.

    Whatever path is chosen, whatever balance is struck, the choosing and the striking are the important parts. The current indecision and endless conflict are incompatible with any sort of progress.

    Trying to dissect the above is far beyond the scope of any parting shot, no matter how distended. All I can really ask of you all is to let go of the minutiae for a moment and take a look at the big picture. What is the ultimate goal here? How can we get there with as little overhead as possible? How would you like to be treated by your fellow travellers?

    Shouts

    To the Slashdot "BSD is dying" crowd - big deal. Death is part of the cycle; take a look at your soft, pallid bodies and consider that right this very moment, parts of you are dying. See? It's not so bad.

    To the bulk of the FreeBSD committerbase and the developer community at large - keep your eyes on the real goals. It's when you get distracted by the politickers that they sideline you. The tireless work that you perform keeping the system clean and building is what provides the platform for the obsessives and the prima donnas to have their moments in the sun. In the end, we need you all; in order to go forwards we must first avoid going backwards.

    To the paranoid conspiracy theorists - yes, I work for Apple too. No, my resignation wasn't on Steve's direct orders, or in any way related to work I'm doing, may do, may not do, or indeed what was in the tea I had at lunchtime today. It's about real problems that the project faces, real problems that the project has brought upon itself. You can't escape them by inventing excuses about outside influence, the problem stems from within.

    To the politically obsessed - give it a break, if you can. No, the project isn't a lemonade stand anymore, but it's not a world-spanning corporate juggernaut either and some of the more grandiose visions going around are in need of a solid dose of reality. Keep it simple, stupid.

    To the grandstanders, the prima donnas, and anyone that thinks that they can hold the project to ransom for their own agenda - give it a break, if you can. When the current core were elected, we took a conscious stand against vigorous sanctions, and some of you have exploited that. A new core is going to have to decide whether to repeat this mistake or get tough. I hope they learn from our errors.

    Future

    I started work on FreeBSD because it was fun. If I'm going to continue, it has to be fun again. There are things I still feel obligated to do, and with any luck I'll find the time to meet those obligations.

    However I don't feel an obligation to get involved in the political mess the project is in right now. I tried, I burnt out. I don't feel that my efforts were worthwhile. So I won't be standing for election, I won't be shouting from the sidelines, and I probably won't vote in the next round of ballots.

    You could say I'm packing up my toys. I'm not going home just yet, but I'm not going to play unless you can work out how to make the project somewhere fun to be again.

    = Mike

    --

    To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public. -- Theodore Roosevelt
  13. Perl from ports is worth it even for -STABLE by Fweeky · · Score: 5, Insightful

    Not only is it more up-to-date, more easily upgraded, and able to get as bloated as Perl demands, it also includes the excellent BSDPAN.

    BSDPAN allows you to install CPAN modules and manage them like any other package (pkg_info, pkg_delete, etc), and for weenies like me who set LOCALBASE to /usr/pkg, makes them LOCALBASE clean, \o/

    /usr/ports/lang/perl5 is not just there for completeness. Even if you have Perl installed from base, chances are anyone even remotely interested in Perl will want to replace it with the port anyway.

    Now, if only we can convince core to remove sendmail...

    1. Re:Perl from ports is worth it even for -STABLE by WasterDave · · Score: 4, Funny

      Now, if only we can convince core to remove sendmail...

      Oh, dream on. You'll be wanting to get rid of BIND next.

      Dave

      --
      I write a blog now, you should be afraid.
    2. Re:Perl from ports is worth it even for -STABLE by someonehasmyname · · Score: 1

      damn right. kill sendmail, kill bind. I'd much rather:

      a) have a choice between a few

      b) install qmail/djbdns by default. =)

      --
      Common sense is not so common.
    3. Re:Perl from ports is worth it even for -STABLE by WasterDave · · Score: 2

      You're preaching to the choir here, man.

      Dave

      --
      I write a blog now, you should be afraid.
    4. Re:Perl from ports is worth it even for -STABLE by Anonymous Coward · · Score: 0

      Actually, I think the qmail port is configured to automatically make the changes necessary to mailwrapper to replace sendmail.

    5. Re:Perl from ports is worth it even for -STABLE by realdpk · · Score: 2

      Or uucp.. or even xten. Perl's more worthwhile than either one of those.

    6. Re:Perl from ports is worth it even for -STABLE by prog-guru · · Score: 1

      uucp is out of 5.0 I think.

      --

      chris@xanadu:~$ whatis /.
      /.: nothing appropriate.

  14. PERL is ass by Anonymous Coward · · Score: -1, Flamebait

    I am glad PERL is on its way out. Its useless and good only in the days of Netscape 3 and blah blah back in 1997 or whatever.

    You want to code? Use C or Java.. you want to build websites, use PHP or JSP. Its that simple.

    Once you evaluate them all, there is no use for PERL.

  15. OpenBSD by Anonymous Coward · · Score: 1, Interesting

    so when is perl going to ripped out of the default OpenBSD install?

  16. Hard Times for *BSD by Anonymous Coward · · Score: -1, Troll
    We all can agree that *BSD is a failure. Yet why dd *BSD fail? Once you get past the fact that *BSD is fragmented between a myriad of incompatible kernels, there is the historical record of failure and of failed operating systems. *BSD experienced moderate success about 15 years ago in academic circles. Since then it has been in steady decline. We all know *BSD keeps losing market share but why? Is it the problematic personalities of many of the key players? Or is it larger than their troubled personalities?

    The record is clear on one thing: no operating system has ever come back from the grave. Efforts to resuscitate *BS are one step away from spiritualists wishing to communicate with the dead. As the situation grows more desperate for the adherents of this doomed OS, the sorrow takes hold. An unremitting gloom hangs like a death shroud over a once hopeful *BSD community. The hope is gone; a mournful nostalgia has settled in. Now is the end time for *BSD.

  17. *BSD is dying by Anonymous Coward · · Score: -1, Troll
    It is official -- Netcraft has confirmed: *BSD is dying

    One more crippling bombshell hit the already beleaguered *BSD community when IDC confirmed that *BSD market share has dropped yet again, now down to less than a fraction of 1 percent of all servers. Coming on the heels of a recent Netcraft survey which plainly states that *BSD has lost more market share, this news serves to reinforce what we've known all along. *BSD is collapsing in complete disarray, as fittingly exemplified by failing dead last in the recent Sys Admin comprehensive networking test.

    You don't need to be a Kreskin to predict *BSD's future. The hand writing is on the wall: *BSD faces a bleak future. In fact there won't be any future at all for *BSD because *BSD is dying. Things are looking very bad for *BSD. As many of us are already aware, *BSD continues to lose market share. Red ink flows like a river of blood.

    FreeBSD is the most endangered of them all, having lost 93% of its core developers. The sudden and unpleasant departures of long time FreeBSD developers Jordan Hubbard and Mike Smith only serve to underscore the point more clearly. There can no longer be any doubt: FreeBSD is dying.

    Let's keep to the facts and look at the numbers.

    OpenBSD leader Theo states that there are 7000 users of OpenBSD. How many users of NetBSD are there? Let's see. The number of OpenBSD versus NetBSD posts on Usenet is roughly in ratio of 5 to 1. Therefore there are about 7000/5 = 1400 NetBSD users. BSD/OS posts on Usenet are about half of the volume of NetBSD posts. Therefore there are about 700 users of BSD/OS. A recent article put FreeBSD at about 80 percent of the *BSD market. Therefore there are (7000+1400+700)*4 = 36400 FreeBSD users. This is consistent with the number of FreeBSD Usenet posts.

    Due to the troubles of Walnut Creek, abysmal sales and so on, FreeBSD went out of business and was taken over by BSDI who sell another troubled OS. Now BSDI is also dead, its corpse turned over to yet another charnel house.

    All major surveys show that *BSD has steadily declined in market share. *BSD is very sick and its long term survival prospects are very dim. If *BSD is t survive at all it will be among OS dilettante dabblers. *BSD continues to decay. Nothing short of a miracle could save it at this point in time. For all practical purposes, *BSD is dead.

    Fact: *BSD is dying

  18. Some choice by sigwinch · · Score: 1, Flamebait
    But not to get into some religious war, it's nice to see that FreeBSD will leave the choice to us.
    Yeah, you get your choice of C or sh, which are bletcherous languages for system administration. To diagnose/repair a broken C program, you have to be a skilled programmer with a lot of time on your hands. No instant patches/changes are possible. If that little system automation utility written in C breaks in production, the typical business should expect hours of downtime.

    Or there's sh, which you can fix instantly, but you have to learn yet another toy syntax, a syntax that is highly restrictive when it comes to real programming work.

    And what is the justification for this? So it'll fit better on ancient, obsolete harware. Great, my sysadmins will piss away thousands of dollars in labor (and possibly millions in downtime) dealing with shitty languages, because it will save the hundreds of dollars it would cost to replace that old 486 router.

    Equally idiotic are the arguments that using Perl for the core makes it difficult to upgrade Perl. That's because they should be different Perls. For core system stuff, there should be /usr/bin/system-perl, an old, stable, stripped-down Perl that rarely changes. Applications should use /usr/bin/perl, which can be upgraded as needed to make the latest apps run.

    Morons. Hardware cost is almost always irrelevant. Dependency conflicts almost always mean you need to fork. But no, we have to change the admins to suit the machine...

    --

    --
    Kuro5hin.org: where the good times never end. ;-)

    1. Re:Some choice by Nickus · · Score: 2, Informative

      Yes, you get choice. You can install whatever you want from the package collection. And when they don't have any Perl installed any more you can install precisely the version you need without breaking anything. Sure, most people would be happy with the latest and greatest and it also works for them.

    2. Re:Some choice by Spazzz · · Score: 2, Insightful

      Yeah!

      Let's all install two different versions of perl on our boxes. One for the system, and one for the user. I've dealt with this hell on HP-UX 10.20 (which ships with perl 4) and I don't like it much. I know that disk space isn't all that expensive nowadays but still, there's some of us out there who like having a semi-clean filesystem and directory structure.

      I applaud FreeBSD for finally starting to do what NetBSD has done since the beginning: Install a base OS and let the user decide what else they want or need. Is it really that hard to install perl from source/pkgsrc/ports or whatever? I run several NetBSD machines, and it never was much of an issue building perl from source and installing it. This is even true for the old VAXServer 3100 that I used to run. Yeah, it took a long time (this thing took 6 hours to compile bash), but wasn't "hard."

      -J

    3. Re:Some choice by r00tarded · · Score: 0, Offtopic

      sigwinch is right, you should use python.

    4. Re:Some choice by duffbeer703 · · Score: 4, Insightful

      The only idiotic thing here is your argument.

      I'm a Tivoli administrator and run into all sorts of issues because of Tivoli's continued support of perl v4. Perl 4 doesn't support useful features like modules, and the syntax is signifigantly different in a number of areas. But because so many customers invested a fortune in man-hours and consulting time to develop Tivoli scripts and perl-based policies, everyone is going to be stuck with a very old version of perl for the indefinate future.

      Perl 5 is going to be a dinosaur just like perl 4 is today. When Perl 7 is out and there's a problem with a server that is a pain in the ass to fix becuase nobody remembers Perl 5 syntax, you'll be in the same boat.

      ksh and sh are standardized on all platforms and do a good job. Use them whenever you can.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    5. Re:Some choice by sigwinch · · Score: 3, Interesting
      Let's all install two different versions of perl on our boxes. One for the system, and one for the user. I've dealt with this hell on HP-UX 10.20 (which ships with perl 4) and I don't like it much.
      Maybe I didn't make that clear: the two Perls should be *completely* separate. /usr/bin/system-perl should come from its own dedicated package, a package that the core maintainers guarantee does not conflict with anything else. It should not be a standard package that has been kluged to install in an odd location. You should be able to upgrade user Perl with absolute confidence that system Perl will not break, and vice versa. The only thing they should share is a name and a syntax.
      I applaud FreeBSD for finally starting to do what NetBSD has done since the beginning: Install a base OS and let the user decide what else they want or need.
      But they haven't! They are ramming C and sh down the average sysadmin's throat, without the slightest thought about what is appropriate for that sysadmin.

      In the real world, most sysadmin labor hours are spent on servers and workstations running powerful, modern hardware. And what they need are transparent, diagnosable systems. When things go wrong, or when they have a complex task to accomplish on a short schedule, they need to be able to reach inside the system and extend it. Hard coding system logic into C programs is extremely counterproductive, and sh is so limited and restrictive that you have to jump through all sorts of ridiculous hoops to accomplish the simplest tasks. What is needed is a good, full-featured scripting language that the average sysadmin can master quickly. If I was paying to have my dream OS written, it would be Python, but Perl is good enough.

      --

      --
      Kuro5hin.org: where the good times never end. ;-)

    6. Re:Some choice by hoggy · · Score: 4, Insightful

      But they haven't! They are ramming C and sh down the average sysadmin's throat, without the slightest thought about what is appropriate for that sysadmin.

      Don't be an ass. What they are doing is making sure that a default install of FreeBSD doesn't require a particular version of perl to be installed.

      Great. You can go and add the one you want afterwards.

      What is needed is a good, full-featured scripting language that the average sysadmin can master quickly. If I was paying to have my dream OS written, it would be Python, but Perl is good enough.

      This is exactly what FreeBSD offers you. After you've installed it. Go add Python. You don't need to worry that the system relies on a particular version of Python, so you can install the one you want. In contrast to RedHat Linux which is wedded inseperably to Python 1.5.2, which has been out of data for about a millennia.

    7. Re:Some choice by mph · · Score: 3, Informative
      And what is the justification for this? So it'll fit better on ancient, obsolete harware.
      That's not the argument against it. I guess talking out of your ass is easier than actually reading about the issues involved. Of course, I'm sure that you innately know more about this topic than the FreeBSD and Perl experts who worked on this solution, together, at length.

      Hint: Perl has always been hard to incorporate into the BSD build structure and breaks easily, especially in cases like cross-compilation. Because it's so fragile, it's a lot of work to maintain and tends to fall out of date. These are the kinds of things you need to worry about when you're actually maintaining an operating system, instead of throwing a kernel and 100's of externally maintained packages together and calling it done.

    8. Re:Some choice by sigwinch · · Score: 2
      What they are doing is making sure that a default install of FreeBSD doesn't require a particular version of perl to be installed.
      Are you replying to the post I wrote? My two points were 1) that a modern operating system *should* rely on a particular version of a full-featured scripting language, and 2) the interpreter for that language should not be shared with applications (to prevent the upgrade problem).
      This is exactly what FreeBSD offers you. After you've installed it. Go add Python.
      Try reading what I wrote. At that point it's too late: the core is written in nasty old sh and hardcoded C. No amount of installing packages later can fix that fact.
      In contrast to RedHat Linux which is wedded inseperably to Python 1.5.2, which has been out of data for about a millennia.
      Exactly. Red Hat made the same mistake as FreeBSD: they needed a good language for scripting the core OS, and they stupidly used the same package as user applications. And now, predictably, the user applications cannot be upgraded because it would break the really important stuff. The solution is to break that dependency: make the applications and the core depend on different executables.

      The FreeBSD solution is to move everything to depend on the /bin/sh executable: it's so vile and useless that nobody sane would **ever** use it for a significant application. Since no applications use it, there can be no conflict. This is self-evidently stupid.

      The right solution is to pick a good language (call it "Foo"), put together a stripped-down interpreter for it, and put that interpreter it its own files. E.g., /usr/bin/system-foo. This has lots of benefits:

      1. All the "kitchen sink" libraries have been ripped out, so it doesn't take up much space.
      2. It is used for a small set of tasks that rarely change, so there is no need to track the latest upgrades, just the critical bugfixes.
      3. It has completely different file names, so applications will never use it by mistake.
      4. Application packages use different file names, so they can be upgraded at will. The core won't notice.
      5. Sysadmins and core maintainers won't waste time and sanity dealing with the nasty syntax and limitations of sh. They'll work in Foo, a nice modern language.
      --

      --
      Kuro5hin.org: where the good times never end. ;-)

    9. Re:Some choice by r00tarded · · Score: 1

      dammit mods, not offtopic, this is blantant flamebait.

    10. Re:Some choice by hoggy · · Score: 2

      Try reading what I wrote. At that point it's too late: the core is written in nasty old sh and hardcoded C. No amount of installing packages later can fix that fact.

      I did. I still disagree with you. Core scripts being written in sh does not impact system administration. It impacts people who need to maintain the core scripts only.

      In the event that an administrator needs to modify any of these scripts, the important thing is that the widest possible array of system administrators are able to. That means using sh. If I found a script I needed to alter written in perl, I'd rather wrip it out and re-write it. There'd be plenty of other people who'd say the same for Python, Ruby, or whatever high level language you pick. sh is universal.

      The FreeBSD solution is to move everything to depend on the /bin/sh executable: it's so vile and useless that nobody sane would **ever** use it for a significant application. Since no applications use it, there can be no conflict. This is self-evidently stupid.

      No-one is asking you to write applications in it. All system administrators live and breath sh. It has existed, largely unchanged, on every UNIX platform since the dawn of time (epoch). If you can't hack it then I suggest you get out of the sysadmin game (and if you're not a system administrator, what the hell is this argument based on?)

      If you wish to layer your own administration framework on top of the core system, then you are free to choose whatever language you like.

      I recommend using Arusha which uses classless object-oriented XML source and supports methods written in Python, perl, or sh. [But I would recommend it as one of the developers. ;-)]

    11. Re:Some choice by Huge+Pi+Removal · · Score: 1

      I have to agree: for instance, the "adduser" program is written in perl. In order to set up a load of virtual hosts, with complicated permissions, I incorporated a hacked-around version of adduser to perform some of the tasks. No way could I have done that if it was written in C. Jeez..... Perl is great for manipulating all that stuff, and is easy to maintain with a bit of easily-obtained knowledge.

      --
      - Oliver

      The right to bear arms is only slightly less stupid than the right to arm bears...
    12. Re:Some choice by Anonymous Coward · · Score: 0

      If it'll reliably do the job, it isn't obsolete. Putting a disused copy of Perl on every appliance on the planet just so your admins don't have to type cd /usr/ports/lang/perl5 && make install was ridiculous, and knowingly preserving a second copy whose sole purpose is to deter use of new features should be a hanging offense.

    13. Re:Some choice by sigwinch · · Score: 2
      It impacts people who need to maintain the core scripts only.
      All sites with more than a dozen or so users need to be able to customize the scripts, or at least easily read them to figure out what the hell is going on. That most sysadmins are novices, and work at smallish sites, dictates that the scripts should be written in a friendly language.
      In the event that an administrator needs to modify any of these scripts, the important thing is that the widest possible array of system administrators are able to.
      I agree. I'm just taking the wider view that computers should be for *all* people with a modicum of skill, not just veterans of the Unix wars. So languages for common automation tasks should be chosen solely for ease of use by novices. As VB and especially Python have proven, it is possible for a language to be friendly to novices *and* a decent tool for wizards.
      --

      --
      Kuro5hin.org: where the good times never end. ;-)

    14. Re:Some choice by rsd1s1g · · Score: 1, Insightful

      What is needed is a good, full-featured scripting language that the average sysadmin can master quickly. If I was paying to have my dream OS written, it would be Python, but Perl is good enough.

      Have you read anything?? Jeez! It just doesn't ship with Perl any more. Nobody said anything about not being able to HAVE it in FreeBSD. You want Python? You want Perl? Install it afterwards! Hey: you can even have the luxury of installing it from source! Quite the novelty, eh?

      --
      I wanted to buy a candle holder, but the store didn't have one. So I got a cake.
    15. Re:Some choice by Anonymous Coward · · Score: 1

      Since when are Perl and Python easier to understand than /bin/sh?

      Scripting doesn't get much simpler than /bin/sh. In the modern context of mutant nix branding, it's nice that there is a single, common scripting environment that "runs" the computer and works in single user mode.

    16. Re:Some choice by Anonymous Coward · · Score: 0

      Amen.
      scripting in sh or bash is straight, easy, flexible
      , fun to do, compile zero.
      Perl is great for strings however.
      Python i do not know but Blender was written in it and i liked the program it was/is fast memory clever
      and looked nice.

      I guess you can install perl on FreeBSD when choosing the packages or did $they stripped it out
      completly?

    17. Re:Some choice by Anonymous Coward · · Score: 0

      > That most sysadmins are novices, and work at smallish sites, dictates that the scripts should be written in a friendly language.

      ROTFLMAO!!!

      Perl is a "friendly language" for novice SAs?!?!?!?

  19. the really cool thing is coming by node3667 · · Score: 3, Informative

    I couldn't stand the obsolete perl 5.005 which was on the base system... once you install 5.6.1, things can mess up pretty quickly if you don't take care to separate things... not to say that you have to convince sysadmins...

    The worse is that the perl5 base would install obsolete modules, like cgi.pm.... and now if you install the cgi perl port, you have to either remove the original cgi.pm (will break at the next make installword) or tweak PERL5LIB to insert the path to the new modules before the others.... thanks god all that pain in the . will be gone ... one day...

    1. Re:the really cool thing is coming by MadAhab · · Score: 2
      Yeah, that reminds me of using redhat. CPAN has become a big pain what with agressive upgrade. Asked some admin to install a perl module, he upgraded perl due to agressive prompting via CPAN, now it depends on which perl you toot and libraries are a big mess. Had to redo it myself. I never upgraded perl from ports on freebsd, and I never had those kinds of problems. Of course, freebsd also has a very broad arrays of perl modules intallable through ports packages, which is (and should continue to be) fairly painless, and on the rare occasion i need one not in port, perl Makefile.pl etc works fine.

      perl is dead. Long live perl.

      --
      Expanding a vast wasteland since 1996.
  20. tally ho by seraphim+via · · Score: 1

    It seems pretty nice. Smaller installation is good. I think most people believe this is a good choice.

    --
    But he was unmoved, and cried: "If I am mad, it is mercy! May the gods pity the man who in his callousness can remain sa
  21. Good by dh003i · · Score: 2

    Perl is great, but its not essential. Its not a part of the operating system and should NOT be a mandatory install.

  22. #!/usr/bin/perl by Permission+Denied · · Score: 3, Insightful

    Now all my old scripts will break. It wasn't until about a year ago that I started using "#!/usr/bin/env perl" instead of "#!/usr/bin/perl". Are they expecting me to symlink, or what?

    1. Re:#!/usr/bin/perl by ozzmosis · · Score: 1

      eh, awk is still in the base.

    2. Re:#!/usr/bin/perl by Z4rd0Z · · Score: 3, Informative

      There will be a small redirector program called /usr/bin/perl that looks for perl and passes your script on to it, and if it doesn't find perl, gives you an error message.

      --
      You had me at "dicks fuck assholes".
    3. Re:#!/usr/bin/perl by Permission+Denied · · Score: 1
      small redirector program called /usr/bin/perl

      Cool. Sounds like the best solution. Not that it would be too difficult when I see 'zsh: no such file or directory: /usr/bin/perl', but this is more elegant (holding together old systems using symlinks like duct tape leads to sheer madness).

    4. Re:#!/usr/bin/perl by Anonymous Coward · · Score: 1, Funny

      If you use perl for everything, surely you can write a perl script to replace all occurrences of that.

    5. Re:#!/usr/bin/perl by prog-guru · · Score: 1

      Gross, kind of reminds me of that sendmail/mailwrapper mess.

      --

      chris@xanadu:~$ whatis /.
      /.: nothing appropriate.

  23. Partly my fault ;-) by Anonymous Coward · · Score: 1, Informative

    I bitched and moaned about the size of base-install on the security mailing list; I got a lot of people with me, including, but not limited to, JKH.

    The biggest reason is the fact that it breaks stuff, if you need another version of perl you have to know your system to get your box running without a hitch.

    For me, the reason however was founded on security, I was tired of having to write csh-scripts to strip my system from potential security holes; including Sendmail and Perl.
    It is a lot easier to secure a firewall that only has a kernel, cshell and not mcu else than the mastodont it was by default.

    I run NetBSD on that box now, but anyway, good to see it as I use FreeBSD on my laptop.

    Kind regards,
    Da

    1. Re:Partly my fault ;-) by Piquan · · Score: 1

      How do you figure Perl to be a security risk?

    2. Re:Partly my fault ;-) by Anonymous Coward · · Score: 1

      In the last two decades there are a few things I've learned the hard way; Murphy's Laws summarise these.

      1. If anything can go wrong, it will.
      2. If there is a possibility of several things going wrong, the one that will cause the most damage will be the first one to go wrong.
      3. If anything just cannot go wrong, it will anyway.
      4. If you perceive that there are four possible ways in which something can go wrong, and circumvent these, then a fifth way, unprepared for, will promptly develop.
      5. Left to themselves, things tend to go from bad to worse.
      6. If everything seems to be going well, you have obviously overlooked something.
      7. Nature always sides with the hidden flaw.
      8. Mother nature is a bitch.

      Over the last decade on working with security I've seen the most bizarre things, from a hunting phantom black hat that turned out to be flawed ECC memory to hunting a black hat that turned out to be _myself_ being drunk the week before.

      Trust me, don't trust anything.

    3. Re:Partly my fault ;-) by Anonymous Coward · · Score: -1, Flamebait

      you run freebsd on your notebook.

      you must be a real turnon, motherfucker do you walk up to a bar and ask for milk?

      go get a MANS OS - Windows XP is THE operating system.

      deek_sucker
      microsoft sysadmin since traffomatic 1975

      ps >> what the hell is a perl?

  24. You, Maam, are an idiot. by Anonymous Coward · · Score: 0, Flamebait

    Yeah, you get your choice of C or sh, which are bletcherous languages for system administration.

    Shows how much YOU know.

    Microsoft has made C Sharp run on FreeBSD.

    And you can have csh, zsh, ksh OS sh as a shell.

    Odds are web based adminstration is about all you can handle. (and that too is an option on FreeBSD)

    1. Re:You, Maam, are an idiot. by Pauly · · Score: 0, Troll
      This is far from "flamebait." Oh, wait, this is slashdot, where realistic appraisals of Perl are non grata.

      C and sh are MUCH better for system administration once you figure out how to use the pipe along with the hundreds of useful utilities already on the system.
      Perl is for people who don't get the pipe.
      Perl is for people who think their scripts are portable since it runs on both of their linux systems.
      Remember people, Perl modules are written in C.

  25. /app? by tps12 · · Score: 1
    I guess I miss the point of "/app"...

    That way you can have more than one version installed, and symlink /app/perl (ie. current) to /app/perl-x.y.z

    What's wrong with /usr/local/perl -> /usr/local/perl-x.y.z ?

    --

    Karma: Good (despite my invention of the Karma: sig)
    1. Re:/app? by Gid1 · · Score: 4, Informative

      Sorry.. didn't make it clear. I put *all* major applications/packages where I track multiple versions (eg. Apache, Perl, Sendmail/Postfix, MySQL, PHP, prc-tools, GD, etc., etc.) in /app, allowing me to build and test newer versions without overwriting the current "approved" version.

      Because I manage /app in a different way, I avoid /usr/local for packages that I track. Throwaway, uncustomised packages (eg. zip, word2x) which I'm unlikely to ever get round to upgrading just go in /usr/local as usual.

      /app/pkg (package installs)
      /app/src (source)
      /app/etc (package configs)
      /app/var (logs, etc)

      I tend to also keep the configure parameters and also config files in CVS.

      Sounds like a lot of work, but worth it. The number of production boxes I've used (that others have set up) where different versions of things are spread around everywhere has made me reasonably tidy and regimented when setting up a production box.

      I guess it's like /opt on other Unices, but since there doesn't seem to be a consensus on the correct structure of /opt, I avoid that name to prevent confusion when new sysadmins come on board.

  26. no they're by Anonymous Coward · · Score: 0

    expecting you to keep using env and to take the 4 minutes to install a package that will provide perl.
    Honestly, the world is so full of the lazy and surly. Mmmm, teamsters.

    1. Re:no they're by essdodson · · Score: 2, Informative

      The issue here isn't installing Perl. Which I'm sure given FreeBSD's history of the ports/pkg tree will be rather painless. The issue is the thousands of perl scripts which think perl is in /usr/bin/perl. It will be located in /usr/local/bin/perl... where it should be as its soon to be a local customization.

      He's right, you're wrong. He posted logged in, you posted AC... coincidence? I think not. Someone remind me again why we allow AC posts, please?

      --
      scott
  27. haiku by Anonymous Coward · · Score: -1, Troll

    helicoptercrash
    dead flesh stinking charred flesh
    freebsd death

  28. Unix to be removed from FreeBSD by Anonymous Coward · · Score: -1, Troll

    Sounds like FreeBSD has surrendered to Linux and is dying a slow death. A moment of silence please...

  29. Someone mod the above up by Sits · · Score: 2

    It's funny! It really brings home the phrase "Being your own worst enemy"...

  30. Ok, Now I agree with it. by bovinewasteproduct · · Score: 1

    When I added Perl to FreeBSD pre 2.0 (This was right after the nasty little letters from USL), Perl was at 4.036 and SMALL.

    It has now gotten so bloated I can't belive it! I still use and love Perl, but do we really need all of the modules included? I thought that was what CPAN was for.

    BWP
    (Yes, I am the one that added Perl to FreeBSD. I also can be thanked for other things such as the "GPLed" math emulator (it is not!), sun libm, the broken mitsumi CD-ROM driver of 1.0 and the original FAQ. For those that doubt me, contact me via email...:))

  31. FreeBSD has Died by Anonymous Coward · · Score: -1, Troll
    It is with great sadness that I bring you this news: *BSD is dead.

    It was at 4:25am on the morning of April 15th 2002 that, after many failed attempts to resuscitate the dying OS, *BSD finally passed away. While *BSD has been in it's death throes for many months now and it's death has been foreseen for many years, this is still a very sad moment, a great loss for OS dilettante dabblers and *SD lovers the world over. Though *BSD has passed away, it will surely be fondly remembered for years to come by users, developers, and trlls alike. Even if you didn't enjoy using *BSD, there's no denying it's contributions to popular OS culture. Truly a Berkeley icon. It will be missed :(

  32. Why FreeBSD is dying by Anonymous Coward · · Score: -1, Troll
    TheEnd of FreeBSD

    [ed. note: in the following text, frmer FreeBSD developer Mike Smith gives his reasons for abandoning FreeBSD]

    When I stood for election to the FreeBSD core team nearly two years ago, many of you will recall that it was after a long series of debates during which I maintained that too much organisation, too many rules and too much formality would be a bad thing for the project.

    Today, as I read the latest discussions on the future of the FreeBSD project, I see the same problem; a few new faces and many of the old going over the same tired arguments and suggesting variations on the same worthless schemes. Frankly I'm sick of it.

    FreeBSD used to be fun. It used to be about doing things the right way. It used to be something that you could sink your teeth into when the mundane chores of programming for a living got you down. It was something cool and exciting; a way to spend your spare time on an endeavour you loved that was at the same time wholesome and worthwhile.

    It's not anymore. It's about bylaws and committees and reports and milestones, telling others what to do and doing what you're told. It's about who can rant the longest or shout the loudest or mislead the most people into a bloc in order to legitimise doing what they think is best. Individuals notwithstanding, the project as a whole has lost track of where it's going, and has instead become obsessed with process and mechanics.

    So I'm leaving core. I don't want to feel like I should be "doing something" about a project that has lost interest in having something done for it. I don't have the energy to fight what has clearly become a losing battle; I have a life to live and a job to keep, and I won't achieve any of the goals I personally consider worthwhile if I remain obligated to care for the project.

    Discussion

    I'm sure that I've offended some people already; I'm sure that by the time I'm done here, I'll have offended more. If you feel a need to play to the crowd in your replies rather than make a sincere effort to address the problems I'm discussing here, please do us the courtesy of playing your politics openly.

    From a technical perspective, the project faces a set of challenges that significantly outstrip our ability to deliver. Some of the resources that we need to address these challenges are tied up in the fruitless metadiscussions that have raged since we made the mistake of electing officers. Others have left in disgust, or been driven out by the culture of abuse and distraction that has grown up since then. More may well remain available to recruitment, but while the project is busy infighting our chances for successful outreach are sorely diminished.

    There's no simple solution to this. For the project to move forward, one or the other of the warring philosophies must win out; either the project returns to its laid-back roots and gets on with the work, or it transforms into a super-organised engineering project and executes a brilliant plan to deliver what, ultimately, we all know we want.

    Whatever path is chosen, whatever balance is struck, the choosing and the striking are the important parts. The current indecision and endless conflict are incompatible with any sort of progress.

    Trying to dissect the above is far beyond the scope of any parting shot, no matter how distended. ll I can really ask of you all is to let go of the minutiae for a moment and take a look at the big picture. What is the ultimate goal here? How can we get there with as little overhead as possible? How would you like to be treated by your fellow travellers?

    Shouts

    To the Slashdot "BSD is dying" crowd - big deal. Death is part of the cycle; take a look at your soft, pallid bodies and consider that right this very moment, parts of you are dying. See? It's not so bad.

    To the bulk of the FreeBSD committerbase and the developer community at large - keep your eyes on the real goals. It's when you get distracted by the politickers that they sideline you. The tireless work that you perform keeping the system clean and building is what provides the platform for the obsessives and the prima donnas to have their moments in the sun. In the end, we need you all; in order to go forwards we must first avoid going backwards.

    To the paranoid conspiracy theorists - yes, I work for Apple too. No, my resignation wasn't on Steve's direct orders, or in any way related to work I'm doing, may do, may not do, or indeed what was in the tea I had at lunchtime today. It's about real problems that the project faces, real problems that the project has brought upon itself. You can't escape them by inventing excuses about outside influence, the problem stems from within.

    To the politically obsessed - give it a break, if you can. No, the project isn't a lemonade stand anymore, but it's not a world-spanning corporate juggernaut either and some of the more grandiose visions going around are in need of a solid dose of reality. Keep it simple, stupid.

    To the grandstanders, the prima donnas, and anyone that thinks that they can hold the project to ransom for their own agenda - give it a break, if you can. When the current core were elected, we took a conscious stand against vigorous sanctions, and some of you have exploited that. A new core is going to have to decide whether to repeat this mistake or get tough. I hope they learn from our errors.

    Future

    I started work on FreeBSD because it was fun. If I'm going to continue, it has to be fun again. There are things I still feel obligated to do, and with any luck I'll find the time to meet those obligations.

    However I don't feel an obligation to get involved in the political mess the project is in right now. I tried, I burnt out. I don't feel that my efforts were worthwhile. So I won't be standing for election, I won't be shouting from the sidelines, and I probably won't vote in the next round of ballots.

    You could say I'm packing up my toys. I'm not going home just yet, but I'm not going to play unless you can work out how to make the project somewhere fun to be again.

    = Mike

    --

    To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public. --Theodore Roosevelt
  33. for that matter by Anonymous Coward · · Score: 0

    Explain why they persist in allowing fools such as youself, who are so very easily trolled, to post responses. If anything, you should consider posting AC yourself, just to avoid having the humiliation of being gullible and dim witted associated with your name.

    Of course, you may be so dim witted that you don't realize how foolish you look. Sigh. You're further evidence that the human race is going down the shitter.

    1. Re:for that matter by someonehasmyname · · Score: 1

      no, you know what.. he's fucking right. if you knew anything about FreeBSD, you'd know that standard packages are installed in /usr/bin, where as non-standard packages (installed from ports) get installed in /usr/local/bin.

      --
      Common sense is not so common.
  34. Elegy for FreeBSD by Anonymous Coward · · Score: -1, Troll

    I am a *BSD user
    and I try hard to be rave
    That is a tall order
    *BSD's foot is in the grave.

    I tap at my toy keyboard
    and whistle a cheerfultune
    but keeping happy is so hard,
    *BSD will be dead soon.

    Each day I wake and softly sob
    Nightfall finds me crying
    Not only am I a zit faced slob
    ut *BSD is dying.
  35. Failure, they name is B - S - D by Anonymous Coward · · Score: -1, Flamebait

    Sure, we all know that *BSD is a failure, but why? Why did *BSD fail? Once you get past the fact that *BSD is fragmented between a myriad of incompatible kernels, there is the historical record of failure and of failed operating systems. *BSD experienced moderate success about 15 years ago in academic circles. Since then it has been in steady decline. We all knw *BSD keeps losing market share but why? Is it the problematic personalities of many of the key players? Or is it larger than their troubled personalities?

    The record is clear on one thing: no operating system has ever come back from the grave. Efforts to resuscitate *BSD are one step away from spiritualists wishing to communicate with the dead. As the situation grows more desperate for the adherents of this doomed OS, the sorrow takes hold. An unremitting glom hangs like a death shroud over a once hopeful *BSD community. The hope is gone; a mournful nostalgia has settled in. Now is the end time for *BSD.

  36. I think it is a good thing by xutopia · · Score: 1

    I've been trying open source OS's for a while. I would love to see the day when you have a core OS install CD and the only utility that comes with it is the "Download new Packages" program. Sincerely I find that the amount of Beta programs you get when installing a new OS really bites. We should have the choice of which stable release we want rather then the latest that a group of people choose. my 2 cents.

    1. Re:I think it is a good thing by Anonymous Coward · · Score: 0

      But isn't that what Debian is for?
      You have your choice: Stable, testing or unstable.

  37. A millennia? by Anonymous Coward · · Score: 0

    The singular is millenium