**** BEGIN LOGGING AT Thu Mar 26 03:04:32 2020 Mar 26 05:12:29 ynezz: when did you write this email regarding the online dev meeting? Mar 26 08:24:40 aparcar: http://lists.infradead.org/pipermail/openwrt-devel/2020-March/022201.html Mar 26 08:24:44 mangix: ok, thanks Mar 26 08:28:45 ynezz: thanks Mar 26 08:38:42 ynezz: ugh now you send a message 30 secs before I sent mine Mar 26 08:40:55 yep, got a morning tea already so am faaster then matrix Mar 26 08:41:25 ynezz: its 9:41... Mar 26 08:41:53 its tickless these days Mar 26 08:42:21 ynezz: I'm running on plain IRC here. No handbreaks involved Mar 26 08:42:31 r u living in a window-free room? Mar 26 08:42:48 basement! Mar 26 08:45:10 aparcar: got a screenshot for you https://paste.ubuntu.com/p/DnhhvSVfZy/ Mar 26 09:09:22 * ldir ugh Mar 26 09:10:56 * ldir apple breaks, fixes then breaks again Mar 26 09:13:01 xcode 11.4 needs export MACOSX_DEPLOYMENT_TARGET=10.14 - the initial release of xcode 11.3 needed that, then a few sub versions in they fixed it, now it's b0rked again Mar 26 09:25:06 ldir: that's not so bad: my MBP upgraded last night and now my mouse cursor is disappearing :-§ Mar 26 09:26:39 but handoff appears to be working, for the first time since, well, ever. /me cringes Mar 26 09:42:41 ynezz: what I don't understand the screenshot reference Mar 26 09:43:37 ynezz: did you receive my response? it's like the mail was never sent... I can't find it any where Mar 26 11:53:08 Hauke: I hate PROVIDES handling too, it never seems to work how I hope Mar 26 11:55:25 Hauke: and throws unexpected dependency issues Mar 26 11:55:40 * ldir also wishes he could re-subscribe to openwrt-devel Mar 26 12:07:07 well, PROVIDES is stil better than what we had, but yeah, it's still pretty pointy :| Mar 26 12:13:48 wigyori: what about switching sunxi to 5.4? Mar 26 12:14:20 Hauke: ^ Mar 26 12:39:33 pointy - lol :-) Mar 26 12:39:37 ynezz: hi. i just switched my master checkout to 5.4 for ipq40xx, to help testing Mar 26 12:39:51 but i'm running into a weird dtb error concerning the EA6350v3 Mar 26 12:39:54 i'll pastebin it Mar 26 12:41:37 it built fine week ago https://gitlab.com/ynezz/openwrt/-/jobs/472903658 Mar 26 12:44:06 i believe you, but except for a ramips 5.4 PR and the DIR-878 patch (also ramips) this tree has nothing special. Mar 26 12:45:33 just kicked another built of the latest and greatest https://gitlab.com/ynezz/openwrt/-/jobs/486690727 Mar 26 13:40:07 ynezz: no objections against it, let me test it on the older boards i.e. a10, a13, a20 Mar 26 13:40:13 and then i think it's good to go Mar 26 13:49:31 wigyori: binaries for a8 https://gitlab.com/ynezz/openwrt/-/jobs/485014798, a7 https://gitlab.com/ynezz/openwrt/-/jobs/485014798 and a53 https://gitlab.com/ynezz/openwrt/-/jobs/485014796 Mar 26 13:49:39 including the u-boot bump to 2020.01 Mar 26 14:00:47 ynezz: bah. maybe a config issue then. Mar 26 14:01:02 Borromini: likely it builds just fine Mar 26 14:01:09 and runs as well Mar 26 14:01:17 well, on my device Mar 26 14:13:53 ynezz: it's complaining the image is too big for the EA6350 v3, but i've added some packages. still, it's not like it's a flash starved devices afaik. Mar 26 14:14:52 how are packages related to DTBs? Mar 26 14:16:23 they're not, i misread. error is 'linksys_ea6350v3-fit-zImage.itb is too big' Mar 26 14:16:26 https://hastebin.com/ipemacusen.coffeescript Mar 26 14:16:45 i don't know what itb is but i suppose zImage is kernel related. Mar 26 14:17:45 KERNEL_SIZE := 3072k Mar 26 14:17:56 https://hastebin.com/gijoyaxafe.ini < that's my diffconfig Mar 26 14:18:17 read that long comment in target/linux/ipq40xx/image/Makefile Mar 26 14:19:42 for the nbg6617 you mean? Mar 26 14:19:53 oh 6350 Mar 26 14:20:40 i'll see what a default config yields for the EA6350v3. great. Mar 26 14:28:30 5.4.28 bump available in my staging tree Mar 26 14:55:14 Hi, I am running 19.07.2 which should have the 2.8.5-1 version of acme but its missing two commits from the master branch which were made before the 2.8.5-1 release. You can see compare https://github.com/openwrt/packages/commits/openwrt-19.07/net/acme and https://github.com/openwrt/packages/commits/master/net/acme and see commit c6b4d7f and 983cc99 is missing. Is this intended or should I open a ticket? Mar 26 14:57:20 well, the 2.8.5 is teh upstream version Mar 26 14:59:05 Ok so are the two commits considered unstable? Will they be included in 20.07 first? Mar 26 14:59:08 scde: it looks like it was forgotten when backporting, you can open a ticket Mar 26 14:59:18 Ok I will Mar 26 14:59:24 ty Mar 26 15:00:26 these look like bug fixes, so it makes sense to backport them (but Toke is the maintainer and will decide ;) ) Mar 26 15:01:25 Ok I'll tag him in the issue and ask him (tohojo on GitHub right?). Mar 26 15:02:50 yes Mar 26 16:35:53 I've ported a device from ar71xx to ath79 that has a button with undefined use, "BTN_1". A guy testing it reports that pressing this button triggers failsafe on ath79, while on ar71xx it does nothing. I have double-checked that I migrated the key config correctly, any idea how this can happen? Mar 26 17:37:35 fblaese: hast du eine meinung zu "use dnsmasq" beim erx Mar 26 18:13:44 adrianschmutzler: I think failsafe is triggered by any button that generates input events, both on ar71xx ath79. Mar 26 18:16:20 button was pressed during normal operation, and then it rebooted into failsafe. but he couldn't reproduce, so it might be a memory/flash limitation issue, as it's a 4/32 device on master Mar 26 18:16:41 Button pressed during normal operation doesn't trigger failsafe... Mar 26 18:16:51 and sorry for posting in German up there, just missed the wrong channel Mar 26 18:17:14 sounds wrong to me, too Mar 26 18:17:15 Reset button pressed for more than 5 seconds triggers rootfs_data erasure and reboot. Mar 26 18:17:49 But failsafe is only triggered during bootup, I do not think there's a way to schedule it anyhow. Mar 26 18:18:17 yes, so it looks to me like an unrelated crash somehow Mar 26 18:18:38 adrianschmutzler: is it possible the input is floating? In this case it can certainly happen that certain random boots will result in failsafe. Mar 26 18:18:38 particularly since it couldn't be reproduced Mar 26 18:19:11 Crash doesn't lead to failsafe entry, that's the thing. Mar 26 18:19:27 Hmm ... Mar 26 18:19:35 What I got from the guy: "When I pressed the ON/OFF button on ath79, the power LED started to flash and the device booted into failsafe mode." Mar 26 18:20:34 Hmm, he doesn't explicitly say the device was on before. I'll ask again ... Mar 26 18:20:43 adrianschmutzler: probably he just happened to press it during the 2-seconds failsafe entry interval? Mar 26 18:21:23 that's what I think, however I do not see a reason to do that. But since that button is coincidentally named "ONOFF", maybe he did ... Mar 26 18:21:40 Also, what if the person uses "failsafe" not in the "OpenWrt generic failsafe" sense? Mar 26 18:22:53 routerboot hard_config sysfs driver working \o/ Mar 26 18:22:54 he uses "failsafe mode", I'd expect that to be correct Mar 26 18:24:34 PaulFertser: Thanks for your hints, I'll ask and see what I get Mar 26 18:26:25 adrianschmutzler: I'd also ask to check /sys/kernel/debug/gpio to see if the relevant gpio is not fluctuating on its own. That could happen if there is no external pull resistor and the DTS is not enabling internal to set stable state when button is depressed. Mar 26 18:27:52 how would that manifest in /sys/kernel/debug/gpio ? Mar 26 18:30:59 adrianschmutzler: by the value changing on its own, without pressing the buttons but due to RF interference Mar 26 18:34:55 "The device was up and running." Mar 26 18:37:34 ynezz: default config just works indeed for ipq40xx, thanks for confirming nonetheless. Mar 26 18:39:22 adrianschmutzler: for how long after power up? And how exactly did he determine the failsafe mode, by seeing the banner after logging in with ssh? Mar 26 18:45:47 ynezz: slightly surprised your 5.4.28 bump doesn't cherry pick cleanly ? Mar 26 18:52:10 I cannot compile gnutls on kernel 5.4/x64 anymore. curve448/eccdata.c:43:10: fatal error: gmp.h: No such file or directory. gmp is in build and staging dir. Any idea what's wrong? Mar 26 18:54:20 ynezz: ping Mar 26 18:55:34 Risk64: have you done a make dirclean ? Mar 26 18:56:02 ldir: Yes, started from scratch several times. Mar 26 18:56:35 ok, rules out the obvious then, sorry, can't help Mar 26 18:58:25 I've put up more details here: https://forum.openwrt.org/t/gnutls-gmp-h-no-such-file-or-directory-5-4-testing-x64/58622 Mar 26 18:58:54 ldir: xback has a few bumps for all kernels. tried ynezz's on top of those but no dice either (he has a few other things in his tree i suppose) Mar 26 18:59:27 Risk64: maybe some newer packages you're using? i saw you're on arch on the forum. Mar 26 19:00:44 Borromini: At least not gmp or gnutls. They have the same version. But are host packages relevant at all? The openwrt toolchain should work on its own, doesn't it? Mar 26 19:01:21 true, but it's compiled by your host system of course. haven't looked closely enough at your error to be sure whether it's host related or not Mar 26 19:01:42 buildroot often breaks on bleeding edge like arch, because it's bleeding edge. Mar 26 19:02:45 It looks like the include to staging_dir/host/include is missing. Mar 26 19:21:36 adrianschmutzler: just curious: do you think the 3 small fixes I sent will be merged? I'm about to submit two fairly large proposals, one of which builds on top of the current pending patches Mar 26 19:21:51 trying to get a sense of where I should base before submitting to m-l Mar 26 19:23:21 f00b4r0: for the 1/2 I'm not really sure about the introduction of the nested partition scheme. art to hard_config change is fine for me. Mar 26 19:23:38 it's not an introduction: this is how it's done on ramips Mar 26 19:23:56 consequently, 2/2 looks good and is just waiting for my decision on 1/2. Mar 26 19:24:07 okay, will have a look at ramips Mar 26 19:24:23 adrianschmutzler: see http://git.openwrt.org/bbe2cf657c Mar 26 19:24:45 adrianschmutzler: thanks. There's the small fix to the extract script too :) Mar 26 19:25:05 hopefully my upcoming change will make it obsolete but in the meantime it's better to fix it Mar 26 19:26:00 for the caldata, I haven't looked closely yet; I still have to compare it with the other extraction functions in base-files to judge whether that should be the way to go Mar 26 19:26:43 particularly, since checking for the existence of the fwfile seems redundant to me, as this is done in the athXk_foo_extract scripts anyway IIRCE Mar 26 19:26:50 *IIRC Mar 26 19:27:25 yes. I was only addressing the case where that script could be used outside of the context of the other script Mar 26 19:27:48 adding an extra check doesn't hurt. extracting a temporary file to flash and leaving it there certainly does Mar 26 19:27:53 there's no functional change here Mar 26 19:28:08 I won't have time to look at that today, but based on the ramips link you provided expect the patches 1/2 and 2/2 to be merged ... Mar 26 19:28:15 ok cool, thanks Mar 26 19:28:26 but still might take some days Mar 26 19:28:44 For the caldata, I first have to make up my mind Mar 26 19:29:01 ok, I'll just prep the next series with that assumption, I'm not ready to submit tomorrow anyway: I'm still waiting for more testing feedback from other users Mar 26 19:29:31 adrianschmutzler: what is the issue? Mar 26 19:29:36 the extra check? Mar 26 19:29:47 and be aware that I probably won't be able to review that new series Mar 26 19:30:29 for the caldata: I just haven't had a proper look at it, so I haven't decided anything Mar 26 19:30:51 I won't review the patches right now, but you asked for a direction ;-) Mar 26 19:31:11 yeah, that's good enough for me thanks! Mar 26 19:37:21 ynezz: ah, it's 6c03ae78a7 imx6: 5.4: apalis: dts: testing stuff Mar 26 21:08:45 ldir: do you have an idea why the provides stuff is broken? Mar 26 21:09:37 wigyori: ynezz I am fine with 5.4 for sunxi Mar 26 21:09:42 but haven't tested it Mar 26 21:10:10 Hauke: No. I was just adding a 'me too' - I've had 2 changes I've wanted to make that used 'provides' and had to abandon them. Mar 26 21:10:33 I haven't looked into the code yet Mar 26 21:10:39 or last time was many years ago Mar 26 21:14:28 I know when I'm beaten! Mar 26 22:41:11 ldir: aye, sitting on pile of patches doesnt works quite well **** ENDING LOGGING AT Fri Mar 27 02:59:57 2020