[LEDE-DEV] [PATCH 1/4] bugcheck: Add tools to poll for and report certain bugs.

Ben Greear greearb at candelatech.com
Thu Jul 28 06:21:25 PDT 2016



On 07/27/2016 10:13 PM, John Crispin wrote:
>
>
> On 22/07/2016 01:52, greearb at candelatech.com wrote:
>> From: Ben Greear <greearb at candelatech.com>
>>
>> This first release is all about checking for ath10k firmware
>> crashes.  Could be extended later for other modules/bugs/etc.
>>
>
> the description could be a little more verbose explaining roughly what
> the tool does

Ok.

>
>> Signed-off-by: Ben Greear <greearb at candelatech.com>
>> ---
>>   package/utils/bugcheck/Makefile           |  46 ++++++++++++
>>   package/utils/bugcheck/src/bugcheck.initd |  16 +++++
>>   package/utils/bugcheck/src/bugcheck.sh    | 116 ++++++++++++++++++++++++++++++
>>   package/utils/bugcheck/src/bugchecker.sh  |  29 ++++++++
>
> why not use cron instead of running a wrapper script ?

I want 1-minute (or maybe even less in future) intervals, and evidently this
is difficult to automatically make work with LEDE cron?

Also, I was asked to rename this project to 'ct-bugcheck', which I have done, but have
not yet posted a patch.

And, I was asked to ensure that the tool did not run by default, which this patch
accomplishes by requiring the user to edit an /etc/config/bugcheck fle.

Been spending time trying to get a linksys with QCA9980 hardware to be stable
under load...firmware is crapping itself currently.

Thanks,
Ben



-- 
Ben Greear <greearb at candelatech.com>
Candela Technologies Inc  http://www.candelatech.com



More information about the Lede-dev mailing list