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

Login with username, password and session length
 


Author Topic: New upgrade message  (Read 2618 times)

0 Members and 1 Guest are viewing this topic.

glen4cindy2

  • New Member
  • *
  • Posts: 17
New upgrade message
« on: September 25, 2021, 03:13:32 PM »
I keep getting a message saying there is an upgrade available when I log into the web interface but when I ssh into my pi and run the commands I get the following message:

rbfeeder is already the newest version (0.2.21-20191004004313)

I've restarted my pi and tried running these commands again.

What can I do next to resolve this?

Thanks in advance.

Runway 31

  • Moderator
  • Hero Member
  • *****
  • Posts: 33499
Re: New upgrade message
« Reply #1 on: September 25, 2021, 05:09:48 PM »
What Linux version are you using, its possible you are on an old version and are needing to upgrade that first

Alan

glen4cindy2

  • New Member
  • *
  • Posts: 17
Re: New upgrade message
« Reply #2 on: October 03, 2021, 10:19:59 PM »
I've been trying to answer this question but have been running into problems.

Running uname -a shows this result:

Linux PiAware24 4.19.66-v7+ #1253 SMP

I have Raspbian Stretch 9.13 as the primary OS.

Hope this helps.

Runway 31

  • Moderator
  • Hero Member
  • *****
  • Posts: 33499
Re: New upgrade message
« Reply #3 on: October 04, 2021, 07:46:42 AM »
Did you use the following commands for the update

Sudo apt-get update
Sudo apt-get install rbfeeder
Sudo systemctl restart rbfeeder

Also note that the installer will likely ask if you want to replace the rbfeeder ini. file, you should not replace it keep the original ini. file by typing N when the question is asked

I also note you are using Piaware so have a look at reply 77 of this thread https://forum.radarbox24.com/index.php?topic=10201.75

If all else fails I suggest you contact [email protected] for advice

Alan

calisto42

  • New Member
  • *
  • Posts: 3
Re: New upgrade message
« Reply #4 on: October 04, 2021, 12:24:00 PM »
I had a similar problem recently. When analyzing I found out that I obviously had installed rbfeeder while still running stretch and then later updated my raspi to buster and forgot to adjust repositories. So in /etc/apt/sources.list.d/rb24.list it still said stretch and this repository seemed not to be updated. After pointing this to buster and updating it found the new version.

Runway 31

  • Moderator
  • Hero Member
  • *****
  • Posts: 33499
Re: New upgrade message
« Reply #5 on: October 04, 2021, 12:59:46 PM »
Yes Glen, Stretch is an older version so an upgrade to Buster should be done and the update the feeders

Alan

abcd567

  • Hero Member
  • *****
  • Posts: 841
  • CYYZ - Toronto
Re: New upgrade message
« Reply #6 on: October 04, 2021, 05:39:51 PM »
Upgrading an existing old OS to latest by command line (sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade) does the job, but is never trouble-free, both initially and later during use.

The cleanest solution to upgrade to the latest OS is to re-image microSD card with latest OS, and then install the feeders. This way one gets everything latest.

In order not to destroy your existing installation by re-imaging, I strongly recommend to preserve your existing microSD card as is, and do the re-imaging on a SPARE microSD Card. This way if you get stuck with reimaging, you can always slip-out the spare microSD card from RPi, slip in old one, and power up, and your system is back to normal.

Please see this guide:

Re-imaging Made Easy



.

« Last Edit: October 04, 2021, 05:51:53 PM by abcd567 »

calisto42

  • New Member
  • *
  • Posts: 3
Re: New upgrade message
« Reply #7 on: October 04, 2021, 10:58:38 PM »
Yes Glen, Stretch is an older version so an upgrade to Buster should be done and the update the feeders

Alan

Maybe some prominent info in the forum, that versions older then buster aren't updated anymore, would be helpful.

glen4cindy2

  • New Member
  • *
  • Posts: 17
Re: New upgrade message
« Reply #8 on: November 15, 2021, 12:50:03 AM »
Thanks to everyone who replied.

I finally got around to using the "Reimaging made easy" guide and have a fully upgraded system all up and running.

Thanks again.