Siju George asked about how he could figure out which serial number (in /dev/serno) maps to which disk. Tim Darby posted a script he used for it, or you can just use devattr(8). There’s also a linking trick described by Chris Turner to remember how the names map.
Disk serial numbers and how to mess with them
Posted on November 29th, 2011 by "justin sherrill" from "DragonFly BSD Digest"Foundation at LISA
Posted on November 28th, 2011 by "dru lavigne" from "FreeBSD Foundation"PC-BSD at LISA
Posted on November 28th, 2011 by "dru" from "Official PC-BSD Blog"There will be a BSD booth during LISA in Boston, next Wednesday and Thursday (December 7–8). We’ll be giving out PC-BSD 9.0 DVDs, cool swag, and answering BSD related questions. Entrance to the exhibition area is free, but you do need to register first. If you’re in Boston, stop by booth #408 and say hi!
Lazy Reading for 2011/11/27
Posted on November 27th, 2011 by "justin sherrill" from "DragonFly BSD Digest"Happy (post) Turkey Day for the U.S. readers! A light link week this week.
- Facebook is bad for the Internet. ‘Gaslighting’ is a new term to me. As that article points out, I can’t even put my posts to the Digest onto Facebook in any sort of automated way. Facebook suggests that of course I’d love to retype them
Binutils update to 2.22
Posted on November 26th, 2011 by "justin sherrill" from "DragonFly BSD Digest"Binutils in DragonFly is now up to version 2.22 – the commit linked is one of several.
Plan and funding of SMP Networking projects
Posted on November 25th, 2011 by "jmmv" from "NetBSD Blog"On September 13th, 2011, the Board of Directors posted a news item requesting project specifications to get rid of the big kernel lock surrounding the networking code. Unfortunately, nobody has taken advantage of the offer and, therefore, the Board has not received any applications to this date.
In order to lower the entry barrier, the Board has prepared a set
Even more Postgres results
Posted on November 25th, 2011 by "justin sherrill" from "DragonFly BSD Digest"Francois Tigeot has updated his PDF of Postgres benchmarks with some OpenIndiana results. They’re crazy high, though he reported some freezes too, as with Linux.
SoC Mentor Summit Trip Report
Posted on November 25th, 2011 by "dru lavigne" from "FreeBSD Foundation"Thank you for helping with my travel costs to the Google Summer of Code Mentor Summit and the FreeBSD Vendor Summit.
Google Summer of Code Mentor Summit
Google's registration requirements and
BSDTalk 208: Teaching BSD
Posted on November 24th, 2011 by "justin sherrill" from "DragonFly BSD Digest"BSDTalk 208 is out, where Will Backman talks for 15 minutes about how he uses BSD in his University of Maine UNIX class.
bsdtalk208 – Teaching Unix using BSD
Posted on November 24th, 2011 by "Will Backman" from "bsdtalk"File info: 15min, 7MB.
Ogg Link:
http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk208.ogg
PC-BSD 9.0-RC2 now Available
Posted on November 23rd, 2011 by "dru" from "Official PC-BSD Blog"Kris has announced the availability of RC2. From the announcement:
The second release candidate for the upcoming PC-BSD 9.0 is now available for download. This release includes the latest FreeBSD 9.0-RC2 base, along with numerous bug fixes and enhancements.
Changelog:
Notable changes in this release, in no particular order:
- Improve username checks in installer to only allow valid chars
New PBI’s Available for 9.x — Games
Posted on November 23rd, 2011 by "Ken Moore" from "Official PC-BSD Blog"There are a large number of new games available for PC-BSD 9.0, spanning game types such as action, arcade, card, educational, strategy, online RPG, puzzle, first person shooter, and party games. As mentioned with the desktop utilities, the PBI’s for these games should work in all the desktop environments available with PC-BSD, not just the one(s) mentioned in the game
fastbulk now added
Posted on November 23rd, 2011 by "justin sherrill" from "DragonFly BSD Digest"Some time ago, Matthew Dillon worked on a bulk build system that built as much of pkgsrc in parallel as possible. It’s in the tree now as ‘fastbulk‘, for anyone wanting to try it out. I used it a bit; I didn’t measure the degree of speed increase, but was able to get about 70% of the packages
More network speed improvements as reported by netperf
Posted on November 23rd, 2011 by "justin sherrill" from "DragonFly BSD Digest"Sepherosa Ziehau has implemented another networking speedup. Read the commit message for details on what he changed, since it’s rather in-depth. He shows an 18% improvement in netperf results.
PC-BSD Installer Makes Top 6 Linux/BSD Graphical Installers
Posted on November 22nd, 2011 by "dru" from "Official PC-BSD Blog"PC-BSD’s installer made the top 6 list of open source graphical installers. It is interesting to compare screenshots of the various installers.
Here is what the article had to say about the PC-BSD installer:
SysInstaller, or PC-SysInstaller, is the installation program of PC-BSD, a FreeBSD distribution with KDE as the main desktop environment. It offers more configuration options in less
Video and USB fix
Posted on November 22nd, 2011 by "justin sherrill" from "DragonFly BSD Digest"Matthew Dillon has written a contiguous memory mapper, which is designed to fix problems with video cards and USB drives that need a big chunk of memory to keep. This can affect booting or later on, when disconnecting/reconnecting a USB drive. If this still doesn’t fix the problem for you, try adjusting the sysctl ‘vm.dma_reserved’ to something bigger, like
What to do with /usr/obj
Posted on November 22nd, 2011 by "justin sherrill" from "DragonFly BSD Digest"When building world and kernel on DragonFly, /usr/obj is where the work files get placed. This can eat a bit of space, but it can be safely deleted. If you keep the files around, subsequent rebuilds can be done faster with a quickwork/quickkernel, but this may not matter to you.
(This was answered on the mailing lists by Max
Lazy Reading for 2011/11/20
Posted on November 20th, 2011 by "justin sherrill" from "DragonFly BSD Digest"Hey, the date’s sorta palindromic! Sorta.
- “Bundled, Buried and Behind Closed Doors” – a video description of the physical parts of the Internet. Remember when MAE-East or MAE-West would have a bad day and half the Internet felt it? Really, half. I don’t think I’m exaggerating. (via)
- Google has a verbatim search mode now, for those of
Linux results for that Postgres benchmarking
Posted on November 20th, 2011 by "justin sherrill" from "DragonFly BSD Digest"Remember the Postgres benchmark I described here a few days ago? Francois Tigeot has updated it with numbers from Scientific Linux running the same pgbench procedure. (see page 2) If you’re too lazy to look at the PDF, his summary is this: Linux is fastest of all, and also crashes the most.
Sendfile speedup
Posted on November 19th, 2011 by "justin sherrill" from "DragonFly BSD Digest"Sepherosa Ziehau has implemented an asynchronous pru_send in sendfile. The results are a 70-90% increase in performance, as shown in his netperf localhost test.