<owrt-images-builds> Build [#341](https://buildbot.openwrt.org/images/#/builders/62/builds/341) of `master_at91/sama5` failed.
<russell--> stintel: do you know where M300's eth3 goes? the external ports are eth0 eth1 eth2 sweth3 sweth4 sweth5 sweth6 sweth7
<russell--> eth4 connects to the switch
<dwfreed> russell--: there are 2 connections from the cpu to the switch chip
<dwfreed> but one does not seem to work with openwrt
* russell-- recalls there's a problem with >1 connections in device tree or dsa or something
<dwfreed> well, also dsa outside of snapshot doesn't support multiple cpu connections
<dwfreed> but that aside, stintel could not get the second connection to the switch to work at all
<dwfreed> could be a quirk with the packet inspection engine or something else
<dwfreed> dangole: does the AP interface have the right VLAN tags on the bridge?
<russell--> dwfreed: i don't run "releases" anyway, except insofar as every commit is a release
<dwfreed> heh
<dwfreed> iirc, it's 6.6 that has support for multiple conduits for DSA
<owrt-images-builds> Build [#328](https://buildbot.openwrt.org/images/#/builders/220/builds/328) of `master_mpc85xx/p2020` failed.
madwoota has quit [Ping timeout: 480 seconds]
madwoota has joined #openwrt-devel
KanjiMonster has quit [Ping timeout: 480 seconds]
KanjiMonster has joined #openwrt-devel
<owrt-images-builds> Build [#327](https://buildbot.openwrt.org/images/#/builders/205/builds/327) of `master_mpc85xx/p1020` failed.
<russell--> dwfreed: good to know
<dwfreed> This will be useful for my nbg6817 if I ever get around to updating it
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
Rondom has quit [Remote host closed the connection]
mcbridematt has quit [Read error: Connection reset by peer]
Daanct12 has joined #openwrt-devel
<owrt-images-builds> Build [#219](https://buildbot.openwrt.org/images/#/builders/239/builds/219) of `master_starfive/generic` failed.
dangole has quit [Quit: Leaving]
<owrt-images-builds> Build [#343](https://buildbot.openwrt.org/images/#/builders/25/builds/343) of `master_realtek/rtl838x` failed.
goliath has joined #openwrt-devel
<owrt-images-builds> Build [#328](https://buildbot.openwrt.org/images/#/builders/168/builds/328) of `master_imx/cortexa7` failed.
<owrt-images-builds> Build [#339](https://buildbot.openwrt.org/images/#/builders/82/builds/339) of `master_realtek/rtl930x` failed.
<owrt-images-builds> Build [#330](https://buildbot.openwrt.org/images/#/builders/190/builds/330) of `master_at91/sam9x` failed.
<owrt-images-builds> Build [#334](https://buildbot.openwrt.org/images/#/builders/99/builds/334) of `master_bcm4908/generic` failed.
Edu4rdSHL has quit [Quit: Leaving]
hurricos has quit [Quit: WeeChat 4.3.3]
efahl has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
Edu4rdSHL has joined #openwrt-devel
efahl has joined #openwrt-devel
rua has quit [Quit: Leaving.]
<owrt-images-builds> Build [#345](https://buildbot.openwrt.org/images/#/builders/60/builds/345) of `master_realtek/rtl839x` failed.
<owrt-images-builds> Build [#190](https://buildbot.openwrt.org/images/#/builders/240/builds/190) of `master_imx/cortexa53` failed.
robimarko has joined #openwrt-devel
<owrt-images-builds> Build [#332](https://buildbot.openwrt.org/images/#/builders/85/builds/332) of `master_bcm53xx/generic` failed.
efahl has quit [Ping timeout: 480 seconds]
efahl has joined #openwrt-devel
<owrt-images-builds> Build [#333](https://buildbot.openwrt.org/images/#/builders/188/builds/333) of `master_realtek/rtl931x` failed.
<owrt-images-builds> Build [#334](https://buildbot.openwrt.org/images/#/builders/165/builds/334) of `master_at91/sama7` failed.
<owrt-images-builds> Build [#328](https://buildbot.openwrt.org/images/#/builders/145/builds/328) of `master_octeon/generic` failed.
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
torv has quit [Quit: torv]
torv has joined #openwrt-devel
<owrt-images-builds> Build [#338](https://buildbot.openwrt.org/images/#/builders/43/builds/338) of `master_imx/cortexa9` failed.
<owrt-images-builds> Build [#315](https://buildbot.openwrt.org/images/#/builders/149/builds/315) of `master_mediatek/filogic` completed successfully.
ar7ch has joined #openwrt-devel
efahl is now known as Guest2328
efahl has joined #openwrt-devel
Guest2328 has quit [Read error: Connection reset by peer]
<f00b4r0> file-system partition too big (more than 5177344 bytes): Success
<f00b4r0> well that's an odd "error" message
<jow> looks like typical strerror(0) or sprintf("%m") with errno == 0
<f00b4r0> i see
<jow> likely because it's a "synthetic" error and not one due to a failing system function setting errno
<f00b4r0> of course the bigger annoyance is that the error is ignored in the build process, so it continues its merry way with more failures and eventually results in a "successful" (exit == 0) build that really isn't
<f00b4r0> not sure why we do this, maybe this is for compat with buildbot?
<jow> exactly
<f00b4r0> *sigh*
<f00b4r0> we should fix buildbot to gracefully handle the error instead, imho
<jow> half of the people want too big images to hard fial the build, the other half doesn't
<f00b4r0> this is confusing the users
<jow> as is not providing targets featuring several dozen images just because the image for one router model was too large
<f00b4r0> yeah but that can (and should) be handled by the buildbot process, which is the only place where this behavior is desirable, afaict
<jow> not sure if it was made configurable (might be a candidate for CONFIG_BUILDBOT and/or developer options)
<jow> could also be that you can achieve hard fail semantics by not using multi rootfs image settings but building a profile specifically for one board
<f00b4r0> that would be a good first step indeed
<jow> well, I know of several people with custom build automations that also do not want hard fail
<f00b4r0> it makes no sense, it breaks every unix rule ;P
<jow> but I guess defaulting to hard fail with an option to turn it off would be fine
<f00b4r0> you can ignore an error code, you cannot look for an error if you don't know there is one. especially since the error message varies from device to device
<jow> no you can't really ignore the error code with a simple build wrapper
<jow> the build will abort and other, unrelated artifacts remain unbuilt
<jow> only way out is manually disabling the affected board profile, which obviously is not possible to automate
<f00b4r0> well, if you're building something and actually need the build product, having the build fail when the build product isn't created seems fairly logical?
<f00b4r0> except in the buildbot case where we go like "heh, don't care" ;)
<jow> if the intent is to build e.g. the entire ath97/generic subtarget with 40 or so different images then "the product" is "all images that can be built"
<f00b4r0> in a buildbot scenario, yes
<jow> community builds
<jow> ci
<jow> all not using buildbot
<f00b4r0> in a scenario where you're building images for deployment on actual devices, no
<f00b4r0> I ended up having to code a secondary wrapper that checks for image existence and do the hard fail if it's not there. Problem is: I cannot programmatically report the error *cause*, because the error message isn't even prefixed with e.g. "Error" ;P
<f00b4r0> anyhow, not my fight. Meanwhile I started putting together ucode bits for native curl support, is this something you'd be interested in? :)
<jow> The error you quoted also does not stem from any of the build steps in include/image-commands.mk, it is likely generated by some random firmware-utils tool
<jow> yeah, would be appreciated
<f00b4r0> yep, that's why it changes from device to device
<dwfreed> jow: make has a 'keep going'
<f00b4r0> ok, i'll clean up what I have and will open a PR
<f00b4r0> dwfreed: good point, indeed it does
<jow> dwfreed: yeah but continuing after failing to build e.g. dnsmasq or packing one of fourty images because it exceeds device limits should likely be treated differently
<dwfreed> some of it can be handled with --keep-going, some of it can be handled with a config variable for ignoring image build failures
<dwfreed> the latter could even default to the value of buildbot
efahl is now known as Guest2330
Guest2330 has quit [Read error: Connection reset by peer]
efahl has joined #openwrt-devel
<jow> yes
Daanct12 has quit [Quit: WeeChat 4.3.5]
* russell-- just bisected my zyxel gs1900-24e brokenness to a376508216440178184fb3ab71faf87eea637109, going to try reverting it against master and see if that fixes it
Tapper has joined #openwrt-devel
minimal has joined #openwrt-devel
ar7ch has quit [Remote host closed the connection]
<russell--> yep, reverting a376508216440178184fb3ab71faf87eea637109 fixes zyxel gs1900-24e for me
rua has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<owrt-images-builds> Build [#329](https://buildbot.openwrt.org/images/#/builders/220/builds/329) of `master_mpc85xx/p2020` completed successfully.
rua has quit [Quit: Leaving.]
Tapper has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
goliath has joined #openwrt-devel
<owrt-images-builds> Build [#328](https://buildbot.openwrt.org/images/#/builders/205/builds/328) of `master_mpc85xx/p1020` completed successfully.
goliath has quit [Quit: SIGSEGV]
Tapper has joined #openwrt-devel
efahl has quit [Write error: connection closed]
efahl has joined #openwrt-devel
<owrt-images-builds> Build [#328](https://buildbot.openwrt.org/images/#/builders/187/builds/328) of `master_lantiq/xway_legacy` failed.
zer0def has quit [Remote host closed the connection]
<owrt-images-builds> Build [#333](https://buildbot.openwrt.org/images/#/builders/85/builds/333) of `master_bcm53xx/generic` completed successfully.
goliath has joined #openwrt-devel
efahl has quit [Read error: Connection reset by peer]
efahl has joined #openwrt-devel
efahl has quit [Read error: Connection reset by peer]
efahl has joined #openwrt-devel
efahl is now known as Guest2349
Guest2349 has quit [Read error: Connection reset by peer]
efahl has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
efahl has quit [Remote host closed the connection]
efahl has joined #openwrt-devel
<owrt-images-builds> Build [#220](https://buildbot.openwrt.org/images/#/builders/239/builds/220) of `master_starfive/generic` completed successfully.
efahl is now known as Guest2351
efahl has joined #openwrt-devel
Guest2351 has quit [Read error: Connection reset by peer]
<owrt-images-builds> Build [#344](https://buildbot.openwrt.org/images/#/builders/25/builds/344) of `master_realtek/rtl838x` completed successfully.
efahl has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
efahl has joined #openwrt-devel
rua has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
zer0def has joined #openwrt-devel
<owrt-images-builds> Build [#329](https://buildbot.openwrt.org/images/#/builders/168/builds/329) of `master_imx/cortexa7` completed successfully.
<stintel> [88479.819540] ath11k c000000.wifi: invalid pdev id 1 in bss_chan_info event
<stintel> [88479.818886] ath11k c000000.wifi: bss channel survey timed out
<stintel> ahh
<stintel> fucking qca garbage
<robimarko> I love how you believed it would actually fully work
<robimarko> Maybe if they actually allowed access to the current ath11k FW
<mrnuke> What's up with that "bss channel survey timed out" anyway? I keep seeing it every now and then
<stintel> I never believed it :P
<stintel> but I got those APs for free so I figured I'd give them a chance for in my house
<stintel> but I canceled my apartment lease so I'll just move the MTK APs from there to here
<stintel> and take the edgecores to the shooting range for target practice
<robimarko> They work fine as AP-s unless you want any advanced feature
<stintel> I'm using them as AP and I don't think I use any advanced feature
<mrnuke> In QCA land, anything above IBSS and HOHT is an "advanced feature"
<stintel> lol
<robimarko> Ahh, its EAP101(Or whichever one uses ipq60xx)
<stintel> yeah that one
<robimarko> Yeah, that makes sense
<robimarko> QCA are being d*cks and dont want to publish current ath11k FW
<robimarko> Because stuff actually works with it
<stintel> maybe we should nuke qca targets from OpenWrt
<stintel> if they can no longer leech openwrt to build qca sdk ..
<stintel> we might have some leverage
<robimarko> That would achieve nothing, as they dont need those targets to be in OpenWrt
<robimarko> Hence they are still on OpenWrt 19.07
<robimarko> They couldnt care less, but I care since it took multiple years to get those usable
<robimarko> ipq807xx, not ipq60xx which is crippled with the FW
<stintel> "usable"
<mrnuke> What is upstream linux stops taking in their ath..k wifi drivers unless usable firmware is available? Would that have any leverage?
<stintel> [ 0.000000] Machine model: Edgecore EAP101
radxanaoki has joined #openwrt-devel
<robimarko> mrnuke: Well, the thing is that it probably works just fine on their reference boards
<robimarko> So its usable
<stintel> robimarko: I have 2 of those, given the complete shit stability I'm tempted to just nuke them
<robimarko> But I have no idea why they are refusing to publish 2.9 FW for ipq60xx
<stintel> if you want the I could ship them to you
<robimarko> No need, I have one or two of those
<robimarko> I just lack time to deal with ipq60xx anymore
<stintel> ok
<robimarko> And ipq807xx is cheap enough and works way better
<stintel> then they will be paper weights
<mrnuke> I feel very encouraged when downloading a GPL dump and finding it on kernel v4.4
<robimarko> Yeah, all QSDK releases before 12.0 used kernel 4.4
<mrnuke> Oh! New device with old QSDK! Very exciting indeed!
<robimarko> I doubt the design is new
<robimarko> They probably use the same codebase for all models
<robimarko> As that makes it much easier to generate BDF-s and certify stuff
<mrnuke> It's probably a renewed EAP610-Outdoor that's been out for a few years. The chassis looks identical
<slh> it's a bit sad to consider what the hardware could do, if QCA would spend a little more on doing proper netdev/ netfilter development. but considering the limits it has in OpenWrt, ipq807x works pretty well and reliably for me
hurricos has joined #openwrt-devel
<hurricos> back
<hurricos> UPS died in the night and woke me at 4AM
<owrt-images-builds> Build [#340](https://buildbot.openwrt.org/images/#/builders/82/builds/340) of `master_realtek/rtl930x` completed successfully.
Tapper has joined #openwrt-devel
* Mangix is looking at local mac80211 patches
<Mangix> 543-ath9k_entropy_from_adc.patch is nonsense
cmonroe has quit [Read error: Connection reset by peer]
<Mangix> I don't understand 501-ath9k_ahb_init.patch
<owrt-images-builds> Build [#331](https://buildbot.openwrt.org/images/#/builders/190/builds/331) of `master_at91/sam9x` completed successfully.
<owrt-images-builds> Build [#335](https://buildbot.openwrt.org/images/#/builders/99/builds/335) of `master_bcm4908/generic` completed successfully.
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rmilecki has quit []
Felix_ has joined #openwrt-devel
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
<owrt-images-builds> Build [#346](https://buildbot.openwrt.org/images/#/builders/60/builds/346) of `master_realtek/rtl839x` completed successfully.
Tapper has quit [Quit: Tapper]
mark22k has quit [Quit: The Lounge - https://thelounge.chat]
mark22k has joined #openwrt-devel
gch981213 has joined #openwrt-devel
jkl has quit [Quit: Gone.]
<owrt-images-builds> Build [#191](https://buildbot.openwrt.org/images/#/builders/240/builds/191) of `master_imx/cortexa53` completed successfully.
jkl has joined #openwrt-devel
kirdesde5 has joined #openwrt-devel
kirdesde has quit [Ping timeout: 480 seconds]
kirdesde5 is now known as kirdesde