Re: [LEDE-DEV] [PATCH packages] rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)

2017-11-07 Thread Luka Perkov
uot;name": "foo" }' > { >"name": "foo", >"state": "RUNNING", >"pid": 2946, >"ips": [ >"192.168.0.124" >] > } > > Signed-off-

Re: [LEDE-DEV] [PATCH] mbedtls: add static files in staging_dir

2017-01-16 Thread Luka Perkov
Hi Jo, On Mon, Jan 16, 2017 at 01:02:26PM +0100, Jo-Philipp Wich wrote: > no objection but you could you provide some brief explanation on why > this is needed? This is needed only if one wishes to statically link with mbedtls even though that at the moment no package is using this. Luka __

[LEDE-DEV] first commits in lede tree

2017-01-15 Thread Luka Perkov
Hi all, few moments ago I've sent out earlier two patches that I'd like to push to lede tree. These are queued in my staging tree and it seems there is still some polishing needed with regards to gitweb which I'll do with the system admins. Anyhow, Felix pointed out that it would be good to send

[LEDE-DEV] [PATCH] ubox: turn logd into a separate package

2017-01-15 Thread Luka Perkov
From: Andrej Vlasic Currently system log is always included as a part of ubox. Add logd as a seperate package and add it to default packages list. Signed-off-by: Andrej Vlasic Signed-off-by: Luka Perkov --- include/target.mk| 2 +- package/system/ubox/Makefile | 16

[LEDE-DEV] [PATCH] mbedtls: add static files in staging_dir

2017-01-15 Thread Luka Perkov
From: Domagoj Pintaric Signed-off-by: Domagoj Pintaric Signed-off-by: Luka Perkov --- package/libs/mbedtls/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libs/mbedtls/Makefile b/package/libs/mbedtls/Makefile index 990aabe066..12b97da243 100644 --- a/package/libs/mbedtls

Re: [LEDE-DEV] [OpenWrt] rpcd-mod-nosql - prpl funding proposal

2016-11-11 Thread Luka Perkov
On Thu, Nov 10, 2016 at 11:34:48AM +0100, Luka Perkov wrote: > can you define the session namespace and how this existing feature can > be used? The team has looked in into it and the session object from rpcd providing get and set support looks like a good start, but I don't see it ful

Re: [LEDE-DEV] rpcd-mod-nosql - prpl funding proposal

2016-11-10 Thread Luka Perkov
Hi Jo, can you define the session namespace and how this existing feature can be used? Thanks, Luka On Thu, Nov 10, 2016 at 9:37 AM, Jo-Philipp Wich wrote: > Hi Luka, > > in rpcd there already is the ability to store arbitrarily nested > key-value data in the session namespace which is even per

[LEDE-DEV] rpcd-mod-nosql - prpl funding proposal

2016-11-09 Thread Luka Perkov
Hi all! Over and over again we are running into a situation where we need to store or cache for a period of time some arbitrary (runtime) data. Instead of working around these situations by using /tmp/ directory as a placeholder we propose a tiny "nosql" ubus based mechanism implemented as a rpcd

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH packages] pptpd: run service in foreground for procd compatibility

2016-09-27 Thread Luka Perkov
Hi Rafał, On Wed, Sep 28, 2016 at 12:56:27AM +0200, Rafał Miłecki wrote: > On 28 September 2016 at 00:37, Luka Perkov wrote: > > On Mon, Sep 26, 2016 at 07:59:30AM +0200, Rafał Miłecki wrote: > >> From: Rafał Miłecki > >> > >> To have service working nicel

Re: [LEDE-DEV] [PATCH packages] pptpd: run service in foreground for procd compatibility

2016-09-27 Thread Luka Perkov
Hi Rafał, On Mon, Sep 26, 2016 at 07:59:30AM +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > To have service working nicely with procd it should be running in the > foreground. Otherwise it's not possible to e.g. stop it with the init.d > script. Luckily for us pptpd has a simple switch th

Re: [LEDE-DEV] [OpenWrt] TR-069 for OpenWrt

2016-05-28 Thread Luka Perkov
Hi Delbar, On Thu, May 26, 2016 at 11:43:28PM +, Delbar Jos wrote: > At Technicolor we have followed with great interest the recent proposals to > enhance OpenWrt with an open source solution for TR-069 remote management. As > one of the world's largest vendors of modems and routers for carr

[LEDE-DEV] rocket cwmp - open tr-069 client for embedded platforms

2016-05-18 Thread Luka Perkov
ore information about the proposal can be found on the prpl Wiki [5] and in the proposal documentation [6][7]. Comments are welcome! Sincerely, Luka Perkov [1] http://wiki.prplfoundation.org/wiki/OpenWrt_Funding [2] https://www.broadband-forum.org/cwmp.php [3] https://lists.openwrt.org/pipermail/openw

Re: [LEDE-DEV] [OpenWrt-Devel] Introducing the LEDE project

2016-05-06 Thread Luka Perkov
>On 2016-05-05 20:22, mbm wrote: >> On 5/5/2016 7:40 AM, Felix Fietkau wrote: >>> Many of the changes that we previously tried to introduce were often >>> squashed by internal disagreements. Resulting discussions often turned >>> toxic quickly and led to nothing being done to address the issues.