DragonFly 2.8 (technically 2.8.1; see here for the .1 changes) is due to be released tomorrow. There should be at almost the same time pkgsrc 2010Q3 packages available. There will also be a LiveDVD for this release, too, though the window manager has changed.
DragonFly has shipped with a uniprocessor kernel by default forever. Shipping with a SMP kernel may not work as well for all possible combinations. With some recent changes by Matthew Dillon, both types of kernel are present and can be picked from at boot time – with the LiveCD!
Chris Turner posted details of how he gets jack (“a low-latency audio server”) to run on DragonFly. Your mileage may vary.
The BSD Show! has a 20-minute interview with John Hixson, known for working on pc-sysinstall. (See also)
Whoops! This should have gone up last night. I’m almost waxing nostalgic for this one.
- Two words you never thought you’d see together: “heartwarming” and “single system image computing”. I think this is how we should document everything for DragonFly. (via)
- Apple’s bringing the App Store to the Mac platform, which shouldn’t surprise anyone. Ani Dash has a writeup of the various “app store” platforms out there. pkgsrc (and FreeBSD/OpenBSD ports) would certainly count. Surprisingly, the application count for pkgsrc exceeds most of the other stores he lists.
- Aw, no more cassette Walkmans. (via) Nowadays, it’s difficult to not take music with you wherever you go. In the 1980s, there was no other way to bring your music with you, except maybe a lot of batteries and this. I loved my crappy JVC dual tape deck.
I am totally stealing the horizonal evocative image idea from things magazine.
There’s still no support for KMS/GEM on any most BSDs, though there are people interested in it for FreeBSD. One of DragonFly’s Summer of Code projects was just that, though it’s not in a state where it can be really used.
Scott Ullrich, who has worked on several BSD-related projects, including DragonFly, has something called vCloudBSD, about which you now know as much as me. It looks to be a FreeBSD auto-installer for virtualization, though I’m sure I’m overgeneralizing.
OH CRAP I WAS JUST HOLDING SHIFT. IF YOU HAVE USED THE INTERNET FOR MORE THAN 1 YEAR OF YOUR LIFE, THIS LOOKS LIKE SHOUTING TO YOU. ENJOY CAPS LOCK DAY.
Hasso Tepper helpfully forwarded announcements for the Call for Papers for both EuroBSDCon 2011 and AsiaBSDCon 2011.
Also, there’s probably going to be DragonFly people at 27C3, and I know there’s going to be some at NYCBSDCon 2010. The early registration discount for NYCBSDCon only lasts about 10 more days, so jump on it while you can; it’s crazy cheap.
I’ve applied on behalf of DragonFly for Google Code-In. It’s similar to Google Summer of Code, but focuses on 13-18-year-olds and smaller tasks. It runs over the year-end, and we’ll know if we’re in by November 5th.
In the meantime, if you have ideas that could fit the program (see task list at the Google site), please put them on the DragonFly project page.
Alex Hornung has some patches that allow KDE4 to build on DragonFly. They aren’t in pkgsrc and not all in KDE yet, so try them out directly if you want KDE4, for now.
Update: based on something Alex said on IRC… they’re in KDE4 now.
The dragonflybsd.org website is a wiki (ikiwiki, to be exact) and any page on it can be edited. You have to create an account, first, which only requires picking a username and password.
However! If you have an account on leaf.dragonflybsd.org where it is hosted, you can check it out via git, edit any number of pages using your favorite editor, and commit it back and the pages will automatically rebuild. The commit will even show up like any other change.
Pratyush Kshirsagar has put together a website describing his proportional RSS work for DragonFly. He may have more content in the future.
DragonFly 2.8 has been branched, with the release anticipated for the end of this month. I’m building packages right now for it, so we should have binary packages ready at release. A convenient git-summarized changelog exists to track differences since 2.7.3, at least.
Venkatesh Srinivas has a large writeup describing just how the memory allocator in DragonFly changed from 2.6 to the upcoming 2.8 version. In all that text, you may notice the cheering statistic that it gave a 20% improvement in sysbench results.
Something for everyone this week.
- Via sjg/IRC: The next platforms for DragonFly: Dragon 32 and Dragon 64.
- chmod -x chmod: a slideshow of possible solutions. (via) As ‘blinkkin’ pointed out on IRC: “hammer history /bin/chmod” and “cp /bin/chmod@@0xtransaction_id” would also fix it.
- 328 slides of git-wrangling tips (also via)
- How to pretend to be busy. I wish I had time for this.
- The first MUD, as a solution for class conflict, and not the fighter-vs-mage-vs-cleric type. (via)
Siju George found no equivalent of OpenBSD’s ‘afterboot‘ quick-start page in DragonFly, so he went and created it himself. Go, read.
YONETANI Tomokazu wrote out a nice explanation of acpi(4) and the myriad ACPI subsystems which can be enabled or disabled at boot time. If you do have booting problems, it’s usually ACPI, and it’s usually only one small part. Finding that small part is easier with this list.