paper_ has quit [Ping timeout: 480 seconds]
paper_ has joined #openwrt-devel
embargo has quit [Ping timeout: 480 seconds]
embargo has joined #openwrt-devel
paper_ has quit [Ping timeout: 480 seconds]
neoraider has quit [Ping timeout: 480 seconds]
embargo has quit [Ping timeout: 480 seconds]
paper_ has joined #openwrt-devel
neoraider has joined #openwrt-devel
embargo has joined #openwrt-devel
neoraider has quit [Ping timeout: 480 seconds]
neoraider has joined #openwrt-devel
paper_ has quit [Ping timeout: 480 seconds]
paper_ has joined #openwrt-devel
zarzarzar has quit [Ping timeout: 480 seconds]
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #openwrt-devel
zarzarzar has joined #openwrt-devel
hanetzer2 has joined #openwrt-devel
hanetzer1 has quit [Ping timeout: 480 seconds]
schwicht_ has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
hanetzer3 has joined #openwrt-devel
hanetzer2 has quit [Ping timeout: 480 seconds]
neoraider has quit [Ping timeout: 480 seconds]
neoraider has joined #openwrt-devel
schwicht_ has quit [Quit: Textual IRC Client: www.textualapp.com]
schwicht has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<owrt-snap-builds> Build [#842](https://buildbot.openwrt.org/master/images/#builders/1/builds/842) of `ath79/generic` failed.
rsalvaterra has quit [Quit: No Ping reply in 180 seconds.]
rsalvaterra has joined #openwrt-devel
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
cbeznea has joined #openwrt-devel
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
valku has quit [Quit: valku]
csrf has quit [Quit: Leaving]
schwicht has quit [Read error: Connection reset by peer]
schwicht has joined #openwrt-devel
mcbridematt has joined #openwrt-devel
Mathew has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
<jow> dhewg: yes, intended
<jow> dhewg: use rtrim(fd.read("line"), "\n") (or trim(fd.read("line")) if you do not care about leading and trailing whitespace)
<dhewg> sure, but I wonder how \n might be useful here?
cbeznea has quit [Quit: Leaving.]
<jow> ability to differentiate eof from empty line
<jow> ability to differentiate last line without eol from line with eol
<dhewg> hm ok, maybe I'm comparing ucode too much to scripting langs
<dhewg> and I got this beauty, heh: if (type(value) == "string") return index(value, ".") >= 0 ? value / 1.0 : int(value); // TODO WAT double()? e+?
<dhewg> there's int(), but no double()? I devide a string by 1.0 to get one heh
<dhewg> *divide
<dhewg> apart from that, is there a smarter way to convert a random string to either int or double?
<dhewg> (by which I mean one of them according to what the string represents)
MaxSoniX has joined #openwrt-devel
danitool has joined #openwrt-devel
<T-Bone> jow: just curious, do you plan to backport to 22.03 your luci wireguard improvements or will that be for another time?
T-Bone is now known as f00b4r0
robimarko has joined #openwrt-devel
f00b4r0 has quit [Remote host closed the connection]
f00b4r0 has joined #openwrt-devel
<\x> luci port status merge when jow
Borromini has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 99.5% packages reproducible in our current test framework.)
<owrt-snap-builds> Build [#400](https://buildbot.openwrt.org/master/images/#builders/72/builds/400) of `imx/cortexa9` failed.
floof58 has quit [Ping timeout: 480 seconds]
floof58 has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
<stintel> jow: do you have an example of how lsdir works with regex ?
<stintel> (ucode)
<karlp> It's great having our own language :)
borek has joined #openwrt-devel
tlj has quit [Ping timeout: 480 seconds]
cbeznea has joined #openwrt-devel
Tapper has joined #openwrt-devel
<dhewg> stintel: regexp are passed as /regexp/, so I guess lsdir("/lib", /foo/) ?
tlj has joined #openwrt-devel
<stintel> dhewg: didn't work, also tried lsdir(regexp('\/sys\/.*'))
<dhewg> seems to work here
<dhewg> ucode -p 'import { lsdir } from "fs"; lsdir("/usr/lib", /^lib[ab
<dhewg> c]/);'
<stintel> oh wait you're giving lsdir a 2nd arg
<dhewg> yah :P
<stintel> ahhh
<dhewg> its either glob or regexp, dir is unchanged
<dhewg> or null as it seems, which gives you everything
<stintel> gotcha, thanks
<dhewg> the ucode src is readable, so that's my primary doc atm, especially for lib/
<nick[m]12> hauke: oh sounds stressfull ^^ lets see but thanks! :)
<stintel> dhewg: not that good at reading things slightly more complicated than hello world :P
<stintel> ok but I see it now
<dhewg> hehe
cbeznea has quit [Quit: Leaving.]
bluew has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
hell__ has joined #openwrt-devel
<hell__> hi, so the fix suggested in https://forum.openwrt.org/t/arcadyan-arv7519rw22-kernel-size-boot-error/118422 for ARV7519RW22 works
<hell__> the board was disabled a while ago: ttps://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c027dbac5a5222e6be4706a7a6a0effefce8ae76
<hell__> the thing is, ARV7519RW22 uses brnboot as stock bootloader, and https://openwrt.org/toh/arcadyan/arv7519rw22#bootloader_mods contains an openwrt-branded build of u-boot
<hell__> the install procedure involves replacing brnboot with u-boot, then using u-boot to flash openwrt. it's this u-boot build that is buggy
<hell__> what we did to fix this was to enable u-boot builds for ARV7519RW22 in openwrt, and apply the same kind of fix as done for VGV7519: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=ea12a80276c0aca680d67515e7f651e2cef3f3ee
<hell__> now we just have to figure out how to upstream this fix
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
<dhewg> upstream uboot doesn't have any support for lantiq socs
<dhewg> that's all coming from the patches/ folder
<dhewg> there's a readme, that gives the answer to where to PR any fixes
goliath has joined #openwrt-devel
minimal has joined #openwrt-devel
<hell__> yeah, we added a new patch in there
<hell__> it's using u-boot-lantiq
<hell__> the PRs would be for openwrt: one to add the patch and add ARV7519RW22 to package/boot/uboot-lantiq/Makefile, another to re-enable image building (so that we can use official releases), and an update to the wiki instructions to reference the working u-boot package
<hell__> actually, the first PR would do the same as https://github.com/openwrt/openwrt/pull/1883
<hell__> the "couple of important changes" listed there (unsetting CONFIG_SYS_DRAM_PROBE, and setting CONFIG_SYS_BOOTM_LEN to 0x1000000) are critical
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_omap.html has been updated. (11.1% images and 99.6% packages reproducible in our current test framework.)
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
aiyion_ has joined #openwrt-devel
valku has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
cbeznea has joined #openwrt-devel
<stintel> wooops, was doing an 500Mbps UDP iperf, told hostapd to do channel switch, somehow client didn't not survive that, as a result, the 500Mbps was directed to my M300, on a network with INPUT FORWARD OUTPUT set to REJECT, killing the thing completely
<stintel> looks like I need to implement some DoS protection :P
dangole has quit [Remote host closed the connection]
isak_ has joined #openwrt-devel
<f00b4r0> stintel: INPUT DROP is a saner default imho
<f00b4r0> and i would probably argue the same for FORWARD
<stintel> f00b4r0: DROP is horribly annoying for timeouts
<stintel> and makes debugging stuff harder than it needs to be
isak has quit [Ping timeout: 480 seconds]
<f00b4r0> stintel: sure, but then you're exposed, as you just found out :)
<stintel> REJECT --limit 10/s then DROP is what I usually do on !OpenWrt, but this is going to require a lot of custom rules
<stintel> or a new feature in fw4 :P
<f00b4r0> ;)
<stintel> also with that iperf over 2.4 ... zigbee zwave slow or dead :P
gladiac has joined #openwrt-devel
<Slimey> ahh
<Slimey> got one of those angry parent emails "My son has made several calls to the IT department, in which he was repeatedly informed that it is being worked on. blah blah blah" but see no emails from him to the helpdesk lol the lies never stop. kids
gladiac has quit [Quit: k thx bye]
<soxrok2212> trying to materialize https://forum.openwrt.org/t/adding-support-for-tp-link-xdr-6086/140637/17?u=soxrok2212 into a full shell, hitting some roadblocks
<minimal> Slimey: well they did say "calls", not "emails" ;-)
<Slimey> calls are logged into the helpdesk as well
<Slimey> never mind that we have prob like 5 open labs on campus open all the time
isak has joined #openwrt-devel
schwicht has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
isak_ has quit [Ping timeout: 480 seconds]
* hell__ can't really approve OpenWRT patches (not OpenWRT dev), but they have experience reviewing coreboot and flashrom patches
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
borek has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
<PaulFertser> hell__: thank you for contributing to OpenWrt!
Ansuel has joined #openwrt-devel
<Ansuel> some feedback about this?
<Ansuel> tl;dr i'm adding a way to use release tools container but the branch needs to match a pattern... currently i opnly check a prefix openwrt-22.03
<Ansuel> should i check for a prefix like
<Ansuel> openwrt-22.03- (notice the extra - at the end)
srslypascal is now known as Guest562
srslypascal has joined #openwrt-devel
<hell__> PaulFertser: thanks! we (hell__) only reviewed the PRs and brought them to others' attention; it's not much, but it's something :D
Guest562 has quit [Ping timeout: 480 seconds]
<Ansuel> mh? what is the current discussion ?
<Ansuel> i bet mvebu ?
<hell__> Ansuel: no, it's about a lantiq xrx200 device: https://github.com/openwrt/openwrt/pull/9742 and https://github.com/openwrt/openwrt/pull/9746
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (96.2% images and 99.6% packages reproducible in our current test framework.)
Mathew has joined #openwrt-devel
mcbridematt has quit [Ping timeout: 480 seconds]
yolo has quit [Remote host closed the connection]
<owrt-2203-builds> Build [#186](https://buildbot.openwrt.org/openwrt-22.03/images/#builders/63/builds/186) of `at91/sama7` failed.
gladiac has joined #openwrt-devel
<aiyion_> ynezz: I just saw, you were involved in adding support for the "Renkforce WS-WN530HP3-A" in march this year; I was told Birger is unavailable at the moment; would you mind taking a look at my (rather similar) patch?
aiyion_ is now known as aiyion
cbeznea has quit [Quit: Leaving.]
gladiac has quit [Quit: k thx bye]
bluew has joined #openwrt-devel
MaxSoniX has quit [Quit: Konversation terminated!]
Borromini has joined #openwrt-devel
Borromini has quit []
Tapper has quit [Ping timeout: 480 seconds]
robimarko has quit [Quit: Leaving]
rmilecki has joined #openwrt-devel
Borromini has joined #openwrt-devel
Tapper has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 99.6% packages reproducible in our current test framework.)
Borromini has quit [Quit: Lost terminal]