[LEDE-DEV] [PATCH ubox] Fix logger starvation and Add feature log priority filtering

2017-07-04 Thread Ron Brash
hours (or after a large number of logs were sent to it) The inline patch is following the signature. Ron Brash CTO & Co-founder of Atlants Embedded Inc. www.atlantsembedded.com -- Cell +1 438 880 6441 Email ron.br...@gmai

[LEDE-DEV] [PATCH ubox] Fix logread starvation

2017-07-05 Thread Ron Brash
alive. Restarting the log service would force a hard fix, but here is the fix we implemented, which worked. Ron -- Ron Brash CTO & Co-founder of Atlants Embedded Inc. www.atlantsembedded.com -- Cell +1 438 880 6441 Email ro

[LEDE-DEV] [PATCH ubox] Add logd priority filtering option

2017-07-05 Thread Ron Brash
code to present logs to a user, but they want to minimise the logging "below" and opted to use the unused field connloglevel. Ron -- Ron Brash CTO & Co-founder of Atlants Embedded Inc. www.atlantsembedded.com -- Cell +

[LEDE-DEV] [PATCH][ubox] Add log priority filtering to daemon

2017-07-11 Thread Ron Brash
After wanting to filter logs at the logger level, instead of post log-write, we added a feature such that we can filter within the logd daemon itself. Signed-off-by: “Ron Brash <“ron.br...@gmail.com”> --- log/logd.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-)

[LEDE-DEV] [PATCH][ubox] Fixes log read starvation issue after threshold reached

2017-07-11 Thread Ron Brash
silently lost Signed-off-by: “Ron Brash <“ron.br...@gmail.com”> --- log/logread.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/log/logread.c b/log/logread.c index edac1d9..7eb028e 100644 --- a/log/logread.c +++ b/log/logread.c @@ -230,8 +

[LEDE-DEV] Active connections seems to be not self-cleaning

2017-07-24 Thread Ron Brash
Hello all, I am running a trunk build on my router station pro (has the SR71-12 wireless card installed), but I am noticing the active connections tracker on the home page is 100%. The max value seems to be set to 16384. The device seems to never release tracked connections and there are not 16k

[LEDE-DEV] [dev][buildroot] Bypassing host tools to improve build times

2017-09-26 Thread Ron Brash
d the host tools or not. If it works (by magic), total compilation time goes from ~37 minutes to ~17 :) Thanks and I am sure this is of interest to others Ron -- Ron Brash CTO & Co-founder of Atlants Embedded Inc. www.atlan