00:02
MaxS0niX has quit [Quit: Konversation terminated!]
00:03
mcbridematt has quit [Quit: Leaving]
00:07
mcbridematt has joined #openwrt-devel
00:24
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
00:46
goliath has quit [Quit: SIGSEGV]
00:59
tlj has quit [Ping timeout: 480 seconds]
01:28
minimal has quit [Quit: Leaving]
01:56
Ansuel has quit [Ping timeout: 480 seconds]
02:18
philipp64 has quit [Quit: philipp64]
02:34
philipp64 has joined #openwrt-devel
03:44
soxrok2212_ has joined #openwrt-devel
03:46
soxrok2212 has quit [Ping timeout: 480 seconds]
03:50
soxrok2212_ has quit [Read error: No route to host]
03:51
soxrok2212 has joined #openwrt-devel
03:55
soxrok2212 has quit []
03:59
soxrok2212 has joined #openwrt-devel
04:26
floof58 has quit [Ping timeout: 480 seconds]
04:29
floof58 has joined #openwrt-devel
04:30
T-Bone has joined #openwrt-devel
04:33
soxrok2212 has quit [Read error: No route to host]
04:35
philipp64 has quit [Remote host closed the connection]
04:35
philipp64 has joined #openwrt-devel
04:36
f00b4r0 has quit [Ping timeout: 480 seconds]
04:38
Tapper has joined #openwrt-devel
04:43
valku has quit [Quit: valku]
04:44
ptudor has joined #openwrt-devel
04:49
ptudor_ has quit [Ping timeout: 480 seconds]
05:09
soxrok2212 has joined #openwrt-devel
05:13
Mangix has joined #openwrt-devel
05:15
dansan has quit [Ping timeout: 480 seconds]
05:15
dansan has joined #openwrt-devel
05:35
gladiac has joined #openwrt-devel
05:43
gladiac has quit [Quit: k thx bye]
06:32
MaxSoniX has joined #openwrt-devel
07:05
goliath has joined #openwrt-devel
07:09
cbeznea has joined #openwrt-devel
07:25
csrf has quit [Ping timeout: 480 seconds]
07:28
GNUmoon has quit [Ping timeout: 480 seconds]
07:40
mrkiko has quit [Quit: leaving]
07:42
mrkiko has joined #openwrt-devel
08:03
danitool has joined #openwrt-devel
08:18
Ansuel has joined #openwrt-devel
08:35
Ansuel has quit [Ping timeout: 480 seconds]
08:35
Tapper has joined #openwrt-devel
08:41
Ansuel has joined #openwrt-devel
08:42
<
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
08:54
<
\x >
Ansuel: my bad, it works well on AC8260 too
08:59
<
\x >
VHT over 2.4GHz AP capability so far confirmed working on wifi5+ iwlwifi stuff, 8260, 9260, AX200.
09:07
hanetzer2 is now known as hanetzer
09:14
Misanthropos has quit [Ping timeout: 480 seconds]
09:36
<
\x >
hi nbd, not sure about this
09:36
<
\x >
but does this mean (915 - 918 @ 2), (XX) on regdb is okay?
09:37
<
\x >
like once wifi halow comes thats usable right?
09:54
<
nbd >
i don't think mac80211 supports 2 mhz channels
09:56
<
\x >
yeah not yet, since no halow support yet
09:57
<
\x >
kinda weird that those 3MHz are opened up here way before halow idk what it is used for
09:58
<
\x >
(57000 - 66000 @ 2160), (40)
09:58
<
\x >
but not in regdb
09:59
<
\x >
but yeah idk about things that uses wigig stuff sounds weird to me
10:00
Mangix has quit [Ping timeout: 480 seconds]
10:00
<
\x >
I was actually searching for 6GHz memorandum and ended up finding out about these things
10:09
Misanthropos has joined #openwrt-devel
10:32
<
jow >
yay - I got allmost all of luci-base running with ucode instead of Lua as backend
10:32
<
jow >
just need to untangle some remaing things
10:34
<
jow >
this means we can ship images without Lua and the various binding libraries soon, that should help us reclaiming space
10:34
<
jow >
(release images that is)
10:34
<
Ansuel >
jow wow o.o what is the space save?
10:35
<
jow >
need to measure yet, will follow up with some numbers later
10:36
<
nbd >
jow: i'm getting this when using system() in ucode: Runtime error: waitpid(): Interrupted system call
10:36
<
nbd >
i think ucode should check for errno == EINTR in waitpid and retry
10:41
<
jow >
nbd: yes, already talked with blogic about this, he stumbled over the same
10:41
<
jow >
will push a fix for this later
10:42
<
jow >
there's other syscalls elsewhere in the stdlib which might get interrupted
10:44
<
nbd >
in that case maybe it makes sense to make a wrapper macro that handles the retry
10:49
onemarcfifty has joined #openwrt-devel
10:49
onemarcfifty has quit [Remote host closed the connection]
10:54
<
jow >
I was considering the use of SA_RESTART
10:54
dangole has joined #openwrt-devel
10:55
<
jow >
but we might want to add singal manipulation capabilities eventually so we should probably deal with it nonetheless
10:55
<
jow >
thanks for the macro patch, I'llfold it into my changes and open a pr later
11:02
GNUmoon has joined #openwrt-devel
11:28
borek has joined #openwrt-devel
11:29
GNUmoon has quit [Ping timeout: 480 seconds]
11:49
isak has joined #openwrt-devel
12:16
hanetzer has quit [Read error: Connection reset by peer]
12:31
<
nbd >
jow: if i catch an exception in ucode, how do i make it show a backtrace?
12:47
<
jow >
the exception object you receive has a stacktrace property which holds an array
12:47
<
jow >
each array item is an object containing properties such as line number, filename etc.
12:47
<
jow >
to quickly dump it, do something like print(ex.stacktrace);
12:50
<
jow >
the first backtracke object also has a property "context" which is usually what you want to print
12:50
<
jow >
it is a preformatted string containing the backtrace you usually see on the cli
12:51
<
jow >
so ex.stacktrace[0].context
12:52
<
nbd >
yep, that looks good, thx
13:15
<
jow >
-rw-r--r-- 1 jow jow 12810384 Sep 14 15:14 /tmp/rootfs-luci-lua.tar.gz
13:15
<
jow >
-rw-r--r-- 1 jow jow 12687391 Sep 14 15:12 /tmp/rootfs-luci-ucode.tar.gz
13:15
<
jow >
(x86/64 build with "luci" selected as <*>)
13:16
<
jow >
so roughly 120KB less
13:16
Misanthropos has quit [Ping timeout: 480 seconds]
13:16
<
jow >
(after compression)
13:16
<
jow >
too lazy to compare squashfs figures
13:19
<
Ansuel >
should be even lower
13:37
valku has joined #openwrt-devel
13:37
srslypascal is now known as Guest356
13:37
srslypascal has joined #openwrt-devel
13:40
srslypascal has quit [Remote host closed the connection]
13:40
srslypascal has joined #openwrt-devel
13:40
soxrok2212 has quit [Read error: No route to host]
13:41
soxrok2212 has joined #openwrt-devel
13:44
Guest356 has quit [Ping timeout: 480 seconds]
14:31
cbeznea has quit [Read error: Connection reset by peer]
14:32
cbeznea has joined #openwrt-devel
14:50
soxrok2212 has quit [Ping timeout: 480 seconds]
14:51
mcbridematt has quit [Remote host closed the connection]
15:03
soxrok2212 has joined #openwrt-devel
15:12
soxrok2212_ has joined #openwrt-devel
15:13
soxrok2212 has quit [Read error: No route to host]
15:21
<
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 :^)
15:24
<
Habbie >
silly question: why does ucode exist? is the rationale documented somewhere?
15:27
<
Habbie >
64kb, neat
15:34
Misanthropos has joined #openwrt-devel
15:38
hanetzer has joined #openwrt-devel
15:50
<
jow >
hurricos: interesting. If you do, drop me a link
15:51
guerby_ has joined #openwrt-devel
15:51
guerby has quit [Read error: Connection reset by peer]
16:13
torv has quit [Remote host closed the connection]
16:13
torv has joined #openwrt-devel
16:16
shibboleth has joined #openwrt-devel
16:41
Borromini has joined #openwrt-devel
16:41
goliath has quit [Quit: SIGSEGV]
17:49
goliath has joined #openwrt-devel
18:20
_whitelogger has joined #openwrt-devel
18:39
tom- has quit [Quit: reboot]
18:40
tom- has joined #openwrt-devel
19:03
tlj has joined #openwrt-devel
19:16
borek has quit [Ping timeout: 480 seconds]
19:20
Tapper has quit [Read error: Connection reset by peer]
19:21
Tapper has joined #openwrt-devel
19:36
MaxSoniX has quit [Quit: Konversation terminated!]
19:51
barhom has quit [Write error: connection closed]
19:51
will[m]1 has quit [Write error: connection closed]
19:51
evils[m]1 has quit [Write error: connection closed]
19:51
Kiste has quit [Write error: connection closed]
19:51
fieryeagle954[m] has quit [Write error: connection closed]
19:51
whatevs111[m] has quit [Write error: connection closed]
19:51
ctdvqgg445[m] has quit [Write error: connection closed]
19:51
schmars[m] has quit [Remote host closed the connection]
19:51
fpsusername[m] has quit [Remote host closed the connection]
19:51
domon has quit [Remote host closed the connection]
19:51
olmari has quit [Remote host closed the connection]
19:51
bluse-blue[m] has quit [Remote host closed the connection]
19:51
decke[m] has quit [Write error: connection closed]
19:51
gnustomp[m] has quit [Write error: connection closed]
19:51
MatMaul[m] has quit [Remote host closed the connection]
19:51
dfceaef[m] has quit [Remote host closed the connection]
19:51
t4h4[m] has quit [Write error: connection closed]
19:51
oliv3r[m] has quit [Write error: connection closed]
19:51
pavlix has quit [Write error: connection closed]
19:51
JuniorJPDJ has quit [Write error: connection closed]
19:51
hexagonwin[m] has quit [Write error: connection closed]
19:51
znullptr[m] has quit [Write error: connection closed]
19:51
mkg20001 has quit [Write error: connection closed]
19:51
aparcar[m] has quit [Write error: connection closed]
19:51
lipnitsk has quit [Write error: connection closed]
19:51
Movedtomkg20001mkg20001io[m] has quit [Write error: connection closed]
19:51
Jonny[m] has quit [Write error: connection closed]
19:51
nick[m]12 has quit [Write error: connection closed]
19:51
John[m]123456 has quit [Write error: connection closed]
19:52
Mangix has joined #openwrt-devel
19:55
Borromini has quit [Quit: Lost terminal]
19:58
cbeznea has quit [Quit: Leaving.]
20:01
aparcar[m] has joined #openwrt-devel
20:03
aparcar[m] has quit [Remote host closed the connection]
20:03
<
mrkiko >
rsalvaterra: ping
20:12
aparcar[m] has joined #openwrt-devel
20:25
shibboleth has quit [Quit: shibboleth]
20:56
<
Ansuel >
aparcar can we merge the kernel workflow ?
20:56
<
Ansuel >
(the pr about the tools container)
21:00
Slimey_ has joined #openwrt-devel
21:06
Slimey has quit [Ping timeout: 480 seconds]
21:07
Slimey_ is now known as Slimey
21:21
goliath has quit [Quit: SIGSEGV]
21:37
csrf has joined #openwrt-devel
21:56
Tapper has quit [Ping timeout: 480 seconds]
22:07
minimal has joined #openwrt-devel
22:19
srslypascal has quit [Ping timeout: 480 seconds]
22:30
Tapper has joined #openwrt-devel
23:12
Piraty has quit [Remote host closed the connection]
23:12
Piraty has joined #openwrt-devel
23:52
barhom has joined #openwrt-devel
23:52
bluse-blue[m] has joined #openwrt-devel
23:52
ctdvqgg445[m] has joined #openwrt-devel
23:52
decke[m] has joined #openwrt-devel
23:52
dfceaef[m] has joined #openwrt-devel
23:52
domon has joined #openwrt-devel
23:52
evils[m]1 has joined #openwrt-devel
23:52
fieryeagle954[m] has joined #openwrt-devel
23:52
fpsusername[m] has joined #openwrt-devel
23:52
gnustomp[m] has joined #openwrt-devel
23:52
hexagonwin[m] has joined #openwrt-devel
23:52
John[m]12345 has joined #openwrt-devel
23:52
Jonny[m] has joined #openwrt-devel
23:52
JuniorJPDJ has joined #openwrt-devel
23:52
Kiste has joined #openwrt-devel
23:52
Q__ has joined #openwrt-devel
23:53
lipnitsk has joined #openwrt-devel
23:53
MatMaul[m] has joined #openwrt-devel
23:53
Movedtomkg20001mkg20001io[m] has joined #openwrt-devel
23:53
mkg20001 has joined #openwrt-devel
23:53
nick[m]1 has joined #openwrt-devel
23:53
oliv3r[m] has joined #openwrt-devel
23:53
olmari has joined #openwrt-devel
23:53
pavlix has joined #openwrt-devel
23:53
schmars[m] has joined #openwrt-devel
23:53
t4h4[m] has joined #openwrt-devel
23:53
tohojo has joined #openwrt-devel
23:53
MatrixTravelerbot[m]1 has joined #openwrt-devel
23:53
whatevs111[m] has joined #openwrt-devel
23:53
will[m] has joined #openwrt-devel
23:53
znullptr[m] has joined #openwrt-devel