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

Login with username, password and session length
 


Author Topic: Unable to setup RASPBERRY PI RADARBOX FEEDER  (Read 5968 times)

0 Members and 1 Guest are viewing this topic.

AkshayCS

  • New Member
  • *
  • Posts: 1
Unable to setup RASPBERRY PI RADARBOX FEEDER
« on: October 09, 2017, 05:29:00 PM »
Hello,

I've been trying to feed data from my pi by following this guide: https://www.radarbox24.com/raspberry-pi/guide, and I'm keep getting this error:

Code: [Select]
.........
Hit:11 http://ports.ubuntu.com xenial-security InRelease                       
Hit:12 http://ppa.launchpad.net/ubuntu-mate-dev/xenial-mate/ubuntu xenial InRelease
Get:10 http://apt.rb24.com jessie Release [1,437 B]                           
Hit:13 http://ports.ubuntu.com xenial-backports InRelease                     
Hit:14 http://ppa.launchpad.net/ubuntu-pi-flavour-makers/ppa/ubuntu xenial InRelease
Get:15 http://apt.rb24.com jessie Release.gpg [490 B]                   
Fetched 1,927 B in 6s (284 B/s)                                               
Reading package lists... Done
W: http://apt.rb24.com/dists/jessie/Release.gpg: Signature by key A7E7D5E3786CA2212A3A5F4769D62C99357DF51A uses weak digest algorithm (SHA1)
E: Failed to fetch http://apt.rb24.com/dists/jessie/Release  No Hash entry in Release file /var/lib/apt/lists/partial/apt.rb24.com_dists_jessie_Release which is considered strong enough for security purposes
E: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package rbfeeder
Failed to stop rbfeeder.service: Unit rbfeeder.service not loaded.
Failed to start rbfeeder.service: Unit rbfeeder.service not found.

Installation finished

and I don't see the rbfeeder program installed.

Any help would be much appreciated. Thanks.

Regards,
Akshay.


EDIT: I'm on Ubuntu Mate.
I'm seeing a similar article here:
http://www.airnavsystems.com/forum/index.php?topic=10551.0
Can anyone confirm that the issue mentioned in the above topic applies to Ubuntu Mate as well?

Thanks.
« Last Edit: October 09, 2017, 05:33:01 PM by AkshayCS »

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Unable to setup RASPBERRY PI RADARBOX FEEDER
« Reply #1 on: October 10, 2017, 03:12:10 AM »

I have Ubuntu Xenial installed on OrangePiPC, and faced same problem as you have. I solved it by following workaround:

WORKAROUND
I already have RBFeeder installed on my other Pi (Raspberry Pi) running Raspbian Jessie.

I copied RBFeeder's  .deb file from Raspbian Jessie/Raspberry Pi, and using it, installed RBFeeder on Ubuntu Xenial/OrangePiPC successfully:

NOTE: In code below, the IP 192.168.0.21 is local IP of my Raspberry Pi/Raspbian Jessie. Replace it by local IP of your Pi running Raspbian Jessie (or Raspbian  Stretch) on which Radarbox24 feeder has been installed already..

Code: [Select]
#First find the location and full name of rbfeeder installation package in RPi/Raspbian Jessie
pi@raspberrypi:~$ sudo find / -name rbfeeder_*
/var/cache/apt/archives/rbfeeder_0.2.3-20170527202345_armhf.deb

#Now copy this file to OrangePiPC/Ubuntu Xenial
pi@orangepipc:~$ scp [email protected]:/var/cache/apt/archives/rbfeeder_0.2.3-20170527202345_armhf.deb  ~/
[email protected]'s password:
#Entered Ras Pi's password and pressed Enter key

rbfeeder_0.2.3-20170527202345_armhf.deb       100%   72KB  71.7KB/s   00:00

pi@orangepipc:~$ sudo dpkg -i  rbfeeder_0.2.3-20170527202345_armhf.deb