MaxS0niX has quit [Quit: Konversation terminated!]
mcbridematt has quit [Quit: Leaving]
mcbridematt has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
goliath has quit [Quit: SIGSEGV]
tlj has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
Ansuel has quit [Ping timeout: 480 seconds]
philipp64 has quit [Quit: philipp64]
philipp64 has joined #openwrt-devel
soxrok2212_ has joined #openwrt-devel
soxrok2212 has quit [Ping timeout: 480 seconds]
soxrok2212_ has quit [Read error: No route to host]
soxrok2212 has joined #openwrt-devel
soxrok2212 has quit []
soxrok2212 has joined #openwrt-devel
floof58 has quit [Ping timeout: 480 seconds]
floof58 has joined #openwrt-devel
T-Bone has joined #openwrt-devel
soxrok2212 has quit [Read error: No route to host]
philipp64 has quit [Remote host closed the connection]
philipp64 has joined #openwrt-devel
f00b4r0 has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
Tapper has quit []
valku has quit [Quit: valku]
ptudor has joined #openwrt-devel
ptudor_ has quit [Ping timeout: 480 seconds]
soxrok2212 has joined #openwrt-devel
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Mangix has joined #openwrt-devel
dansan has quit [Ping timeout: 480 seconds]
dansan has joined #openwrt-devel
<owrt-snap-builds> Build [#668](https://buildbot.openwrt.org/master/images/#builders/45/builds/668) of `bcm47xx/legacy` completed successfully.
gladiac has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (100.0% images and 99.7% packages reproducible in our current test framework.)
MaxSoniX has joined #openwrt-devel
goliath has joined #openwrt-devel
cbeznea has joined #openwrt-devel
csrf has quit [Ping timeout: 480 seconds]
GNUmoon has quit [Ping timeout: 480 seconds]
mrkiko has quit [Quit: leaving]
mrkiko has joined #openwrt-devel
danitool has joined #openwrt-devel
<nbd> jow: not sure if you're interested in this, but here's a .vimrc snippet for ucode syntax highlighting: https://pastebin.com/PgDRCTCj
Ansuel has joined #openwrt-devel
Ansuel has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
Ansuel has joined #openwrt-devel
<jow> nbd: ah nice. I don't use Vim but I'm sure it might be helpful to someone. Need to think about where to put it
<\x> Ansuel: my bad, it works well on AC8260 too
<\x> VHT over 2.4GHz AP capability so far confirmed working on wifi5+ iwlwifi stuff, 8260, 9260, AX200.
hanetzer2 is now known as hanetzer
Misanthropos has quit [Ping timeout: 480 seconds]
<\x> hi nbd, not sure about this
<\x> but does this mean (915 - 918 @ 2), (XX) on regdb is okay?
<\x> like once wifi halow comes thats usable right?
<nbd> i don't think mac80211 supports 2 mhz channels
<\x> yeah not yet, since no halow support yet
<\x> kinda weird that those 3MHz are opened up here way before halow idk what it is used for
<\x> (57000 - 66000 @ 2160), (40)
<\x> but not in regdb
<\x> but yeah idk about things that uses wigig stuff sounds weird to me
Mangix has quit [Ping timeout: 480 seconds]
<\x> I was actually searching for 6GHz memorandum and ended up finding out about these things
Misanthropos has joined #openwrt-devel
<jow> yay - I got allmost all of luci-base running with ucode instead of Lua as backend
<jow> just need to untangle some remaing things
<jow> this means we can ship images without Lua and the various binding libraries soon, that should help us reclaiming space
<jow> (release images that is)
<Ansuel> jow wow o.o what is the space save?
<jow> need to measure yet, will follow up with some numbers later
<nbd> jow: i'm getting this when using system() in ucode: Runtime error: waitpid(): Interrupted system call
<nbd> i think ucode should check for errno == EINTR in waitpid and retry
<nbd> e.g. like this: https://termbin.com/qzmv
<jow> nbd: yes, already talked with blogic about this, he stumbled over the same
<jow> will push a fix for this later
<jow> there's other syscalls elsewhere in the stdlib which might get interrupted
<nbd> in that case maybe it makes sense to make a wrapper macro that handles the retry
onemarcfifty has joined #openwrt-devel
onemarcfifty has quit [Remote host closed the connection]
<jow> I was considering the use of SA_RESTART
dangole has joined #openwrt-devel
<jow> but we might want to add singal manipulation capabilities eventually so we should probably deal with it nonetheless
<jow> thanks for the macro patch, I'llfold it into my changes and open a pr later
GNUmoon has joined #openwrt-devel
borek has joined #openwrt-devel
GNUmoon has quit [Ping timeout: 480 seconds]
isak has joined #openwrt-devel
hanetzer has quit [Read error: Connection reset by peer]
<owrt-2102-builds> Build [#28](https://buildbot.openwrt.org/openwrt-21.02/images/#builders/5/builds/28) of `malta/be` completed successfully.
<nbd> jow: if i catch an exception in ucode, how do i make it show a backtrace?
<jow> the exception object you receive has a stacktrace property which holds an array
<jow> each array item is an object containing properties such as line number, filename etc.
<jow> to quickly dump it, do something like print(ex.stacktrace);
<nbd> thx
<jow> the first backtracke object also has a property "context" which is usually what you want to print
<jow> it is a preformatted string containing the backtrace you usually see on the cli
<jow> so ex.stacktrace[0].context
<nbd> yep, that looks good, thx
<jow> Ansuel:
<jow> -rw-r--r-- 1 jow jow 12810384 Sep 14 15:14 /tmp/rootfs-luci-lua.tar.gz
<jow> -rw-r--r-- 1 jow jow 12687391 Sep 14 15:12 /tmp/rootfs-luci-ucode.tar.gz
<jow> (x86/64 build with "luci" selected as <*>)
<jow> so roughly 120KB less
Misanthropos has quit [Ping timeout: 480 seconds]
<jow> (after compression)
<jow> too lazy to compare squashfs figures
<Ansuel> should be even lower
valku has joined #openwrt-devel
srslypascal is now known as Guest356
srslypascal has joined #openwrt-devel
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
soxrok2212 has quit [Read error: No route to host]
soxrok2212 has joined #openwrt-devel
Guest356 has quit [Ping timeout: 480 seconds]
cbeznea has quit [Read error: Connection reset by peer]
cbeznea has joined #openwrt-devel
soxrok2212 has quit [Ping timeout: 480 seconds]
mcbridematt has quit [Remote host closed the connection]
soxrok2212 has joined #openwrt-devel
soxrok2212_ has joined #openwrt-devel
soxrok2212 has quit [Read error: No route to host]
<hurricos> jow: Nuclear. We're considering building a fork of OpenWISP where we replace all Lua components with ucode, now that ucode is free >= 22.03 :^)
<Habbie> silly question: why does ucode exist? is the rationale documented somewhere?
<Habbie> 64kb, neat
Misanthropos has joined #openwrt-devel
hanetzer has joined #openwrt-devel
<jow> hurricos: interesting. If you do, drop me a link
guerby_ has joined #openwrt-devel
guerby has quit [Read error: Connection reset by peer]
<owrt-snap-builds> Build [#660](https://buildbot.openwrt.org/master/images/#builders/32/builds/660) of `omap/generic` failed.
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
shibboleth has joined #openwrt-devel
Borromini has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
goliath has joined #openwrt-devel
_whitelogger has joined #openwrt-devel
tom- has quit [Quit: reboot]
tom- has joined #openwrt-devel
tlj has joined #openwrt-devel
borek has quit [Ping timeout: 480 seconds]
Tapper has quit [Read error: Connection reset by peer]
Tapper has joined #openwrt-devel
MaxSoniX has quit [Quit: Konversation terminated!]
barhom has quit [Write error: connection closed]
will[m]1 has quit [Write error: connection closed]
evils[m]1 has quit [Write error: connection closed]
Kiste has quit [Write error: connection closed]
fieryeagle954[m] has quit [Write error: connection closed]
whatevs111[m] has quit [Write error: connection closed]
ctdvqgg445[m] has quit [Write error: connection closed]
schmars[m] has quit [Remote host closed the connection]
fpsusername[m] has quit [Remote host closed the connection]
domon has quit [Remote host closed the connection]
olmari has quit [Remote host closed the connection]
bluse-blue[m] has quit [Remote host closed the connection]
decke[m] has quit [Write error: connection closed]
gnustomp[m] has quit [Write error: connection closed]
MatMaul[m] has quit [Remote host closed the connection]
dfceaef[m] has quit [Remote host closed the connection]
t4h4[m] has quit [Write error: connection closed]
oliv3r[m] has quit [Write error: connection closed]
pavlix has quit [Write error: connection closed]
JuniorJPDJ has quit [Write error: connection closed]
hexagonwin[m] has quit [Write error: connection closed]
znullptr[m] has quit [Write error: connection closed]
mkg20001 has quit [Write error: connection closed]
aparcar[m] has quit [Write error: connection closed]
lipnitsk has quit [Write error: connection closed]
Movedtomkg20001mkg20001io[m] has quit [Write error: connection closed]
Jonny[m] has quit [Write error: connection closed]
nick[m]12 has quit [Write error: connection closed]
John[m]123456 has quit [Write error: connection closed]
Mangix has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
<owrt-2203-builds> Build [#137](https://buildbot.openwrt.org/openwrt-22.03/images/#builders/63/builds/137) of `at91/sama7` completed successfully.
cbeznea has quit [Quit: Leaving.]
aparcar[m] has joined #openwrt-devel
aparcar[m] has quit [Remote host closed the connection]
<mrkiko> rsalvaterra: ping
aparcar[m] has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
<Ansuel> aparcar can we merge the kernel workflow ?
<Ansuel> (the pr about the tools container)
Slimey_ has joined #openwrt-devel
Slimey has quit [Ping timeout: 480 seconds]
Slimey_ is now known as Slimey
goliath has quit [Quit: SIGSEGV]
csrf has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 99.7% packages reproducible in our current test framework.)
srslypascal has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#658](https://buildbot.openwrt.org/master/images/#builders/19/builds/658) of `ramips/mt7621` failed.
Tapper has joined #openwrt-devel
Piraty has quit [Remote host closed the connection]
Piraty has joined #openwrt-devel
barhom has joined #openwrt-devel
bluse-blue[m] has joined #openwrt-devel
ctdvqgg445[m] has joined #openwrt-devel
decke[m] has joined #openwrt-devel
dfceaef[m] has joined #openwrt-devel
domon has joined #openwrt-devel
evils[m]1 has joined #openwrt-devel
fieryeagle954[m] has joined #openwrt-devel
fpsusername[m] has joined #openwrt-devel
gnustomp[m] has joined #openwrt-devel
hexagonwin[m] has joined #openwrt-devel
John[m]12345 has joined #openwrt-devel
Jonny[m] has joined #openwrt-devel
JuniorJPDJ has joined #openwrt-devel
Kiste has joined #openwrt-devel
Q__ has joined #openwrt-devel
lipnitsk has joined #openwrt-devel
MatMaul[m] has joined #openwrt-devel
Movedtomkg20001mkg20001io[m] has joined #openwrt-devel
mkg20001 has joined #openwrt-devel
nick[m]1 has joined #openwrt-devel
oliv3r[m] has joined #openwrt-devel
olmari has joined #openwrt-devel
pavlix has joined #openwrt-devel
schmars[m] has joined #openwrt-devel
t4h4[m] has joined #openwrt-devel
tohojo has joined #openwrt-devel
MatrixTravelerbot[m]1 has joined #openwrt-devel
whatevs111[m] has joined #openwrt-devel
will[m] has joined #openwrt-devel
znullptr[m] has joined #openwrt-devel