Re: CandelaTech downloads broken for 18.06.8 QCA4019 ath10k-firmware?

2020-11-11 Thread Daniel Bailey
path? Best, Daniel On Tue, Nov 10, 2020 at 10:19 PM Daniel Bailey wrote: > > My 18.06.8 based build was working from scratch 8 days ago, but today > it is not because it appears that > https://www.candelatech.com/downloads/ath10k-4019-10-4/firmware-5-ct-full-community-11.bin-lede

CandelaTech downloads broken for 18.06.8 QCA4019 ath10k-firmware?

2020-11-10 Thread Daniel Bailey
My 18.06.8 based build was working from scratch 8 days ago, but today it is not because it appears that https://www.candelatech.com/downloads/ath10k-4019-10-4/firmware-5-ct-full-community-11.bin-lede.001 is no longer viable. The file downloaded is all zeroes. Building from another machine where I a

[PATCH v2 2/2] procd: allow optional watchdog instance parameter

2020-07-13 Thread Daniel Bailey
how often, in seconds, the watchdog must be poked. Signed-off-by: Daniel Bailey --- package/system/procd/files/procd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index dd6dc1c58d..d86b7219da

[PATCH v2 1/2] procd: add service instance watchdog

2020-07-13 Thread Daniel Bailey
or passive. Disabled: cancels watchdog timer set for a given instance. Passive: sets a instance timer which must be serviced or the instance will be stopped/restarted (dependent upon the instance respawn value) when the timer expires. Signed-off-by: Daniel Bailey --- service/insta

[OpenWrt-Devel] Inquiry on process of getting patches accepted

2020-06-04 Thread Daniel Bailey
ked as new. But some are there from July, 2018 and are marked as new. Please advise me whether there are further steps I should take. Best, Daniel -- Daniel Bailey Senior Firmware Engineer MeshPlusPlus, Inc. m: (503) 347-3664 a: 935 W. Chestnut St. Ste. 505, Chicago IL 60642 w: www.meshplusp

[OpenWrt-Devel] [PATCH] sysupgrade: kill services before upgraded/stage2

2020-06-04 Thread Daniel Bailey
Sometimes stage2 is unable to kill all processes which results in a failed upgrade. Rather than fully relying on stage2, let procd gracefully terminate the services in the services AVL tree before handing control to upgraded. Signed-off-by: Daniel Bailey --- service/service.c | 22

Re: [OpenWrt-Devel] [PATCH] base-files: add list-enabled/disabled to service function in /etc/profile

2020-06-04 Thread Daniel Bailey
Somebody who is better with jsonfilter than me might be able to clean this up, but it does the trick: #!/bin/sh . /usr/share/libubox/jshn.sh json_load "$(ubus call service list)" json_get_keys SERVICES for SERVICE in $SERVICES; do echo "$SERVICE: `ubus call service list | jsonfilter -e "@.$

[OpenWrt-Devel] [PATCH 2/2] procd: allow optional watchdog instance parameter

2020-05-29 Thread Daniel Bailey
From: Daniel Bailey Date: Thu, 28 May 2020 20:39:35 -0700 Subject: [PATCH] procd: allow optional watchdog instance parameter Optional instance watchdog timeout and watchdog mode be set by adding procd_set_param $mode $timeout $mode is an integer [0-2] representing instance watchdog mode of

[OpenWrt-Devel] [PATCH 1/2] procd: add service instance watchdog

2020-05-29 Thread Daniel Bailey
From: Daniel Bailey Date: Fri, 29 May 2020 17:37:25 -0700 Subject: [PATCH] procd: add service instance watchdog Added instance watchdog which will eventually either terminate or respawn an instance depending on the instance respawn setting. Added service ubus method 'watchdog' whic

[OpenWrt-Devel] lede-17.01 patch - bump OpenSSL to 1.0.2r

2019-04-19 Thread Daniel Bailey
>From 1b42fd11f1e6dfbc12fb0d3a973bd439c0c495bd Mon Sep 17 00:00:00 2001 From: Daniel Bailey Date: Thu, 18 Apr 2019 12:36:38 -0700 Subject: [PATCH] openssl: bump to 1.0.2r This fixes the following security problems: * CVE-2019-1559: 0-byte record padding oracle Signed-off-by: Daniel Bai