If you have a HDMI-connected monitor, but no sound, this trick about increasing available memory may help.
DragonFly 4.0 has had a minor point release, to 4.0.4. There was a bug in the initial install where the rescue image installed on disk would be incorrect. This was fixed after the first time a build/installworld was done, but might as well have it start out right. There’s some other small fixes, and the release commit will show you the summary. Download from your nearest mirror or update normally.
John Marino has removed Sendmail from DragonFly (as part of the base system), and replaced it with DMA, the DragonFly Mail Agent. If you just need delivery to local users, DMA will do the trick.
The announcement message covers what you need to do to deal with it (potentially nothing), and there’s more in-depth documentation to cover how to switch if you need more full-featured software.
The newest BSDNow episode talks with Sean Bruno about poudriere and QEMU. He’s using those tools on FreeBSD, but poudriere is useful for building dports on DragonFly, too. The usual news collection is there, too.
If you’re monitoring your DragonFly systems with Nagios, here’s a way to check the health of your Hammer mirror-streams. Thanks, Mike!
If you are on DragonFly-master and you upgraded during select hours on the 25th of February, you may have been bit by a makefile error. The fix, as listed in that link, is simple:
cp /usr/src/share/mk/sys.mk /usr/share/mk
If you are not on -master or you did not upgrade in that timeframe: never mind.
Michael Neumann has switched out pkgsrc packages for dports packages for building DragonFly with a GUI. There’s no built image to download right now, but I’m optimistic the next release will have it. You can build it now on a DragonFly system using src/nrelease. With all this video work going in lately, it will give us something to show.
If you’ve been sitting with a Radeon-based video card and wishing you had all the nice updates i915 users are getting, today is your lucky day. Michael Neumann has brought Radeon support equivalent to Linux 3.9 into DragonFly, and he has a 3.10 branch for testing if you feel adventurous.
There’s some DragonFly material in here, though I normally confine that to the rest of the week. It’s inextricable from the rest of the links.
- Setting up an OpenBSD mail server. (via)
- FreeBSD-current users, regenerate your keys. (fixed)
- Using OpenBSD and vxlan to overlay remote lans. (via)
- A Prediction: 2020 the year of (PC-)BSD on the desktop. (also)
- “Has Linux lost its way?” (via) (also)
- DiscoverBSD news for 2015/02/16.
- Curious if FreeBSD or any other BSD district would work better on a MacBook pro?
- Which
- Am I taking a realistic route to learning more about internals? (hey, it’s DragonFly!)
- Speaking of which: cross–pollination.
- More cross-pollination, and surprise from me; I didn’t know USB video link worked on any BSD.
- The m0n0wall project has ended.
- The end of ‘games’ as a separate object on FreeBSD.
- Tetris: still changing.
- autonet – simple automatic wifi chooser on OpenBSD.
- pkgsrc binaries as an exit strategy from systemd.
- IPFW now the default firewall (and on) in PC-BSD.
- The updated roadmap to 1.0.0 for Lumina, PC-BSD’s desktop environment, to go with the 0.8.2 release.
- PC-BSD at SCALE.
- s2k15 hackathon report.
I admit I never thought about it much, but I’ve also never had enough RAM to matter: there’s a memtemp(4) tool that monitors temperature sensors for your system’s memory. Sepherosa Ziehau has updated it on DragonFly to support some newer processor setups.
This bites many people sooner or later: you think you’ve turned sendmail off, but it still gets opened up on your system. The answer: sendmail_enable=”NONE”.
(It should support sendmail_enable=”NOPE”.)
Several of the DragonFly machines used for building packages and/or releases have SSDs, and have been vigorously exercising those disks for some time. SSDs are supposed to have a shorter lifetime than spindle-based hard drives. However, Matthew Dillon found that there’s surprisingly little wear on those SSDs. This empiric information was noticed in several places.
Well, might rather than will , but I had to make a music reference. There’s a bug in versions of pkg from 1.4.6(ish) to 1.4.11 that can make it accidentally delete itself while updating packages. If this happens to you, there’s an easy fix, as posted to users@:
# cd /usr && make pkg-bootstrap
Once you’re on version 1.4.12+, you’re fine.
Say hello to the newest DragonFly committer: Tomohiro Kusumi. He’s been contributing Hammer patches for some time and appearing on IRC, so it’s easier to just let him make changes directly. Welcome, Tomohiro.
John Marino has removed gcc 4.4 in DragonFly, and replaced it with gcc 5.0. Two things to note: gcc 5 does not yet successfully build world, and DragonFly is an officially supported platform for gcc with this release.
If you have a em(4)/emx(4) card, AKA ‘Intel(R) PRO/1000’, Michael Neumann has an update for you. It’s from Intel’s 7.2.4 release of the code. This is to support the new I218 cards. Initial reports are positive.
This week is relatively quiet.
- Raspberry Pi GPU acceleration in NetBSD 7. (via)
- OpenBSD networking on Macbook Pro?
- PC-BSD 10.1.1 is out.
- Is there any RNDIS support in any BSD?
- Ask HN: Laptop for FreeBSD?
- Stuck between OpenBSD and DragonFly BSD (mostly Web and File Server)
- devctl, a new device control utility in FreeBSD.
- FreeBSD has gained a VCHI driver for the Broadcom “VideoCore IV GPU”.
- Things you can remove from FreeBSD.
- PC-BSD gains ‘personacrypt’, for encryption of home directories.
- OpenBSD gained iwm(4), for Intel 7260 wifi.
Matthew Dillon brought in some wireless networking updates – the ath(4), iwn(4), and wpi(4) drivers are updated. There’s porting notes if you need them, too. In related news, rum(4) is also improved. The updates apparently benefited DragonFly and FreeBSD at the same time.