
MS Flight Simulator 2024: Around the World update 25: Nagoya to Fukuola


Articles, notes and random thoughts on Software Development and Technology

#10 2.041 Warning: More space needed than available: 490 kB > 0 B, installation may fail
#10 2.041 Error: You don't have enough free space in /var/cache/apt/archives/.
Checking /var/lib/docker, it is indeed low on space:
$ sudo du -sh /var/lib/docker
2.0M /var/lib/docker
Cleaned up some free space with:
docker system prune --all --force
Reclaimed an additional 5GB, all good.
Continuing from Update 7,
I’ve getting behind on my posts again, so the next couple document the legs flown, but without much other detail.
PAHO Homer – UGB Ugashik Bay


From my previous post I noticed that I couldn’t re-connect to the Pi using screen after I’d disconnected using Ctrl-A Ctrl-D. Reading additional suggestions here, Ctrl-D is just a disconnect, it doesn’t end the process that’s attached.
Instead, use Ctrl-A Ctrl-\ and it will ask if you want to terminate processes using screen.
If you do detach, from here you can use this command to list processes attached to the serial port:
fuser /dev/tty.usbserial-11240
This will show a pid that you can kill, and then you can reattach again.