AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
rua has quit [Quit: Leaving.]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Remote host closed the connection]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed has joined #openwrt-devel
AtomiclyCursed has quit [Read error: Connection reset by peer]
AtomiclyCursed2 has joined #openwrt-devel
felix has quit []
felix has joined #openwrt-devel
eluks has quit [Remote host closed the connection]
eluks has joined #openwrt-devel
valku has quit [Quit: valku]
sorinello has joined #openwrt-devel
khrbtxyz has quit [Ping timeout: 480 seconds]
khrbtxyz has joined #openwrt-devel
rua has joined #openwrt-devel
goliath has joined #openwrt-devel
lucenera3 has joined #openwrt-devel
lucenera has quit [Read error: Connection reset by peer]
lucenera3 is now known as lucenera
enyc has quit [Ping timeout: 480 seconds]
<f00b4r0>
testing 24.10-rc2 on mt7621/mt7915e, I'm seeing a lot of hostapd errors in logs: "IEEE 802.11: did not acknowledge authentication response" and "nl80211: kernel reports: integer out of range". This is new vs 23.05. Is this expected?
robimarko has joined #openwrt-devel
n3ph has joined #openwrt-devel
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
Shados_ has quit []
Shados has joined #openwrt-devel
Shados has quit []
Shados has joined #openwrt-devel
n3ph has quit [Quit: WeeChat 4.4.3]
n3ph has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
n3ph has joined #openwrt-devel
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
n3ph_ has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
donoban-woops is now known as donoban
dermoth_ has joined #openwrt-devel
dermoth has quit [Remote host closed the connection]
totkeks has joined #openwrt-devel
<schmars[m]>
f00b4r0 there's an issue with many people reporting the same message over time. probably multiple underlying issues that result in the same generic message. i've had it on a few 23.05 devices in the past and it's since disappeared, others are reporting it just recently
<schmars[m]>
hauke askes for minimum viable repro wifi config
<schmars[m]>
the authentication response message is normal wifi operations i think. talking about the integer out of range
dermoth_ is now known as dermoth
romany has quit [Remote host closed the connection]
<Habbie>
aparcar[m], can we have APK version checking back in packages/.github? :)
<Habbie>
aparcar[m], coworker just found out after a 70 minute build
<totkeks>
github action workflow?
<Habbie>
yes
goliath has quit [Quit: SIGSEGV]
n3ph has quit [Ping timeout: 480 seconds]
mrkiko has quit [Quit: Lost terminal]
minimal has joined #openwrt-devel
totkeks has quit [Ping timeout: 480 seconds]
gromero has joined #openwrt-devel
<aparcar[m]>
Habbie: the SDK build will fail with that very reason information
<Habbie>
yes, after 70 minutes, with a logfile so big that github truncates it (there's a secondary idea here, which is exposing errors more clearly to the Actions UI :) )
valku has joined #openwrt-devel
totkeks has joined #openwrt-devel
valku has quit [Quit: valku]
<f00b4r0>
schmars[m]: thanks. I've posted on the FH issue with a repro config. It's a very basic one (open network) so something is quite clearly broken. I don't recall seeing this error in 23.05; neither the acknowledge message which seems to correlate with clients unable to exchange data
<f00b4r0>
s/FH/GH/
<stintel>
ERROR: failed to create package: /home/stijn/Development/OpenWrt/openwrt/bin/packages/aarch64_generic/stintel_wip/k0s-1.31.3+k0s.0-r1.apk: package version is invalid
<stintel>
ugh
<robimarko>
Yeah, APK is quite specific
<robimarko>
You can use _k0s
<robimarko>
But the dot after will make it fail
<stintel>
great, so that's going to require some hackery to fix
<stintel>
sigh
<stintel>
there's a talos linux build for Rock 5B but iirc that doesn't have SSH etc
noltari_ has joined #openwrt-devel
<stintel>
unable to run tcpdump on host is just not acceptable
<Habbie>
'just run a privileged container' ;)
<stintel>
ERROR: failed to create package: /home/stijn/Development/OpenWrt/openwrt/bin/packages/aarch64_generic/stintel_wip/k0s-1.31.3_0-r1.apk: package version is invalid
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<stintel>
yeah ok that upstream version is completely incompatible with apk
<Habbie>
i have a _ - replacement thing in the alpine ports for the pdns stuff, so that 5.2.0-alpha1 etc. work
<Habbie>
for openwrt i'm not sure i can (or want to) figure out string replacement, but overriding the tar ball name should work
<stintel>
yes but alpha is ok, k0s is not
<stintel>
I guess I can opt for _p0 instead of +k0s.0
<stintel>
and then the next problem is blockd does not support mounting the same block device multiple times so you cannot mount multiple btrfs subvolumes on a different mount point
<stintel>
welp
<stintel>
maybe I should just give up on this experiment
schwicht has joined #openwrt-devel
<blogic>
OpenWrt Two ... you heard it here first
<blogic>
had a call with Gl.Inet today, they want to help us
<jakllsch>
spiffy
<blogic>
will cast a [VOTE] after xmas
<blogic>
10G copper/sfp uplink, 5 port 2.5G downlink, tri-band wifi-7
<katia>
:O
<katia>
one hundred billion dollars
<blogic>
katia: hope it'll be way cheaper but I do undersatnd the reference ;)
<katia>
tri-band wifi7 is enticing :)
<blogic>
I also need to send an update email to owrt-devel, we sold out 1.2k One within 4 days and will produce 2k more units starting on the 20th dec with them being on sale expected 5th Jan
<blogic>
that means 12k$ donation to the project with another 20k in flight
<Mangix>
what the'
<Mangix>
i had no idea it was posted for sale
caskd has quit [Ping timeout: 480 seconds]
<totkeks>
that OW2 sounds a bit like a BPI-R4 *thinking*
<totkeks>
where can I find this christmas wishlist? I'd like to add native GPON to it. ;-)
goliath has joined #openwrt-devel
<blogic>
totkeks: it'll have a SFP so you can add any 10G uplink you like
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
<blogic>
I am still stuck on 1G GPON
<blogic>
also I am thinking to use a STM32 MCU to replace the holtek, RTC, HW WDT and also add ARM DAP/JTAG via usb bulk using zephyr
<blogic>
gch981213: I pinged him today as he originally proposed this idea for the "One"
<blogic>
would love to have fTPM in there aswell but 100MHz is a bit too slow
<blogic>
so for TPM we either have to use a NXP silicon or make OP-TEE plus fTPM work within uboot