Piaware v 3.7.1 on Debian 10.0 (Buster) amd64 / Intel PC

[ S O L V E D ]

(1) From piaware_builder/package-stretch, deleted folder cx_Freeze-5.1.1
(2) Cloned cx_Freeze from https://github.com/anthony-tuininga/cx_Freeze.git
and renamed it cx_Freeze-5.1.1
(3) Build and installed piaware.

git clone https://github.com/flightaware/piaware_builder.git 
cd  piaware_builder 
./sensible-build.sh stretch 

cd package-stretch
sudo rm -rf cx_Freeze-5.1.1
git clone https://github.com/anthony-tuininga/cx_Freeze.git cx_Freeze-5.1.1

sudo dpkg-buildpackage -b
cd ..
sudo dpkg -i piaware_3.7.1_amd64.deb

sudo piaware-config feeder-id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 
sudo systemctl restart piaware  

.

Station # 76000

abcd@debian:~/piaware_builder$ sudo systemctl status piaware
● piaware.service - FlightAware ADS-B uploader
   Loaded: loaded (/lib/systemd/system/piaware.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2019-08-10 05:51:06 EDT; 27min ago
     Docs: https://flightaware.com/adsb/piaware/
 Main PID: 3542 (piaware)
    Tasks: 4 (limit: 2348)
   Memory: 14.6M
   CGroup: /system.slice/piaware.service
           ├─3542 /usr/bin/piaware -p /run/piaware/piaware.pid -plainlog -statusfile /run/piaware/status.json
           ├─3568 /usr/lib/piaware/helpers/fa-mlat-client --input-connect localhost:30005 --input-type dump1090 --results beast,connect,lo
           └─3594 /usr/lib/piaware/helpers/faup1090 --net-bo-ipaddr localhost --net-bo-port 30005 --stdout --lat 43.xxx --lon -79.xxx

Aug 10 05:56:41 debian piaware[3542]: 25 msgs recv'd from dump1090-fa (25 in last 5m); 25 msgs sent to FlightAware
Aug 10 06:01:41 debian piaware[3542]: 79 msgs recv'd from dump1090-fa (54 in last 5m); 79 msgs sent to FlightAware
Aug 10 06:06:10 debian piaware[3542]: mlat-client(3568): Receiver status: connected
Aug 10 06:06:10 debian piaware[3542]: mlat-client(3568): Server status:   not synchronized with any nearby receivers
Aug 10 06:06:10 debian piaware[3542]: mlat-client(3568): Receiver:    4.4 msg/s received        1.7 msg/s processed (39%)
Aug 10 06:06:10 debian piaware[3542]: mlat-client(3568): Server:      0.0 kB/s from server    0.0kB/s TCP to server     0.0kB/s UDP to ser
Aug 10 06:06:10 debian piaware[3542]: mlat-client(3568): Aircraft: 0 of 1 Mode S, 3 of 3 ADS-B used
Aug 10 06:06:41 debian piaware[3542]: 208 msgs recv'd from dump1090-fa (129 in last 5m); 208 msgs sent to FlightAware
Aug 10 06:11:41 debian piaware[3542]: 271 msgs recv'd from dump1090-fa (63 in last 5m); 271 msgs sent to FlightAware
Aug 10 06:16:41 debian piaware[3542]: 296 msgs recv'd from dump1090-fa (25 in last 5m); 296 msgs sent to FlightAware
1 Like