mlat(2411): fa-mlat-client: error: argument --results: expec

Hello,

any idea what’as wrong ??

mlat(2411): fa-mlat-client: error: argument --results: expected one argument
[2015-07-22 17:57 CEST] the system confirmed that process 2411 exited with an exit status of 2
[2015-07-22 17:57 CEST] got EOF from multilateration client

i am a newbie and havo no idea where i have to show :frowning: :bulb:

thx any information
herbert

What is your setup? (What kind of Pi, how did you install the packages, what packages did you install, what versions?)

Hello,

raspberry pi2 +; and the packages download here

tried to update dump1090 but it show’s me version 1.09…

not familiar with Linux/Raspian so if you can tell me how to read the version’s installed
thx

The daemon author would be the best to help, but I’ll see if I can give you some help. Can you SSH into the pi? \

If you can, try running ‘sudo piaware-config -status’ and ‘sudo piaware-config -show’ but delete out your password.

It looks like there is a problem in the piaware package which is where fa-mlat-client is called from. Also if you can run ‘ps aux |grep fa-mlat’ and see what the ‘–results’ line looks like? Mine is as follows:


/usr/bin/python3 /usr/sbin/fa-mlat-client --input-connect localhost:30005 --results beast,connect,localhost:30004 --udp-transport 70.42.6.xxx

Have you run piaware-config -mlatResultsFormat in the past? That’s the only way I could think of this breaking.

Try: sudo piaware-config -mlatResultsFormat default

DONE and after restart it works…hope no changes follows :stuck_out_tongue:
thx for help