**** BEGIN LOGGING AT Tue Feb 09 03:00:29 2021 Feb 09 03:33:13 mangix: https://github.com/openwrt/packages/pull/14698 Feb 09 10:19:19 i tried opkg install dmidecode, say's package not found, but there is a makefile in openwrt/packages repository. what gives? Feb 09 10:23:07 grift: should be there in the packages feed, dmidecode name. Feb 09 10:23:23 grift: probably you've forgotten to opkg update after reboot? Feb 09 10:23:50 Or you're trying it on a non-x86 target. Feb 09 10:26:14 Downloading https://downloads.openwrt.org/snapshots/packages/arm_cortex-a7_neon-vfpv4/packages/Packages.gz Feb 09 10:26:25 Unknown package 'dmidecode'. Feb 09 10:26:56 why wouldnt it work on a non-x86 target? what am i overlooking? Feb 09 10:28:17 is dmidecode a x86 thing? Feb 09 10:28:18 grift: the fact that DMI is a PC BIOS feature…? Feb 09 10:28:37 https://en.wikipedia.org/wiki/Desktop_Management_Interface Feb 09 10:28:48 i see.. ok gotcha Feb 09 10:35:05 for other platforms u need sth like uboot-env it might be already installed Feb 09 10:35:53 using "strings" on u-boot /env partition should work to in most cases Feb 09 10:36:50 or fw_printenv ( https://openwrt.org/docs/techref/bootloader/uboot.config#example_of_configuring_uboot-envtools ) Feb 09 10:44:53 rsalvaterra: is your mt7615 issue 'permanently' solved? Feb 09 11:24:39 Borromimi: does it count if he solved it with fire? :D Feb 09 11:24:45 Borromini: I wouldn't consider disabling GTK offloading a solution. It's a workaround. Of course, if there's a hardware bug preventing GTK offloading from working correctly at all, we have no other choice but to settle for the workaround. :/ Feb 09 11:26:15 Grommish_: hehe Feb 09 11:26:30 https://gunshowcomic.com/648 Feb 09 11:26:43 rsalvaterra: ok. at least it works for the time being :) Feb 09 11:29:05 Yeah, could be worse… :P Feb 09 11:32:09 * rsalvaterra pities the poor folks misled into buying Linksys/Avastar crap. Feb 09 12:14:18 looks like someone submitted a patch to disable GTK offload on a different chip Feb 09 12:18:28 although by the wording of the description Feb 09 12:20:30 couldn't the bug be of similar severity to when those broadcom chipsets were sending out frames with zeroed keys Feb 09 13:13:33 Namidairo: MT7610 is a differenzt story Feb 09 13:15:04 I've only had a quick look at the rekeying issue on MT7915 and frames are not sent out unencrypted as observed on mt7610 Feb 09 13:15:44 For MT7610 i consider disabling GTK offloading until (if anytime) a fix is found, as it is security relevant from my PoV Feb 09 13:23:15 but is it cve worthy heh Feb 09 13:26:31 rsalvaterra: what's the avastar story? everyone probably knows about linksys by now :P Feb 09 13:33:36 Borromini: Not mine, fortunately. But I have a friend who got a WRT1200AC and is pissed off because WPA3 doesn't work (nor WPA2 with PMF, for that matter). Feb 09 13:35:26 i see Avastar is one of the Marvell controllers Feb 09 13:47:53 is avastar crap related to possible wifi-firmware bugs like potentially mentioned in https://web.archive.org/web/20190119153755/https://embedi.org/blog/remotely-compromise-devices-by-using-bugs-in-marvell-avastar-wi-fi-from-zero-knowledge-to-zero-click-rce/ Feb 09 14:48:56 build #650 of ath79/generic is complete: Failure [failed images] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Fgeneric/builds/650 blamelist: Sebastian Schaper , Chukun Pan , Andrew Pikler , Andre Heider , Hauke Mehrtens Feb 09 14:49:09 Feb 09 15:34:13 Hi everyone,  I have currently noticed something with opkg (and imagebulder) which I find strange.  If I run "opkg install batctl-full kmod-batman-adv" then I get the following packages installed (kmod-crypto-hash kmod-lib-crc16 kmod-crypto-crc32c kmod-lib-crc32c librt batctl-full kmod-batman-adv).  But if I rearrange the order to "opkg install Feb 09 15:34:14 kmod-batman-adv batctl-full" then I get all those above listed packages and in addition batctl-tiny.  I feel like opkg (and imagebuilder) should be checking if all to-be-installed packages meet the dependencies requirements before deciding to install other packages automatically.  What are your opinions? Feb 09 15:34:50 So, yes, both batctl-full and batctl-tiny get installed. Feb 09 15:43:09 pmelange: The kmod probably only REQUIRES the tiny version, which will be preferred by those who have limited space Feb 09 15:44:23 If you tell it to install the full, it will, even if you already have the tiny because it's a different package Feb 09 15:44:24 kmod-batman-adv only depends on batctl, which is provided by batctl-tiny, batctl-full, and batctl-default. Feb 09 15:44:55 You could report it as a possible issue though, if it's a dep issue it can be corrected Feb 09 15:45:53 I think it would be an issue because the just by putting the kmod first and batctl-full second, I get an extra package which is not needed. Feb 09 15:47:49 I do know that the dependency system cannot turn OFF packages based on the selection of a package Feb 09 15:48:05 So it couldn't check to see if -tiny was install when you install -full Feb 09 15:48:18 limitation with the build system Feb 09 15:48:52 https://pastebin.com/a2b9FWjb Feb 09 16:00:51 blogic: if you have time, could you have a look at https://patchwork.ozlabs.org/project/openwrt/patch/20210204144914.293546-1-sander@svanheule.net/ ? Feb 09 16:01:57 https://bugs.openwrt.org/index.php?do=details&task_id=3612 Feb 09 16:03:30 Hi all, I recently upgraded from 17.06 to 19.07 but I have found that luci now requires luci-opkg which now requires opkg to be installed. Is there a way to build an image with luci but not with opkg? Feb 09 16:36:18 https://github.com/openwrt/openwrt/blob/master/target/linux/octeon/image/Makefile#L61 should this packages to be present in initramfs image? Feb 09 16:37:08 i just notice that something changed over last 1~1.5month (haven't touched edgerouter 4 since) - now new installs using initramfs is not possible. Feb 09 16:46:31 damex: how do you mean? Feb 09 16:47:56 Borromini: i remember testing er4 before and booting from initramfs detect all the hardware. now i got report from forums (and recheck fresh initramfs by myself) - if i boot it - there is none of this extras present and no usb work anymore Feb 09 16:48:08 all happen recently Feb 09 16:48:39 so something definitely changed Feb 09 16:50:03 i even tried setting up network and installing all necessary usb/storage packages to make usb work and ... it does not ;/ Feb 09 16:50:40 ok Feb 09 16:51:02 i installed quite a few months ago so can't say (and it's my edge router atm, can't test) Feb 09 16:52:09 yeah, i can just that you should not upgrade till it gets solved Feb 09 16:53:31 ok. i'm running r15661 now, which i pretty recent Feb 09 16:53:38 (i sysupgrade every few weeks) Feb 09 16:53:56 Borromini: can you try to see if usb works for you? Feb 09 16:53:59 this build is a week old more or less Feb 09 16:54:01 sure Feb 09 16:55:05 if my case - i see that everything but usb works and usb is crucial to get it runing in the first place for a new user Feb 09 17:01:50 https://paste.debian.net/1184731/ < is this enough? Feb 09 17:02:03 Borromini: yeah Feb 09 17:02:03 i don't have any fs kmods so i can't actually mount it Feb 09 17:02:07 alright. Feb 09 17:02:40 Borromini: it is not detected on mine, just got last release :( Feb 09 17:02:52 lets see... r15661 Feb 09 17:04:03 cbedb5de75440b336072ee32bf97a81fac529a6aµ Feb 09 17:04:07 sorry cbedb5de75440b336072ee32bf97a81fac529a6a Feb 09 17:04:50 nasty https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html Feb 09 17:05:41 cbedb5de75440b336072ee32bf97a81fac529a6a is just 9 days ago Feb 09 17:06:03 damex: https://freenode.irclog.whitequark.org/openwrt-devel/2020-12-18#28634879 Feb 09 17:06:53 ynezz: "thus marked as private" all Feb 09 17:07:03 lol* Feb 09 17:09:12 maybe we should paste it here to find out the screen users :p Feb 09 17:09:21 > DEVICE_PACKAGES are ignored on initramfs images when CONFIG_TARGET_MULTI_PROFILE, CONFIG_TARGET_PER_DEVICE_ROOTFS and CONFIG_TARGET_ALL_PROFILES are set Feb 09 17:09:22 great Feb 09 17:09:37 yep Feb 09 17:10:24 so OpenWrt initramfs images won't be usable for installation Feb 09 17:10:57 from OpenWrt downloads. Feb 09 17:11:36 so i guess we will have to make usb support built in Feb 09 17:11:48 probably Feb 09 17:11:55 damex: so that's a recent change to the initramfs functionality then? Feb 09 17:12:08 Borromini: not sure, i think we hit a big mentioned by tmn505 Feb 09 17:12:14 or fix? the generation of initramfs images Feb 09 17:12:43 not sure what makes usb non-function when you install all necessary packages from DEVICE_PACKAGES list and usb still does not work Feb 09 17:13:48 tmn505: i guess it is not that simple Feb 09 17:14:17 You could use opkg to install the missing packages but You'll have to manually load modules and not always when installing You have access to internet. Feb 09 17:15:16 tmn505: just tried. manually install packages + manually load modules -> no usb devices detected Feb 09 17:16:20 so yeah, compile the modules inside kernel image. Feb 09 17:19:29 found culprit - now seem to need a dedicated dwc3 package to make usb work Feb 09 17:19:53 so built in >_> Feb 09 17:45:47 Borromini: mind upgrading to a new build (with usb built in instead of external packages) to help getting fix merged sooner? Feb 09 17:46:31 damex: i might already be running built-in usb. let me check my config Feb 09 17:46:42 running my own builds Feb 09 17:46:47 oh Feb 09 17:48:19 i'll check my .config though Feb 09 17:56:51 Borromini: btw how is the er4? Feb 09 17:57:17 damex: i'm happy with it but i'm not really taxing it (i only have 100/40 :P ) Feb 09 17:58:01 it was like 2 months Feb 09 17:58:01 oh... yeah Feb 09 18:12:24 damex: dwc3 is included in my images https://paste.debian.net/1184751/ Feb 09 18:12:57 Borromini: hm... okay. Feb 09 18:13:17 might be because i'm using TARGET_PER_DEVICE_ROOTFS, diffconfig isn't showing anything about dwc as you can see from the pastebin Feb 09 18:13:53 i'm building for the ER Lite and the ER4 Feb 09 19:04:59 ER4 is OCTEONIII, right? Feb 09 19:05:30 think so Feb 09 19:05:49 I've been trying to get OpenWrt to boot on a LiquidIO NIC and it always hangs when initializing ports, I think I need to add to some cvmx struct so it doesn't do that :\ Feb 09 19:05:58 but wish I could speak to someone with the knowledge there Feb 09 19:06:51 It *is* quite funny it gets as far as it does before crashing though. And with an initramfs from the wrong board, too :^) Feb 09 19:08:17 iirc some octeon isnt that supported because the some cpu-variants have some custom extensions which are not documented publicly Feb 09 19:08:53 Oh whaaaat, you mean the AAP crap at the end or something? Feb 09 19:11:01 I know some of them have custom subsystem stuff. Like ... they leave some spare silicon and craft in extra application processors. Feb 09 19:12:09 and otoh I know octeon mips64 is ... weird. I did also see e.g. one of the Edgerouter's builds being disabled due to some Feb 09 19:12:33 well point being, everything they make is special. Feb 09 19:17:27 regarding octeon - https://www.phoronix.com/scan.php?page=news_item&px=OCTEON-Linux-Coming-Back - so newest kernels could have more octeon stuff in it - maybe ask lkml / other octeon devs there ? Feb 09 19:19:35 I was watching the U-boot side of this -- fwiw the guy who originally did the U-boot work and who is taking another run at merging it to mainline is uh Feb 09 19:19:39 planning on throwing away CN66XX and earlier. Feb 09 19:19:47 I have a CN66XX-SNIC10E-G. Feb 09 19:20:33 So I'm betting they're going to throw away anything earlier and bring everything that actually officially works under Liquidio. There's already been uh Feb 09 19:20:59 obvious indications of running full Linux on the generation right after these cards: https://bugzilla.redhat.com/show_bug.cgi?id=1622512 Feb 09 19:22:11 and I haven't seen a single move on Cavium upstreaming since ye olde anciente dayes Feb 09 19:26:10 the last I've seen was https://lwn.net/Articles/747855 for ethernet driver, so not so acient, but nothing after that Feb 09 19:36:22 dangole: build bot shows a problem with trusted firmwaer arm on layerscape and mediatek Feb 09 19:36:46 Hauke: thanks, I'll take a look Feb 09 19:47:01 hurricos: Calvium is part of Marvell since 2018, https://en.wikipedia.org/wiki/Cavium Feb 09 19:47:48 dangole: thanks for looking into this Feb 09 19:53:54 hurricos: EdgeRouter Lite is CN5130 or sth Feb 09 20:01:32 system type : UBNT_E100 (CN5020p1.1-500-SCP) Feb 09 20:01:34 = ERL Feb 09 20:03:05 Hi I've been working in a port for COMFAST CF-E375AC from target ar71xx to ath79. I've managed to get radios, leds and network ports working. But the kernel is giving me some messages that may indicate problems that I have not found a solution yet. This device has an external wdt connected to the main processor, on boot up the kernel print [ Feb 09 20:03:05 1.673743] ath79-wdt 18060008.wdt: unable to register misc device, err=-16 Feb 09 20:03:06 [ 1.680991] ath79-wdt: probe of 18060008.wdt failed with error -16 . another issue that I've seen on 19.07.4 and 18.06.6 after flash I've messages related to  jffs2_scan_eraseblock(): End of filesystem marker found at 0x0. Feb 09 20:05:22 I'm not sure how to fix these, so any ideas are welcomed. I'll be updating my PR to latest master in a few hours, the code is available here https://github.com/openwrt/openwrt/pull/3319 Feb 09 20:05:54 stintel: you got an ERL? Feb 09 20:06:47 Borromini: I have 2 Feb 09 20:12:15 Borromini: one of them is my backup router here, the 2nd one is degraded to test device Feb 09 20:18:30 build #49 of ipq40xx/mikrotik is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq40xx%2Fmikrotik/builds/49 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:30 build #866 of ipq806x/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq806x%2Fgeneric/builds/866 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:31 build #590 of bcm47xx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fgeneric/builds/590 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:32 build #846 of arc770/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/arc770%2Fgeneric/builds/846 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:33 build #844 of pistachio/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/pistachio%2Fgeneric/builds/844 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:34 build #586 of bcm27xx/bcm2711 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2711/builds/586 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:35 build #571 of bcm27xx/bcm2710 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2710/builds/571 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:35 build #510 of rockchip/armv8 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/rockchip%2Farmv8/builds/510 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:36 build #739 of malta/be is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/malta%2Fbe/builds/739 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:37 build #711 of ramips/mt76x8 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Fmt76x8/builds/711 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:38 build #705 of lantiq/xway is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxway/builds/705 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:39 build #695 of armvirt/64 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/armvirt%2F64/builds/695 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:40 build #770 of archs38/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/archs38%2Fgeneric/builds/770 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:40 build #700 of zynq/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/zynq%2Fgeneric/builds/700 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:42 build #707 of bcm53xx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm53xx%2Fgeneric/builds/707 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:42 build #740 of omap/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/omap%2Fgeneric/builds/740 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:44 build #748 of apm821xx/nand is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fnand/builds/748 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:45 build #781 of ramips/rt3883 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt3883/builds/781 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:45 build #773 of lantiq/xway_legacy is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxway_legacy/builds/773 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:47 build #770 of mvebu/cortexa72 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa72/builds/770 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:47 build #772 of apm821xx/sata is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fsata/builds/772 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:48 build #756 of armvirt/32 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/armvirt%2F32/builds/756 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:50 build #760 of mediatek/mt7623 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7623/builds/760 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:50 build #632 of layerscape/armv7 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/layerscape%2Farmv7/builds/632 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:51 build #632 of mediatek/mt7629 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7629/builds/632 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:52 build #750 of mvebu/cortexa53 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa53/builds/750 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:53 build #520 of bcm63xx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fgeneric/builds/520 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:53 build #528 of bcm47xx/legacy is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Flegacy/builds/528 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:54 build #742 of x86/geode is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Fgeode/builds/742 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:55 build #749 of kirkwood/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/kirkwood%2Fgeneric/builds/749 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:57 build #282 of mpc85xx/p1010 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp1010/builds/282 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:58 build #762 of ramips/rt288x is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt288x/builds/762 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:59 build #822 of ath25/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ath25%2Fgeneric/builds/822 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:18:59 build #822 of octeontx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/octeontx%2Fgeneric/builds/822 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:00 build #815 of oxnas/ox820 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/oxnas%2Fox820/builds/815 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:01 build #680 of mpc85xx/p2020 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp2020/builds/680 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:02 build #807 of at91/sam9x is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/at91%2Fsam9x/builds/807 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:03 build #837 of sunxi/cortexa53 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/sunxi%2Fcortexa53/builds/837 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:03 build #632 of ath79/tiny is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Ftiny/builds/632 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:04 build #624 of ipq40xx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq40xx%2Fgeneric/builds/624 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:05 build #629 of sunxi/cortexa8 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/sunxi%2Fcortexa8/builds/629 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:06 build #679 of x86/legacy is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Flegacy/builds/679 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:06 build #643 of mxs/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mxs%2Fgeneric/builds/643 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:07 build #730 of at91/sama5 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/at91%2Fsama5/builds/730 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:08 build #672 of lantiq/xrx200 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxrx200/builds/672 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:09 build #710 of mvebu/cortexa9 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa9/builds/710 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:10 build #657 of octeon/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/octeon%2Fgeneric/builds/657 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:11 build #439 of ath79/mikrotik is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Fmikrotik/builds/439 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:11 build #708 of x86/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Fgeneric/builds/708 blamelist: Chukun Pan , Andrew Pikler , Curtis Deptuck , Sebastian Schaper Feb 09 20:19:12 build #489 of bcm47xx/mips74k is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fmips74k/builds/489 blamelist: Andrew Pikler , Curtis Deptuck Feb 09 20:19:12 build #85 of realtek/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/realtek%2Fgeneric/builds/85 blamelist: Curtis Deptuck Feb 09 20:19:14 build #764 of lantiq/ase is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fase/builds/764 blamelist: Curtis Deptuck Feb 09 20:19:15 build #628 of ramips/mt7620 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Fmt7620/builds/628 blamelist: Curtis Deptuck Feb 09 20:19:15 build #624 of ramips/mt7621 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Fmt7621/builds/624 blamelist: Curtis Deptuck Feb 09 20:19:16 build #626 of sunxi/cortexa7 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/sunxi%2Fcortexa7/builds/626 blamelist: Curtis Deptuck Feb 09 20:19:16 build #626 of x86/64 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2F64/builds/626 blamelist: Curtis Deptuck Feb 09 20:19:17 build #656 of mpc85xx/p1020 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp1020/builds/656 blamelist: Curtis Deptuck Feb 09 20:19:17 build #653 of ramips/rt305x is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt305x/builds/653 blamelist: Curtis Deptuck Feb 09 20:19:30 ooops, sorry Feb 09 20:26:46 Hauke: layerscape build should be fixed, I contacted mediatek and asked them to replace the blob 'bromtool' which linked against libopenssl... Feb 09 20:33:38 Marvell hasn't supported Octeon3 sinvcer th 4.14 kernel and their SDK is a joke Feb 09 20:34:03 but the mainline kernel has enough support for everything to run, and the 5.x has the correct ethernet drivers in it at least Feb 09 20:34:34 Even their uboot repo won't build out Feb 09 20:35:05 besides.. OpenWrt doesn't support Octeon3 either :) Rolls with Octeonplus Feb 09 20:35:23 I couldn't convince anyone to break off the octeon3 from octeonplus Feb 09 20:42:45 joaohcca: in the dtsi You are including there's node for ath79 watchdog (https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/ath79/dts/qca956x.dtsi;h=6489efbf0b0201f64c7cb61aa8000f094f70f4af;hb=HEAD#l102), disable or delete that nod in Your dts. Feb 09 20:42:50 Grommish: as a (sub)target you mean? Feb 09 20:43:38 Borromini: as it's own target.. Like Octeonx vs octeon targets. the octeon targets are set for octeonplus (Octeon 1.5) Feb 09 20:44:09 rather than octeon3.. There wasn't enough of a need to justify it before ERLite and even then Feb 09 20:44:19 er ER4, sorry Feb 09 20:44:23 joaohcca: does the ath79 image You flashed has problems with overlay, meaning does it keep modified settings, added files, etc? Feb 09 20:45:07 I was overriding it locally, but it means I can't use the pkg repos due to the arch differences Feb 09 20:45:21 So I just gave up on it and ran with octeonplus Feb 09 20:45:24 :) Feb 09 20:45:44 you need lots of upstream packages? i just build my own subset (standard arch settings though) Feb 09 20:45:49 tmn505 if I recall correctly removing the wdt node would cause the device to enter a bootloop. I've maanged to keep settings when flashing new images with luci Feb 09 20:45:49 So, we have Octeon3 targets that don't use it Feb 09 20:46:01 I was supporting the device users outside of OpenWrt before it was merged Feb 09 20:46:09 so I was building with CONFIG_ALL Feb 09 20:46:20 oh Feb 09 20:46:21 and hosting the entire repo on github with a custom feed Feb 09 20:46:22 joaohcca: so that jffs2 marker is not an issue Feb 09 20:47:13 I couldn't justify to anyone the resources to create a new target, which was understandable.. just so people realize we aren't using octeon3 targets, just octeonplus Feb 09 20:47:27 tmn505 I'll double check just in case as I haven't mess with it for a while now. but thanks for the feedback Feb 09 20:48:38 and I never got to find an answer to if I leave the -march=octeon+ if I can use -mtune=octeon3 and still have the ipk repos work Feb 09 20:49:39 i get a No Valid Arch error if I set start octeon3 as the arch Feb 09 20:50:27 but, if they are going to bring back more devices in the future, maybe it'll have to revisited Feb 09 20:51:55 because my devices uses the cn7020aap1.2rev2 SoC (I believe offhand) Feb 09 20:52:30 :) Feb 09 20:52:42 the ER4 has a CN7xxx CPU as well I believe Feb 09 20:52:45 and the ER4 does too Feb 09 20:52:47 Right Feb 09 20:53:13 Still wasn't enough to convince a target split.. wasn't worth the extra build resources Feb 09 21:04:11 On the wiki page for imagebuilder, the requirements for centos include python3, but for other distros it's python.  https://openwrt.org/docs/guide-user/additional-software/imagebuilder.  Is the imagebuilder still dependent on python2? Feb 09 21:06:39 unlikely Feb 09 21:06:55 i only have python3 and works fine for me Feb 09 21:09:17 Cool, thank you.  I'm going to go update the wiki page. Feb 09 21:10:36 do you have "Arch / Manjaro" or "Debian / Ubuntu" Feb 09 21:12:45 Fedora Feb 09 21:14:24 "CentOS / Fedora" already has python3 in the "Prerequisites" section.  Can anybody confirm the other two? Feb 09 21:16:39 Anyone have decent electronics experience by any chance? Feb 09 21:20:24 My device has the pads in place for a mini PCIE header (52 pin).. I'm wondeirng just how much of a PITA it would be to drop that on it.. they aren't thru-holes, just pads and fairly large Feb 09 21:21:57 pmelange: i can't vouch for debian stable (which has python pointing to python2 still) but debian bullseye (next stable, in a few months probably) will have no python2. Feb 09 21:22:03 https://news.softpedia.com/news/ubuntu-20-04-lts-and-debian-gnu-linux-11-bullseye-progress-on-python-2-removal-528138.shtml Feb 09 21:22:21 my buildroot is on debian bullseye, can't check atm if it still has python2 cruft Feb 09 21:39:30 https://forum.openwrt.org/t/adding-a-mini-pcie-header-for-wifi/88169 Let's see if someone doesn't laugh outright hehe Feb 09 21:40:51 This is all cool info, thank you. RE: mPCIe header: careful, if the SoC doesn't agree with it it simply won't work. There's also lots of supporting hw usually needing to be added Feb 09 21:41:32 It was designed to be on there in the second run of the device, but the company went under before hand Feb 09 21:41:45 But yeah, I'm not sure if they finished getting it ready or not Feb 09 21:41:56 oh that's not bad Feb 09 21:42:25 not hard at all either. watch Louis Rossmann. You pre-seed the pads with some solder blobs with a nice run, then you place the header and heatgun it Feb 09 21:42:32 the pads are there, I'd have to mount it.. I found the header for it as well.. I just don't know if it'll be "that easy" Feb 09 21:42:45 but don't try to go one by one Feb 09 21:42:47 you will die Feb 09 21:42:55 *nod* BGA style was the thought on pre-tinning Feb 09 21:43:02 soldering the header won't be fun to begin with, but chances are quite high that you'll find (or rather not find) missing supporting components or PCB routing bugs Feb 09 21:43:04 I like Rossman :) Feb 09 21:43:10 he is a great teacher Feb 09 21:43:17 yeah, what is the board anyway? Feb 09 21:43:27 Itus Network Shield Feb 09 21:43:41 missing U2. Feb 09 21:44:03 flux and soldering iron, done Feb 09 21:44:16 no wonder they went under Feb 09 21:44:18 they used Cavium Feb 09 21:44:20 :^) Feb 09 21:44:34 They actually had too many ordered to soon and couldn't deliver Feb 09 21:44:41 Sad really, its great kit Feb 09 21:44:45 I have 2 hehe Feb 09 21:45:15 Grommish: youtube for flux/drag soldering Feb 09 21:45:31 it's one of those things where I'd usually answer with, if you have to ask about it, you won't be able to get it done ;) Feb 09 21:46:47 pkgadd: yeah, I know.. :D but I have a reflow station and a roll of kapton Feb 09 21:46:54 ynezz: Thank you! Feb 09 21:47:20 Worse case is I brick the device beyond recovery which would suck Feb 09 21:47:30 Wonder if I can get someone to do it for me Feb 09 21:47:54 nearby hackerspace Feb 09 21:48:05 *nod* Feb 09 21:48:13 but it's really easy, you can practice on some old components Feb 09 21:48:27 THose I have in spades.. I've got laptop graveyards Feb 09 21:48:47 Thanks again for not just eye rolling and laughing :) Feb 09 21:49:37 The headers are 2.17 plus whatever for shipping, so it wouldn't be expensive Feb 09 21:49:51 i think you're courageous. and you only learn by doing, in general Feb 09 21:50:09 unless the magic smoke escape on the first test Feb 09 21:50:24 I love the sell of a straight short in the morning? Feb 09 21:50:26 :D Feb 09 21:50:32 err smell Feb 09 21:50:35 then you've earned your first smoking pcb badge Feb 09 22:35:33 build #50 of ipq40xx/mikrotik is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq40xx%2Fmikrotik/builds/50 Feb 09 22:35:46 build #591 of bcm47xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fgeneric/builds/591 Feb 09 22:36:16 build #867 of ipq806x/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ipq806x%2Fgeneric/builds/867 Feb 09 22:39:59 build #847 of arc770/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/arc770%2Fgeneric/builds/847 Feb 09 23:10:53 build #845 of pistachio/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/pistachio%2Fgeneric/builds/845 Feb 09 23:20:37 build #587 of bcm27xx/bcm2711 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2711/builds/587 Feb 09 23:22:01 build #511 of rockchip/armv8 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/rockchip%2Farmv8/builds/511 Feb 09 23:27:20 build #712 of ramips/mt76x8 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Fmt76x8/builds/712 Feb 09 23:30:07 build #740 of malta/be is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/malta%2Fbe/builds/740 Feb 09 23:30:44 build #572 of bcm27xx/bcm2710 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2710/builds/572 Feb 09 23:31:44 build #696 of armvirt/64 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/armvirt%2F64/builds/696 Feb 09 23:32:35 build #706 of lantiq/xway is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxway/builds/706 Feb 10 00:14:02 build #741 of omap/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/omap%2Fgeneric/builds/741 Feb 10 00:20:02 build #782 of ramips/rt3883 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt3883/builds/782 Feb 10 00:26:25 build #774 of lantiq/xway_legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxway_legacy/builds/774 Feb 10 00:31:08 build #771 of archs38/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/archs38%2Fgeneric/builds/771 Feb 10 00:35:05 build #701 of zynq/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/zynq%2Fgeneric/builds/701 Feb 10 00:44:21 build #708 of bcm53xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm53xx%2Fgeneric/builds/708 Feb 10 00:50:19 build #749 of apm821xx/nand is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fnand/builds/749 Feb 10 01:06:35 build #771 of mvebu/cortexa72 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mvebu%2Fcortexa72/builds/771 Feb 10 01:09:18 build #773 of apm821xx/sata is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fsata/builds/773 Feb 10 01:19:02 build #757 of armvirt/32 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/armvirt%2F32/builds/757 Feb 10 01:54:30 build #521 of bcm63xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fgeneric/builds/521 Feb 10 01:54:32 build #529 of bcm47xx/legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Flegacy/builds/529 Feb 10 01:54:54 build #761 of mediatek/mt7623 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7623/builds/761 Feb 10 01:55:37 build #633 of layerscape/armv7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/layerscape%2Farmv7/builds/633 Feb 10 02:04:18 build #743 of x86/geode is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Fgeode/builds/743 Feb 10 02:13:23 build #750 of kirkwood/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/kirkwood%2Fgeneric/builds/750 Feb 10 02:42:20 build #763 of ramips/rt288x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt288x/builds/763 Feb 10 02:45:47 build #283 of mpc85xx/p1010 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fp1010/builds/283 Feb 10 02:54:29 build #816 of oxnas/ox820 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/oxnas%2Fox820/builds/816 **** ENDING LOGGING AT Wed Feb 10 03:04:52 2021