Daniel Golle

Results 272 comments of Daniel Golle

Please try picking the two commits below into your tree and see if the problem persists: https://git.openwrt.org/?p=openwrt/staging/dangole.git;a=commit;h=ec6271910f56319f796116877e5d0d97dd55a07b https://git.openwrt.org/?p=openwrt/staging/dangole.git;a=commit;h=bcb927f551109ee20800e95420adfc26ba43561f

`uvol` is a storage volume manager abstraction working on top of LVM2 for block devices and UBI for NAND. The filesystem type of created r/w volumes depends on the storage...

In this case just install `uvol` and `autopart` and add this to your boot script: ```shell [ $(uvol free) -gt 0 ] && { uvol create data $(uvol free) rw...

In a way it would be more coherent with OpenWrt to change the values in `/etc/config/transmission` to be 0/1 instead of "true"/"false" and then generate settings.json based on that. But...

@stintel I'm not using PPPoE, got IPoE FTTH with the ISP-provided router operating in bridge-mode and OpenWrt device connected to it receiving a public IPv4 via DHCP. Yet rules added...

Apart from the errors showing in the log, does transmission actually work? Because line by line: > `Sat Jul 23 21:34:29 2022 daemon.err transmission-daemon[23381]: [2022-07-23 14:34:29.647] ERR utils.cc:218 Couldn't read...

> ```js > { > "title": "An adblock update is available", > "description": "A longer description of an event, can be multiple lines and become very long, a potential UI...

> I proposed a generic definition with a fixed set of potential properties (title, descriptions) and actions (dismiss, link, upgrade). Why would there be notification specific LuCI modules needed? Think...

Ok, cool :) Never mind the adblock use-case then. Maybe some more ideas for things to be potentially shown as notifications: * `!` running in initramfs (no actions) * `!`...