Met with EE vendor to figure out remaining tasks for Voyager 2
Continued speaking with EE vendors about starting Voyager 3
1:1 with local staff member
Software development
Struggled to figure out why I couldn’t git clone from my Windows machine even though SSH worked
It turns out that Git was using a different version of SSH that couldn’t communicate with the ssh-agent that’s built-in to Windows
Tip: You can debug the SSH connection by running GIT_SSH_COMMAND='ssh -v', or on Windows: $env:GIT_SSH_COMMAND = 'ssh.exe -v'
Solution: Point git at the system-native SSH binary: git config --global core.sshCommand C:/Windows/System32/OpenSSH/ssh.exe
Reviewed development work to build the TinyPilot image using Packer
I’m having trouble actually running the code. My proxmox machine doesn’t have the loop kernel module loaded, and I’m not sure how to load one. We’re using functionality that isn’t implemented in Windows’ Docker implementation.
I’m trying to run it under Docker. I haven’t yet tried running it directly, which could work better.
Tried to wrangle a refund out of American Airlines after they canceled my connecting flight after I already arrived
Fortunately, I was able to get home by hopping a JetBlue flight to Boston
From Boston, I got an Uber back to Western Mass. That part was a little bumpier because Uber drivers didn’t want to drive 90 miles, but I finally found one who would.
Started planning a DIY NAS server based on TrueNAS