Daniel Golle

Results 273 comments of Daniel Golle

Please squash the *update to ...* commits into a single one, imho in this case there is no useful extra information added in the intermediate version steps.

The error message ``` daemon.err transmission-daemon[16422]: [2022-09-15 19:28:11.861] Couldn't save temporary file "/tmp/transmission/settings.json.tmp.XXXXXX": Permission denied (variant.c:1235) ``` should not prevent transmission from working (and it doesn't for me). It merely...

`procd-ujail` is a OpenWrt-specific way to isolate processes from the rest of the system using standard Linux Kernel interfaces designed for that purpose. In case of transmission it is used...

Intercepting HTTP requests and redirecting them **is** problematic, for two reasons: a) it doesn't always work. some browsers start with HTTPS right out and then you are doomed, the user...

> would this also allow the use of ssl on uhttpd? Yes, you'd need to install `libustream-wolfssl` and `px5g-standalone` to make uhttpd use WolfSSL for HTTPS.

I'm using wpad-mesh-wolfssl with libremesh (with lime-proto-batadv) on quite a lot of 4/32 MB devices (without LuCI). I agree that those should no longer be officially supported to discourage anyone...

> @ilario I compiled the 19.07 branch (SNAPSHOT) Yesterday, and yes! I works with the new wolfssl Version. wolfssl has been fine for a while, it was hostapd which needed...

The absence of OpenWrt firewall had historic (pre-15.05) reasons from what I understood. Now all lime-system and lime-proto-* also ship with rules and scripts which do make use of the...

It'd also be very interesting which version of OpenWrt and which build variant of wpad-mesh you are using. wpad-mesh-wolfssl only works well on OpenWrt 19.07.5 and later (due to a...