[OUTDATED] Howto Install Piaware 3.8.1 on Ubuntu 18 & 19 and Debian 10 amd64 on PC

The dump1090-fa is NOT running, or if running, is not producing data, Check status by following command:

sudo systemctl status dump1090-fa

If not running, try reboot
sudo reboot

If reboot does not solve the problem, may be the dongle is the reason. Unplug then replug the dongle.

1 Like

$ sudo systemctl status dump1090-fa

dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization)
Loaded: loaded (/lib/systemd/system/dump1090-fa.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-07-09 10:45:20 -03; 1min 6s ago
Docs: PiAware - ADS-B and MLAT Receiver - FlightAware
Main PID: 857 (dump1090-fa)
Tasks: 3 (limit: 9328)
Memory: 4.9M
CGroup: /system.slice/dump1090-fa.service
└─857 /usr/bin/dump1090-fa --device-index 0 --gain -10 --ppm 0 --max-range 360 --fix --net --net-heartbeat 60 --net-ro-size 1300 --net-ro-interval 0.2 --net-ri-port 0 --net-ro-port 30002 →

jul 09 10:45:20 evo2-ubuntu2004 systemd[1]: Started dump1090 ADS-B receiver (FlightAware customization).
jul 09 10:45:20 evo2-ubuntu2004 dump1090-fa[857]: Thu Jul 9 10:45:20 2020 -03 dump1090-fa 3.8.1 starting up.
jul 09 10:45:20 evo2-ubuntu2004 dump1090-fa[857]: rtlsdr: using device #0: Generic RTL2832U (Realtek, RTL2832U, SN 00001000)
jul 09 10:45:20 evo2-ubuntu2004 dump1090-fa[857]: Detached kernel driver
jul 09 10:45:20 evo2-ubuntu2004 dump1090-fa[857]: Found Rafael Micro R820T tuner
jul 09 10:45:20 evo2-ubuntu2004 dump1090-fa[857]: rtlsdr: enabling tuner AGC
jul 09 10:45:20 evo2-ubuntu2004 dump1090-fa[857]: Allocating 4 zero-copy buffers
But, I got planes on the map. So, does this means that dump1090-fa is working ?
Reboot does not solve the problem and the dongle works fine on Ubuntu 18.04.
Perhaps a temporary issue with flightaware server ?

In your browser on Ubuntu 20 type these addresses

localhost:30005
localhost:30003

Do you see these?

 

Piaware needs to be able to sudo netstat if i remember correctly.

(somewhat bad design one might say but i shouldn’t judge :wink: )

Edit: this might solve the issue:

sudo piaware-config receiver-type other
sudo systemctl restart piaware
1 Like

It is using netstat command as USER=root. There is no error message for this command. Please see piaware log below:

Right … spanish Ubuntu … that’s the issue (one we had before).

receiver-type other might solve that as well because i think it stops checking that then.

1 Like

I’ve checked on ubuntu 18.04 and I got now the same problem. But, it worked yesterday.
localhost:30005 and 30003 I got blank screen, do not open, on both 18.04 and 20.04.

Thanks!!
Yes. This solves the problem. But, why worked before on 18.04 ?

Thanks!! This solves the problem. But, why worked before on 18.04 ?

Found this Sept 2019 post, for problem related to @vsqz44:

1 Like

Blank screen and do not open is sth different.
Anyhow … you might just not be receiving anything …

Might have been you with the exact same issue before and we found a work-around?
Just checked the thread abcd linked … you changed the Ubuntu language to fix it the last time around.

1 Like

I say blank screen because do not open it.
Yes, I remember an issue I had before because of language, but was another issue, not the same.
And, my 18.04 was installed in English and 20.04 in Portuguese.
Anyway, the receiver-type solves the problem. Go figure !

Btw … if you do this in Chrome … it won’t work as the data doesn’t have a valid HTTP response code.

I used Firefox …

Did you do it on the machine the dump1090-fa is running on?

Anyhow is the local webinterface working?

As in … IP of the receiver computer: http://IP/dump1090-fa

[quote=“wiedehopf, post:102, topic:62760”]
Did you do it on the machine the dump1090-fa is running on?[/quote]

Yes

[quote=“wiedehopf, post:102, topic:62760”]
Anyhow is the local webinterface working?[/quote]
Yes

Nope. Do not open.
But, yesterday everything worked ok on 18.04 and today, see the chart:

Hi
Is there a intel 64bit piaware for install on pc yet ?
auto script would be nice but able to install manually
i have installed 32bit debian but it just not playing ball yet

No pre-built packages available.
No automated install script available.
Piaware & dump1090-fa packages for 64bit intel pc can be built from source code.
Step-by-Step procedure given in the 1st post of this thread.

Ok thankyou trying them now

Which distro and version you have?

First post covers these:

1 - Ubuntu 18.04 (Bionic) amd64
2 - Ubuntu 19.10 (Disco) amd64
3 - Debian 10.3 (Buster) amd64

4 - Ubuntu 20.04 - 1st post + Workaround for dump1090-fa & piaware in post 78 and 79