AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: glen4cindy2 on September 25, 2021, 03:13:32 PM

Title: New upgrade message
Post by: glen4cindy2 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.
Title: Re: New upgrade message
Post by: Runway 31 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
Title: Re: New upgrade message
Post by: glen4cindy2 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.
Title: Re: New upgrade message
Post by: Runway 31 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
Title: Re: New upgrade message
Post by: calisto42 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.
Title: Re: New upgrade message
Post by: Runway 31 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
Title: Re: New upgrade message
Post by: abcd567 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 (https://discussions.flightaware.com/t/re-imaging-made-easy/72347)



.

Title: Re: New upgrade message
Post by: calisto42 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.
Title: Re: New upgrade message
Post by: glen4cindy2 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.