[PATCHv4] mdadm: revised mdadm config & init logic

2020-09-11 Thread Rosen Penev
From: Joseph Tingiris This is a significant revision of /etc/init.d/mdadm. It adds new features, support for new configuration options, safer error handling, (configurable) verbose output, and contains multiple bug fixes. Most notably, mdadm was being started with the --config flag and that pre

SQUASHFS error: xz decompression failed, data probably corrupt

2020-09-11 Thread Andrii Voloshyn
Hi there, Occasionally I see the following error messages when booting: SQUASHFS error: xz decompression failed, data probably corrupt SQUASHFS error: squashfs_read_data failed to read block 0x2dba2 SQUASHFS error: Unable to read fragment cache entry [2dba2] SQUASHFS error: Unable to read page,

[PATCH luci] luci-mod-system: use new "rc" ubus object for init.d scripts

2020-09-11 Thread Rafał Miłecki
From: Rafał Miłecki It's meant to be wide/generic method for handling /etc/init.d/ scripts. Signed-off-by: Rafał Miłecki --- .../resources/view/system/startup.js | 24 +-- .../usr/share/rpcd/acl.d/luci-mod-system.json | 8 +++ 2 files changed, 16 insertions(+), 16

[PATCH rpcd] rc: support init.d scripts with START=0

2020-09-11 Thread Rafał Miłecki
From: Rafał Miłecki Use negative value (instead of 0) to indicate missing START. Signed-off-by: Rafał Miłecki --- rc.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/rc.c b/rc.c index b4787d5..45fdc1a 100644 --- a/rc.c +++ b/rc.c @@ -43,8 +43,8 @@ str

Re: AW: Upcoming 19.07.4 and 18.07.9 stable releases

2020-09-11 Thread Perry
Hello all, I noticed today that the "Using the SDK" wiki page has quite outdated links. Updating to 19.07.4 and 18.06.8 would be good while at the same time removing the EOL 17.x link. https://openwrt.org/docs/guide-developer/using_the_sdk#downloads Greets, Perry On 9/9/20 8:54 PM, Thomas Endt