sdr-enthusiasts/docker-rtlsdrairband

Health check issues

kx1t opened this issue · 1 comments

kx1t commented

I haven’t had time to fix it, but I wanted to document this bug here as it’s been causing the container to restart continuously because of a failed health check.

In your rtl_airband.conf file you can define multiple outputs per device, and then temporarily or permanently enable/disable them by doing one of these 3 things

  1. delete the output from the config file (really permanent)
  2. Set disable=true in the output block
  3. Comment out the output block with # in front of each line

The health check unfortunately doesn’t ignore any output blocks that are disabled with methods 2 or 3.

3 is an easy fix by updating the grep formula here.

2 is harder to fix and would require a more structural way of parsing the config file.

kx1t commented

Work around for now… in the custom rtl_airband.conf, in addition to deploying method 2 or 3, also temporarily add an extra letter in server and port in the inactive output block.

For example sxerver and pxort