Feeding FR24 and Radarbox

Started by cm1702, June 02, 2022, 02:31:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cm1702

dump1090-mutability:
  Installed: 1.14
  Candidate: 1.14
  Version table:
*** 1.14 100
        100 /var/lib/dpkg/status


and

dump1090-mutability.service - LSB: dump1090 daemon (mutability variant)
   Loaded: loaded (/etc/init.d/dump1090-mutability; generated; vendor preset: enabled)
   Active: active (exited) since Sat 2022-06-04 20:04:31 UTC; 33min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 214 ExecStart=/etc/init.d/dump1090-mutability start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/dump1090-mutability.service

Jun 04 20:04:27 raspberrypi systemd[1]: Starting LSB: dump1090 daemon (mutability variant)...
Jun 04 20:04:31 raspberrypi dump1090-mutability[214]: start-stop-daemon: user 'dump1090' not found
Jun 04 20:04:31 raspberrypi systemd[1]: Started LSB: dump1090 daemon (mutability variant).

abcd567

#16

Jun 04 20:04:31 raspberrypi dump1090-mutability[214]: start-stop-daemon: user 'dump1090' not found


OK create user dump1090 and assign it to group plugdev to be able to start dump1090-mutability and attach dongle to it


sudo useradd --system dump1090 

sudo usermod -a -G plugdev dump1090 

sudo reboot   



After REBOOT,  check dump1090 map,  and status of fr24feed and rbfeeder

IP-of-Pi/dump1090/gmap.html

Ctrl+F5

 
sudo systemctl status rbfeeder 

sudo systemctl status fr24feed 

sudo fr24feed-status 


cm1702

it looks like it works!! Thank you so much for you help! :)

abcd567

Quote from: Runway 31 on June 02, 2022, 08:44:47 PM
Unfortunatley I know nothing about Linux, hopefully abcd will come to your aid

Alan

Hi Alan

It is high time that you to buy a RPi and take a plunge into Linux.

Linux looks difficult but once you start, gradually you become comfortable with it.
When I purchased my first RPi 7 years ago, my knowledge of Linux and RPi was ZERO, but gradually I learned it, mostly by trial and errors.

Until you jump into water, you cant learn swimming ;)

Regards,
abcd

Runway 31

Yes have been thinking about it abcd

Alan