anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Installer script doesn't seem to like Ubuntu 22.04 LTS?  (Read 1580 times)

0 Members and 1 Guest are viewing this topic.

zaite240

  • New Member
  • *
  • Posts: 3
Installer script doesn't seem to like Ubuntu 22.04 LTS?
« on: February 19, 2024, 08:58:24 AM »
Hello,

Firstly this CleanTalk rubbish is blocking my post. "CleanTalk: *** Forbidden. Message seems to be spam. ***"  What the heck is that?

Anyway,

I'm trying to run the install script on Ubuntu 22.04 LTS, it doesn't seem to like the distro. Any suggestions would be appreciated. Thanks!

Here is the jist of it:

Code: [Select]
$ sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)"
...
Don't know how to install for a distribution named

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: Installer script doesn't seem to like Ubuntu 22.04 LTS?
« Reply #1 on: February 19, 2024, 10:05:00 AM »
What is your Computer's architecture? Please post output of following command. It will show architecture of your machine & OS.

Code: [Select]

uname -m   



zaite240

  • New Member
  • *
  • Posts: 3
Re: Installer script doesn't seem to like Ubuntu 22.04 LTS?
« Reply #2 on: February 19, 2024, 10:15:22 AM »
It's AMD64 (x86_64)

Proxmox instance that runs a load of other stuff, FR24, ADSBx, FlightAware, etc. I thought it would be nice to add RadarBox as well

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: Installer script doesn't seem to like Ubuntu 22.04 LTS?
« Reply #3 on: February 19, 2024, 11:10:35 AM »
It's AMD64 (x86_64)

Proxmox instance that runs a load of other stuff, FR24, ADSBx, FlightAware, etc. I thought it would be nice to add RadarBox as well

The Radarbox24 repository does NOT have their feeder for amd64/x86_64. They only provide their feeder for arm machines (32-bit armhf  and 64-bit arm64/aarch64).

FR24 does provide their feeders for amd64/x86_64.

Flightaware provide their feeder for 32-bit armhf and 64-bit arm64/aarch64. However user can build package for amd64/x86_64 using their source code which is available at Github.

The Radarbox24 feeder software is closed source and is not available, so there is no chance for user to build amd64/x86_64 package himself

The only way I know to install rbfeeder on amd64/x86_64 machines with Debian based OS is to use Docker. Since Ubuntu is also a Debian based OS, this should work for it:

https://github.com/sdr-enthusiasts/docker-radarbox

.
Quote

Note that this script will work across a number of Debian-based Linux Operating Systems, but the SDR-Enthusiast container only work on these hardware architectures: armhf (32-bit ARM CPUs with hardware floating point processor), arm64 (64-bit ARM CPUs with hardware floating point processor), and amd64 (64-bit Intel CPUs).

« Last Edit: February 19, 2024, 11:21:16 AM by abcd567 »

zaite240

  • New Member
  • *
  • Posts: 3
Re: Installer script doesn't seem to like Ubuntu 22.04 LTS?
« Reply #4 on: February 19, 2024, 11:14:27 AM »
I can run it in a docker container but to be honest, I can't be bothered. Guess I won't be running Radarbox24. How amd64 isn't supported blows my mind but oh well.
« Last Edit: February 19, 2024, 11:17:14 AM by zaite240 »