I just finished setting up my receiver for FlightAware and then became aware of OpenSky network. So I thought to give a try and send my data here as well.
But I ran some issues with running the feeder client. I installed it on my laptop (amd64) from the repository, configured it and tried to run it. But the service gives error message when I try to run it:
[EMERG] [POS] Latitude is not configured
The strange thing is that if I run the configuration again, it see the values I gave to it just right. I can also verify the config file is written in /var/lib/openskyd/conf.d/10-debconf.conf file. I also can verify with strace that the openskyd-dump1090 daemon is trying to read the file listing in that directory, but it does not open any files there. Thus, it fails to get its config. I wish I had the source codes for the daemon so I could see my self what it is trying to do and why it fails, but I couldn't find it anywhere.
So I am asking here if someone has ran into anything similar?