Paul Donald
Paul Donald
Sorry folks, tried with `latest`, `edge`. Edge logs this loop: ``` Waiting for database to become available... Connection with database established. Waiting for redis to become available... Connection with redis...
Unless both `USE_OPENWISP_CELERY_NETWORK` and `USE_OPENWISP_CELERY_FIRMWARE` are set. images are `latest` ``` Connection with redis established. Traceback (most recent call last): File "/opt/openwisp/manage.py", line 9, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.10/site-packages/django/core/management/__init__.py", line 446,...
Enable the `--filter-rr=...`, `--cache-rr=...` and `--dns-rr=...` options. Also added handling of a separate config file included in the `/tmp/dnsmasq[.instance].d` which is a future-proofing to handle new dnsmasq options which the...
Tested on 22.03.5 Can set the review ball rolling with @pprindeville @vgaetera @jow-
if I have e.g. ``` config interface 'lan' option device 'br-lan' option proto 'static' option ip6assign '64' list ip6class 'local' list ip6class 'wan6' list ipaddr '192.168.1.1/24' list dns_search 'jinglebollocks' ```...
Comments welcome. Would appreciate input from @dedeckeh and @PolynomialDivision who seem most familiar with the RA bits. Tested on 23.05.0 ## Example Data Set `preferred_lifetime` to `7m` in GUI (without...
FAO: @jow- @dannil @stokito How to trigger error checks in (custom) widgets? Specifically around load, save, and create times? If I set `.readonly` to false, this immediately triggers the error...
uci.load('wireless') causes a traceback. https://github.com/openwrt/luci/blob/c8cddc35302380882bab910679f717d65f715029/modules/luci-base/htdocs/luci-static/resources/network.js#L360 My VM has no 'wireless' devices or such 'wireless' uci sections. This load is called, but no value is immediately processed in this function definition....
Is the following possible? `form.DynamicList` have the ability to 'edit' an existing entry (as opposed to just 'delete' with the red X), useful for single character modifications Big flexibility improvement.