Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Health check issues #16

Open
kx1t opened this issue May 22, 2022 · 1 comment
Open

Health check issues #16

kx1t opened this issue May 22, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@kx1t
Copy link
Member

kx1t commented May 22, 2022

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 kx1t added the bug Something isn't working label May 22, 2022
@kx1t
Copy link
Member Author

kx1t commented May 22, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant