To celebrate our 25th wedding anniversary and my daughter’s 21st birthday this year, we spent Christmas and New Year’s on a 11-day Panama Canal cruise on the Norwegian Pearl!
Indoctrination of the Impish Indri
Note: found this in my drafts … guess I forgot to post it back around October 17th, oops!
It’s October … time for cooler (?) weather, fall sports, and a new Ubuntu distro!
After a winning a franchise record 100 games, the Tampa Bay Rays’ season ended quickly in the ALDS losing in 4 games to the (ugh), wildcard Boston Red Sox. My Indians finished their last season as the Indians and although I’m still not enamored with the new Guardians name, I am looking forward to getting back out to Spring Training in March! Brady and the Bucs are sitting at 5-1, and after a 3-1 start, unfortunately Baker and the Browns are at 3-3. The Lightning’s season is just getting started but the 2020 and 2021 defending Stanley Cup Champions are 2-1 and both wins were in OT. Almost forgot about the Cavs … their season starts this week.
Ubuntu 21.10, Impish Indri, was also released this week, so it’s time to upgrade! This one was a bit problematic and almost all of the problems were due to the inclusion of PHP 8:
- MySQL was broken until I installed php8.0-mysql
- my primary Piwigo photo site was completely broken since it was still running Piwigo 11.5 so I had to upgrade to the 12.0.0RC2 release candidate
- even after upgrading, my Piwigo site was filled with ‘undefined array key’ warnings (I had to update the local config to ignore E_WARNING messages)
- the Search Everything plugin for WordPress was broken due to PHP. the plugin is no longer maintained but I found a manual fix that got it working again
- and not PHP-related, but for some reason phpMyAdmin was removed, so I had to reinstall it
The list looks short, but it took me a while to work through everything. This is what I get (and I accept it!) for upgrading right away without letting a few days pass and see what kind of problems other people have.
Anyway, that settles things until April, by which time I’ll have hopefully spent some time watching baseball in the Arizona sun before the next upgrade to Jammy Jellyfish!
Building the Altair-Duino
It’s been over two years since my last classic computer kit build and I was getting that itch to add more blinkenlights to my collection. Chris Davis’ Altair-Duino kit has been on my radar since last December when I saw it on episode #797 of Steve Gibson’s Security Now! podcast (which also introduced me Oscar Vermeulen’s excellent PiDP-8 and PiDP-11 kits) and I decided it was finally time to pull the trigger.
I went with the Standard kit over the Pro due to its smaller footprint (more flat instead of the boxier acrylic case) and, though the VT100 emulation calls back to my days as a VAX lab monitor in college, I probably wouldn’t really use it that much. The kit actually arrived the last week of July but I just recently had some time to sit down and build it in an afternoon.
Back at Disney: Labor Day Weekend 2021
We didn’t go to Disney World for our annual Labor Day Weekend trip last year (for obvious reasons) so it was nice to finally celebrate the end of summer and spend the long holiday weekend over in Orlando at the parks.
Back 2 Back Champs!
281 days ago, my Tampa Bay Lightning won the Stanley Cup for the 2nd time in franchise history in the Edmonton bubble. Tonight, they won it again, beating the Montreal Canadiens 1-0 in Game 5.

