**** BEGIN LOGGING AT Mon Oct 22 03:00:00 2018 Oct 22 03:25:55 Is there a specific channel for LuCI? Oct 22 03:27:26 no Oct 22 03:27:41 here Oct 22 03:28:53 I've made a new LuCI protocol for ModemManager https://bitbucket.org/mips171/luci-proto-modemmanager/wiki/Home Oct 22 04:03:54 biangbiangmian: awesome Oct 22 06:06:52 hi Oct 22 06:07:02 we'll be in lisabon next week this time Oct 22 07:42:28 Hi is there any one around to have a look at a patch I just sent to the email list pleas Oct 22 07:42:44 I just want to know if i did it write? Oct 22 08:20:09 responding on some chatter above regarding ar71xx Oct 22 08:23:20 I'm working on fixing the issues regarding the kernel size increase Oct 22 08:23:52 there are some solutions to make the partitions dynamic, or moving some to tiny. but in the end, they all need to work and to be properly tested Oct 22 08:23:58 so it takes some time .. Oct 22 08:25:37 rmilecki: ping Oct 22 08:25:48 ldir: ? Oct 22 08:32:51 rmilecki: sent you a pm :-) Oct 22 08:38:14 biangbiangmian: yes, the luci channel is #luci-hackers on freenode Oct 22 09:02:13 xback thanks for looking in to that. Oct 22 09:18:30 Sent v2 of my patch Oct 22 09:33:11 hmmm, kmemleak initially points to memleak in conntrack Oct 22 09:42:21 if anyone wants to look at my memleak: https://gist.github.com/bb3aa6ee5e3ed6b7bfa723c55f8f94ac Oct 22 09:43:56 stintel: 404 Oct 22 09:44:23 wut Oct 22 09:44:33 but I think I see it already Oct 22 09:45:18 ok github is still acting up after their booboo from last night I guess Oct 22 09:45:32 the problem is very likely in the rtcache patch Oct 22 09:46:49 I rmmod the module and poof panic Oct 22 09:46:58 something is definitely fishy there Oct 22 09:57:04 yeah, github gist is broken Oct 22 09:58:23 https://status.github.com/messages Oct 22 09:58:58 shit really hit the fan there Oct 22 09:59:06 microsoft took over operations? :P Oct 22 10:00:01 maybe they tried to migrate the datastore to ntfs Oct 22 10:00:07 😂 Oct 22 10:00:15 chkdisk still running Oct 22 10:00:25 hahaha Oct 22 10:01:30 thinking if we should just drop the rtcache patch, iirc it was never accepted upstream Oct 22 10:01:49 it wasn't, that's right Oct 22 10:02:01 nbd: ^^ Oct 22 10:02:11 let's let Felix comment Oct 22 10:02:23 and wondering if it maybe clashes with flow_offload Oct 22 10:05:59 hmm. removed the module from /etc/modules.d/nf-conntrack, rebooted, but still seeing the memleak Oct 22 10:10:22 https://paste.pound-python.org/show/TMduNYGtbi6pPEdY5hp0/ Oct 22 10:35:28 stintel: flow offload? Oct 22 10:36:27 mangix: you could'nt possible miss OpenWrt getting that feature ;) Oct 22 10:38:51 no i'm saying that could be it. has been a problem in the past. Oct 22 10:38:53 hmmm https://pastebin.com/5du6bnM0 is this our heisenbug back again Oct 22 10:40:17 jow: reverting the last wolfssl update fixes the compile error Oct 22 10:40:22 https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=ed0d5a1e609e0b39eff9f06e3522396581d0b06e Oct 22 11:08:28 abenz: ? Oct 22 11:30:53 jow: https://pastebin.com/HrvGZnp5 Oct 22 11:32:33 wolfssl fails again after the update (do you remember we did this not long ago, also for wolfssl) Oct 22 11:59:58 @jow thanks Oct 22 12:12:22 Tapper: ping - did you send in a v2 of your patch 'cos I can't find it. Oct 22 12:25:51 or maybe those conntrack leaks are false positives Oct 22 12:26:00 ugh, this stuff is way over my head Oct 22 12:26:55 mangix: flow offload was disabled on the machine where I am clearly seeing the problem (VM with only 256MB RAM, easier to notice than on an APU2 with 4GB) Oct 22 12:40:04 jow:ping Oct 22 12:41:46 dedeckeh: pong Oct 22 12:44:19 jow:In PR https://github.com/openwrt/openwrt/pull/1454 a nftables-json variant is made Oct 22 12:44:38 which relies on the package jansson Oct 22 12:44:54 which is in feed/packages Oct 22 12:46:04 since we want to avoid to depend on packages in feeds/packages should we move jansson to OpenWrt git repo ? Oct 22 12:46:36 or move nftables to feeds/packages ? Oct 22 12:46:51 or make it stop using jansson and use json-c instead? Oct 22 12:46:52 nftables is going to be a core components, I'd prefer it to stay in base Oct 22 12:46:57 +1 Oct 22 12:47:01 (to stay in core0 Oct 22 12:47:07 and yes, I'd rather rework it to use json-c Oct 22 12:47:17 until then simply do not offer json export Oct 22 12:47:17 I'm certainly not in favor to move it to feeds/packages Oct 22 12:48:31 Ok I will give this as comment to use json-c Oct 22 12:49:00 haven't yet looked at the nft code base so not sure how simple/hard it would be Oct 22 12:49:15 me neither Oct 22 12:49:46 I also do not like the naming of the buildvariant Oct 22 12:49:59 usually its $pkg-$feature, not $pkg-with{$feature} Oct 22 12:53:51 from a cursorly look at the Jannson api it looks like it should be possible to build a Jannson compat layer for json-c Oct 22 12:53:55 *cursory Oct 22 12:54:42 so maybe it is feasible to write a libjannson-json-c which mimicks the api and uses json-c internally Oct 22 12:55:13 the only "unusual" thin in jannson is the json_pack() family of functions Oct 22 12:58:07 the libjansson-json-c api should than be added to the libjson-c package or do you rather see it as a stand-alone package ? Oct 22 12:59:02 standalone Oct 22 13:01:43 how heavily wedded to jansson is the upstream code? Oct 22 13:02:22 the first json call I found was json_pack() Oct 22 13:02:29 so ... heavy I guess Oct 22 13:50:28 doh. :) Oct 22 13:50:44 that _pack api does look convenient for some usecases. Oct 22 13:51:20 yeah, its a bit like printf for json Oct 22 14:16:46 also like scanf :) with the option to only convert it if it does exist Oct 22 14:16:54 (i'm using jansson heavily in my app) Oct 22 14:17:18 I love jansson Oct 22 14:17:47 only downside is the lib size and speed .. Oct 22 14:17:54 its not so bad Oct 22 14:18:02 convenience has its cost Oct 22 14:18:03 well, unless you want to conver tall of openwrt code to jansson, it doesn't matter much if you like it :) Oct 22 14:18:12 heh Oct 22 14:36:48 greearb: the firmware you provided for debugging seems to be pretty stable. I've tried to make it crash by running an iperf session between a computer connected to the wifi and one connected via ethernet. running for several hours without a crash Oct 22 15:50:46 huaracheguarache, I suspect power-save is what triggers the corruption Oct 22 16:12:26 greearb_: should I turn on power management for my wifi on my laptop? I have it turned off since I had some issues with irc connection over ipv6 dropping out when it's on Oct 22 16:17:59 huaracheguarache, sure, but either way, I appreciate the testing Oct 22 16:28:02 greearb_: no worries, I'll give it a try =) Oct 22 18:36:26 now that dnsmasq v2.80 has been released, what are the thoughts on bumping 18.06 which is currently on v2.80test3 ? Oct 22 18:40:24 ack from me Oct 22 19:13:51 Hi stintel just out of intrest what does ack stand for? Oct 22 19:14:50 I have seen it on github befor and I know that ack is a yes and nack is a no. Oct 22 19:17:48 acknowledge Oct 22 19:18:04 and _n_ot acknowledged = nack Oct 22 19:27:22 thanks DLange Oct 22 19:36:19 Aff and neg are much cooler. Oct 22 19:52:00 KevinDB:ack from me as well Oct 22 19:57:53 stintel: we should try to upstream or drop more of the kernel patches Oct 22 20:02:53 Hi any one know if there is a readme for luci-app-https_dns_proxy? Oct 22 20:03:25 mvebu build error stiol Oct 22 20:03:35 still hasn't been fixed Oct 22 20:08:55 mangix the snapshots are still building. Or you on about something different Oct 22 20:45:33 Tapper: i'm talking specifically about the cortex a9 ones Oct 22 20:46:29 OK I just looked and the snapshot for my wrt3200acm was upbated today Oct 22 20:47:04 which is cortexa9/ Oct 22 20:48:14 Mon Oct 22 01:56:29 2018 Oct 22 21:13:16 To enter into failsafe mode, it possible when you press any button? Oct 22 21:13:24 or only reset button? Oct 22 21:19:45 vk496, depends on your device, and which button is wired up to be the failsafe button; if any Oct 22 21:19:54 in *most* cases it will be the reset button though. Oct 22 21:36:29 mail to openwrt-devel is being held because "Message has a suspicious header" wut? Oct 22 22:01:09 so if I want to disable whatever starts hostapd and configures the network and such, what do I disable? Oct 22 22:14:37 greearb__: netifd? Oct 22 22:15:47 worth a try, if I can get my network testing SW to run on openwrt, I'll need to disable the normal network config Oct 22 22:16:17 wifi is disabled by default, I don't think you need to do anything Oct 22 22:16:35 hmm, ok Oct 22 22:17:05 first I need to build an image that boots, and then get my aplication cross-compiling with openwrt toolchain Oct 22 22:18:00 think I'll target netgear r7800 as first attempt Oct 22 22:23:50 Is there a way to tell me to not manage an interface? Something like what NetworkManager does when you put the interface's MAC address into a file. I've seen people before asking something similar Oct 22 22:24:12 To tell netifd* Oct 22 22:49:33 build #142 of mvebu/cortexa72 is complete: Success [build successful] Build details are at http://release-builds.openwrt.org/18.06/images/builders/mvebu%2Fcortexa72/builds/142 Oct 23 00:40:27 luaraneda: proto=manual, maybe Oct 23 00:40:38 or something along those lines **** ENDING LOGGING AT Tue Oct 23 02:59:59 2018