[LEDE-DEV] Maintaining LuCI

2016-05-12 Thread i4freegr Community
ACK LUCI seems in a state where its quite time consuming to use ( i.e. in CC ) and broken in many ways. We choose to use it anyway because we could not find any other viable webif. Are there any plans to revive LUCI or any other successor in the near future or is anyone out there to give LUCI s

Re: [LEDE-DEV] Maintaining LuCI

2016-05-12 Thread Oliver Kraitschy
On Thu, May 12, 2016 at 12:27:42PM +0300, i4freegr Community wrote: > Are there any plans to revive LUCI or any other successor in the near future > or is anyone out there to give LUCI some love ? AFAIK, one successor is https://github.com/jow-/luci-ng. Greetings, Oliver __

Re: [LEDE-DEV] [OpenWrt-Devel] Failed to execute /usr/libexec/login.sh

2016-05-12 Thread Alexey Brodkin
Hi Alvaro, Daniel, On Thu, 2016-05-12 at 08:36 +0200, Álvaro Fernández Rojas wrote: Hello Daniel, It looks like Luka has already fixed this: https://dev.openwrt.org/changeset/49376 Indeed mentioned commit fixes previously observed problem. Thanks for the pointer. -Alexey __

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

2016-05-12 Thread Dan Bugnar
From: Dan Bugnar Change the log buffer size and copy the messages. Signed-off-by: Dan Bugnar --- log/syslog.c | 37 +++-- log/syslog.h | 2 +- 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/log/syslog.c b/log/syslog.c index e8b6774..d6cb868 10

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

2016-05-12 Thread Dan Bugnar
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 --- CMakeLists.txt | 2 +- log/logd.c | 60 +

[LEDE-DEV] [PATCH] add libuci as a depends for logd

2016-05-12 Thread Dan Bugnar
We need libuci in case we add the reload method. --- package/system/ubox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index f9f1ac1..d20634a 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ub

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

2016-05-12 Thread Karl Palsson
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. Why do you need this exactly? It's already being parsed from the config file by the ini

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

2016-05-12 Thread Alexandru Ardelean
On Thu, May 12, 2016 at 5:30 PM, Karl Palsson wrote: > > > 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. > > > Why do you need

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

2016-05-12 Thread Karl Palsson
Alexandru Ardelean wrote: > On Thu, May 12, 2016 at 5:30 PM, Karl Palsson > wrote: > > > > > 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 opt

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

2016-05-12 Thread Alexandru Ardelean
On Thu, May 12, 2016 at 5:49 PM, Karl Palsson wrote: > > Alexandru Ardelean wrote: >> On Thu, May 12, 2016 at 5:30 PM, Karl Palsson >> wrote: >> >> > >> > Dan Bugnar wrote: >> > > From: Dan Bugnar >> > > >> > > Add logd link to uci library, to read the system config file >> > > and get the buf

[LEDE-DEV] GitHub/staging

2016-05-12 Thread D . Andrei Măceș
Quick question about the obsolete status of github.com/lede-project/staging; now that GitHub pull requests are gone, git-request-pull should be directed to lede/*/staging.git repositories? Thanks, Andrei ___ Lede-dev mailing list Lede-dev@lists.infradea

Re: [LEDE-DEV] GitHub/staging

2016-05-12 Thread Kevin Darbyshire-Bryant
On 12/05/16 17:26, D.Andrei Măceș wrote: > Quick question about the obsolete status of github.com/lede-project/staging; > now that GitHub pull requests are gone, git-request-pull should be directed > to lede/*/staging.git repositories? > > Thanks, > Andrei Point them here https://github.com/lede-

Re: [LEDE-DEV] LEDE mirror from RCS&RDS Romania

2016-05-12 Thread Daniel Petre
On 05/11/2016 02:17 AM, Daniel Petre wrote: On 05/06/2016 12:41 PM, Daniel Petre wrote: Hello, so per jow's last night's info i have rsynced the downloads part from LEDE to the RCS&RDS ( www.rcs-rds.ro ) mirroring server: http://mirrors.linux.ro/lede/ Two more questions please: 1. How often c

[LEDE-DEV] test Q&A site for LEDE/OWRT hackers/users

2016-05-12 Thread i4freegr Community
i would like to invite all to test Q&A site for LEDE/OWRT hackers i have just installed at http://trizonelabs.com/qa/index.php?qa=questions we want to find out if thats any good to communicate between targeting non dev users/hackers please let us know your opinion ; ask or answer some question

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

2016-05-12 Thread Karl Palsson
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 can understand it synthetically, like, "If I want to resize the log dynamically, I need to be able to reload t

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

2016-05-12 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 can understand it synthetically, like, "If I w