The boat parade is Monday. Way to go Bolts!!
Windows 11
Today Microsoft announced the next version of Windows, Windows 11.
I’ve been a member of the Insider Program since 2015, so recently I started seeing the new Sun Valley UI changes showing up in the 21H2 preview builds flighted to my home PC. New, flatter, more colorful icons, mostly:
An early build of Windows 11 was leaked last week, and while in the past I’ve installed early preview releases (like Windows 7, Windows 8, and Windows 10) on spare hardware, I didn’t have any lying around this time so I spun it up in a virtual machine instead.
- install – select a version
- OOBE – account setup
- initial desktop and new Start menu
I haven’t had a lot of time to mess around with it, though. But at today’s event they also announced a formal release for Insiders should be coming out on June 30. Unfortunately, the PC Health Check app says my 5-year old Intel NUC can’t run Windows 11 … presumably due to the TPM 2.0 requirement.
That didn’t seem to stop it from running in the VM, but it looks like unless that changes before the final release later this year, I might be looking to build a new desktop. Until then, it looks like I might have just keep it virtualized.
Onkyo TX-NR96 receiver
It’s hard to believe I’ve had my Pioneer Elite VSX-24TX for over 21 years. That’s probably a personal record for me using a single piece of electronic equipment. It’s served me well over the years, but alas recently it’s been having problem (the outputs weren’t working reliably, it would take a few power cycles to get them to click in) so I figured it was time for a replacement (it’s so old it doesn’t even have any HDMI jacks, just component and S-Video!).
Since I skipped the Blu-Ray era (never bought a player) and last year cut the cord and left my TiVos for streaming, I really don’t have any video equipment connected to my primary TV. The old DVDs I still own I could play on a PC if I needed to (but honestly all of that stuff is available via streaming now anyway) and the old Wii is connected to a TV in the guest/exercise room (but that’s hardly used as well). The receiver is mainly for audio: surround in the family room for movie watching or playing some vinyl, and a second zone outside by the pool for playing music while swimming (or having a party, once that becomes a “normal” thing again).
My primary requirement was multi-zone, plus modern extras like voice assistant support, Bluetooth, networking, etc. After performing my normal online research and comparisons, I selected the Onkyo TX-NR696.
Memorial Day Weekend at Disney (2021)
With the pandemic starting to get under control and things heading back towards “normal” we decided to try a mini (Minnie?) family vacation to kick off the summer and head over to Disney World for Memorial Day Weekend. The last time we did this was 2018. Normally our annual trip to Disney is Labor Day weekend, but with my daughter now in college there are fewer times we can actually go as a family and Labor Day isn’t one of them. We also still don’t have our annual passes so this was just a single day, single park trip.
Hangin’ with the Hirsute Hippo
Spring is here (although my parents up in OH just experienced a late-April snow storm!) which means it’s time to upgrade my Linux server to the new Ubuntu release, 21.04 (Hirsute Hippo). First, the obligatory check-in on my spring sports teams:
- the Lightning will be heading back to the playoffs to defend their Stanley Cup title … they’re currently third in the Central division in a tight race for 1st with the Hurricanes and Panthers
- the Rays are in 2nd place in the AL East, just behind the Red Sox
- the Indians are right in the middle of the AL Central, falling behind the Royals and White Sox
- the Cavaliers are near the bottom of the Eastern Conference and unsurprisingly won’t make the playoffs this year
- Brady and Gronk will be back with the Bucs in the fall when they start to defend their Super Bowl title
Ok, Linux. Despite the issues I had back in October (mostly due to the deprecation of Python 2), the April updates are usually smoother. After a quick backup, I launched the do-release-upgrade
and about 20 minutes and a few configuration file updates later, I was up and running on the latest release with the 5.11 kernel:
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 21.04
Release: 21.04
Codename: hirsute
$ uname -r
5.11.0-16-generic
I haven’t had an issue free upgrade since Cosmic so I usually find myself Googling for various solutions. This time around, I had a few minor problems:
- When logging in, the login banner showed “There were exceptions while processing one or more plugins. See /var/log/landscape/sysinfo.log for more information.” and the sysinfo.log file showed:
2021-04-22 21:03:25,207 ERROR Network plugin raised an exception. Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/landscape/sysinfo/sysinfo.py", line 99, in run result = plugin.run()
File "/usr/lib/python3/dist-packages/landscape/sysinfo/network.py", line 36, in run device_info = self._get_device_info()
File "/usr/lib/python3/dist-packages/landscape/lib/network.py", line 163, in get_active_device_info speed, duplex = get_network_interface_speed(
File "/usr/lib/python3/dist-packages/landscape/lib/network.py", line 249, in get_network_interface_speed res = status_cmd.tostring()It appears that the array.tostring function was deprecated in Python 3.2 and removed in Python 3.9 (which came with the upgrade) but landscape-sysinfo was still using the function call in the Network plugin. I applied a patch (changing
tostring
totobytes
) and that resolved the issue. - I couldn’t get vncserver to start:
Session startup via '/home/windracer/.vnc/xstartup' cleanly exited too early (< 3 seconds)!
xrdb: Bad file descriptor
xrdb: Can't open display ':1'
Unable to init server: Could not connect: Connection refused
xfce4-session: Cannot open display: .In my startx file, I switched from
startxfce &
toexec startxfce
which fixed the startup issue, but I still couldn’t connect to the server remotely. It turned out that tigervnc server was only listening on localhost (127.0.0.1). I found that during the upgrade, my /etc/vnc.conf file had been renamed (and the log said it was a deprecated file). I had to make a copy of /etc/tigervnc/vncserver-config-default to ~/.vnc/vnc.conf then set$localhost="no";
(which is what I had done in my original vnc.conf file) and then I was able to connect with the tightvnc client on my PC.
Nothing major. See you here again in October for 21.10 (Impish Indri)!
Putting it all together – Ring, HomeSeer, and Alexa integration
2021 Home Security/Home Automation Re-Design [ Part 3 of 3 ]
A lot of my old Pulse automations were based on my ADT alarm sensors: open the door into the garage, turn on the garage lights; alarm armed in Away mode, randomize the indoor lights to make the house look occupied; burglar alarm goes off, turn on all of the lights, inside and out. Now that I’d separated the home security and automation systems into Ring and HomeSeer, I needed a way to integrate them together in order to accomplish the same tasks.
Luckily, both products work with Amazon’s Alexa, so a slick combination of Alexa routines and HomeSeer virtual devices became the glue I needed to hold my new system together!
Continue reading ‘Putting it all together – Ring, HomeSeer, and Alexa integration’ »