Nov 03 06:21:32 raspberrypi piaware[535]: 101 msgs recv’d from dump1090-fa (95 in last 5m); 101 msgs sent to FlightAware
Nov 03 06:26:32 raspberrypi piaware[535]: 208 msgs recv’d from dump1090-fa (107 in last 5m); 208 msgs sent to FlightAware
Nov 03 06:31:10 raspberrypi piaware[535]: mlat-client(710): Receiver status: connected
Nov 03 06:31:10 raspberrypi piaware[535]: mlat-client(710): Server status: synchronized with 3 nearby receivers
Nov 03 06:31:10 raspberrypi piaware[535]: mlat-client(710): Receiver: 10.0 msg/s received 7.5 msg/s processed (75%)
Nov 03 06:31:10 raspberrypi piaware[535]: mlat-client(710): Server: 0.0 kB/s from server 0.0kB/s TCP to server 0.1kB/s UDP to server
Nov 03 06:31:10 raspberrypi piaware[535]: mlat-client(710): Aircraft: 3 of 3 Mode S, 1 of 1 ADS-B used
Nov 03 06:31:32 raspberrypi piaware[535]: 285 msgs recv’d from dump1090-fa (77 in last 5m); 285 msgs sent to FlightAware
Nov 03 06:36:32 raspberrypi piaware[535]: 347 msgs recv’d from dump1090-fa (62 in last 5m); 347 msgs sent to FlightAware
Nov 03 06:41:32 raspberrypi piaware[535]: 412 msgs recv’d from dump1090-fa (65 in last 5m); 412 msgs sent to FlightAware lines 1-20/20 (END)
Pfclient status is static, and does not show number of massages sent. Once started, it stops any update, unless restarted by systemctl/service/init.d/reboot. Hence it has a limited number of lines.
Last three static lines are:
Nov 02 19:26:10 raspberrypi systemd[1]: Starting LSB: planefinder.net ads-b deco
Nov 02 19:26:10 raspberrypi pfclient[535]: Starting pfclient: pfclient.
Nov 02 19:26:10 raspberrypi systemd[1]: Started LSB: planefinder.net ads-b decoder
On the other hand piaware status is dynamic, gets updated and entries added as the message sending progress, similar to updating of the log file: cat /var/log/piaware.log
Hence has a large number of lines, which overflow the ssh console height.
Thanks for the info. So, this is a normal and not bugs or enabled something unnecessary during installation or updating. Is it what you mean? I just simply ignored it and quit with keying “q” everytime I see this? Thank you.
@obj Tried following, same problem with all of these: Need to press Enter and/or Q keys
sudo systemctl status piaware -l | more
sudo systemctl status piaware -l | less
sudo systemctl status piaware -l | pg
sudo apt-get install most
sudo systemctl status piaware -l | most
sudo apt-get install lv
sudo systemctl status piaware -l | lv
.
EDIT
Removed package lv as it became default for ssh console. After removal, the ssh display became as before.