DragonFly BSD: Daily Snapshots Available
Dan writes "Simon Schubert has offered to provide Daily Snapshots of DragonFly. The snapshots are available on FTP and HTTP. Simon says this is for users who want to give DragonFlyBSD a try and don't want to go through the FreeBSD4/cvsup/buildworld steps., and as a world tinderbox (logs are available for each run). DragonFly is an operating system and environment designed to be the logical continuation of the FreeBSD-4.x OS series. These operating systems belong in the same class as Linux in that they are based on UNIX ideals and APIs. DragonFly is a fork in the path, so to speak, giving the BSD base an opportunity to grow in an entirely new direction from the one taken in the FreeBSD-5 series."
"... entirely new direction from the one taken in the FreeBSD-5 series."
What is so entirely differnet? No , not a flame i just dnot know...
The daily snapshots would be far more usefull if they installed correctly. Sysinstall can't install any of the dists, and attempting to do so from the shell also proved ineffective. Sad really, as I think that DragonFly has great potential, and I love to try it. Building it from source has never worked for me either.
To be fair, until they get all the messaging stuff done, it still primarilly "developers only", but as they hope to do all of this in small, "bite sized chunks", it's inexcusable that the installer doesn't work.
I so look forward to seeing it in action...
The Dragonfly BSD website has lots of information, but in short they are moving away from a monolithic kernel to a more micro kernel like design that uses message passing.
They are also planning large changes to the packaging system. The new system will be similar to Debian's apt but will make it easier to upgrade only portions of the system (like only one application).
I hereby invite you to try out the latest MirBSD
./. journalling = data+metadata
snapshot and stop meaningless belief into so-called
authorities such as RMS and ESR.
Oh, wrt the filesystems: when ensuring absolute
data integrity, ufs outperforms ext3.
Measures: hard disc hardware write cache off,
softupdates on (ffs)
I'm happy with my MirBSD, and I hope other people
can profit from it - and be it just that I fixed
some bugs in OpenBSD and NetBSD code.
My Karma isn't excellent, damn it! (And
I read the description posted on the MirBSD page but I still don't understand what niche MirBSD is supposed to cater to.
Is it optimized for pentium class processors and therefore offers a comparable speed increase than the other BSDs ? Why would a person need to use MirBSD ?
I found a Development Plan, but that's more like a todo list, and doesn't list the goals of the project.
Please fill me in.
It's another approach to get ahead starting from 4.x-stable.
:)
That's all. They disgree about sopme/most of 5.X design decisions.
I say let 'em roll and we'll see if it rocks later
hmm UFS2+softupdates *is* nice but it can also hose data. (not that I care)
Like the adolescent who's not in the popular social circle, they become overley defiant in any and all ways possible.
No, here on Slashdot they are in the popular circle -- Linux (and Windows). They get some heady thrill from being in the popular group for once. It's kind of sad how they keep autistically posting the same thing over and over.
UFS1 + Softupdates can hose data (but not
/dev/rsd0c -m 8 -P 3 -e
metadata) only in one circumstance (tested that):
You forgot to disable the hard disc hardware
write cache. (This must be done for journalling
FSes as well if you want data integrity.)
FreeBSD does this with the bootloader, in OpenBSD,
you execute
# atactl wd0 writecachedisable
or use the interactive command for SCSI discs:
# scsi -f
and set the WCE entry to 0.
My Karma isn't excellent, damn it! (And
1. You can not play games on it. /usr/ports/games/ | wc -l
The ports collection begs to differ...
sh-2.05a$ ls
526
2. It cannot be used by my grandma.
Your one almost good point. Although if you set your grandma up with a system preinstalled w/ BSD that booted into a GUI she could handle it as easily as she can handle windows.
3. It lacks a GUI of any note. /usr/ports/x11-wm/ |wc -l
So KDE and GNOME are of no note? Plus:
sh-2.05a$ ls
103
Now realistically there are not 103 window managers as a lot of the things in the directory contain themes and development stuff but I'd say there are at least 20 unique things in there.
4. There is no support available for it.
www.freebsd.org/handbook and #freebsd on irc.freenode.net will answer any question you ever have.
5. It is an assortment of fragmented OSes.
Ermmmm, no?
6. It cannot be run on the x86 platform.
This is where the clueless / obvious troll part comes in.
7. You have to compile everything and know C.
pkg_add -r some_package_here
look at that, no compiling and I just installed some new software, yay!
8. Support for the latest hardware is always poor.
While not as good as windows at supporting hardware right away it's no worse then any other *nix OS out there.
9. It is incompatiable with GNU/Linux. /etc/rc.conf |grep linux
sh-2.05a$ cat
linux_enable="YES"
10.It is dying.
Ermm, no? I would love to see some real proof of this. Seriously.
Check out my life
DragonFly will be doing things that the other BSDs simply cannot, primarily due to having to support a large existing user bases. For example, right now I am in the midst of completely rewriting the VFS file path lookup code (namei, lookup, vfs_cache_lookup, VOP_LOOKUP, VOP_CACHEDLOOKUP). This is not something the other BSDs would be able to easily do though it might just be possible to port it to FreeBSD-5 once it is done. But the results are going to be phenominal... an almost complete removal of the vnode locking requirements for path lookups, and at least a 3x improvement in path lookup performance. We are also converting all system calls and both the file descriptor and DEV interfaces to messaging interfaces and asynchronizing the path all the way through using Amiga-style semi-synchronous I/O messaging (and it would be a serious mistake to compare the methodology to, say, Mach messaging), so it will be possible to support userland threads without eating a kerneland stack context for each running operation. There are many goals and this is going to be a multi-year project.
It is quite possible that DragonFly will be an alternative upgrade path for FreeBSD-4.x users rather then going to FreeBSD-5. FreeBSD-4 is nearing its end-of-life and DragonFly is really going to give FreeBSD-5 (and linux for that matter) a run for its money. We are taking an entirely different approach to SMP, one that involves asynchronous inter-cpu messaging to resolve conflicts and requires far fewer mutex operations in the critical path. Those interested in understanding the new approach should read DragonFly's light weight kernel threading code (kern/lwkt_thread.c and friends).
The first user release will probably not happen for a year. In the mean time, only serious developers and knowledgeable programmers should really be using DragonFly.
OK, IHBT. Still...I'm taken hook line and sinker
1. You can not play games on it. If the BSD has Linux binary compatibility, you can indeed.
3. It lacks a GUI of any note. Is there no XFree86 for BSD?
4. There is no support available for it. Again, depends on your BSD.
6. It cannot be run on the x86 platform. Sefsckinwat?! I have been using PicoBSD for years - ON A 386DX!!!
9. It is incompatiable with GNU/Linux. Not necessarily. FreeBSD at least has a Linux binary compatibility module.
10.It is dying. Wishful thinking! The mere existence of Dragonfly BSD and MacOS X show that BSD is alive and well.
-uso.
Dreams, dreams, don't doubt dreams, dreaming children's dreaming dreams. Sailor Moon SS
Autistic, heh, that's probably it too... (I say this as an autistic person myself, who was in an institution for autistic children for a few years, I know autism when I see it.)
But then, autism or its close cousin Asperger's disorder are probably common among a lot of Slashbots.
-uso.
Dreams, dreams, don't doubt dreams, dreaming children's dreaming dreams. Sailor Moon SS