reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
181 stars 56 forks source link

[Error] existing rtl_fm instance running, I quit #46

Closed surfrod closed 3 years ago

surfrod commented 3 years ago

Describe the bug Per my previous problems with Meteor files and processing running out of space, I upgraded to a 64gig sd card. Now I see a meteor audio file and am still searching through mail to see what happened creating the image, when I ran across this error "ERROR : There is an existing rtl_fm instance running, I quit"

Any thoughts as to what happened, why this happened and how to get more debugging info out?

reynico commented 3 years ago

Hi! Time ago I introduced a condition inside receive_meteor.sh that kills any rtl_fm process to prefer the meteor passes instead of the NOAA ones.

"ERROR : There is an existing rtl_fm instance running, I quit"

This error belongs just to receive.sh (NOAA reception) that exits the receive.sh script during a current reception (I.e. when satellite footprints are overlapping)

surfrod commented 3 years ago

ok, so it's not an issue, just an obfuscated debug message 👍

Thanks