breitbandmessung
breitbandmessung copied to clipboard
The config files are not integrated (with Unraid 6.12.6)
Hi :-) Unfortunately it doesn't work as described in the instructions
"...Create a config folder and a config.cfg file...." done with run every 2 hours (not like in the example with 2 minutes (see crontab=0 */2 * * *))
but this config file will not executed // the measurement runs every 2 minutes :-(
Any suggestions for a solution. THX Sebastian
Hi Sebastian, i have created the config.cfg file via container terminal.
If the file (still empty) is present now in Unraid, then the volume is mapped correctly
Then i wrote the data via Unraid. Container restart.
Yes the container restarts every time because run_once=true = The measurement will run one time and the Container will be terminated -> But Unraid will restart the Container if he stop ... and so on The Way is -> set to run_once=false = automatic with cron --> https://github.com/Shnezzin/breitbandmessung/issues/1
timezone=Europe/Berlin
crontab=0 * * * *
run_once=false
run_on_startup=true
/usr/src/app/config #
Grüße ;)
Info:
on my unraid it says permission denied when i try to create the config.cfd. Any help?
Hi Sebastian, i have created the config.cfg file via container terminal.
If the file (still empty) is present now in Unraid, then the volume is mapped correctly
Then i wrote the data via Unraid. Container restart.
Yes the container restarts every time because run_once=true = The measurement will run one time and the Container will be terminated -> But Unraid will restart the Container if he stop ... and so on The Way is -> set to run_once=false = automatic with cron --> https://github.com/Shnezzin/breitbandmessung/issues/1
timezone=Europe/Berlin crontab=0 * * * * run_once=false run_on_startup=true /usr/src/app/config #
Grüße ;)
Info:
This is not related to this repo I assume.