Newest Linux Mint - Wilma - can't connect

Hello. I just updated to Linux Mint 22 Wilma on my Dell 64bit machine, but I can’t reconnect with my Nooelec NESDR Mini 2+ Al - 0.5PPM TCXO USB RTL-SDR Receiver (RTL2832 + R820T2) . I have completely forgotten how to get everything up and running. I can’t seem to find the place on the forum. I’m sure it’s there. Could someone direct me to the correct page?

This is how far I get on the instructions on the Flightaware Piaware page: Err:12 https://www.flightaware.com/adsb/piaware/files/packages wilma Release
404 Not Found [IP: 2606:4700:4400::ac40:9437 443]
Reading package lists… Done
N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://repos.azul.com/zulu/deb stable InRelease’ doesn’t support architecture ‘i386’
E: The repository ‘http://flightaware.com/adsb/piaware/files/packages wilma Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
(base) wayne@OPlex-7050:~$

(base) wayne@OPlex-7050:~$ sudo apt install piaware
[sudo] password for wayne:
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Package piaware is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘piaware’ has no installation candidate
(base) wayne@OPlex-7050:~$

Does the software not exist for Wilma? Thank you.

FA only provides packages for arm.

Are you not running 64 bit?

Can you show the output for

uname -m
dpkg --print-architecture

I believe @abcd567 has some piaware packages for x86_64 available, don’t have a link right now.

Alternatively you could use the script install for https://adsb.im/home which uses containers and can also send data to FA.

Thank you for getting right back, wiedehopf.
Here is what I get:

(base) wayne@OPlex-7050:~$ uname -m
dpkg --print-architecture
x86_64
amd64
(base) wayne@OPlex-7050:~$

I was receiving ADS-B signals with this same computer since early April of this year. I’ve blanked out on what I did and can’t seem to retrace my steps.
Sincerely,
WC

Here’s the link to the github page of @abcd567 where you can find install scripts for the architecture you have

1 Like

Thank you, tomvdhorst,
I will get right too it,
Sincerely,
WayCon

And this is what I received:

(base) wayne@OPlex-7050:~$ sudo bash -c “$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump1090-fa.sh)”
–2024-09-20 03:56:59-- https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump1090-fa.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 2606:50c0:8002::154, 2606:50c0:8003::154, 2606:50c0:8000::154, …
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 3786 (3.7K) [text/plain]
Saving to: ‘STDOUT’

  •               100%[===================>]   3.70K  --.-KB/s    in 0s      
    

2024-09-20 03:56:59 (35.0 MB/s) - written to stdout [3786/3786]

[sudo] password for wayne:
Updating
Ign:1 http://packages.linuxmint.com wilma InRelease
Hit:2 https://repos.azul.com/zulu/deb stable InRelease
Hit:3 Index of /ubuntu noble InRelease
Hit:4 http://packages.linuxmint.com wilma Release
Hit:5 Index of /dosemu2/ppa/ubuntu noble InRelease
Hit:6 Index of /ubuntu noble-updates InRelease
Hit:8 Index of /ubuntu noble-backports InRelease
Hit:9 Index of /ubuntu noble-security InRelease
Hit:10 Index of /deb/nordvpn/debian/ stable InRelease
Ign:7 https://www.flightaware.com/adsb/piaware/files/packages wilma InRelease
Err:12 https://www.flightaware.com/adsb/piaware/files/packages wilma Release
404 Not Found [IP: 2606:4700:4400::ac40:9437 443]
Reading package lists… Done
N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://repos.azul.com/zulu/deb stable InRelease’ doesn’t support architecture ‘i386’
E: The repository ‘http://flightaware.com/adsb/piaware/files/packages wilma Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
[ERROR] Error in line 8 when executing: apt update
(base) wayne@OPlex-7050:~$

Any thoughts?
WC

P.S.: On my personal FlightAware page in the Sight Information box the three buttons for PiAware, Flight Aware and MLAT all show red, but when I hover the cursor over red PiAware button I see “PiAware Running PiAware (Debian Package Add-On) 9.0.1 .” I suspect that’s incorrect, but I thought I should report.

No sorry, that can be answered by @abcd567 he’s the maintainer of the repository, it might be that your flavor of OS isn’t supported. The error of the release file not available might indicate that this version isn’t released yet.

You installed something wrong, clean the FA package sources:

sudo apt purge -y piaware-repository &>/dev/null
sudo rm -f /etc/apt/sources.list.d/piaware-*.list
sudo apt update
N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://repos.azul.com/zulu/deb stable InRelease’ doesn’t support architecture ‘i386’

This is some ADS-B unrelated error … your system seems a bit broken, maybe use a fresh, less broken system?

I don’t know what azul . com is … might need to remove that from your package sources.

1 Like

@waynetconti
Please first cleanup your repository sources list as suggested by @wiedehopf
The install script fails during updating, which the script does before attempting to build & install packages. You will keep getting this error even when you try to update manually.

Few days ago, on a fresh install of Linux Mint 22 (Wilma), I ran the installation scripts from my Github site ( linked above by @tomvdhorst ), and all packages were built & installed successfully.

 

 

Click on Sccreenshot to See Larger Size

Thank you. Now, I’m wondering, when I rem out the azul.com line, I still get the error (logically)

The repository ‘http://flightaware.com/adsb/piaware/files/packages wilma Release’ does not have a Release file.

Could there be something wrong with this line, as I have it, that would cause the file to be missed?

Thank you, again,

WayCon

@waynetconti
@wiedehopf

Just now I have modified the scripts so that the scripts wont abort installation on error during update. @waynetconti can try these now. Hope he can install piaware, dump1090-fa, dump978-fa and piaware-web packages now.

Originally

#!/bin/bash
set -e
trap 'echo "[ERROR] Error in line $LINENO when executing: $BASH_COMMAND"' ERR

echo -e "\e[32mUpdating\e[39m"
apt update

 

After modifications I have done few minutes ago

#!/bin/bash

echo -e "\e[32mUpdating\e[39m"
apt update

set -e
trap 'echo "[ERROR] Error in line $LINENO when executing: $BASH_COMMAND"' ERR

 

This is what I get:

