RSS feeds are hopelessly broken in Outlook, which is unfortunate, because it’s the only tool I’ve found to view feeds that are locked behind Sharepoint authorization.
Monthly Archives: November 2018
Los Campesinos!
I have a ticket to catch Los Campesinos! At the Sinclair tonight; unfortunately, I’m not going to be able to use it.
I also realized I never posted anything from the last time they came through town. Here’s their fantastic performance of “Avocado, Baby” at The Paradise, March 11, 2017:
macOS Server VPN Migration
I went to update my iMac to macOS Mojave, and I was reminded that a number of macOS Server services are no longer supported:
[…] in the fall of 2018, new installations and upgrades of macOS Server will require you to migrate most services to other software.
Apple has provided documentation for migrating from macOS Server to open source solutions, and the instructions for moving to vpnd
are fairly straightforward:
Turn off VPN in macOS Server (leaving your settings intact).
Create the
launchd
file/Library/LaunchDaemons/vpn.ppp.l2tp.plist
1:<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Disabled</key> <true/> <key>EnableTransactions</key> <true/> <key>Label</key> <string>vpn.ppp.l2tp</string> <key>KeepAlive</key> <true/> <key>Program</key> <string>/usr/sbin/vpnd</string> <key>ProgramArguments</key> <array> <string>vpnd</string> <string>-x</string> <string>-i</string> <string>com.apple.ppp.l2tp</string> </array> <key>EnableTransactions</key> <false/> <key>EnablePressuredExit</key> <false/> </dict> </plist>
Set the file ownership to
root:wheel
2:sudo chown root:wheel /Library/LaunchDaemons/ vpn.ppp.l2tp.plist
Load the
launchd
job:sudo launchctl load -w /Library/LaunchDaemons/ vpn.ppp.l2tp.plist
Verify that the job is running:
launchctl print system/vpn.ppp.l2tp
Once I had completed these steps, macOS Server showed the VPN as running, and my attempts to disable it via the switch would result in it turning right back on. Fortunately, this is the only service I’ve been relying on macOS Server for, since caching was moved into the OS, so my migration was this easy. Replacing some of the other macOS Server services appears to be quite a bit more complicated.
From Jason Kottke, The United States of Guns.
Hotel Vernon
I just stumbled on this series of videos Narragansett Beer compiled: an oral history of the Hotel Vernon, the Yacht Club, and the speakeasy in the cellar.
- Narragansett Beer Takes a Tour of the Famous Hotel Vernon in Worcester - Part 1 - The Canal, The Trains, & Early Worcester
- Narragansett Beer Takes a Tour of the Famous Hotel Vernon in Worcester - Part 2 - The Structure
- Narragansett Beer Takes a Tour of the Famous Hotel Vernon in Worcester - Part 3 - Cornelius Kelley
- Narragansett Beer Takes a Tour of the Famous Hotel Vernon in Worcester - Part 4 - The Speakeasy
- Narragansett Beer Takes a Tour of the Famous Hotel Vernon in Worcester - Part 5 - Babe Ruth
I’m thrilled to see that XLD, the venerable audio transcoding app, is alive and well on Mojave. It was just updated to be a 64-bit application, and it supports dark mode!