Tonight’s SemiBUG meeting is piggybacking on an Azure User’s Group meeting, same general location. (This is why) Go, if you are near.
Some overflow, and thank goodness cause I don’t have a day without work this week.
- Fixing bufferbloat on your home network with OpenBSD 6.2 or newer. (via)
- Designing the software specification [for 386BSD] (via)
- A question about BSD kernel syscalls/abi.
- Announcing the pkgsrc-2018Q2 release. (via)
- pkgsrcCon 2018 in Berlin – Videos. (via)
- A FreeBSD sysadmin job posting.
- NetBSD 8.0RC2 is out.
- [NetBSD] Kernel Address Sanitizer, Part 2. (via)
- Valuable News – 2018/07/08.
- Introduce ‘auto-join’ to the [OpenBSD] wifi 802.11 stack. (via)
- FreeBSD Desktop – Part 14 – Configuration – Tint2.
- pkgsrc-2018Q2 packages for illumos now available. (via)
- Michael W. Lucas got interviewed. Have you seen his Patreon video yet? (linked last week) It’s fun.
- Jupiter Broadcasting: Tech Talk Today 281. An interview of Allan Jude from BSDNow.
- Allan also shows up on podcast TechSNAP Episode 373: FreeBSD Already Does That.
- Need ZFS Config Advice.
BSD 254 has no interview but covers lots, including mostly-new-to-me BareOS. Also fun, this washing machine tidbit in their Beastie Bits.
Lots of NetBSD links this week relative to usual.
Update: how did I miss this? PkgSrcCon 2018 is happening now in Berlin, and there’s a livestream. (via)
- BSD firewalls pfSense vs OPNsense: technical comparison. (via)
- Valuable News – 2018/06/30.
- 8x slower SCP uploads to OpenBSD (vs FreeBSD).
- FreeBSD Desktop – Part 12 – Configuration – Openbox.
- FreeBSD Desktop – Part 13 – Configuration – Dzen2. I didn’t know what Dzen was; a configurable status bar.
- Audio improvements for NetBSD 8.1. (via)
- Cinnamon 3.8.2 now available on pkgsrc/wip. A new (to me) desktop. (via)
- New FreeBSD Core Team Elected.
- OPNSense 18.1.11 released.
- MKSANITIZER – bug detector software integration with the NetBSD userland. (via)
- NetBSD 8.0 Release Candidate 2. (via)
- [Question/Poll] – Does your work use BSD? What for?
- databasing and FreeNAS?
- How to deploy an OpenBSD VM in Amsterdam. (via)
- Bringup is Hard. The ‘What not to do’ section is quite correct. (PDF, via)
BSDNow 253: no interview, but it covers a range of topics I’d be proud to fit in an Other BSDs post. Of special interest (to me) this week: talking about fanless systems, cause it’s hot in North America, and Pinebooks, cause I still have a small computer fetish.
The article I linked yesterday about Ravenports got me wondering about what package are most popular. avalon.dragonflybsd.org is the default binary package archive for pkg, and it has httpd logs back to 2013, so I collated some information.
I read out a list of packages, and weighed them according to how recently they were downloaded. I also mushed together all the py/ruby/p5/php numbered packages, and excluded lib*.
After all that… there’s a lot of noise. One install of any desktop environment pulls in hundreds of packages automatically, so it’s hard to tell what’s installed by a human and what’s installed by dependency. That being said, here’s some highlights. This is me applying an arbitrary value and then arbitrarily snipping out a list… but it’s fun to see if nothing else.
18596 python27
13564 xorg-server
13499 perl5
13391 xterm
12098 xorg
8512 cups
8453 bash
8389 ffmpeg
8367 spidermonkey170
7884 python
7432 firefox
6997 sudo
6896 bind-tools
6702 openldap-client
5651 nano
5529 xfce4-conf
5052 xfce
4663 ruby
4447 vim
3133 tmux
2578 chromium
2248 zsh
2175 samba44
2132 python36
2007 mate-desktop
1765 mysql56-client
1699 fluxbox
1690 vim-lite
1517 CoinMP
1407 openjdk8
1395 samba46
1384 lumina
1367 kde
1355 mpg123
1353 spidermonkey24
1340 vlc
1338 thunderbird
1329 wpa_supplicant
1252 firebird25-client
1164 gimp
1103 zip
1083 youtube_dl
1044 php
941 freerdp
931 mercurial
927 lynx
866 evolution
848 gnome3
845 openjdk
842 openbox
842 epiphany
799 nmap
798 go
796 mutt
796 gnuchess
743 apache24
726 rxvt-unicode
722 irssi
652 firefox-esr
652 htop
649 rust
619 smartmontools
575 fvwm
529 windowmaker
477 openvpn
472 synth
451 fish
406 npm
403 inkscape
402 enlightenment
367 firefox-i18n
351 dwm
347 neovim
341 R
339 emacs25
320 emacs
320 unbound
312 tor
310 lua
300 cinnamon
300 wireshark
282 netcat
272 pidgin
258 postfix
258 joe
252 GraphicsMagick
251 dillo
249 icewm
242 mosh
236 rtorrent
225 weechat
219 audacious
218 smtube
216 calibre
190 xmms
187 pdksh
184 redis
184 openssh-portable
183 tk85
173 rdesktop
172 nedit
164 terminator
161 fetchmail
160 KeePassX
156 dnsmasq
eerielinux has written an exploratory article about Ravenports. It’s worth a read; Ravenports has been growing actively. You can install it in parallel with dports on DragonFly, or on a number of other operating systems.
A tip for anyone using public keys in SSH: you can start up your xorg session using ssh-agent and then have all subsequent connections be authorized by the agent, saving you some hassle of password typing, etc. Put this in your ~/.xinitrc :
eval `/usr/bin/ssh-agent -c` (insert line to start up your window manager here) /bin/kill $SSH_AGENT_PID
(Yoinked from Matthew Dillon on IRC) Realistically, you should also lock your terminal or otherwise prevent physical access to any workstation where you do this, since it means immediate SSH access to other systems using your identity, for anyone touching that keyboard.
If you’re using Windows, there’s always Pageant.
Some of this is overflow from last week.
- m:tier subscription service for long-term OpenBSD updates. This is a good idea, connecting a service to the people that want to pay for it – without interfering with the “normal” free usage.
- FreeBSD has lower latency, and Linux has faster application speeds. The comments at the link source may be better.
- A Beginner’s Guide to Firewalling with pf. (via)
- pfSense in VMware Workstation. (via)
- “Would anyone be interested of this tool supported BSD?“
- Using UNIX as IDE. (via)
- FreeBSD 11.2 released.
- HardenedBSD: Feature comparison vs other BSD distros. (via)
- Booting OpenBSD kernels in EFI mode with QEMU. (via)
- Call for testers – Audio improvements for NetBSD 8.1. (via)
- WiFi Refresh. (via)
- Rewards of Up to $500K Offered for FreeBSD, OpenBSD, NetBSD, Linux Zero-Days. (via)
- FreeBSD Desktop – Part 11 – Key Components – Blue Light Spectrum Suppress. I didn’t know about Redshift; I like it.
- Michael W. Lucas has a Patreon account, and a video to go with it. I’ve wondered if I should do something like that for the Digest.
The summary for BSDNow episode 252: “FreeBSD 11.2 has been released, setting up an MTA behind Tor, running pfsense on DigitalOcean, one year of C, using OpenBGPD to announce VM networks, the power to serve, and a BSDCan trip report.”
Lots of announcements, lots of reading. Note the first item listed is happening today.
- Book Fair, 23 June 2018. Michael W. Lucas is at the Scriptorium Book Fest today, in Michigan. Go if you are near and get a signed BSD book.
- Escape from System D, Episode V. Interesting cause it mentions BSD and interesting for spot-on characterization of Twitter/Hacker News feedback. (via)
- 25 years of FreeBSD. (via)
- NetBSD Summer of Code reports: libfuzzer, kernel address sanitizer, and kernel undefined behavior sanitizer.
- Valuable News 2018/06/17.
- FreeBSD Desktop, parts 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. I linked to a few of the early ones before, but I want to present a complete (so far) list.
- FreeBSD 11.2-RC3 Available.
- OPNsense 18.1.10 released.
- httpd(8) Gains Simple Request Rewrites.
- SMT Disabled by Default in -current.
- More Mitigations for (potential) CPU Vulnerabilities.
- LDAP client added to -current. This, or a similar LDAP client, should be present in all BSDs.
- KDE on FreeBSD – June 2018. 5 is almost working in DragonFly, too, by the way. (via)
- itch.io Summer Sale + General itch.io Feature.
- “what’s good in openbsd superior than freebsd?“
- HardenedBSD 11-STABLE v1100055.4 Released. (via)
- “Today I stumbled upon a BSD Wikipedia page. Why should I choose BSD over a Linux based distro?“
BSDNow 251 has one of the more fun titles ever, and goes into HAMMER encryption, BSDCan details, and a number of other things that make for good BSD news.
SemiBUG meets tonight at 7 PM, and James Turner is presenting about BHCS. I rarely say this, but: I wish I was closer to Michigan. Go, if you are near.
Update: the files referenced during the talk.
Lots of different items, probably because of BSDCan.
- EuroBSDCon 2018 is happening September 20-23 at University Politehnica of Bucharest, Romania – Call for papers ends tomorrow.
- June HardenedBSD Foundation Update. (via)
- FreeBSD 11.2-RC2 Available.
- Valuable News – 2018/06/09.
- Pledge and Unveil in OpenBSD [pdf]. Knew about pledge, not about unveil. (via)
- OpenBSD at BSDCan 2018. A summary post.
- TBW60: #OpenBSD @BSDCAN 2017 Interview. Video. “TBW” == The Brothers WISP; a series I did not know about. Stumbled into this by accident.
- Project Trident, the GUI version of TrueOS.
- BSDCan 2018 Recap and SELF 2018 Recap from iXSystems.
- Apple Airport Extreme == NetBSD, which I did not know.
- OpenBSD adds “-n” to crontab(5): “no mail when everything went OK” A good idea. (via)
- pNFS server in FreeBSD. (via)
- (Open)BSD equivalent of nmtui (curses Wi-Fi network chooser)
- syspatch(8) for OpenBSD. Included in other convention coverage, I’m sure, but I found this tool interesting. (PDF, via).
I am typing BSDXXX phrases a lot, it seems. BSDNow 250 goes over the just-finished BSDCan. There’s a ton of events, so get reading/listening.
There was an optional ‘make initrd’ step in the DragonFly build process, where you can create a small binary to use for mounting encrypted root drives.
Aaron LI has removed mkinitrd in favor of ‘make initrd’, which builds a separate binary to use in exactly those situations. See the commit message for more detail. It incidentally creates a ‘/rescue’ directory and works as a rescue ramdisk, similar to other BSDs, if you should ever need it. (See updated MOTD for details)
BSDCan is running this weekend. There is, depending on what time you are reading this, a livestream.
- Retguard: An improved stack protector for OpenBSD. (via)
- Mailing lists vs Github. Relevant to most every BSD project. (via)
- need help determining the best HA solution for 3 pfSense VM guests.
- OpenBSD’s ksh(1) does not export PWD, causing unexpected problems. (via)
- GOG.com summer sale – OpenBSD highlights.
- libcsi – Crypto Simplified Interface.
- Author Discoverability.
- Your own VPN with OpenIKED & OpenBSD. (via)
- zedenv, a ZFS Boot Environment Manager for FreeBSD and Linux. (via)
- TrueOS to Focus On Core Operating System. Not a name change; it’s work on becoming a base like Debian. (via)
- Isotop: French desktop-oriented OpenBSD distro. (via)
- May 2018 Status Report: Cross-DSO CFI in HardenedBSD. (via)
- Silent Fanless FreeBSD Desktop/Server.
- Valuable News – 2018/06/05.
BSDNow 249 is covering a really wide range of topics including an uncommon amount of NetBSD, so I’m going to do the easy thing and repeat the summary: “OpenZFS and DTrace updates in NetBSD, NetBSD network security stack audit, Performance of MySQL on ZFS, OpenSMTP results from p2k18, legacy Windows backup to FreeNAS, ZFS block size importance, and NetBSD as router on a stick.”
One of these links will be very useful to someone.
- Join us, building a full OpenBSD mailserver. (via)
- Valuable News 2018/05/25.
- May 2018 Status Report: Cross-DSO CFI in HardenedBSD. (via)
- BSDJobs.com. (via)
- Research Positions – Aberdeen Scotland.
- NetBSD: a new version of the CDDL dtrace and ZFS code. (via)
- OpenBSD Kernel Internals — Creation of process from user-space to kernel space. (via)
- iXsystems Newsletter: The April 2018 Edition.
- OPNsense 18.1.9 released.
- OpenBSD’s httpd gets URL rewrite Not the final patch. (via)
- BSD: Networking Included. Some extremely useful tips in here for network troubleshooting. (via)
- Boot All the Things! (via)
BSDNow 248 has an interview with Patrick Mooney, talking about bhyve, along with the usual news summaries.