That confuses me. I have my 3B set up with Buster and the PiaWare Package without any MLAT issues.
Or is this something different you’re talking about?
## if you already have a cloned folder piaware_builder,
## first rename it
sudo mv piaware_builder piaware_builder-old
## now start fresh
git clone https://github.com/flightaware/piaware_builder.git
cd piaware_builder
git checkout dev
# Branch 'dev' set up to track remote branch 'dev' from 'origin'.
# Switched to a new branch 'dev'
./sensible-build.sh buster
# .... .... ....
# 7df58ec (HEAD, origin/dev) 3.8.0~dev, add buster build support, make stretch build a backport
# Retrieving cxfreeze
# 2019-11-27 11:29:37 URL:https://codeload.github.com/anthony-tuininga/cx_Freeze/tar.gz/6.0 [89326] -> "-" [1]
# Ok, package is ready to be built in ./package-buster
# run 'dpkg-buildpackage -b' there (or move it to a Pi and do so there, or use pbuilder, etc)
cd package-buster
## Install dependencies first, else packe building will fail
sudo apt install libboost-system-dev libboost-program-options-dev libboost-regex-dev libboost-filesystem-dev
# Now build the package
sudo dpkg-buildpackage -b
After seeing Foxhunters post I retried with a standard install of 3.7.2 and my added services and all is seeming to work fine now ! Don’t know what I’d done to kill the MLAT before.