Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Bastian Bittorf
* Conor O'Gorman [13.05.2016 11:52]: > On 13/05/16 07:23, Alexandru Ardelean wrote: > >Short version is: we have a configuration management system on top of > >OpenWrt ; system boots with default settings (on every boot), and > >config management applies config changes

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Hannu Nyman
On 13.5.2016 9:23, Alexandru Ardelean wrote: Coming back to the patches. Is it a problem with: 1) The UCI C changes ? 2) The dynamic log resize ? 3) The whole thing ? Depending on what the problem is, we can adapt the patchset. Or simply drop the whole thing if it's deemed un-needed by the

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Conor O'Gorman
On 13/05/16 08:33, Hannu Nyman wrote: On 13.5.2016 9:23, Alexandru Ardelean wrote: Coming back to the patches. Is it a problem with: 1) The UCI C changes ? 2) The dynamic log resize ? 3) The whole thing ? Depending on what the problem is, we can adapt the patchset. Or simply drop the whole

[LEDE-DEV] [PATCH] ..ar71xx/image/Makefile: Remove tplink-safeloader def (moved to include/image.mk)

2016-05-13 Thread Ash Benz
Atten: lynxis Signed-off-by: Ash Benz --- target/linux/ar71xx/image/Makefile | 12 1 file changed, 12 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 3bf005f..a5b1a86 100644 ---

Re: [LEDE-DEV] [PATCH] ..ar71xx/image/Makefile: Remove tplink-safeloader def (moved to include/image.mk)

2016-05-13 Thread Rafał Miłecki
Please use a proper prefix for your patch. You can find it e.g. by checking git log target/linux/ar71xx/image/Makefile I guess it'll be something like: ar71xx: image: foo On 13 May 2016 at 09:34, Ash Benz wrote: > Atten: lynxis > > Signed-off-by: Ash Benz We

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Conor O'Gorman
On 13/05/16 07:23, Alexandru Ardelean wrote: Short version is: we have a configuration management system on top of OpenWrt ; system boots with default settings (on every boot), and config management applies config changes (whether it's right after boot, or during system's normal operation).

[LEDE-DEV] server resources

2016-05-13 Thread txt.file
Hey folks At the battlemesh it was asked if somebody can provide server resources. I have one physical server which currently does only minor tasks. Details: * Intel Atom N2800 (3 cores unused) * 2GB RAM (~1GB unused) * up to 300 GB HDD * officially 100MBit/s * it runs currently a Tor node

[LEDE-DEV] [PATCH] ar71xx: image: Remove tplink-safeloader def

2016-05-13 Thread Ash Benz
Resubmitting with clearer description: This is an extra patch for the Archer C2600 v2 series that I submitted on May 9th. That series adds tplink-safeloader definition to include/image.mk, and so this patch removes it from target/linux/ar71xx/image/Makefile. Signed-off-by: Ash Benz

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Alexandru Ardelean
On Fri, May 13, 2016 at 12:14 AM, Karl Palsson wrote: > > Alexandru Ardelean wrote: >> >> Changing the log size dynamically at runtime is a use case that >> we have. > > I'm sorry, but can you talk to me like I'm 5? What is this use > case? I mean, I

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread David Lang
On Fri, 13 May 2016, Alexandru Ardelean wrote: On Fri, May 13, 2016 at 8:55 PM, David Lang wrote: On Fri, 13 May 2016, Helmut Schaa wrote: I was thinking of a different use-case: Increasing the buffer size on the fly comes in handy during a debug session where you'd like to

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread David Lang
On Fri, 13 May 2016, Helmut Schaa wrote: On Fri, May 13, 2016 at 12:03 PM, Bastian Bittorf wrote: * Conor O'Gorman [13.05.2016 11:52]: On 13/05/16 07:23, Alexandru Ardelean wrote: Short version is: we have a configuration management system on

Re: [LEDE-DEV] [PATCH] ar71xx: image: Remove tplink-safeloader def

2016-05-13 Thread Alexander Couzens
On Fri, 13 May 2016 20:12:45 +0800 Ash Benz wrote: > Resubmitting with clearer description: > This is an extra patch for the Archer C2600 v2 series that I > submitted on May 9th. > > That series adds tplink-safeloader definition to include/image.mk, > and so this patch removes

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Felix Fietkau
On 2016-05-12 14:09, Dan Bugnar wrote: > From: Dan Bugnar > > Add logd link to uci library, to read the system config file and get the > buffer size. > Remove the -S option support and use just the option from the config file. > > Signed-off-by: Dan Bugnar

[LEDE-DEV] [PATCH 1/1] [brcm63xx] Add support for the NetGear EVG2000

2016-05-13 Thread Graham Fairweather
From: Graham Fairweather This patch adds support for the Netgear EVG2000 VoIP Gateway to the bcm63xx targets. Ran 'make target/linux/refresh V=s' after update to kernel 4.4.10 from 4.4.8 where the initial patch was added. This device was not sold to the general public, but

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Alexandru Ardelean
On Fri, May 13, 2016 at 8:55 PM, David Lang wrote: > On Fri, 13 May 2016, Helmut Schaa wrote: > >> On Fri, May 13, 2016 at 12:03 PM, Bastian Bittorf >> wrote: >>> >>> * Conor O'Gorman [13.05.2016 11:52]: On 13/05/16 07:23,

Re: [LEDE-DEV] [PATCH 1/2] [ubox] syslog: use realloc to change log buffer size

2016-05-13 Thread Alexandru Ardelean
On Thu, May 12, 2016 at 3:09 PM, Dan Bugnar wrote: > From: Dan Bugnar > > Change the log buffer size and copy the messages. > > Signed-off-by: Dan Bugnar > --- > log/syslog.c | 37 +++-- > log/syslog.h