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

Login with username, password and session length
 


Author Topic: Recurring error in rbfeeder log  (Read 2502 times)

0 Members and 1 Guest are viewing this topic.

buzz-dee

  • New Member
  • *
  • Posts: 2
Recurring error in rbfeeder log
« on: July 21, 2022, 12:31:23 PM »
Hi guys,

ever since I upgraded rbfeeder to the latest version 1.0.8 I'm getting the following recurring error in my logs:

Code: [Select]
Jul 21 13:43:32 raspberrypi rbfeeder[16155]: failed to rename /dev/shm//rbfeeder_aircraft.json.Roy6Ch to /dev/shm//rbfeeder_aircraft.json: Operation not permitted
It's an repeating error showing up exactly once per minute. The 6 characters after "rbfeeder_aircraft.json.xxxxxx" are varying with each error. I guess it's some kind of temporary data the should be moved elsewhere. I understand that it fails due to a permisson problem but I can't see where to fix it. Also the error itself seems weired to me because of the double // after shm.
rbfeeder itself is running fine uploading data. I tried reverting to version 0.4.3 wich resulted in a no-start condition of rbfeeder. so I re-updated to 1.0.8 with the error in the log coming back obviously.
I'm on a raspberry pi 4 running Linux 10 Buster if that's of any importance.

If anybody could point me in the right direction, it'll be greatly appreciated.

thanks

buzz-dee

buzz-dee

  • New Member
  • *
  • Posts: 2
Re: Recurring error in rbfeeder log
« Reply #1 on: July 22, 2022, 03:44:35 PM »
After uninstalling and reinstalling rbfeeder followed by a reboot, the error messages have disappeared!