(base) wayne@OPlex-7050:~$ echo -e “\e[32mUpdating\e[39m”
Updating
(base) wayne@OPlex-7050:~$ apt update
[sudo] password for wayne:
Ign:1 http://packages.linuxmint.com wilma InRelease
Hit:2 Index of /ubuntu noble InRelease
Hit:4 http://packages.linuxmint.com wilma Release
Hit:5 Index of /ubuntu noble-updates InRelease
Hit:6 Index of /ubuntu noble-backports InRelease
Hit:7 Index of /deb/nordvpn/debian/ stable InRelease
Hit:9 Index of /ubuntu noble-security InRelease
Ign:3 https://www.flightaware.com/adsb/piaware/files/packages wilma InRelease
Err:10 https://www.flightaware.com/adsb/piaware/files/packages wilma Release
404 Not Found [IP: 2606:4700:4400::6812:27c9 443]
Hit:11 Index of /dosemu2/ppa/ubuntu noble InRelease
Reading package lists… Done
N: Ignoring file ‘zulu.listqqq’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
E: The repository ‘http://flightaware.com/adsb/piaware/files/packages wilma Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
(base) wayne@OPlex-7050:~$ set -e
(base) wayne@OPlex-7050:~$ trap ‘echo “[ERROR] Error in line $LINENO when executing: $BASH_COMMAND”’ ERR
(base) wayne@OPlex-7050:~$

I appreciate your efforts

WayCon

your repository points to flightaware, you should remove that and point it to the github site of abcd567.
You are trying to install something from FA and not from the abcd567 repository

Thank you. I’ll fix that.

Now, my current /etc/apt/sources.list.d/flightaware-apt-repository.list reads:

deb [ signed-by=/usr/share/keyrings/flightaware-archive-keyring.gpg ] http://flightaware.com/adsb/piaware/files/packages wilma piaware

How do I rewrite that line to facilitate the download?

Thank you for instructing me, and I hope you will have the time to respond to this request,

WayCon

Remove the Flightaware reposititory with
sudo rm /etc/apt/sources.list.d/ ‘http://flightaware.com/adsb/piaware/files/packages wilma Release’

(1) Please note that the next two commands are very long and may be wrapped by forum into two lines. Copy these in full

(2) Please dont copy $ at start of command. It is put there to indicates start of a new command. Any line NOT starting with $ is actually continuation of the line immediately above it

$ sudo wget -O - https://raw.githubusercontent.com/abcd567a/ppa/main/KEY.gpg | sudo apt-key add -

$ sudo wget -O /etc/apt/sources.list.d/abcd567a.list https://raw.githubusercontent.com/abcd567a/ppa/main/abcd567a.list

After these 2 commands you can start the installation proces again.

When installing official version, dont forget to first delete abcd567’s repository from your Pi’s apt sources list by following command:

sudo rm /etc/apt/sources.list.d/abcd567a.list

sudo apt update

Here’s what I got:

(base) wayne@OPlex-7050:~$ sudo rm /etc/apt/sources.list.d/ ‘http://flightaware.com/adsb/piaware/files/packages wilma Release’
rm: cannot remove ‘/etc/apt/sources.list.d/’: Is a directory
rm: cannot remove ‘‘http://flightaware.com/adsb/piaware/files/packages’: No such file or directory
rm: cannot remove ‘wilma’: No such file or directory
rm: cannot remove ‘Release’’: No such file or directory
(base) wayne@OPlex-7050:~$ sudo wget -O - https://raw.githubusercontent.com/abcd567a/ppa/main/KEY.gpg | sudo apt-key add -

Redirecting output to ‘wget-log’.
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: no valid OpenPGP data found.
(base) wayne@OPlex-7050:~$ sudo wget -O /etc/apt/sources.list.d/abcd567a.list https://raw.githubusercontent.com/abcd567a/ppa/main/abcd567a.list
–2024-09-20 10:19:59-- https://raw.githubusercontent.com/abcd567a/ppa/main/abcd567a.list
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 2606:50c0:8000::154, 2606:50c0:8001::154, 2606:50c0:8002::154, …
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8000::154|:443… connected.
HTTP request sent, awaiting response… 404 Not Found
2024-09-20 10:20:00 ERROR 404: Not Found.

(base) wayne@OPlex-7050:~$

Strange!
I replicated your situation by adding piaware repository to apt sources list of Mint 22 Wilma by following commands:

wget https://www.flightaware.com/adsb/piaware/files/packages/pool/piaware/f/flightaware-apt-repository/flightaware-apt-repository_1.2_all.deb
sudo dpkg -i flightaware-apt-repository_1.2_all.deb
sudo apt updat

 

Next I ran following bash script for installation of dump1090-fa:

sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump1090-fa.sh)"

Although errors were shown during update process, the script did not abort and proceeded to installation steps. Please run the installation script again.
Please see screenshot below.

Click on Screenshot to See Larger Size

 

I’ll get out of the way here, @abcd567 is far more knowledgeable then me in this regard. :blush:

This is what I received:

(base) wayne@OPlex-7050:~$ wget https://www.flightaware.com/adsb/piaware/files/packages/pool/piaware/f/flightaware-apt-repository/flightaware-apt-repository_1.2_all.deb
–2024-09-20 10:24:38-- https://www.flightaware.com/adsb/piaware/files/packages/pool/piaware/f/flightaware-apt-repository/flightaware-apt-repository_1.2_all.deb
Resolving www.flightaware.com (www.flightaware.com)… 2606:4700:4400::ac40:9437, 2606:4700:4400::6812:27c9, 104.18.39.201, …
Connecting to www.flightaware.com (www.flightaware.com)|2606:4700:4400::ac40:9437|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 4996 (4.9K) [application/x-debian-package]
Saving to: ‘flightaware-apt-repository_1.2_all.deb.2’

flightaware-apt-rep 100%[===================>] 4.88K --.-KB/s in 0s

2024-09-20 10:24:38 (11.9 MB/s) - ‘flightaware-apt-repository_1.2_all.deb.2’ saved [4996/4996]

(base) wayne@OPlex-7050:~$ sudo dpkg -i flightaware-apt-repository_1.2_all.deb
(Reading database … 551316 files and directories currently installed.)
Preparing to unpack flightaware-apt-repository_1.2_all.deb …
Unpacking flightaware-apt-repository (1.2) over (1.2) …
Setting up flightaware-apt-repository (1.2) …
flightaware-apt-repository: FlightAware does not provide packages for your distribution/architecture, the generated apt configuration may not work
(base) wayne@OPlex-7050:~$ sudo apt update
Ign:1 http://packages.linuxmint.com wilma InRelease
Hit:2 http://packages.linuxmint.com wilma Release
Hit:4 Index of /ubuntu noble InRelease
Get:5 Index of /ubuntu noble-updates InRelease [126 kB]
Hit:6 Index of /deb/nordvpn/debian/ stable InRelease
Hit:7 Index of /ubuntu noble-backports InRelease
Hit:8 Index of /dosemu2/ppa/ubuntu noble InRelease
Hit:10 Index of /ubuntu noble-security InRelease
Ign:9 https://www.flightaware.com/adsb/piaware/files/packages wilma InRelease
Err:11 https://www.flightaware.com/adsb/piaware/files/packages wilma Release
404 Not Found [IP: 2606:4700:4400::ac40:9437 443]
Reading package lists… Done
N: Ignoring file ‘zulu.listqqq’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
E: The repository ‘http://flightaware.com/adsb/piaware/files/packages wilma Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
(base) wayne@OPlex-7050:~$