No update to 4.0 possible

Hello,

I have a Pi with the Piaware SD Image, but no update to 4.0 is possible

 Feeder Check-In: vor ein paar Sekunden
Feeder-Typ: PiAware (SD Card) 3.8.1
Feeder Mode: Mode-S (1090 MHz)
Multilateration (MLAT): Supported / Enabled (synchronized with 371 nearby receivers)

ssh into the pi says no update is avaliable:

root@Wosret:~# apt update
OK:1 http://packages.azlux.fr/debian buster InRelease
OK:2 http://flightaware.com/mirror/raspbian/raspbian buster InRelease
OK:3 http://flightaware.com/adsb/piaware/files/packages buster InRelease
OK:4 http://flightaware.com/mirror/raspberrypi/debian buster InRelease
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen.

root@Wosret:~# apt search piaware
Sortierung... Fertig
Volltextsuche... Fertig
dump1090-fa/now 3.8.1 armhf  [Installiert,lokal]
  ADS-B Ground Station System for RTL-SDR

piaware/now 3.8.1 armhf  [Installiert,lokal]
  Open Aviation Data Exchange Protocol for ADS-B FlightFeeders

piaware-release/now 3.8.1 all  [Installiert,lokal]
  Metapackage for PiAware sdcard releases.

piaware-repository/now 3.8.1 all  [Installiert,lokal]
  Installs the PiAware apt repository configuration.

piaware-support/now 3.8.1 all  [Installiert,lokal]
  Support package for PiAware sdcard images.

piaware-web/now 3.8.1 all  [Installiert,lokal]
  PiAware landing webpage

root@Wosret:~# apt list --upgradable
Auflistung... Fertig
log2ram/stable 1.6.0 all [aktualisierbar von: 1.5.2]
N: Es gibt 1 zusätzliche Version. Bitte verwenden Sie die Option »-a«, um sie anzuzeigen.

What does apt-cache policy piaware-release say?

(It looks like you have customized your sdcard image quite a bit, so a “simple” upgrade may not be possible)

apt-cache policy piaware-release
piaware-release:
  Installiert:           3.8.1
  Installationskandidat: 3.8.1
  Versionstabelle:
 *** 3.8.1 100
        100 /var/lib/dpkg/status

Strange, it is just not seeing the updated packages at all. I wonder if there is a transparent proxy causing problems.

Try:

curl -sS http://flightaware.com/adsb/piaware/files/packages/dists/buster/InRelease | grep Date
curl -sS http://flightaware.com/adsb/piaware/files/packages/dists/buster/InRelease | grep Date
Date: Wed, 30 Sep 2020 17:02:52 UTC

on my site, i have no proxy… :frowning:

That all looks fine. I don’t know why it doesn’t see the updated package list. Try the update once more?

If that fails my next suggestion would be to rm /var/lib/apt/lists/flightaware.com.* to force the package list to be re-downloaded, and try again.

much better…

 rm /var/lib/apt/lists/flightaware.com*

without . before * works :slight_smile:

piaware-release/unbekannt 4.0 all [aktualisierbar von: 3.8.1]
piaware-repository/unbekannt 4.0 all [aktualisierbar von: 3.8.1]
piaware-support/unbekannt 4.0 all [aktualisierbar von: 3.8.1]
piaware-web/unbekannt 4.0 all [aktualisierbar von: 3.8.1]
piaware/unbekannt 4.0 armhf [aktualisierbar von: 3.8.1]

thank you for your help!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.