Slashdot Mirror


DragonFlyBSD 1.0A review

ValourX writes "NewsForge has a review of DragonFlyBSD 1.0A. If you recall, this was forked from FreeBSD 4.8 a little more than a year ago, and has since achieved several of its goals. According to the review it's not quite ready for prime time yet, but it looks like DragonFly is shaping up to be the ultimate BSD."

41 comments

  1. Ultimate BSD by byolinux · · Score: 1

    What really makes the ultimate BSD?

    I've not had all that much experience with BSD, but I'd say that packaging always seemed quite difficult, for me coming from a Debian GNU/Linux background.

    1. Re:Ultimate BSD by bhima · · Score: 4, Insightful
      Given the disparity of their intended use I'd say that there is no one ultimate *BSD. But rather several:

      A BSD that can run on a toaster or on EarthSim which is compiled from the code tree

      A BSD which is very, very secure and runs on at least a couple of different CPUs.

      A BSD that runs really well on the most prevalent architecture and has a large software selection that is as easy to install (or easier) than on Windows or Mac OS X. Dragonfly isn't any of things right now but in the future, who knows? That's one of the interesting things about BSD: if an idea turns out to be really useful eventually it makes into all of them (at least where it makes sense) if it sucks, well evolution it pretty ruthless.

      Honestly though it does seam like there is lot of acrimony (I suppose that's to be expected in cases where more than one person is involved) and I hope that resources that should have been programming weren't used in the non-technical parts of the effort to fork (i.e. a totally new website &tc.) but I suppose there is no avoiding that. I hope all of this works out, I find LWKT fairly interesting and have successfully launched a product running NetBSD which turned out really groovy.

      Can't resist this: OtterBSD?

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    2. Re:Ultimate BSD by Anonymous Coward · · Score: 0
      easy to install (or easier) than on Windows or Mac OS X.

      I'm not sure any of the BSD or Linux distributions have progressed to the point where they are easier to install than Windows or Mac OS X. Both Windows and Mac OS X are very easy to install. BSD and Linux are getting closer, but still not quite there.

    3. Re:Ultimate BSD by Anonymous Coward · · Score: 0

      Mod parent +5 insightful. I bet only 0.1% or less of slashcrappers actually know what ultimus means in Latin.

    4. Re:Ultimate BSD by bhima · · Score: 4, Insightful
      Typically, I don't respond to ACs but the drink has me!

      with most of NetBSD's packages all you type is "pkg_add" or if you need source (like I do mostly) you use pkgsrc and "make && make install in the correct directory. I think this is the case with the rest of *BSD (sub ports with package)

      With the windows & OS X you have to find the package on the 'net first

      Use Samba for example (disregarding the fact that Samba takes over 16 hours to compile on my platform) You go to the Samba directory in /usr/pkgsrc/net/samba2/ and execute the commands all of the source is downloaded, compiled and installed and because my system already knows it's a 64bit MIPS system I need not remind it so the right config and make file are processed

      Having said that I must admit that SuSE's YAST is nice also because of the search & GUI and the YOU update thingy.

      I use OSX daily and it's not that convenient! (It would be if Other stuff was in software update rather than just Apple

      While I'm ranting about how cool things are OpenOfficeOrg native file formats are truly cool (zipped!?) and I despise XML (Disclaimer I'm an developer for embedded devices and find *ML way to verbose)

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    5. Re:Ultimate BSD by mccoma · · Score: 4, Insightful
      I love OpenBSD, but I still think the typical software installation on OS X is easier than any BSD. How much easier do you get then dragging the software to the Applications folder. Even including the download, there is no typing - Download, (maybe unzip, unstuff, or open disk image), Drag to Applications folder, maybe add to Dock.

      As a side comment, I'm not sure I got the review, it seemed a little unfair. Dragonfly is new, but it seems a lot more stable and friendly then the review would wish you to believe.

    6. Re:Ultimate BSD by Commander+Trollco · · Score: 0, Flamebait

      Packaging? You mean like tarballs?

      --
      http://persianews.on.nimp.org/?u=Tar_Baby
    7. Re:Ultimate BSD by Hatta · · Score: 1

      I love OpenBSD, but I still think the typical software installation on OS X is easier than any BSD. How much easier do you get then dragging the software to the Applications folder. Even including the download, there is no typing - Download, (maybe unzip, unstuff, or open disk image), Drag to Applications folder, maybe add to Dock.

      You mean I have to find my mouse?! And, uh, does it automatically check for upgrades?

      --
      Give me Classic Slashdot or give me death!
    8. Re:Ultimate BSD by mccoma · · Score: 1
      Most of the programs I own for OS X, do check for upgrades. It seems to have become a tradition for OS X to have a "check for update" menu item and a preference for automatically doing so each time the program is started.

      and yes, a mouse is required (well, unless you love the wacom tablets)

  2. this may be stupid by Anonymous Coward · · Score: 2, Interesting

    but are GPLed programs allowed to take BSD code in their projects?

    1. Re:this may be stupid by IIEFreeMan · · Score: 4, Insightful

      Short answer : yes

      However the opposite is not true without the consent of the contributors to the GPL code.

    2. Re:this may be stupid by hummassa · · Score: 4, Informative

      Slightly longer answer: yes, if it is 2- or 3-clause BSD; 4-clause BSD code must have exemption from all copyright-owners-GPL-licensors to be used.

      The opposite is not true - period. If all copyright owners relicense their software under BSD license, then it can be used in BSD'd code.

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    3. Re:this may be stupid by nacturation · · Score: 3, Interesting

      but are GPLed programs allowed to take BSD code in their projects?

      Yes, if done properly. Here's an interesting discussion on how not to do it.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    4. Re:this may be stupid by n0nsensical · · Score: 3, Insightful

      No, the copyright owner(s) can give explicit permission for ANY uses of their code regardless of whether it also happens to be licensed under the GPL.

    5. Re:this may be stupid by Anonymous Coward · · Score: 0
      I disagree with the above. The GPL claims "No further restrictions". The people that claim that you can slap the GPL on top of BSD licensed code argue that there is no further restrictions in the low-clause BSD licenses because there already is a requirement in the GPL that you reproduce disclaimers and give credit.

      However: the BSD licenses (of ALL forms) place particular restrictions on HOW the copyright and credit listings etc are to be reproduced. This is IMO a further restriction; it is a quite noticable further restriction when you are developing larger works that include code under multiple different BSD-style licenses.

      Eivind.

  3. This is explained on their homepage by LeninZhiv · · Score: 4, Informative

    The source of its 'ultimateness' is explained on their homepage:

    See here.

  4. I just installed it... by Anonymous Coward · · Score: 0, Troll

    My bedside clock drags seconds into days--
    Now two a.m., now almost two-oh-one--
    My sleepless eyes grow teary as I gaze
    Into the night and think of bygone fun.

    For BSD is dead, dead ere its prime;
    Dead, oh! dead, before its thirtieth year.
    Almighty Linux, in but little time,
    Destroyed the OS I once held dear.

    Like Orpheus, I languished in my pain
    When the cold grave swallowed Eurydice;
    I piped my woeful song of sighs in vain
    For nothing could revive FreeBSD.

    Young Dragonfly now goes where Ekko led;
    I cry to think of Open and of Net.
    If tears could open coffins--raise the dead!--
    Then BSD might have a future yet.

    My tears have drenched the pillow that was dry.
    Tomorrow will my sorrow come again.
    I lie back down and tell myself the lie,
    "FreeBSD lives on in OS X."

  5. Summary by rf0 · · Score: 2, Funny

    Not bad but needs work. Try again in 12 months

    Rus

  6. Beg to differ by Anonymous Coward · · Score: 1, Informative

    BSD projects use GPL code all the time.

    I've been flogging gcc for a few weeks now, upgrading all my FreeBSD ports, and I'm pretty sure gcc is GPL.

    Many of the ports I run are GPL projects. I suppose that means that the port itself (set of patches, mostly) becomes GPL, although I've never really looked.

    Now if you mean that BSD projects can't take GPL code, stir it with BSD code and release it under a BSD license, then I agree with you.

    1. Re:Beg to differ by phats+garage · · Score: 1

      I think gcc is LGPL.

    2. Re:Beg to differ by Eunuchswear · · Score: 1

      I think gcc is unwashed socks.

      Doesn't make it so.

      --
      Watch this Heartland Institute video
  7. Ehh...this guy's on crack. by sp0rk173 · · Score: 5, Insightful

    But seriously, I wonder if he looked through the DragonFlyBSD website at any great length, or read through any of the mailing lists before he tried to install. I used dragonfly as my main desktop OS (but wait, it's not able to be used as a desktop os, right?) for a few months prior to the 1.0 release. X compiled fine from ports, so did gnome and a multitude of other programs. I rebuild world and the kernel atleast every other day (major changes are always going on, bugs are always being fixed, etc), and never had, at any moment, an unusable system. There is a guidebook/handbook in development. As for the SMP issues, I can't really say anything, since I don't have a SMP box, but I know that area's a little shakey.

    I have a feeling the author of this article was expecting to jump into a 1.0 release OS the same way he would jump into FreeBSD 4.x stable. That's just not the way it works. You have to do research before you dive into a hyper-actively developed OS in the state that DragonFly is currently in. It's like running FreeBSD-current, only with the steel insides ripped out and replaced with titanium, gear by gear.

    1. Re:Ehh...this guy's on crack. by Anonymous Coward · · Score: 0

      heh, so DragonFlyBSD is so crappy that you need to read the mailing lists to install it? no thanks

      is it me, or does it really say 1.0A-RELEASE? I thought RELEASE meant it was supposed to work

    2. Re:Ehh...this guy's on crack. by oxygene2k2 · · Score: 3, Informative

      well, it does..

      the major complaints of the reviewer were temporary issues at the time he tried it, so if you take 1.0A-REL now, eg. building X would work again (the freebsd people changed the way the port works at that time, and dfly still reuses their ports system)

      similar things apply to the other issues (slow connectivity to the main server for cvsup - solved now, and a pretty usable mirror list on the main website all the time - WTF?)

    3. Re:Ehh...this guy's on crack. by sp0rk173 · · Score: 1

      What I'm saying is the issues are known, and it's a young OS. It's really just a preview of what's going on in development for those who aren't tracking it currently. And it does work.

  8. YaST by bluGill · · Score: 2, Interesting

    YaST seems nice, but I've been running Suse 9.1 pro on my laptop for a month now and already I want my BSD port system back. Sure it doesn't have a fancy GUI (or at least I never used it), but portupgrade and an always up to date ports tree rocks.

    I've been playing battle for wesnoth lately, and while it is great, I only have 0.7.1, and .8 is current. YaST however doesn't have the update, nor updates for most of the other programs I've installed. Sure libpng was there soon after the exploit, but the rest of the programs I want to run aren't updated.

    Now if this was a server, and it was Samba out of date I could understand that the extra testing is worth it. Even at that I'd argue that the new version should be made optional somehow and there for those who want to try it.

    Thats just one example, that I've noticed. Somehow ports just works and is easy, while the other tools are easy, but don't work. (when work is defined as having an update you want)

    1. Re:YaST by bhima · · Score: 1

      I've noticed that to and had assumed the SuSE was making different packages that are generally around. What SuSE does not have (and would be nice) is an "unstable" branch for YAST.

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
  9. Cleaning up by hummassa · · Score: 2, Interesting

    the "opposite" meant "using GPL'd code in BSD'd projects". This is not possible. You can get another license from **ALL** the copyright owners (one that is BSD'd compatible -- not the GPL), but then it's not "the GPL'd code" anymore, is it?

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    1. Re:Cleaning up by geminidomino · · Score: 2, Insightful

      The code doesn't have to change, it can be the same code that's in the GPLed software. Splitting hairs over semantics doesn't help anyone.

  10. on the topic of alternative OSes... by MORTAR_COMBAT! · · Score: 1

    how are the recent x86 builds of Apple's Darwin?

    --
    MORTAR COMBAT!
    1. Re:on the topic of alternative OSes... by hunterx11 · · Score: 1

      You can build an x86 Darwin if you want, but the binary download is actually a fat x86/PPC. I might just be ignorant, but I don't even know of any other fat kernels.

      --
      English is easier said than done.
  11. Re:The Inside Story: What Killed FreeBSD by Anonymous Coward · · Score: 0, Troll

    Good News Everyone!
    Mike Smith now works for Apple, whose OS is based on BSD.
    Check it out: www.lemis.com/~grog/msmr.html
    and at: daemonnews, under "BSD at Apple"
    He didn't like the direction that v5 was taking so he quit and starting writing BSD code for Apple.

  12. Comments on OSNews by Anonymous Coward · · Score: 0

    Please read the comments on OSNews. They are informative. Especially the one stating reasons why the review is moot. The reviewer did not take the time to check out the DragonFly website. When I confronted him, he was very rude about it. Food for thought. He used the "click, doesnt work, must suck" method. He did not use the mailing list, nor irc. What is worse, he did not admit that he was wrong.

    --David Ross
    (drossruby (at) yahoo.com)

  13. Re:The Inside Story: What Killed FreeBSD by Anonymous Coward · · Score: 0

    BAD news everyone; those links are from three years ago!

    Want to know what the LATEST buzz says? It says that *BSD is dying.