goliath has quit [Quit: SIGSEGV]
lemoer has quit [Ping timeout: 480 seconds]
dansan has quit [Ping timeout: 480 seconds]
dansan has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
drussell_ is now known as Guest15394
drussell_ has joined #openwrt-devel
dansan has quit [Remote host closed the connection]
dansan has joined #openwrt-devel
Guest15394 has quit [Ping timeout: 480 seconds]
dansan has quit [Remote host closed the connection]
dansan has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
lemoer has joined #openwrt-devel
gromero has quit [Remote host closed the connection]
lemoer has quit [Ping timeout: 480 seconds]
Nilsro_ has joined #openwrt-devel
Nilsro has quit [Ping timeout: 480 seconds]
slh has quit [Remote host closed the connection]
slh64 has quit [Quit: gone]
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
slh has quit [Remote host closed the connection]
slh64 has quit [Quit: gone]
Daanct12 has joined #openwrt-devel
_whitelogger_ has joined #openwrt-devel
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #openwrt-devel
sorinello has joined #openwrt-devel
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #openwrt-devel
bluew has quit [Remote host closed the connection]
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #openwrt-devel
rua has quit [Quit: Leaving.]
grift has quit [Quit: Bye]
_whitelogger_ has quit [Remote host closed the connection]
grift has joined #openwrt-devel
valku has quit [Quit: valku]
_whitelogger has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.6.2]
_whitelogger has joined #openwrt-devel
Daanct12 has joined #openwrt-devel
_whitelogger has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.6.2]
johnf has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
Daanct12 has joined #openwrt-devel
johnf has joined #openwrt-devel
merbzt has quit [Remote host closed the connection]
merbzt has joined #openwrt-devel
_whitelogger has joined #openwrt-devel
n3ph has joined #openwrt-devel
robimarko has joined #openwrt-devel
<owrt-images-builds> Build [#167](https://buildbot.openwrt.org/images/#/builders/75/builds/167) of `main_mxs/generic` failed: failed './scripts/feeds update' (failure)
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
<opty> efahl: 24.10.1
robimarko has quit [Ping timeout: 480 seconds]
gromero has joined #openwrt-devel
valku has joined #openwrt-devel
goliath has joined #openwrt-devel
cmonroe has joined #openwrt-devel
<stintel> anyone running recent master on qoriq/m300 with an ipv6/ip tunnel (6in4)? I'm getting extremely slow download over the tunnel, would like to know if someone else is seeing that
<stintel> qosify disabled, also removed the macvlan interface that I use, so wan is now directly on eth1
Daanct12 has quit [Quit: WeeChat 4.6.2]
<dwfreed> stintel: I have an m300 in front of me that hasn't been set up yet, and the ability to run a 6in4 tunnel, so I could test that
<dwfreed> would be saturday, busy today and tomorrow
<dwfreed> my biggest challenge might actually be getting the proto 41 traffic to the m300 in my current environment; maybe I'll get lucky and the router I'm connected to can NAT it appropriately
<stintel> dwfreed: would be cool if you can try that
<stintel> I'm looking at 186589 dropped packets on eth1 after only 1h02 uptime
<dwfreed> oof
fakuivan_ has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<stintel> perf top -e skb:kfree_skb shows a lot
<stintel> reasons being NOT_SPECIFIED, QUEUE_PURGE and UNHANDLED_PROTO
<stintel> most of them seem to be QUEUE_PURGE
<dwfreed> https://github.com/cilium/pwru might be helpful ?
fakuivan has quit [Ping timeout: 480 seconds]
fakuivan has joined #openwrt-devel
<stintel> 1363.546 :0/0 skb:kfree_skb(skbaddr: 0xc000000085c91540, location: 0xc00000000090d3ac, reason: 77)
<stintel> let's see if I can figure out what location is exactly
<stintel> but I have to build a new image, I don't have the built kernel source anymore as I've been trying to build the 6.12 bump for qoriq
Kufat has joined #openwrt-devel
<stintel> anyone else tripped over missing symbol CONFIG_RUST_IS_AVAILABLE with 6.12 ?
<stintel> I'm not sure what to do with that, rust is from packages feed, so we'd add some dependency from core to packages feed which we don't want?
<stintel> I guess I can create an issue for it on github
<stintel> alright, flashing new image, let's hope this works
<stintel> ip6_dst_gc
<schmars[m]> isnt this about the rust stuff in the kernel itself - so you'd need rust a host tool
<schmars[m]> if you actually want to build any of the kernel rust things
<stintel> I have rust
<stintel> but that's not the point, the point is the missing kernel config symbol when rust is available
<stintel> we need to add that somewhere somehow so that builds don't trip over the missing / new symbol
<schmars[m]> ah i see, yes
<stintel> ok back to my dropped packets, it seems I'm having a ton of ICMPv6 probes
<dwfreed> somebody ping-of-death-ing you?
<stintel> the packet rate is not that high
<stintel> but if they're probing every possible address in my /56 ...
<dwfreed> they'll finish sometime around the heat death of the universe
<stintel> yeah but you have these organizations doing stuff like that, e.g. shadowserver
<dwfreed> if they sent 1 ping per millisecond, scanning a /56 would take 2,283,367 *years*
<Kufat> I'm doing a 'make world' after minor config changes and seeing a lot of compilations running for packages that shouldn't need rebuilds. Also seeing some failure on some Python packages because the files they want to create already exist. Any suggestions for how to deal with this? Wondering if I should start over with a fresh checkout
gromero has quit [Remote host closed the connection]
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
<stintel> ok I'm going to make a minimal config for my wan + ipv6 tunnel on my openwrt one and do the iperf there
<stintel> might just be some vague bug in the ppc64 / qoriq kernel, or the dpaa/fman/... stuff
minimal has quit [Quit: Leaving]
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
plappermaul has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
<stintel> same problem with the OpenWrt One
guidosarducci_ has joined #openwrt-devel
guidosarducci has quit [Ping timeout: 480 seconds]
guidosarducci_ is now known as guidosarducci
rua has joined #openwrt-devel
lemoer has joined #openwrt-devel
penguintamer is now known as Guest15432
penguintamer has joined #openwrt-devel
Guest15432 has quit [Remote host closed the connection]
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
zer0def has quit [Quit: zer0def]
zer0def has joined #openwrt-devel
nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
ScrewDri- has joined #openwrt-devel
ScrewDriver1337 has quit [Ping timeout: 480 seconds]
ScrewDri- is now known as ScrewDriver1337
plappermaul has quit [Quit: Page closed]
lemoer has quit [Ping timeout: 480 seconds]
sorinello has quit [Ping timeout: 480 seconds]
dansan has quit [Read error: No route to host]
dansan_ has joined #openwrt-devel
<owrt-images-builds> Build [#164](https://buildbot.openwrt.org/images/#/builders/225/builds/164) of `main_mpc85xx/p2020` failed: failed Packages built (failure)
<owrt-images-builds> Build [#161](https://buildbot.openwrt.org/images/#/builders/83/builds/161) of `main_bcm27xx/bcm2711` failed: failed Kmods built (failure)
<owrt-images-builds> Build [#161](https://buildbot.openwrt.org/images/#/builders/98/builds/161) of `main_mvebu/cortexa72` failed: failed Packages built (failure)
<owrt-images-builds> Build [#165](https://buildbot.openwrt.org/images/#/builders/222/builds/165) of `main_bcm53xx/generic` failed: failed Packages built (failure)
goliath has quit [Quit: SIGSEGV]
<owrt-images-builds> Build [#167](https://buildbot.openwrt.org/images/#/builders/65/builds/167) of `main_lantiq/ase` failed: failed Packages built (failure)
<owrt-images-builds> Build [#167](https://buildbot.openwrt.org/images/#/builders/177/builds/167) of `main_at91/sama5` failed: failed Kmods built (failure)
<owrt-images-builds> Build [#164](https://buildbot.openwrt.org/images/#/builders/259/builds/164) of `main_d1/generic` failed: failed Packages built (failure)
<owrt-images-builds> Build [#163](https://buildbot.openwrt.org/images/#/builders/77/builds/163) of `main_bmips/bcm6358` failed: failed Packages built (failure)
<owrt-images-builds> Build [#162](https://buildbot.openwrt.org/images/#/builders/135/builds/162) of `main_bcm27xx/bcm2710` failed: failed Kmods built (failure)
<owrt-images-builds> Build [#167](https://buildbot.openwrt.org/images/#/builders/25/builds/167) of `main_sunxi/cortexa8` failed: failed Kmods built (failure)
<owrt-images-builds> Build [#164](https://buildbot.openwrt.org/images/#/builders/175/builds/164) of `main_imx/cortexa7` failed: failed Packages built (failure)
<owrt-images-builds> Build [#163](https://buildbot.openwrt.org/images/#/builders/126/builds/163) of `main_bmips/bcm6362` failed: failed Packages built (failure)
<owrt-images-builds> Build [#162](https://buildbot.openwrt.org/images/#/builders/130/builds/162) of `main_mediatek/mt7623` failed: failed Kmods built (failure)
<owrt-images-builds> Build [#162](https://buildbot.openwrt.org/images/#/builders/200/builds/162) of `main_mediatek/mt7629` failed: failed Kmods built (failure)
<owrt-images-builds> Build [#167](https://buildbot.openwrt.org/images/#/builders/58/builds/167) of `main_apm821xx/sata` failed: failed Kmods built (failure)
<owrt-images-builds> Build [#167](https://buildbot.openwrt.org/images/#/builders/67/builds/167) of `main_armsr/armv7` failed: failed Kmods built (failure)
drussell_ is now known as Guest15446
drussell_ has joined #openwrt-devel