* Luke-Jr wonders why netconsole isn't in the opkg repos :|
minimal has quit [Quit: Leaving]
clayface_ has joined #openwrt-devel
clayface has quit [Ping timeout: 480 seconds]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
danitool_ has quit [Ping timeout: 480 seconds]
zarzarzar has quit [Ping timeout: 480 seconds]
paper_ has quit [Ping timeout: 480 seconds]
neoraider has quit [Ping timeout: 480 seconds]
paper_ has joined #openwrt-devel
neoraider has joined #openwrt-devel
zarzarzar has joined #openwrt-devel
<\x> hi, can I have some assistance?
<\x> # hostapd hostapd-phy1.conf
<\x> Line 6: unknown configuration item 'intel_lar'
<\x> 1 errors found in configuration file 'hostapd-phy1.conf'
<\x> Failed to set up interface with hostapd-phy1.conf
<\x> Failed to initialize interface
<\x> ??
srslypascal is now known as Guest1643
srslypascal has joined #openwrt-devel
Guest1643 has quit [Ping timeout: 480 seconds]
valku has quit [Quit: valku]
seer has quit [Server closed connection]
seer has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
csrf has joined #openwrt-devel
cbeznea has joined #openwrt-devel
swalker has quit [Server closed connection]
swalker has joined #openwrt-devel
<ynezz> jow: could you please check https://github.com/openwrt/openwrt/pull/10566 (xxdi.pl) ?
srslypascal is now known as Guest1653
srslypascal has joined #openwrt-devel
Guest1653 has quit [Ping timeout: 480 seconds]
hurricos has quit [Server closed connection]
hurricos has joined #openwrt-devel
<owrt-snap-builds> Build [#646](https://buildbot.openwrt.org/master/images/#builders/10/builds/646) of `bcm63xx/smp` failed.
dansan has quit [Server closed connection]
dansan has joined #openwrt-devel
danitool_ has joined #openwrt-devel
danitool has joined #openwrt-devel
danitool_ has quit [Read error: Connection reset by peer]
<jow> ynezz: the intent is to silently skip the -i flag?
indy_ has joined #openwrt-devel
indy has quit [Ping timeout: 480 seconds]
indy_ is now known as indy
mangix has quit [Server closed connection]
mangix has joined #openwrt-devel
<ynezz> jow: from xxd's manpage "-i output in C include file style. A complete static array definition is written (named after the input file), unless xxd reads from stdin."
<ynezz> jow: so `xxd -i` with stdin input should produce just the array content, `xxd -i file` complete static array definition, `xxd < stdin` is xxdi.pl compat mode, complete array definition with file being set to `stdin`
<jow> ynezz: yeah, I figured. See the paste
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
Piraty has quit [Quit: --]
Piraty has joined #openwrt-devel
<ynezz> jow: ah, seems to work fine, looks much better, thanks! going to CI build test it more in that PR
<ynezz> btw that pastebin mangles the lineendings with \r
<jow> it does? Didn't know
<ynezz> curl https://pastebin.com/raw/zdqt11qs > foo.pl; ./foo.pl -> /usr/bin/env: ‘perl\r’: No such file or directory
<jow> it must be new
Piraty has quit [Remote host closed the connection]
Piraty has joined #openwrt-devel
robimarko has joined #openwrt-devel
csharper2005 has joined #openwrt-devel
torv has quit [Remote host closed the connection]
<csharper2005> ynezz: I've seen this yesterday. After dropping *LLVM* *BPF* all is ok. And build 2 times faster now.
torv has joined #openwrt-devel
<csharper2005> Will 22.03.0 "Gold" code released today? :)
schwicht has joined #openwrt-devel
<rmilecki> is netifd responsible for setting default gateway?
<rmilecki> or some script / whatever?
minimal has joined #openwrt-devel
MaxSoniX has joined #openwrt-devel
_whitelogger has joined #openwrt-devel
csrf has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
* f00b4r0 notices that luci-proto-ppp doesn't depend on ppp and that ppp-mod-pppoe also doesn't depend on ppp (on 21.02), which seems... odd
cbeznea has quit [Quit: Leaving.]
cbeznea has joined #openwrt-devel
<jow> f00b4r0: afair there's been multiple ppp flavors in the past
<jow> ppp vs. ppp-multilink
<f00b4r0> ah!
<jow> before PROVIDES was possible (or fixed)
<f00b4r0> i see
<f00b4r0> hmm, I installed luci-proto-ppp and yet my pppoe interface shows as "unsupported protocol type". /me scratches head
<owrt-snap-builds> Build [#643](https://buildbot.openwrt.org/master/images/#builders/60/builds/643) of `mpc85xx/p1010` failed.
<nbd> rmilecki: netifd handles setting ip addresses and routes
<jow> f00b4r0: try logging out and in again
<f00b4r0> jow: I did that to no avail. Reboot fixed it tho
<f00b4r0> i even tried restarting uhttpd
<jow> f00b4r0: did you also install ppp at the same time?
<jow> pppd
<f00b4r0> aye
<jow> ah okay, thne the problem was not luci but netifd
<jow> unfortunately netifd does not yet support hot-(re-)loading proto handlers, it needs a complete network restart
<f00b4r0> ah ok, so I should have restarted netifd then I guess
<jow> yep
<jow> could paper it over in luci I guess by prompting the user whether a network restart should be performed after a proto handler install
<jow> problem is that we can't do it unconditionally since we do not know if there's uncomitted / unapplied / non-uci managed changes to the network state
<jow> restarting netifd has the nasty side effect of clearing all IP settings from all uci-managed interfaces
<f00b4r0> ic
<owrt-snap-builds> Build [#189](https://buildbot.openwrt.org/master/images/#builders/76/builds/189) of `realtek/rtl838x` failed.
<ldir> anyone reported issues with raspberry pi network interfaces not coming up? no link.
<minimal> ldir: which kernel is this? there was a bug affecting RPI network interface in recent kernels
<ldir> this is building off openwrt master so 5.15.63 - I think 62 had a challenging patch refresh on the bcm27xx target
<minimal> yeah .61 and .62 had that bug and I believe it was fixed in .63
<minimal> ldir: is this the Foundations' kernel or upstream linux kernel? I know it was fixed in Foundation
<ldir> whatever is in openwrt master...I guess upstream + openwrt patches, some of which come from foundation I should think.
<minimal> Foundation asked upstream to revert change in 5.15-stable, see towards botton of https://github.com/raspberrypi/linux/issues/5145
corna has quit [Quit: Leaving]
<ldir> yep that smells exactly like the issue - trust me to hit it the 1st time I try to do anything pi related for years
<minimal> ldir: using upstream rather than the Foundation's fork for RPIs is generally speaking likely to be problematic
<minimal> especially when you throw the bootloader "firmware" in the mix
<ldir> interestingly master is on 5.15.63 - hmmmm
<nbd> jow: do you think it's worth looking into reloading proto handlers in netifd?
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_mediatek.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
<minimal> ldir: yes but that github issue said they *asked* upstream to revert the change on 26th Aug, there's no indication whether/when upstream reverted it
<ldir> ahhh, true...maybe 64 then.
<minimal> ldir: looking at the Changelog for 5.15.63 I don't see it mentioned
<minimal> indeed 5.15.63 came out on 25th, the date *before* they were apparently asked to revert the change...
<ldir> ha - yes that'll be the problem then :-) Thanks for your research minimal, very helpful.
<mrkiko> Anyone has any idea on why 5.15.x kernel seems to not boot on mt7628? I did read on it on the forum and I have some devices. But no serial access so helping would be complicated for me.
<stintel> hmmm I should probably hold off on updating my wired RPi devices then
csharper2005 has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
minimal has quit [Remote host closed the connection]
minimal has joined #openwrt-devel
tlj has quit [Quit: tlj]
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
tlj has joined #openwrt-devel
<owrt-snap-builds> Build [#639](https://buildbot.openwrt.org/master/images/#builders/35/builds/639) of `mvebu/cortexa72` failed.
Misanthropos has joined #openwrt-devel
<jow> nbd: it would make sense, yeah.
<jow> nbd: having to reboot (restart netifd) after an opkg install $protohandler is not ideal
<jow> too much cutoff potential imho, especially when doing it remotely
<f00b4r0> (which is what I did :)
<nbd> i will look into it when i have time
<nbd> currently working on more unetd stuff
<f00b4r0> I still want to test it but I've been trying to hunt the bridge-vlan roaming thing on mt7621 again, with no luck sadly
<nbd> i want unetd to be able to connect multiple routers behind nat without needing a centralized service or a node with a public ip
<nbd> and i already have an idea on how to do it
eduardo010174 has joined #openwrt-devel
<eduardo010174> Hi all.
<eduardo010174> Only report great delay on build toolchain on transfer files for sed binary.
<eduardo010174> *download
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
eduardo010174 has quit [Quit: Page closed]
ekathva has joined #openwrt-devel
ekathva has quit []
tlj has quit [Remote host closed the connection]
minimal has quit [Quit: Leaving]
tlj has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 99.7% packages reproducible in our current test framework.)
Borromini has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<owrt-2102-builds> Build [#25](https://buildbot.openwrt.org/openwrt-21.02/images/#builders/37/builds/25) of `rockchip/armv8` completed successfully.
minimal has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
robimarko has quit [Quit: Leaving]
<hauke> jow: did you push everything to 22.03?
Borromini has quit [Quit: Lost terminal]
<hauke> jow: do you want to add this to 22.03 too? https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=c6d6306827e9296faad26981996825ce3e90259d
MaxSoniX has quit [Quit: Konversation terminated!]
<aparcar[m]> hurricos: could you finish the eth renaming patch by adding two step renaming?
<aparcar[m]> hauke: maybe fixup the backport with correct subject
<Tapper> Yu Zhao of Google and the lead MGLRU developer shared some benchmarks today looking at the MGLRU impact on OpenWrt / MIPS. https://www.phoronix.com/news/MGLRU-Performance-OpenWRT
<Tapper> It will be a verry long time before OpenWrt makes the jump to kernel 6.0
<jow> hauke: yeah, I guess we can pick the latest c6d6306827e9296faad26981996825ce3e90259d bump
<jow> hauke: apart from that I think I'm fine
<Tapper> They built 22.03 with k6.0
PaulFertser has quit [Ping timeout: 480 seconds]
<hauke> wolfssl has some security updates: https://github.com/wolfSSL/wolfssl/blob/master/ChangeLog.md
<hauke> they are all marked as low
<hauke> updating wolfssl broke our system so often, I would wait till afetr the release
<jow> agreed
<f00b4r0> jow, hauke: no interest in having https://git.openwrt.org/f1c9afd801380a05a91d979b475c76cc0a67caae in 22.03?
PaulFertser has joined #openwrt-devel
<hauke> good night, I will probably tag on Firday
<f00b4r0> gnight
<Mangix> f00b4r0: I would not backport that
goliath has quit [Quit: SIGSEGV]
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
Tapper1 has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
kcinimod_ has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
rua has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
kcinimod has joined #openwrt-devel
csrf has joined #openwrt-devel