PiAware dump1090-fa Upgrade to 3.7.2

Has anyone else been upgraded to 3.7.2 ? My PiAware dump1090-fa was upgraded to 3.7.2. today (not sure why)… when I manually upgraded my Raspberry Pi: “sudo apt-get dist-upgrade”

[2019-09-13 13:16 EDT] run-apt-get(10857): dump1090-fa is already the newest version (3.7.2).

image

Automatic updates not available for OS raspbian:10 (Raspbian GNU/Linux 10 (buster))

[2019-09-13 19:16 EDT] 309901 msgs recv'd from dump1090-mutabi (927 in last 5m); 309901 msgs sent to FlightAware

[2019-09-13 19:17 EDT] manual update (user-initiated via their flightaware control page) requested by adept server
[2019-09-13 19:17 EDT] performing manual update, action: piaware
[2019-09-13 19:17 EDT] child process 6221 exited with status EXIT 1
[2019-09-13 19:17 EDT] run-apt-get(6221): Automatic updates not available for OS raspbian:10 (Raspbian GNU/Linux 10 (buster))
[2019-09-13 19:17 EDT] skipping action piaware
[2019-09-13 19:17 EDT] update request complete

[2019-09-13 19:21 EDT] 310767 msgs recv'd from dump1090-mutabi (866 in last 5m); 310767 msgs sent to FlightAware

Hmm…

[2019-09-13 20:18 EDT] run-apt-get(25339): Reading package lists…
[2019-09-13 20:18 EDT] run-apt-get(25339): Reading state information…
[2019-09-13 20:18 EDT] run-apt-get(25339): Building dependency tree…
[2019-09-13 20:18 EDT] run-apt-get(25339): dump1090-fa is already the newest version (3.7.1).
[2019-09-13 20:18 EDT] run-apt-get(25339): 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.

Expanded logs from earlier today:

[2019-09-13 13:16 EDT] *** running command ‘/usr/lib/piaware/helpers/run-apt-get update’ and logging output
[2019-09-13 13:16 EDT] performing manual update, action: dump1090 restart_piaware
[2019-09-13 13:16 EDT] run-apt-get(10534): Hit:2 http://flightaware.com/adsb/piaware/files/packages stretch InRelease
[2019-09-13 13:16 EDT] run-apt-get(10534): Hit:4 Index of /raspbian stretch InRelease
[2019-09-13 13:16 EDT] run-apt-get(10534): Hit:1 http://flightaware.com/adsb/piaware/files/testing-bis stretch InRelease
[2019-09-13 13:16 EDT] run-apt-get(10534): Get:3 Index of /debian stretch InRelease [25.4 kB]
[2019-09-13 13:16 EDT] run-apt-get(10534): Fetched 25.4 kB in 2s (10.3 kB/s)
[2019-09-13 13:16 EDT] run-apt-get(10534): Reading package lists…
[2019-09-13 13:16 EDT] *** running command ‘/usr/lib/piaware/helpers/run-apt-get upgrade-package dump1090-fa’ and logging output
[2019-09-13 13:16 EDT] run-apt-get(10857): Reading package lists…
[2019-09-13 13:16 EDT] run-apt-get(10857): Building dependency tree…
[2019-09-13 13:16 EDT] run-apt-get(10857): Reading state information…
[2019-09-13 13:16 EDT] run-apt-get(10857): 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[2019-09-13 13:16 EDT] run-apt-get(10857): Reading package lists…
[2019-09-13 13:16 EDT] run-apt-get(10857): Building dependency tree…
[2019-09-13 13:16 EDT] run-apt-get(10857): Reading state information…
[2019-09-13 13:16 EDT] run-apt-get(10857): dump1090-fa is already the newest version (3.7.2).
[2019-09-13 13:16 EDT] run-apt-get(10857): 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[2019-09-13 13:16 EDT] upgrade of dump1090-fa seemed to go OK
[2019-09-13 13:16 EDT] update request complete

@waltkev
If you place 3 back-ticks ``` above the code, and 3 back-ticks ``` below the code, the posted code will display nicely and will be better readable. See how it appears in my post above

The back-tick key is left of number 1 key as shown in image below:
backtick_key_us_keyboard

How To Format Messages in This Discussion Forum

You have the testing repository package installed. You shouldn’t have this package installed and all bets are off; you’re picking up in-progress work that has not completed testing. Please remove and reinstall all piaware-related packages. If you are using the piaware sdcard image, please reimage with the 3.7.1 image.

1 Like

Shouldn’t be going back to the normal repository and reinstalling some components be sufficient?

sudo apt install piaware-repository
sudo apt purge piaware-repository-testing
sudo apt update
sudo apt install piaware=3.7.1 dump1090-fa=3.7.1 dump978-fa=3.7.1 skyview978=3.7.1

That will get you back to version 3.7.1, no guarantees though.
If you want a guarantee, use a fresh image :slight_smile:

If you’re already on the sdcard image, then reimaging is the simplest approach. If you’re not on a sdcard image then I leave it up to you to work out the best way to remove everything 3.7.2 related; I don’t know what’s installed.

While I’d prefer to continue to keep PiAware development open, this sort of problem means that we may have to restrict access to in-progress work.

I’m puzzled how the starter of the thread even got the testing repository package.
It doesn’t seem he got it on purpose.

Yeah, I have no idea.

I’ve globally disabled access to the testing repository URLs for now (which also blocks our own testing) to avoid any other accidental upgrades until I can work out what’s happening. (edit: FWIW, there are exactly 4 feeders currently claiming to be on 3.7.2 … and 3 of them are our test installs)

@waltkev, what is the history of this install and have you made any manual changes?

You’re just confusing people. Please don’t make me have to move future in-progress development work to our internal github.

In particular - we have to tag releases before they are ready for full release so that we can test them correctly. The assumption here is that people are not going to mess around with trying to build it from that tag before the release happens. If we can’t assume that, then the only real way to avoid multiple different versions of a release floating around - which is a maintenance nightmare - is to move all the development and testing off the public internet and only push the final version once it’s entirely done.

(Given that the tag is out there, I realise the assumption is already not a safe one - but it doesn’t really matter so long as whoever pokes at it knows what they’re doing. Posting random “hey here’s how you check out the 3.7.2 tag that probably isn’t going to be the final tag” makes things worse)

1 Like

@obj
I am sorry, I did not realize it can cause confusion. I will delete that post now.

1 Like

I am not a “tester,” nor do I know how to obtain any test code… Every couple of weeks, I simply run my standard commands to upgrade my Raspberry Pi:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo clean
sudo autoremove

and the 3.7.2 package came through… I was not ready for the upgrade. It messed up my Skyview, and @wiedehopf graciously helped me restore my map. I later ran the “built-in” FlightAware device command: “Upgrade and restart dump1090” and the above log entries indicated that 3.7.2 had already been installed. The upgrade to 3.7.2. was not normal as it indicated things about “dump978-fa” which I had never seen before.

I’ve just ran the two commands apt-get update and apt-get upgrade
This brought version 3.7.2 on my Buster driven Raspi B3

grafik

3 Likes

Same here, buster + Pi4

2 Likes