<aparcar[m]> Pepes: I didn't set it up, neither did I for any of my other repositories where it alerts me whenever some security issue appears. My point it, I think it's enabled by default and now is the first time it alerted. We can just disable it
<aparcar[m]> I just disabled it in the setting
<aparcar[m]> would be cool however to make it work with makefiles
Monkeh has quit [Quit: No Ping reply in 180 seconds.]
Monkeh has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<philipp64> aparcar[m]: what's the address for the admins?
<philipp64> cheers
<aparcar[m]> philipp64: did you ever touch any libressl stuff?
<philipp64> No, just openssl
<philipp64> Why?
<aparcar[m]> philipp64: I'm trying to compile something with libressl rather than openssl and I get an error, as I'm entirely clueless I was wondering if it's an issue which is complicated or not
<aparcar[m]> The packages uses EVP_MD_CTX_FLAG_FINALISE which isn't found in libressl
<philipp64> Can you paste the offending code?
<philipp64> Does it involve CMS or other signing?
<aparcar[m]> philipp64: https://paste2.org/xx22Nh3V
* russell-- is seeing weirdness on meraki mr24 ethernet, if i cold boot it, link appears, but no traffic. if i boot via an older recover firmware, then warm boot, ethernet passes traffic
<russell--> this is a recent v5.10 kernel build
<russell--> v5.4 kernel does the same thing
<russell--> the other end of the cable is a ubiquiti ERX
<philipp64> aparcar[m]: looking at the code, I think it can be patched... just put #ifdef EVP_MD_CTX_FLAG_FINALISE / #endif around line 88 in apk_crypto.h ...
<philipp64> The flag is for an optimization that's only relevant if you're doing signing (which you're not).
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
tapper has joined #openwrt-devel
valku has quit [Quit: valku]
Borromini has joined #openwrt-devel
feriman has joined #openwrt-devel
<aparcar[m]> philipp64: people should pay you more
<Borromini> aparcar[m]: hate to be that stickler but shouldn't device support commits include flashing instructions etc? 571511ef2994fbe617172217cd6df14d5614d184 has nothing of the sort. Not even a commit message beyond the title.
<Borromini> aparcar[m]: nevermind me, forgot i was looking at your staging tree, not master >_>
<aparcar[m]> Borromini: oh it's old I'm just dragging things
<Borromini> :)
<russell--> i thought maybe the er-x was relevant, but turns out not. plugged into a normal dumb switch, same behavior ... going back to previous builds to see if i can bracket where the problem was introduced.
<russell--> r15696-17fa01bb79 was fine
<russell--> r16186-bf4aa0c6a2 is also fine
<Borromini> russell--: what's happening?
<russell--> ethernet not working on cold boot on mr24
feriman has quit [Quit: WeeChat 3.1]
<russell--> if i boot a working kernel, then warm booting after is fine.
<russell--> warm booting for a not-good kernel still doesn't work
<russell--> so, /me expects some register isn't being configured correctly
<Borromini> with 5.10?
<russell--> both
<russell--> 5.4 and 5.10
<russell--> r16634-5d8ea6d34f is bad
<Borromini> oh :-/
<russell--> i don't usually cold boot devices in the testbed, so i hadn't noticed previously
<philipp64> aparcar[m]: well, anything would be a start. I fixed several sev5 potential CVE's and that's apparently not worth paying...
<philipp64> I know people who would pay a lot to know about potential exploits.
<russell--> r16516-e6d66375cb also bad
plntyk has quit [Remote host closed the connection]
plntyk has joined #openwrt-devel
claviger-pc has joined #openwrt-devel
<claviger-pc> does anyone know if the SXTsq Lite2 (RBSXTsq2nD) works with the builds for the LHG 2 (RBLHG-2nD) as suggested in the wiki (https://openwrt.org/playground/mikrotik_test) ??
<PaulFertser> claviger-pc: do you think it's unsafe to just try to verify that?
<claviger-pc> I would be willing to try, but I would rather not have to buy the device to try it
<plntyk> claviger-pc, same cpu, same flash size, same eth port speed - so it might be compatible
<claviger-pc> I have run openwrt on unsupported devices, so I am not bothered by it, but I do not have time for developing support for it, just need a solution for a good high power AP
<claviger-pc> the wiki implies that it is the same board inside as the LHG 2, but this is not confirmed precisely in the Mikrotik documentation
<plntyk> looks same
<PaulFertser> claviger-pc: oh, I wouldn't recommend mikrotik anything for running OpenWrt these days. They tend to use some tricky partitioning and calibration data storage, so even many boards that were "nicely" supported with ar71xx can not run current releases (ath79) unfortunately, and it involves plenty of development effort to fix.
claviger-pc has quit [Remote host closed the connection]
Namidairo has quit [Ping timeout: 480 seconds]
<PaulFertser> Too bad claviger left
<plntyk> ah
<plntyk> if fcc photos are the same board id on the pcb then its really the same
<PaulFertser> Yep, FCC database is great for cases like that.
claviger-pc has joined #openwrt-devel
<claviger-pc> the other possibility is the tp-link cpe210, but I always think the mikrotik equipment is better built
danitool has joined #openwrt-devel
<russell--> r16351-55be1c3734 seems to be good (starting a proper bisect now)
<plntyk> claviger-pc, https://openwrt.org/playground/mikrotik_test added 2 links showing same mikrotik pcb in FCC test - internal photo section
<PaulFertser> claviger-pc: well, hardware might be a bit better but the decisions made by vendor developers make supporting it too tricky.
<PaulFertser> claviger-pc: oh, I wouldn't recommend mikrotik anything for running OpenWrt these days. They tend to use some tricky partitioning and calibration data storage, so even many boards that were "nicely" supported with ar71xx can not run current releases (ath79) unfortunately, and it involves plenty of development effort to fix.
<plntyk> PaulFertser, was there some post on that - where ? mailing list or forums ?
<PaulFertser> plntyk: hm, not really, I'm not following it too closely. You can compare the list of mikrotik boards for ar71xx and ath79, and then check mikrotik "github pull requests" and pending patches.
rmilecki has joined #openwrt-devel
<russell--> r16433-e48c6400e4 seems to be good
<claviger-pc> PaulFertser: okay, that is a big help to know! Thanks! I will just go with the cpe210 then, as it seems well supported
<PaulFertser> claviger-pc: look at hw revision too, always, for all vendors.
<claviger-pc> yeah, for the cpe210, there are 3, and it seems like current models are v3, supported. Also, ordering amazon, fast delivery and easy return
<PaulFertser> The most impressive built quality in "home AP/router" equipment I saw was in xiaomi mir3g-v1. But then they released locked-down v2 which was a completely different board, so damn them.
adschm has joined #openwrt-devel
<mangix> nbd: thanks for merging
<nick[m]4> blocktrron: did you already test owe wolfssl fix? xD
<owrt-snap-builds> Build [#150](https://buildbot.openwrt.org/master/images/#builders/8/builds/150) of `x86/64` failed.
<owrt-snap-builds> Build [#141](https://buildbot.openwrt.org/master/images/#builders/4/builds/141) of `x86/generic` failed.
rejoicetreat has joined #openwrt-devel
<mangix> I think I'll wait a day before merging the custon ninja-cmake thing in packages
<owrt-snap-builds> Build [#158](https://buildbot.openwrt.org/master/images/#builders/7/builds/158) of `armvirt/32` failed.
<owrt-snap-builds> Build [#139](https://buildbot.openwrt.org/master/images/#builders/24/builds/139) of `ramips/rt288x` failed.
<owrt-snap-builds> Build [#151](https://buildbot.openwrt.org/master/images/#builders/2/builds/151) of `layerscape/armv7` failed.
<owrt-snap-builds> Build [#154](https://buildbot.openwrt.org/master/images/#builders/5/builds/154) of `mxs/generic` failed.
<owrt-snap-builds> Build [#159](https://buildbot.openwrt.org/master/images/#builders/3/builds/159) of `at91/sam9x` failed.
<owrt-snap-builds> Build [#138](https://buildbot.openwrt.org/master/images/#builders/20/builds/138) of `gemini/generic` failed.
<owrt-snap-builds> Build [#144](https://buildbot.openwrt.org/master/images/#builders/6/builds/144) of `lantiq/xway` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/25/builds/133) of `rockchip/armv8` failed.
<owrt-snap-builds> Build [#136](https://buildbot.openwrt.org/master/images/#builders/12/builds/136) of `bcm53xx/generic` failed.
<owrt-snap-builds> Build [#163](https://buildbot.openwrt.org/master/images/#builders/1/builds/163) of `ath79/generic` failed.
<russell--> r16474-f07fe36f22 seems good
rmilecki has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#134](https://buildbot.openwrt.org/master/images/#builders/16/builds/134) of `ath79/mikrotik` failed.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/51/builds/135) of `ramips/rt3883` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/27/builds/133) of `mpc85xx/p1020` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/69/builds/133) of `zynq/generic` failed.
<plntyk> ah thx PaulFertser - "interesting" partition/config stuff on mikrotik like commit 979f4063668185182db7bd2ad4efe6010047765e
<owrt-snap-builds> Build [#92](https://buildbot.openwrt.org/master/images/#builders/71/builds/92) of `bcm4908/generic` failed.
<owrt-snap-builds> Build [#127](https://buildbot.openwrt.org/master/images/#builders/17/builds/127) of `ramips/rt305x` failed.
<owrt-snap-builds> Build [#126](https://buildbot.openwrt.org/master/images/#builders/38/builds/126) of `imx6/generic` failed.
<owrt-snap-builds> Build [#129](https://buildbot.openwrt.org/master/images/#builders/14/builds/129) of `bcm63xx/generic` failed.
<owrt-snap-builds> Build [#138](https://buildbot.openwrt.org/master/images/#builders/39/builds/138) of `ath79/nand` failed.
<PaulFertser> plntyk: yes, but it's not only partitioning borders. It's also related to using tricky erase sizes on SPI models (that nobody else used), it's also about packing essential board configs (including wireless calibration data) in obscure ways.
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/47/builds/137) of `bcm27xx/bcm2710` failed.
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/32/builds/132) of `omap/generic` failed.
feriman has joined #openwrt-devel
<owrt-snap-builds> Build [#130](https://buildbot.openwrt.org/master/images/#builders/31/builds/130) of `layerscape/armv8_64b` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/63/builds/133) of `ath79/tiny` failed.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/48/builds/135) of `bcm47xx/generic` failed.
<owrt-snap-builds> Build [#136](https://buildbot.openwrt.org/master/images/#builders/60/builds/136) of `mpc85xx/p1010` failed.
<zorun> CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
<zorun> looks like zstd is broken
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/37/builds/135) of `sunxi/cortexa7` failed.
<owrt-snap-builds> Build [#126](https://buildbot.openwrt.org/master/images/#builders/11/builds/126) of `sunxi/cortexa53` failed.
<owrt-snap-builds> Build [#134](https://buildbot.openwrt.org/master/images/#builders/49/builds/134) of `mvebu/cortexa53` failed.
<owrt-snap-builds> Build [#123](https://buildbot.openwrt.org/master/images/#builders/34/builds/123) of `lantiq/xrx200` failed.
<owrt-snap-builds> Build [#128](https://buildbot.openwrt.org/master/images/#builders/67/builds/128) of `sunxi/cortexa8` failed.
<zorun> or it's missing a dependency
<mangix> zorun: cmake needs a dependency on ninja
<owrt-snap-builds> Build [#130](https://buildbot.openwrt.org/master/images/#builders/44/builds/130) of `mediatek/mt7622` failed.
claviger-pc has quit [Remote host closed the connection]
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/52/builds/132) of `x86/legacy` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/19/builds/133) of `ramips/mt7621` failed.
<owrt-snap-builds> Build [#140](https://buildbot.openwrt.org/master/images/#builders/65/builds/140) of `archs38/generic` failed.
<owrt-snap-builds> Build [#134](https://buildbot.openwrt.org/master/images/#builders/22/builds/134) of `ipq40xx/generic` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/9/builds/133) of `lantiq/ase` failed.
<owrt-snap-builds> Build [#130](https://buildbot.openwrt.org/master/images/#builders/21/builds/130) of `bcm27xx/bcm2709` failed.
<owrt-snap-builds> Build [#131](https://buildbot.openwrt.org/master/images/#builders/35/builds/131) of `mvebu/cortexa72` failed.
<owrt-snap-builds> Build [#129](https://buildbot.openwrt.org/master/images/#builders/57/builds/129) of `octeon/generic` failed.
<mangix> my testing didn't take a lack of ninja into account since I have it installed locally
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/40/builds/135) of `ipq40xx/mikrotik` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/59/builds/133) of `x86/geode` failed.
<owrt-snap-builds> Build [#124](https://buildbot.openwrt.org/master/images/#builders/29/builds/124) of `pistachio/generic` failed.
<owrt-snap-builds> Build [#136](https://buildbot.openwrt.org/master/images/#builders/46/builds/136) of `ath25/generic` failed.
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/28/builds/132) of `octeontx/generic` failed.
<owrt-snap-builds> Build [#130](https://buildbot.openwrt.org/master/images/#builders/41/builds/130) of `bcm27xx/bcm2708` failed.
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/15/builds/137) of `armvirt/64` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/43/builds/133) of `oxnas/ox820` failed.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/54/builds/135) of `ramips/mt7620` failed.
<mangix> I should probably get a dedicated OpenWrt VM.
<mangix> or container...
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/23/builds/135) of `mpc85xx/p2020` failed.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/68/builds/135) of `at91/sama5` failed.
<owrt-snap-builds> Build [#144](https://buildbot.openwrt.org/master/images/#builders/26/builds/144) of `apm821xx/sata` failed.
<owrt-snap-builds> Build [#136](https://buildbot.openwrt.org/master/images/#builders/18/builds/136) of `mvebu/cortexa9` failed.
<owrt-snap-builds> Build [#127](https://buildbot.openwrt.org/master/images/#builders/50/builds/127) of `mediatek/mt7623` failed.
<owrt-snap-builds> Build [#129](https://buildbot.openwrt.org/master/images/#builders/56/builds/129) of `kirkwood/generic` failed.
<owrt-snap-builds> Build [#128](https://buildbot.openwrt.org/master/images/#builders/10/builds/128) of `bcm63xx/smp` failed.
<owrt-snap-builds> Build [#130](https://buildbot.openwrt.org/master/images/#builders/70/builds/130) of `bcm47xx/mips74k` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/33/builds/133) of `ipq806x/generic` failed.
<owrt-snap-builds> Build [#130](https://buildbot.openwrt.org/master/images/#builders/36/builds/130) of `mediatek/mt7629` failed.
<owrt-snap-builds> Build [#129](https://buildbot.openwrt.org/master/images/#builders/55/builds/129) of `malta/be` failed.
<owrt-snap-builds> Build [#143](https://buildbot.openwrt.org/master/images/#builders/66/builds/143) of `apm821xx/nand` failed.
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/53/builds/133) of `bcm27xx/bcm2711` failed.
<owrt-snap-builds> Build [#141](https://buildbot.openwrt.org/master/images/#builders/61/builds/141) of `arc770/generic` failed.
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/13/builds/132) of `lantiq/xway_legacy` failed.
<owrt-snap-builds> Build [#140](https://buildbot.openwrt.org/master/images/#builders/45/builds/140) of `bcm47xx/legacy` failed.
<owrt-snap-builds> Build [#127](https://buildbot.openwrt.org/master/images/#builders/62/builds/127) of `tegra/generic` failed.
<mangix> jesus
<mangix> systemd-nspawn is amazing
<owrt-snap-builds> Build [#129](https://buildbot.openwrt.org/master/images/#builders/42/builds/129) of `ramips/mt76x8` failed.
<russell--> [ 1.403461] Atheros 8035 ethernet: probe of 4ef600c00.ethernet:01 failed with error -1066114012
<russell--> blocktrron: ^^^
madwoota has left #openwrt-devel [Leaving]
rmilecki has joined #openwrt-devel
<russell--> yeah, 15167671b0d7cf0c95568dd6f9620db082df5d96 broke mr24 on kernel 5.4
<russell--> [ 1.394399] libphy: emac_mdio: probed
<russell--> [ 1.403321] eth0: EMAC-0 /plb/opb/ethernet@ef600c00, MAC 00:01:73:01:23:41
<russell--> [ 1.410236] eth0: found Atheros 8035 ethernet PHY (0x01)
<russell--> reverting that commit fixed it
<russell--> 5.10 was broken earlier
<russell--> presumably, haven't nailed that down yet
rmilecki has quit [Ping timeout: 480 seconds]
rmilecki has joined #openwrt-devel
<russell--> on 5.10, i see: [ 1.552227] eth0: found Generic PHY PHY (0x01)
<russell--> and on a cold boot, i don't see traffic (on b72157984268)
<blocktrron> russell--: please provide more context
<blocktrron> Okay, missed the mr24 part
<blocktrron> ah shit
<blocktrron> i see where it breaks on 5.4
<russell--> and the generic phy isn't working on cold boot on 5.10
<blocktrron> Yeah, the problem is that ret is unitialized on 5.4 if it's not a AR8031
* russell-- needs to go to sleep, can test when he wakes up
feriman has quit [Ping timeout: 480 seconds]
rmilecki has quit [Ping timeout: 480 seconds]
rejoicetreat has quit [Ping timeout: 480 seconds]
Borromini has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 97.2% packages reproducible in our current test framework.)
rmilecki has joined #openwrt-devel
JohnA has joined #openwrt-devel
ylk has joined #openwrt-devel
rmilecki has quit [Read error: Connection reset by peer]
rsalvate_ has joined #openwrt-devel
rsalvaterra has quit [Ping timeout: 480 seconds]
<hauke> any objections in merging this: https://patchwork.ozlabs.org/project/openwrt/patch/20210608194840.470214-1-hauke@hauke-m.de/ and also backporting it to 21.02?
retoatwork has joined #openwrt-devel
<zorun> hauke: both look good to me, I haven't got around to investigate the opkg issue
ylk has quit [Remote host closed the connection]
<owrt-snap-builds> Build [#140](https://buildbot.openwrt.org/master/images/#builders/20/builds/140) of `gemini/generic` completed successfully.
<greearb> ?greear
<owrt-snap-builds> Build [#146](https://buildbot.openwrt.org/master/images/#builders/6/builds/146) of `lantiq/xway` completed successfully.
adschm has quit [Quit: ~ Trillian - www.trillian.im ~]
rejoicetreat has joined #openwrt-devel
<owrt-snap-builds> Build [#161](https://buildbot.openwrt.org/master/images/#builders/3/builds/161) of `at91/sam9x` completed successfully.
rsalvaterra has joined #openwrt-devel
rsalvate_ has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#156](https://buildbot.openwrt.org/master/images/#builders/5/builds/156) of `mxs/generic` completed successfully.
<owrt-snap-builds> Build [#141](https://buildbot.openwrt.org/master/images/#builders/24/builds/141) of `ramips/rt288x` completed successfully.
<owrt-snap-builds> Build [#152](https://buildbot.openwrt.org/master/images/#builders/8/builds/152) of `x86/64` completed successfully.
<owrt-snap-builds> Build [#153](https://buildbot.openwrt.org/master/images/#builders/2/builds/153) of `layerscape/armv7` completed successfully.
<owrt-snap-builds> Build [#160](https://buildbot.openwrt.org/master/images/#builders/7/builds/160) of `armvirt/32` completed successfully.
<owrt-snap-builds> Build [#143](https://buildbot.openwrt.org/master/images/#builders/4/builds/143) of `x86/generic` completed successfully.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/25/builds/135) of `rockchip/armv8` completed successfully.
<owrt-snap-builds> Build [#138](https://buildbot.openwrt.org/master/images/#builders/12/builds/138) of `bcm53xx/generic` completed successfully.
goliath has joined #openwrt-devel
enyc has quit [Ping timeout: 480 seconds]
JohnA has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#131](https://buildbot.openwrt.org/master/images/#builders/14/builds/131) of `bcm63xx/generic` completed successfully.
enyc_ has joined #openwrt-devel
ylk has joined #openwrt-devel
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/69/builds/135) of `zynq/generic` completed successfully.
ylk has quit []
<owrt-snap-builds> Build [#129](https://buildbot.openwrt.org/master/images/#builders/17/builds/129) of `ramips/rt305x` completed successfully.
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/51/builds/137) of `ramips/rt3883` completed successfully.
<owrt-snap-builds> Build [#128](https://buildbot.openwrt.org/master/images/#builders/38/builds/128) of `imx6/generic` completed successfully.
<owrt-snap-builds> Build [#140](https://buildbot.openwrt.org/master/images/#builders/39/builds/140) of `ath79/nand` completed successfully.
<owrt-snap-builds> Build [#136](https://buildbot.openwrt.org/master/images/#builders/16/builds/136) of `ath79/mikrotik` completed successfully.
<owrt-2102-builds> Build [#64](https://buildbot.openwrt.org/openwrt-21.02/images/#builders/31/builds/64) of `x86/geode` failed.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/27/builds/135) of `mpc85xx/p1020` completed successfully.
<owrt-snap-builds> Build [#94](https://buildbot.openwrt.org/master/images/#builders/71/builds/94) of `bcm4908/generic` completed successfully.
gladiac has quit [Quit: k thx bye]
gladiac has joined #openwrt-devel
feriman has joined #openwrt-devel
<owrt-snap-builds> Build [#165](https://buildbot.openwrt.org/master/images/#builders/1/builds/165) of `ath79/generic` completed successfully.
<owrt-snap-builds> Build [#134](https://buildbot.openwrt.org/master/images/#builders/32/builds/134) of `omap/generic` completed successfully.
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/48/builds/137) of `bcm47xx/generic` completed successfully.
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/31/builds/132) of `layerscape/armv8_64b` completed successfully.
rmilecki has joined #openwrt-devel
<owrt-snap-builds> Build [#139](https://buildbot.openwrt.org/master/images/#builders/47/builds/139) of `bcm27xx/bcm2710` completed successfully.
<owrt-snap-builds> Build [#138](https://buildbot.openwrt.org/master/images/#builders/60/builds/138) of `mpc85xx/p1010` completed successfully.
<owrt-snap-builds> Build [#130](https://buildbot.openwrt.org/master/images/#builders/67/builds/130) of `sunxi/cortexa8` completed successfully.
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/37/builds/137) of `sunxi/cortexa7` completed successfully.
<jow> aparcar[m]: yes, for me the procd kill daemon commit is fine and can go in, afair I already acked it
<jow> aparcar[m]: once it is in, I'd propose to remove the three hardcoded killall -9 commands for telnetd, dropbear and ash
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/63/builds/135) of `ath79/tiny` completed successfully.
<owrt-snap-builds> Build [#128](https://buildbot.openwrt.org/master/images/#builders/11/builds/128) of `sunxi/cortexa53` completed successfully.
<aparcar[m]> jow: ack
<jow> aparcar[m]: I did not runtime test it though
<jow> but given that it adds additional kill logic instead of replacing existing one I think that the regression potential is low
<aparcar[m]> I'll give it a rest run
<jow> in the future the service delete code might need a wait loop around it
<jow> iirc the ubus call service delete calls will return immediately but procd might need a while to actually shut the services down
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/9/builds/135) of `lantiq/ase` completed successfully.
<jow> this is currently being dealt with by kill_remaining (so its not worse as before) but since that will happen pretty much immediately after the service delete calls, procd will not have a chance to cleanly shut down the services according to their init script params (signal, wait time etc.) before the uncodintional TERM signals are delivered
<jow> apart from that, the commit is a good intermediate step imho and it will solve the problem of procd respawning stuff unintentionally
<owrt-snap-builds> Build [#125](https://buildbot.openwrt.org/master/images/#builders/34/builds/125) of `lantiq/xrx200` completed successfully.
<owrt-snap-builds> Build [#136](https://buildbot.openwrt.org/master/images/#builders/49/builds/136) of `mvebu/cortexa53` completed successfully.
<owrt-snap-builds> Build [#134](https://buildbot.openwrt.org/master/images/#builders/52/builds/134) of `x86/legacy` completed successfully.
Borromini has joined #openwrt-devel
<aparcar[m]> anyone good with makefiles? I don't understand why the subst command here doesn't work https://github.com/openwrt/openwrt/pull/3811/files#diff-327b383b4b87cd4627eea84a61ada9688b7438baf11536eb74951e4479adb84dR272
<aparcar[m]> it actually adds more commas rather than removing them
<jow> aparcar[m]: evaluated too early
<jow> replace $(subst with $$(subst
<jow> and $(comma) with $$(comma)
<aparcar[m]> ohh
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/64/builds/137) of `realtek/generic` completed successfully.
<aparcar[m]> jow: thanks, that does the trick!
<aparcar[m]> now I just have to figure out building APK with libressl...
<owrt-snap-builds> Build [#131](https://buildbot.openwrt.org/master/images/#builders/57/builds/131) of `octeon/generic` completed successfully.
<jow> what's the issue?
<jow> also waht is libressl needed for? just hash validation?
<aparcar[m]> jow: signing
<aparcar[m]> here is my current build log which fails
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/21/builds/132) of `bcm27xx/bcm2709` completed successfully.
<aparcar[m]> jow: I can also ask the dev to update the Makefile and be less conservative with warnings
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/44/builds/132) of `mediatek/mt7622` completed successfully.
<owrt-snap-builds> Build [#142](https://buildbot.openwrt.org/master/images/#builders/65/builds/142) of `archs38/generic` completed successfully.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/19/builds/135) of `ramips/mt7621` completed successfully.
feriman has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/35/builds/133) of `mvebu/cortexa72` completed successfully.
<owrt-snap-builds> Build [#136](https://buildbot.openwrt.org/master/images/#builders/22/builds/136) of `ipq40xx/generic` completed successfully.
<rmilecki> jow: could you check https://forum.openwrt.org/t/openwrt-21-02-0-second-release-candidate/98026/144 please? there is some issue with reading / caching list of bridge device ports
<rmilecki> jow: whenever you have time, try to enjoy a weekend :)
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/40/builds/137) of `ipq40xx/mikrotik` completed successfully.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/59/builds/135) of `x86/geode` completed successfully.
<owrt-snap-builds> Build [#134](https://buildbot.openwrt.org/master/images/#builders/28/builds/134) of `octeontx/generic` completed successfully.
<owrt-snap-builds> Build [#138](https://buildbot.openwrt.org/master/images/#builders/46/builds/138) of `ath25/generic` completed successfully.
Borromini has quit [Quit: leaving]
Zaba2 has joined #openwrt-devel
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/41/builds/132) of `bcm27xx/bcm2708` completed successfully.
minimal has joined #openwrt-devel
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/54/builds/137) of `ramips/mt7620` completed successfully.
<xdarklight> hauke: my VDSL download speed problem is getting weird: something during system boot halves the performance. when I start a 1GiB download (http://mirror.de.leaseweb.net/speedtest/1000mb.bin) right after DSL showtime on my computer (connected via the ath10k wifi) then the average download speed of that file is ~10MB/s (that's 80Mbit/s). Starting the same download after the first iteration is through my download speed drops to ~5MB/s
<xdarklight> hauke: so we may still have some IRQ issue, but I don't understand (yet) why it seems to be fast for any connection which is established right after DSL showtime but then getting much slower afterwards. I guess I'll try with another device and start with a fresh system configuration to narrow it down
<owrt-snap-builds> Build [#146](https://buildbot.openwrt.org/master/images/#builders/26/builds/146) of `apm821xx/sata` completed successfully.
<owrt-snap-builds> Build [#139](https://buildbot.openwrt.org/master/images/#builders/15/builds/139) of `armvirt/64` completed successfully.
rejoicetreat has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#126](https://buildbot.openwrt.org/master/images/#builders/29/builds/126) of `pistachio/generic` completed successfully.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/43/builds/135) of `oxnas/ox820` completed successfully.
<jow> rmilecki: will probably not be fixed in time for the next rc but hopefully sometime next week
<rmilecki> jow: ok, thanks for looking at it
minimal has quit []
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/23/builds/137) of `mpc85xx/p2020` completed successfully.
<russell--> blocktrron: i'm awake again fwiw
<blocktrron> russell--: see my staging tree
<blocktrron> and: good morning
<blocktrron> :)
<russell--> yeah, was just looking
<russell--> i am having trouble with 5.10 too
<blocktrron> Exactly the same?
<owrt-snap-builds> Build [#138](https://buildbot.openwrt.org/master/images/#builders/18/builds/138) of `mvebu/cortexa9` completed successfully.
<russell--> the behavior is the same, but instead of the probe error i get a "Generic Phy"
<russell--> your patch fixes 5.4
<russell--> [ 1.414154] eth0: found Atheros 8035 ethernet PHY (0x01)
* russell-- does a cold boot to confirm ...
<russell--> yeah, that's fixed 5.4
<russell--> on 5.10, i see: [ 1.552227] eth0: found Generic PHY PHY (0x01)
rmilecki has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#129](https://buildbot.openwrt.org/master/images/#builders/50/builds/129) of `mediatek/mt7623` completed successfully.
<russell--> and it seems like unless some previous boot has frob'd the phy correctly before, the phy doesn't pass traffic
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/68/builds/137) of `at91/sama5` completed successfully.
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/70/builds/132) of `bcm47xx/mips74k` completed successfully.
<russell--> building 5.10 with your patch
<blocktrron> I didn't touch 5-10 with my patch
<blocktrron> can you provide me a full 5.10 dmesg?
<russell--> yeah, still building, standby ...
<wb9688> This is why those new fancy CPUs with lots of cores are awesome; they're so quick at conpiling stuff
<blocktrron> I should've just not touched this at803x mess
<blocktrron> OTOH, it would've broken inevitably with the next kernel
anxy has joined #openwrt-devel
<russell--> fwiw, i checked some of my older builds and for 5.10, 16142-g12dbad1a86 (circa march 9) was okay, and 16516-ge6d66375cb (circa april 13) was bad
<owrt-snap-builds> Build [#131](https://buildbot.openwrt.org/master/images/#builders/56/builds/131) of `kirkwood/generic` completed successfully.
anxy has quit []
<russell--> not actually sure about that starting one
<blocktrron> uhm okay
<russell--> some are 5.4 and some are 5.10 in that period
<blocktrron> that was prior to my patches
feriman has joined #openwrt-devel
<blocktrron> AT803X was not enabled for 5.10 until r16091, so i wonder how it was supposed to work on earlier revisions. See 18a9eff0f607139bc0215197ed8957432d5632e8
<russell--> that's ath79, the mr24 is apm821xx
<blocktrron> urgh
<blocktrron> Okay
<blocktrron> i got cisco'd
* russell-- runs errand, back in 15m
<blocktrron> russell--: build 5.10 again from my staging tree please
<owrt-snap-builds> Build [#130](https://buildbot.openwrt.org/master/images/#builders/10/builds/130) of `bcm63xx/smp` completed successfully.
<russell--> blocktrron: roger
<owrt-snap-builds> Build [#132](https://buildbot.openwrt.org/master/images/#builders/36/builds/132) of `mediatek/mt7629` completed successfully.
<russell--> blocktrron: a) dmesg, http://sprunge.us/1fOhWR ; and b) works after power cycle! yay!
<russell--> that was master + cherrypicking the last two commits from your staging tree
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/33/builds/135) of `ipq806x/generic` completed successfully.
<owrt-snap-builds> Build [#129](https://buildbot.openwrt.org/master/images/#builders/62/builds/129) of `tegra/generic` completed successfully.
<owrt-snap-builds> Build [#131](https://buildbot.openwrt.org/master/images/#builders/55/builds/131) of `malta/be` completed successfully.
<owrt-snap-builds> Build [#135](https://buildbot.openwrt.org/master/images/#builders/53/builds/135) of `bcm27xx/bcm2711` completed successfully.
<owrt-snap-builds> Build [#134](https://buildbot.openwrt.org/master/images/#builders/13/builds/134) of `lantiq/xway_legacy` completed successfully.
djStolen has joined #openwrt-devel
<djStolen> hi all. as i mentioned couple of days back, i bricked my xiaomi 3c router even though doing everything as described here: https://openwrt.org/toh/xiaomi/mir3c
<djStolen> meanwhile, i digged myself a little bit
<djStolen> and figured out that breed bootloader is not open sourced.
<djStolen> at least havent found any source myself
<mangix> strange
<mangix> include/prereq-build.mk is totally broken
<djStolen> also found out that u-boot is supporting uC used in Xiaomi 3C and while doing my research found many more info, also did some board research myself. So would like to share this knowledge with the rest of you, therefore, could u give me the access to edit this page?
feriman has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#143](https://buildbot.openwrt.org/master/images/#builders/61/builds/143) of `arc770/generic` completed successfully.
<owrt-snap-builds> Build [#145](https://buildbot.openwrt.org/master/images/#builders/66/builds/145) of `apm821xx/nand` completed successfully.
<owrt-snap-builds> Build [#142](https://buildbot.openwrt.org/master/images/#builders/45/builds/142) of `bcm47xx/legacy` completed successfully.
tapper has quit [Quit: Tapper]
Zaba2 has quit [Quit: Leaving.]
<russell--> djStolen: PaulFertser is a person you can ask for wiki account
dorf_ has quit [Remote host closed the connection]
dorf_ has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<owrt-snap-builds> Build [#131](https://buildbot.openwrt.org/master/images/#builders/42/builds/131) of `ramips/mt76x8` completed successfully.