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

Login with username, password and session length
 


Author Topic: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY  (Read 30890 times)

0 Members and 1 Guest are viewing this topic.

Runway 31

  • Moderator
  • Hero Member
  • *****
  • Posts: 33510
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #15 on: March 27, 2019, 11:25:49 AM »
See this thread it will give you all the info you will need http://www.airnavsystems.com/forum/index.php?topic=10201.msg187831#msg187831

Alan

medlege

  • Jr. Member
  • **
  • Posts: 53
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #16 on: March 27, 2019, 11:32:39 AM »
Hello !

I've already followed all the steps concerning OPTION number 4. Installing over a Pi24 image.
I also followed the guide page on installing multiple feeds.
The problem is that the rbfeeder is not installed after instalation is complete.

That is why I attached all the logs in my post.
I don't know where the problem comes from.

Thanks for your help.

medlege

  • Jr. Member
  • **
  • Posts: 53
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #17 on: March 27, 2019, 11:41:42 AM »
Yes I have already seen this topic before posting on the forum. I am related to OPTION 4.

I don't understand because I have followed the steps one by one but rbfeeder is still impossible to install.

Maybe there is a problem with the linux Pi24 or something linked to linux.

I am still not able to have it installed... I did not know it would be so difficult for RADARBOX24.

Thanks.

wiedehopf

  • Jr. Member
  • **
  • Posts: 66
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #18 on: March 27, 2019, 11:44:24 AM »
The base problem is the very outdated pi24 image.
If you start from Raspbian Stretch you will have less problems.

Anyway let's try this:

Code: [Select]
sudo rm /etc/apt/sources.list.d/rb24.list
sudo apt-get update
ping mirrordirector.raspbian.org
sudo apt-get install -y --force-yes apt-transport-https

and show the output :)

The last problem you had was with your internet.
It couldn't reach the webserver where the packages are present.
(It seems like it had worked before so try again :))
« Last Edit: March 27, 2019, 11:53:44 AM by wiedehopf »

MDA

  • New Member
  • *
  • Posts: 12
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #19 on: March 27, 2019, 11:53:30 AM »
Can't post answer with possible solution (spam blocker).
Try to modify /etc/apt/sources.list
Replace mirrordetector by archive.
save and exit.
Install GPG key
Code: [Select]
wget http://archive.raspbian.org/raspbian.public.key -O - | sudo apt-key add -Install RB feeder

medlege

  • Jr. Member
  • **
  • Posts: 53
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #20 on: March 27, 2019, 11:59:17 AM »
Hi wiedehopf !!

I followed strictly your instructions please can you check the putty log !
What should I do know please ?

best regards.

wiedehopf

  • Jr. Member
  • **
  • Posts: 66
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #21 on: March 27, 2019, 12:02:20 PM »
This time your internet worked :)

Code: [Select]
wget http://archive.raspbian.org/raspbian.public.key -O - | sudo apt-key add -
sudo apt-get upgrade

and then just continue with the rbfeeder installation script.
Should work now.

@MDA
Refreshing the apt key is much more proper than force installing packages, thanks for reminding me what to do in case of an outdated apt key.
« Last Edit: March 27, 2019, 12:04:46 PM by wiedehopf »

medlege

  • Jr. Member
  • **
  • Posts: 53
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #22 on: March 27, 2019, 12:07:12 PM »
Please can you check the log before i put y to continue ?
I see so many thing that will be upgraded should I continue ?

Thanks a lot.

wiedehopf

  • Jr. Member
  • **
  • Posts: 66
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #23 on: March 27, 2019, 12:09:17 PM »
that's fine... everything is upgraded :)

MDA

  • New Member
  • *
  • Posts: 12
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #24 on: March 27, 2019, 12:11:24 PM »
@ wiedehopf You're welcome
@ medlege Confirm, and let it upgrade. You're close to succesful install of RB feeder.

medlege

  • Jr. Member
  • **
  • Posts: 53
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #25 on: March 27, 2019, 12:11:50 PM »
So I put Y for "Do you want to continue" ?

Excuse me for the question I do not master Linux at all !!

Thanks

MDA

  • New Member
  • *
  • Posts: 12
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #26 on: March 27, 2019, 12:15:12 PM »
Exactly, Y [enter]

wiedehopf

  • Jr. Member
  • **
  • Posts: 66
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #27 on: March 27, 2019, 12:32:34 PM »
Sure you want to continue, upgrading is a good thing after all :P

medlege

  • Jr. Member
  • **
  • Posts: 53
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #28 on: March 27, 2019, 12:41:44 PM »
Hi again !

I have upgraded following your instructions and now I'm sending you the putty log !
It took a lot of time to complete is it normal ?

So know what should I do please ?

Thanks a lot !

wiedehopf

  • Jr. Member
  • **
  • Posts: 66
Re: I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY
« Reply #29 on: March 27, 2019, 12:45:17 PM »
Just go on :)

Should be easy following the rest of the guide now.