**** BEGIN LOGGING AT Fri Aug 09 02:59:57 2019 Aug 09 07:25:38 mangix: any logs seen in dmesg? Aug 09 07:38:42 stintel: FYI https://github.com/openwrt/packages/pull/9584#issuecomment-518034967 Aug 09 07:39:55 empty maintainer field seems pointless though Aug 09 07:40:16 maybe we should have something like maintainer-wanted Aug 09 07:40:35 and someone maintaining one of the deps can (and should) step up Aug 09 07:42:47 there are currently 31 empty maintainer fields, so I've thought, that it's valid Aug 09 07:51:45 ynezz: hadn't noticed that Aug 09 09:35:33 ynezz: I'm having a few second thoughts about moving scons Aug 09 09:35:51 basically scons is a toolchain/buildroot facility like cmake, automake etc. Aug 09 09:36:20 if we're going to move it to packages, we should drop include/scons.mk as well Aug 09 11:18:47 what was the motivation for moving scons to packages anyway? Aug 09 11:19:26 jow: you mean to move scons.mk, don't you? There are quite a few build tools in packages: vala, node (npm), python (setuptools, pip), for example. Aug 09 11:24:44 cotequeiroz: yes, move Aug 09 11:24:53 or install it from scons or whatever Aug 09 12:35:38 jow: indeed, I've moved that include to packages feed but forget to remove it in the master tree Aug 09 12:36:49 good catch, thanks Aug 09 12:37:51 the same situation with https://github.com/openwrt/openwrt/pull/2312 Aug 09 12:38:32 Ninja/Meson, I think, that it doesn't belong to master tree as well Aug 09 12:39:44 why any/all comments (#) in "/etc/config/firewall" are being deleted when saving rules via LuCI? Aug 09 12:43:22 Edg9vAXYD: because libuci / uci do not support keeping comments Aug 09 12:43:29 LuCI uses libuci as backend Aug 09 12:43:57 this is not unique to /etc/config/firewall but affects all /etc/config/ files Aug 09 12:45:14 jow: would it not make sense to retain commented lines, it took a bit by surprise to discover them gone Aug 09 12:45:27 yeah, someone needs to implement it Aug 09 12:45:39 its this way since over ten years already so don't hold your breath Aug 09 12:45:50 karlp: cleanup, it makes no sense to build it every time in the master, just because it might be used in few packages in packages feed Aug 09 12:46:25 jow: not for another 10 y anyway, 10 sec perhaps Aug 09 12:47:15 ;) Aug 09 12:47:23 conceptionally it is very hard to retain comments Aug 09 12:47:56 jow: does it make sense https://git.openwrt.org/0d3f90390f692d06e888e805b31612d3da292994 ? Aug 09 12:48:11 you also need to keep the white space, indentation, folding etc. while still allowing to programmatically modify /etc/config/* files Aug 09 12:48:35 you also need some heuristics to decide whether a comment belongs to a section of option, and when to remove it if the associated section or option is removed Aug 09 12:49:23 ynezz: oh yeah, I've been wondering for years why the SDK is not doing prereq checks Aug 09 12:50:15 that might also make some buildbot side workarounds obsolete (https://git.openwrt.org/?p=buildbot.git;a=commitdiff;h=c17b550cacb20b1fcfe6192f97eefa947a8e92a2) Aug 09 12:50:58 as a new prereq run should replace these links Aug 09 12:52:06 yep Aug 09 12:52:33 we need to run prereq nonethless, otherwise we can't be sure, that everything needed is installed etc. Aug 09 12:52:41 right Aug 09 15:40:58 greearb_: ping Aug 09 15:41:20 greearb_: do you want to have the first logs with or without encryption? Aug 09 15:42:19 with encryption, if it works fine w/out, then not sure those logs will be useful. Aug 09 15:51:14 greearb_: https://pastebin.com/1RbCREG9 Aug 09 15:51:48 enabled tx debug on side 1. just start the IBSS link . and trying to ping the remote side when up Aug 09 15:54:14 er, you have to enable DBGLOG debugging, I forgot to mention that: http://www.candelatech.com/ath10k-bugs.php Aug 09 15:54:34 disable this bit, at least: NO-FW-DBGLOG:0x10000000 Aug 09 16:12:30 greearb_: enable all debugging without that no-fw-dbglog bit? Aug 09 16:15:55 something like this: echo 0xc0000032 > /sys/kernel/debug/ieee80211/phy0/ath10k/debug_level Aug 09 16:18:45 greearb_: running .. Aug 09 16:27:20 greearb_: just mailed the logs to you Aug 09 16:27:31 I was able to send a few pings .. but with avg latency of ~300ms Aug 09 16:57:30 xback, somehow you did not enable DBGLOG debugging, what is the debug_level that you used? Aug 09 16:58:11 greearb_: 8000FFFF Aug 09 16:58:43 greearb_: can you just provide the value required? Aug 09 16:58:53 no idea if you want htt-dump etc for example .. Aug 09 16:59:06 please use this: 0xc0000032 Aug 09 16:59:35 and, look for DBGLOG messages in the logs, if they are not there, then there is some issue Aug 09 16:59:58 checking now .. Aug 09 17:02:40 greearb_: mailed Aug 09 17:03:31 eanbled log. started wpa_supp at both sides. then on link active tried to send 5 pings at the end Aug 09 17:47:42 xback: I will try a new version and see if it still does it. Aug 09 18:05:10 xback: shows [ 159.075983] eth0: link up (10Mbps/Half duplex) in dmesg. this is a 100mbps port Aug 09 18:05:34 oh actually I can't access it anymore **** ENDING LOGGING AT Sat Aug 10 03:00:09 2019