**** BEGIN LOGGING AT Mon Mar 09 02:59:57 2020 Mar 09 06:36:38 any news of 5.4 for ramips? Mar 09 08:51:52 hi, is there any option for the fixed partitions in the dts file to be aware of the bad blocks? Mar 09 09:18:13 build #322 of oxnas/ox820 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/oxnas%2Fox820/builds/322 Mar 09 09:48:33 build #256 of mpc85xx/p1020 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp1020/builds/256 Mar 09 10:41:01 ouch ramips nand drivers moving to drivers/mtd/nand/raw make ouch-ouch with quilt Mar 09 10:50:05 russell--: ;) Mar 09 10:50:10 the nand driver is a pita Mar 09 10:55:50 quilt seems to not have an easy way of dealing with files that move Mar 09 10:56:20 * russell-- should maybe just hand hack the patches Mar 09 10:57:50 is the i2c-ralink the same thing as the i2c-mt7621? Mar 09 11:01:50 ufff Mar 09 11:01:53 might be Mar 09 11:18:48 is SPI_NOR_OCTAL_READ the same thing as SPI_NOR_4B_READ_OP Mar 09 11:19:01 doesn't look like it Mar 09 11:24:29 blogic, morning Mar 09 11:24:43 nitroshift: not yet Mar 09 11:24:47 its on my list Mar 09 11:25:09 blogic, there's a PR by someone else already pushed Mar 09 11:25:26 ahok even better Mar 09 11:25:32 :) Mar 09 11:25:49 <--- gone for a cigarette Mar 09 11:34:21 back Mar 09 12:06:22 build #130 of kirkwood/generic is complete: Exception [exception dlfindbinpl] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/kirkwood%2Fgeneric/builds/130 blamelist: Jo-Philipp Wich , Florian Eckert Mar 09 12:06:25 build #128 of ramips/rt288x is complete: Exception [exception dlfindbinpl] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt288x/builds/128 blamelist: Jo-Philipp Wich , Florian Eckert Mar 09 12:19:46 build #127 of ath25/generic is complete: Failure [failed toolchain] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath25%2Fgeneric/builds/127 blamelist: Jo-Philipp Wich , Florian Eckert Mar 09 13:18:36 russell--: OCTAL_READ is for some 16-pin SPI flash that can use 8 of its pins as data pins on read, which can transmit one byte every clock. 4B_READ_OP is a winbond w25q256 feature where a special read instruction can be used for 16~32M data without switching entire flash to 4-byte mode. Mar 09 13:20:50 But W25Q256 seems to support 4B_OPCODES as well. I'm curious why we choose to implement this weird READ_OP instead in ramips. Mar 09 13:33:58 xback: Are you the one who did the ath79 5.4 port, or was that someone else? Mar 09 13:35:15 blocktrron did the ath79 initially IIRC, but several people have worked on it since then Mar 09 13:36:29 Ah, OK. Well in any case, I hooked up serial to my malfunctioning UAP-LR and figured out that the problem was that the Ethernet device was not coming up due to "ag71xx: probe of 19000000.eth failed with error -2". Mar 09 13:36:54 (The previous bootloop I had seems to have been fixed already.) Mar 09 13:39:45 rmilecki: ping Mar 09 13:41:50 mamarley: this is due to the switch to upstream ag71xx Mar 09 13:42:06 I figured as much, but I don't know what to do about it. Mar 09 13:42:39 afaik Hauke is working on getting this altered, but I'm not aware of the current state Mar 09 13:42:53 Also gmac configuration is currently missing in the upstream driver. Mar 09 14:15:39 jow: pong Mar 09 14:20:16 rmilecki: if I recall correctly that partial mtd erase block writing was at some point required for sysupgrade on the legacy atheros target (ar23xx) Mar 09 14:20:55 jow: do we still support any of those devices? i'd need to see a boot log Mar 09 14:22:51 rmilecki: I would think so Mar 09 14:23:08 it basically affects any ar23xx device with redboot Mar 09 14:23:30 like all the old ubiquiti gear like (nanostations, picostations, loco, fonera etc.) Mar 09 14:24:15 fonera is not an ubiquity device but it used redboot too iirc Mar 09 14:25:00 NanoStation M2 / Loco M2 seems to use u-boot Mar 09 14:25:15 thats the newer generations Mar 09 14:25:23 I mean the old, non-11N ones Mar 09 14:26:13 in any case for the sake of sanity I'd also be in favor of dropping that partial mtd erase patch Mar 09 14:26:35 but as a sefatey measure we should probably disable building combined sysupgrade images for ar23xx at the same time Mar 09 14:26:54 still trying to find some boot log :) Mar 09 14:28:05 http://www.zoobab.com/ubiquity-routerstation-pro Mar 09 14:28:30 not ar23xx but also using redboot and the combined image sysupgrade code iirc Mar 09 14:31:02 ok, so that device has those 2 unaligned partitions: Mar 09 14:31:04 0x00ff0000-0x00fff000 : "FIS directory" Mar 09 14:31:06 0x00fff000-0x01000000 : "RedBoot config" Mar 09 14:31:19 right, the FIS directory is the one getting patched by our "mtd" util Mar 09 14:31:21 it's mx25l128 so it has 0x10000 sector size Mar 09 14:31:29 and that patching was the sole reason fro introducing the kerne lpatch Mar 09 14:32:00 ok, perfect, so right now we still need that patch, thanks Mar 09 14:32:10 [Mon 2020-03-09 07:26:11 AM PDT] in any case for the sake of sanity I'd also be in favor of dropping that partial mtd erase patch <------ this will also break redboot-based ath79 Mar 09 14:40:25 rmilecki, jow: https://bugs.openwrt.org/index.php?do=details&task_id=2428 Mar 09 14:45:04 so the best course of action would be dropping support for all redboot devices on ath79 (and ar23xx, ar71xx after dropping the partial erase block patch) Mar 09 14:45:24 or rather, drop sysupgrade support Mar 09 14:46:26 what I don't understand though (maybe I'm being naive here), why do we need kernel support at all? Can't the userspace util simply read a whole block, modify the needed parts and write back the whole block? Mar 09 15:03:59 sounds like a case of "we've always done it that way" ? Mar 09 15:11:36 because partitioning is at the kernel level Mar 09 15:12:27 in order to read the whole block from userspace, you need to read unpartitioned flash Mar 09 15:15:33 right Mar 09 15:16:26 you can read partitions only and is there is no partition covering whole block, you can't do that Mar 09 15:16:42 enabling CONFIG_MTD_PARTITIONED_MASTER could be some help maybe, I think this option creates mtdblock for a whole flash Mar 09 15:16:57 so you could use that root partition to read any block you want Mar 09 15:19:33 maybe the path of least resistance could be trying to upstream the patch Mar 09 15:21:28 DonkeyHotei: rewrite it first Mar 09 15:21:36 i'm planning to look at it Mar 09 15:21:49 (now that I know it's still in use at least) Mar 09 15:22:35 it broke in 4.19 i think Mar 09 15:22:54 tmn505 might know more Mar 09 15:28:52 hi, i still have problems building openwrt as soon as i want to have hostapd in the build, here's the lower part of a build with master branch: https://paste.tecff.de/?837c3ba80f1b540a#Z1rjal2G/BE/Sx59N6fgE8UXkmNNREPb5lmx6ercwAY= Mar 09 19:15:08 Hi where is the kirkwood folder in https://downloads.openwrt.org/releases/19.07.2/targets/ Mar 09 19:19:34 jow ping Mar 09 19:44:19 stintel: is there any reason why you added /etc/config but didn't remove individual files underneath /etc/config/ in 8446d3de05d ? Mar 09 19:46:10 mirko: I did not add it, it was already there Mar 09 19:46:33 git show/blame tells me otherwise Mar 09 19:46:41 mirko: look again Mar 09 19:46:53 i do/did Mar 09 19:47:00 the commit is purely cosmetic Mar 09 19:47:19 look for `-/etc/config/` in git show ... Mar 09 19:47:22 ei - missed the -/etc/config/ Mar 09 19:47:41 * stintel hands mirko his old pair of glasses Mar 09 19:47:49 I don't need them anymore after lasik :) Mar 09 19:48:04 scusa.. but do you see any reason why there's the folder *and* individual files within listed? Mar 09 19:48:29 stintel: uh, that did the job? how much did you pay? both eyes? Mar 09 19:48:55 mirko: maybe check d80f82d7a4cbf6d5c7dbabe5ac493a8e3e5665c0 Mar 09 19:49:04 git blame 8446d3de05d0e0a6246dba9621b15095e9073dfb~1 -- package/base-files/Makefile Mar 09 19:49:17 mirko: ehr little under 4k EUR Mar 09 19:49:25 iirc Mar 09 19:50:28 stintel: thanks - happy? Mar 09 19:51:22 it's now 4m1w ago and I'm still using eyedrops Mar 09 19:51:23 i'd say, apparently enough to not use your glasses anymore. but maybe it got so wrong that even your old glasses don't help anymore? :) Mar 09 19:51:26 not 100% happy :) Mar 09 19:51:45 hm, then i'll give it some more time i guess.. Mar 09 19:53:38 but I've done the ~2100km trip (by car) I'm doing 4-6 times a year twice already and that was ok so Mar 09 19:53:47 I guess it'll get better eventually Mar 09 19:56:31 Hi where is the kirkwood folder in https://downloads.openwrt.org/releases/19.07.2/targets/ Mar 09 19:56:50 I have some one on twitter asking me because they want to upgrade. Mar 09 19:57:21 was kirkwood droped from 19.07.2? Mar 09 19:59:01 mirko: maybe /etc/config/ was a failsafe Mar 09 19:59:10 but we should ask jow to be sure I guess :) Mar 09 20:00:56 jow: ^ :) Mar 09 21:24:32 russell--: GNU sed is picking up libacl and using it, breaking compilation on the buildbots. Mar 09 21:34:24 swalker: luasec version is wrong in uscan Mar 09 21:41:06 swalker: lvm2 is broken in the same way it seems Mar 09 22:32:48 build #118 of brcm47xx/mips74k is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm47xx%2Fmips74k/builds/118 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:33:05 build #119 of arc770/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/arc770%2Fgeneric/builds/119 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:33:17 build #116 of brcm47xx/generic is complete: Exception [exception] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm47xx%2Fgeneric/builds/116 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:35:12 build #118 of pistachio/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/pistachio%2Fgeneric/builds/118 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:35:20 build #121 of tegra/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/tegra%2Fgeneric/builds/121 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:36:03 build #114 of ath79/nand is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath79%2Fnand/builds/114 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:36:20 build #119 of ar71xx/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fgeneric/builds/119 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:36:42 build #109 of x86/legacy is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2Flegacy/builds/109 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:36:52 build #109 of mxs/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mxs%2Fgeneric/builds/109 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:37:06 build #109 of lantiq/xrx200 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxrx200/builds/109 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:37:19 build #108 of imx6/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/imx6%2Fgeneric/builds/108 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:37:32 build #109 of brcm2708/bcm2708 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm2708%2Fbcm2708/builds/109 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:37:44 build #111 of octeon/generic is complete: Exception [exception] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/octeon%2Fgeneric/builds/111 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:37:53 build #112 of layerscape/armv7 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/layerscape%2Farmv7/builds/112 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:38:02 build #111 of lantiq/falcon is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Ffalcon/builds/111 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:38:12 build #111 of sunxi/cortexa7 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa7/builds/111 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:38:25 build #109 of ar71xx/tiny is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Ftiny/builds/109 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:38:36 build #108 of rb532/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/rb532%2Fgeneric/builds/108 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:38:46 build #108 of mpc85xx/p1020 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mpc85xx%2Fp1020/builds/108 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:39:05 build #107 of ramips/rt305x is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt305x/builds/107 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:39:42 it's me, trying to kick the build of missing kirkwood 19.07.2 release Mar 09 22:39:58 build #105 of ar71xx/nand is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fnand/builds/105 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:40:14 build #105 of ramips/mt76x8 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt76x8/builds/105 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:40:25 build #104 of lantiq/xway is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxway/builds/104 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:42:50 ynezz: you can go to the kirkwood page in build bot and trigger a build there Mar 09 22:42:56 then it should only build this one Mar 09 22:43:38 I did that Mar 09 22:44:24 IIRC there is no such thing as priority yet Mar 09 22:45:44 build #103 of armvirt/64 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/armvirt%2F64/builds/103 blamelist: Koen Vandeputte , Jo-Philipp Wich , Florian Eckert Mar 09 22:46:15 build #136 of ar71xx/mikrotik is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fmikrotik/builds/136 blamelist: Koen Vandeputte Mar 09 22:46:23 heureka Mar 09 22:46:34 I'm uterly stupid for that web UI Mar 09 22:47:48 I hope, that I did it correctly https://buildbot.openwrt.org/openwrt-19.07/images/builders/kirkwood%2Fgeneric/builds/131 Mar 09 23:24:23 mangix: trying to replicate Mar 09 23:30:16 mangix: can you point me at a buildlog? Mar 10 00:05:11 russell--: https://downloads.openwrt.org/snapshots/faillogs/i386_pentium4/packages/sed/compile.txt Mar 10 00:05:14 all targets Mar 10 00:26:42 mangix: https://github.com/openwrt/packages/pull/11545 Mar 10 00:40:44 mangix: how do I credit you for reporting it? Mar 10 00:43:15 * russell-- needs a decoder ring Mar 10 00:43:53 russell--: Reported-by: ... (like Signed-off-by) Mar 10 00:44:05 yeah, but name/email Mar 10 00:50:40 lol, I just found out if I press the talk button on the door intercom the lights in the stairway go on Mar 10 00:50:49 somebody connected the wrong wire Mar 10 00:51:48 kind of explains why people don't hear me downstairs Mar 10 00:52:43 now to figure out how this thing works, fix it, and then hook it up to a relay connected to an rpi so I can open it via the network Mar 10 00:57:15 stintel: which intercom brand? Mar 10 00:57:50 i quite recently tried to RE mine, but it's more complex to hook up than expected Mar 10 00:58:18 (and i also didn't want to screw with all the other tenants) Mar 10 01:07:11 mirko: er-te Mar 10 01:07:59 looks like something local Mar 10 01:10:41 mine is bticino/legrand - protocol on the wire apparently is called SCS Mar 10 01:11:19 which reminds, i ordered a quite expensive gateway one day (SCS <-> IP/ethernet) which never arrived Mar 10 01:12:30 this looks rather primitive Mar 10 01:13:21 stintel: mine or yours? Mar 10 01:13:44 in total there are 8 wires of which 5 are connected, and I measure so many different voltages (3V, 3.5V, 3.7V, 7.5V, 10.9V, 11.3V, 14.5V) between different pairs and while horn off or on hook Mar 10 01:13:45 mine Mar 10 01:14:16 I should probably call an adult for help :P Mar 10 01:29:00 morse code over ceiling lights Mar 10 01:43:57 ynezz: did you get my PM? **** ENDING LOGGING AT Tue Mar 10 02:59:57 2020