Paul Donald
Paul Donald
@jow- any other insights here?
Ready for merge....?
Here, sorry about that. ---trim---
Well, it doesn't seem critical, since it works normally after bootup, when the system settles down. Maybe before config is loaded, the internal default settings trigger the crash?
output of `cat /etc/config/https-dns-proxy` ``` config main 'config' option update_dnsmasq_config '*' option force_dns '1' list force_dns_port '53' list force_dns_port '853' config https-dns-proxy option listen_addr '127.0.0.1' option user 'nobody' option group...
``` # ps | grep -i https-dns 5059 nobody 3304 S /usr/sbin/https-dns-proxy -r https://ordns.he.net/dns-query -a 127.0.0.1 -p 5054 -b 74.82.42.42 -4 -u nobody -g nogroup 5060 nobody 3336 S /usr/sbin/https-dns-proxy...
Well, I don't think it's dangerous, although fixing it is necessary. After the system is up and stable, no more of those entries. Maybe something isn't ready during startup. I'll...
Problem remains in 22.03.2 Name | Value -- | -- Model | TP-Link Archer C7 v2 Architecture | Qualcomm Atheros QCA9558 ver 1 rev 0 Target Platform | ath79/generic Firmware...
Here is the build log for the firmware: ---trim---
I'm a bit wary of committing `__attribute__((unused))` to code statically to satisfy one particular compiler. So I think a macro for this purpose would be far better: I have low...