minimal has quit [Quit: Leaving]
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
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
Mangix has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
Mangix has joined #openwrt-devel
rua has joined #openwrt-devel
ChriChri has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
ChriChri has joined #openwrt-devel
rua has joined #openwrt-devel
goliath has joined #openwrt-devel
rua has quit [Quit: Leaving.]
robimarko has joined #openwrt-devel
mcbridematt has quit [Ping timeout: 480 seconds]
robimarko has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
<robimarko> Is anyone seeing a weird config behaviour?
<robimarko> I set my config via menuconfig, then save it, but after the first make run it will rescan the targets again and then throw that config is out of sync?
<Habbie> i'm pretty sure i read something like that in here earlier this week
<Habbie> that was on monday (UTC timestamps)
robimarko has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
<robimarko> Habbie: Yeah, seems like that is the same issue
robimarko has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
mcbridematt has joined #openwrt-devel
lucenera has quit [Quit: Ping timeout (120 seconds)]
lucenera has joined #openwrt-devel
rua has joined #openwrt-devel
<nbd> Ansuel: could you please double check your commit "scripts/download.pl: detach mirror URLs from script file" for kernel downloads
<nbd> it breaks the kernel download url for me
<Ansuel> nbd let me check
<nbd> it tries to download "https://cdn.kernel.org/pub/6.6.33/linux-6.6.33.tar.xz", which returns 404
<nbd> i need to leave now, might take another look later
<robimarko> Yeah, its not correct
<Ansuel> magic of perl
<Ansuel> pushing a fix
gch981213 has joined #openwrt-devel
torv has quit [Quit: torv]
torv has joined #openwrt-devel
* f00b4r0 curses dnsmasq for not correctly handling "large" SRV replies
<dwfreed> example?
<f00b4r0> host -t SRV _http._tcp.pkg.FreeBSD.org
<f00b4r0> this is maximally annoying when you're trying to run pkg update, of course :)
<dwfreed> likely has nothing to do with size
<dwfreed> try _http._tcp.deb.debian.org, which is tiny in comparison
<f00b4r0> indeed
<f00b4r0> this is plain maximally annoying then.
<dwfreed> on my old and crusty 19.07 firmware, both return NOERROR NODATA, with AA bit set
mrkiko has joined #openwrt-devel
<dwfreed> f00b4r0: is this on 23.05 ?
<f00b4r0> 22.03
<dwfreed> so 2.86
minimal has joined #openwrt-devel
<dwfreed> f00b4r0: check your dnsmasq config, does it have filterwin2k
<f00b4r0> oh, it does
<dwfreed> turn that off
<dwfreed> mine does too
<f00b4r0> it works
<f00b4r0> wunderbar
<f00b4r0> thanks
<dwfreed> fixed here now too
<f00b4r0> i'm fixing all locations ;)
<dwfreed> so in 19.07, it's labeled "filter useless" in luci
<dwfreed> quite a misnomer
<jow> taken from dnsmasq own manpage
<dwfreed> "Do not forward requests that cannot be answered by public name servers"
<nbd> Ansuel: thx
<jow> iirc it has been renamed by now in the ui
<Znevna> in the docs it isn't :P
xback has joined #openwrt-devel
<xback> Ansuel: Just noticed this on ath10k-ct 6.7: https://pastebin.com/raw/8CbezyHV
<Ansuel> open issue and please tag me or i will forget
<xback> will do
<Ansuel> robimarko thing should be improved... there are still some really big corner case but IMHO they are not worth to handle... In such condition the user will have much worse problem (corner case is a .config and you just change the target with a dirty config... it will work but you will have dependency of the previous target... having the update the config 2 times won't be a problem in such broken condition)
xback has quit [Quit: Konversation terminated!]
xback has joined #openwrt-devel
xback has quit [Remote host closed the connection]
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
<dwfreed> Ansuel: I did some looking into xback's report already, because Tapper reported the same in #openwrt earlier; tim->virtual_map is a flex array, but is specified as size 1, so the fortify check complains
<dwfreed> Ansuel: this is an upstream kernel bug
<robimarko> Ansuel: That should be fine enough
<Ansuel> dwfreed yep and i think it should also be already fixed
<Ansuel> or eventually it's just a patch to backport?
<dwfreed> that's what you need
cation has quit [Ping timeout: 480 seconds]
<Ansuel> thanks
ILEoo has joined #openwrt-devel
cation has joined #openwrt-devel
Tapper has quit [Quit: Tapper]
guerby has quit [Quit: Leaving]
<hauke> Multiple routers are affected by a bug in NAT handling: https://blog.apnic.net/2024/06/18/off-path-tcp-hijacking-in-nat-enabled-wi-fi-networks/ We fixed it last year here: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=75e78bcaab847557ce1782eb2dea9dff9a029171
nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
<russell--> jow: /me is hacking on a luci menu thing. what controls the order of dropdowns in the topmenu?
<jow> russell--: there should be an "order" key in the menu json files
<russell--> jow: i see "order" in the dropdown items, but not for the topmenu, e.g. https://github.com/openwrt/luci/blob/master/modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json
<owrt-images-builds> Build [#224](https://buildbot.openwrt.org/images/#/builders/237/builds/224) of `master_bcm27xx/bcm2712` failed.
<jow> russell--: ah, right. They're not set for top level items
<jow> russell--: the menu render code will honor the order property if you add it though
<jow> russell--: if order is absent, `1000` is assumed
<jow> russell--: if two items have the same prio, lexical order is used as fallback
<russell--> jow: aha! thank you!
<russell--> can i override that in the luci-mod-foo package?
<russell--> answer: yes. yes, you can.
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Tapper has joined #openwrt-devel
<neggles> rtznprmpftl: why are you looking at edgerouter infinity
<neggles> there be dragons
<neggles> Octeons truly are a fate worse than death
<mrnuke> Habbie, Ansuel: Thank you for hearing my complaint a couple of days ago!
<Ansuel> hope it can stay that way for long but i doubt
<Ansuel> summer brings lots of free time to troll
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Tapper has quit [Ping timeout: 480 seconds]