August 27, 2018

HAMMER2 and clustered writingDragonFly BSD Digest

Matthew Dillon (re?)added a sysctl: vfs.hammer2.cluster_write.  It defaults to off, since HAMMER2 already writes a large buffer size and this should, in theory, not be needed.  It may improve performance in some situations where there’s a lot of file creation and deletion, but that’s my theoretical guess rather than anything I’ve bennchmarked.

New package, py-binaryornot-0.4.4OpenBSD packages
lightweight Python package to check if a file is binary
The setup - OpenBSD AmsterdamLobsters

Disclaimer: I’m a customer.

Comments

Mac-like FreeBSD LaptopDiscovering the Way of the BSD

This is a tour of FreeBSD laptop. Goal is configuring a Unix laptop with focused and efficient user interface, suitable for all sorts of office work, research and entertainment tasks. Point of reference for this machine is the 13-inch Retina MacBook Pro 2015 and Jobs-era MacOS versions, on which my choices of user interface elements are mainly based.

August 26, 2018

Lazy Reading for 2018/08/26DragonFly BSD Digest

There’s several deep dives in the links today; enjoy reading!

Your unrelated music link of the week: A Brief Primer on the Contemporary Glitch-Hop Scene.  I liked Tipper more than I expected.

Restarting my newsletter: Making the WebLobsters

Yesterday Twitter temporary locked my account (again) and this time I unable to unlock it. This is why I’ve decided to restart my newsletter and focus on the indie web.

  • Self-hosted websites.
  • Shell scripts and text editors.
  • How-to guides for BSD/Unix users.
  • Screencasts for web developers.

P.S. Email is still the best social network! :)

Comments

August 25, 2018

In Other BSDs for 2018/08/25DragonFly BSD Digest

Still haven’t cleared my backlog of links…

 

OpenBSD Foundation gets first 2018 Iridium donationDiscovering the Way of the BSD

The OpenBSD Foundation is excited to announce that it has received the first 2018 Iridium level donation. This year the first $100K+ donation came from Handshake (https://www.handshake.org).

We thank Handshake for its very generous support! This donation will no doubt fund many exciting projects in the coming years.

August 24, 2018

OpenBSD Foundation gets first 2018 Iridium donation!Undeadly

Ken Westerback (krw@ when wearing his dev hat) wrote in with some great news:

The OpenBSD Foundation is excited to announce that it has received the first 2018 Iridium level donation. This year the first $100K+ donation came from Handshake (https://www.handshake.org).

We thank Handshake for its very generous support! This donation will no doubt fund many exciting projects in the coming years.

Congratulations to all concerned.

Of course, this donation does not preclude others from contributing ;-)

Upcoming meeting of Polish BSD User GroupDiscovering the Way of the BSD

When: 13th September 2018, 18:30 - 21:00

Where: Wheel Systems Office, Aleje Jerozolimskie 178, Warsaw

What:

  • BSDCam 2018 Recap by Konrad Witaszczyk
  • OpenBSD Daily by Adam Wołk
  • Why is ARM a Tier 2 platform? by Patryk "Keijo" Jaworski
Hacking Tour of EuropeDiscovering the Way of the BSD

Trip reports from the Essen Hackathon and BSDCam, CfT: ZFS native encryption and UFS trim consolidation, ZFS performance benchmarks on a FreeBSD server, how to port your OS to EC2, Vint Cerf about traceability, Remote Access console to an RPi3 running FreeBSD, and more.

OpenBSD Errata for vmml1tf and fpuforkDiscovering the Way of the BSD

Errata patches for the kernel have been released for OpenBSD 6.3 and 6.2.

Disable SMT/Hyperthreading in all Intel BIOSesUndeadly

In a message to tech@, Theo de Raadt (deraadt@) gives an update on the state-of-play regarding processor vulnerabilities:

Two recently disclosed hardware bugs affected Intel cpus:

	 - TLBleed

	 - T1TF (the name "Foreshadow" refers to 1 of 3 aspects of this
	         bug, more aspects are surely on the way)

Solving these bugs requires new cpu microcode, a coding workaround,
*AND* the disabling of SMT / Hyperthreading.

Read more…

August 23, 2018

BSDNow 260: Hacking Tour of EuropeDragonFly BSD Digest

This episode has one of the more intriguing titles for BSDNow, and it’s because they are covering a recent hackathon and “BSDCam” (not BSDCan), which I did not know about.  The tiny network terminal server mentioned this week may be of use to people, too.

New package, py-ofxparse-0.19OpenBSD packages
parser for the Open Financial Exchange file format
New package, mypaint-brushes-1.3.0OpenBSD packages
brushes used by software using libmypaint
New package, libmypaint-1.3.0OpenBSD packages
library for making brushstrokes
End of life for NetBSD 6.xDiscovering the Way of the BSD

In keeping with NetBSD's policy of supporting only the latest (8.x) and next most recent (7.x) major branches, the recent release of NetBSD 8.0 marks the end of life for NetBSD 6.x.

As of now, the following branches are no longer maintained:

  • netbsd-6-1
  • netbsd-6-0
  • netbsd-6
Hacking Tour of Europe | BSD Now 260BSD Now

Trip reports from the Essen Hackathon and BSDCam, CfT: ZFS native encryption and UFS trim consolidation, ZFS performance benchmarks on a FreeBSD server, how to port your OS to EC2, Vint Cerf about traceability, Remote Access console to an RPi3 running FreeBSD, and more.

New package, spacetrader-2.0.1OpenBSD packages
interstellar trading strategy game

August 22, 2018

Make upgrade, then make rescueDragonFly BSD Digest

If you haven’t done it before, you can use ‘make rescue’ to build a tiny base system on DragonFly, for use when /usr goes missing, for when your disk is encrypted, and other rather catastrophic problems.  It should be in sync with the rest of the system, which is why ‘make rescue’ can be part of a buildworld process.  I’m mentioning this because currently, ‘make upgrade’ should be done first.

New package, py-test-forked-0.2OpenBSD packages
run each test in a forked subprocess
DragonFly will now run on a Threadripper 2990wxDiscovering the Way of the BSD

What’s more, Matthew Dillon has published some testing results showing how power, CPU use, and memory speed all interact with these things.

SG-5100 Desktop Available for Pre-orderDiscovering the Way of the BSD

Netgate® SG-5100 pfSense® Security Gateway appliance, Intel C3000 based appliance, which provides significant performance and engineering improvements relative to the SG-4860, is now available for pre-order.

New package, cbindgen-0.6.1OpenBSD packages
C bindings generator from rust code