lmore377 has joined #openwrt-devel
Acinonyx_ has joined #openwrt-devel
Acinonyx has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
mrnuke has joined #openwrt-devel
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
soxrok2212 has quit [Read error: Connection reset by peer]
hanetzer has joined #openwrt-devel
soxrok2212 has joined #openwrt-devel
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #openwrt-devel
Tapper has joined #openwrt-devel
Tapper has quit []
lmore377 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lmore377 has joined #openwrt-devel
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
minimal has quit [Quit: Leaving]
danitool has quit [Read error: Connection reset by peer]
valku has quit [Quit: valku]
hanetzer1 has joined #openwrt-devel
hanetzer has quit [Ping timeout: 480 seconds]
hanetzer2 has joined #openwrt-devel
hanetzer1 has quit [Ping timeout: 480 seconds]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
Mangix has quit [Remote host closed the connection]
Mangix has joined #openwrt-devel
goliath has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
nitroshift has joined #openwrt-devel
<owrt-snap-builds> Build [#774](https://buildbot.openwrt.org/master/images/#builders/19/builds/774) of `ramips/mt7621` completed successfully.
Acinonyx has joined #openwrt-devel
Acinonyx_ has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
Acinonyx_ has joined #openwrt-devel
Acinonyx has quit [Ping timeout: 480 seconds]
KGB-2 has quit [Remote host closed the connection]
KGB-2 has joined #openwrt-devel
nitroshift has quit [Quit: Gone that way --->]
<dhewg> jow: I hate to be annoying about it, but is there anything I can do wrt luci/6g? It'll be a shame if that won't make it for 23.xx
<ynezz> I've just noticed, that snapshot initramfs doesn't boot on omnia for the last 2 days https://gitlab.com/ynezz/openwrt-device-runtime-testing/-/jobs/3718348826/artifacts/external_file/console_turris-omnia-initramfs.txt
mrkiko has joined #openwrt-devel
<mrkiko> Hi!!
<ynezz> 5.15.90 booted fine, so maybe bump to 5.15.91 is the culprit?
cc0 has quit [Remote host closed the connection]
nitroshift has joined #openwrt-devel
lmahmutov has joined #openwrt-devel
mrkiko has quit [Quit: leaving]
f00b4r0 has joined #openwrt-devel
cc0 has joined #openwrt-devel
mrkiko has joined #openwrt-devel
danitool has joined #openwrt-devel
srslypascal has quit [Ping timeout: 480 seconds]
gromero has joined #openwrt-devel
Strykar has quit [Quit: /quit]
Strykar has joined #openwrt-devel
lmahmutov has quit [Remote host closed the connection]
minimal has joined #openwrt-devel
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
<mrkiko> May someonehelp me spot where MAC addresss are set in qcom-ipq4018-gl-ap1300.dts as present in master ?
soxrok2212 has quit [Ping timeout: 480 seconds]
soxrok2212 has joined #openwrt-devel
<mrkiko> nick[m]12: from where did you extract the required mac addresses offset while converting ap1300? I am looking at the pre-conversion DTS but failing to find them. Sorry.
<mrkiko> nick[m]12: for the wired, not wireless interfaces I mean
<rmilecki> hauke: i used CONFIG_TESTING_KERNEL=y with bcm47xx
<rmilecki> openwrt-bcm47xx-mips74k-standard-squashfs.trx didn't boot on Luxul XWR-1750 (BCM4708)
<rmilecki> openwrt-bcm47xx-mips74k-standard-noloader-nodictionarylzma-squashfs.trx did boot
<rmilecki> hauke: i bumped BZ_TEXT_START and then standard image booted fine
nitroshift has quit [Quit: Gone that way --->]
valku has joined #openwrt-devel
bluew has quit [Ping timeout: 480 seconds]
<soxrok2212> df -h
<soxrok2212> oops
<karlp> I'm trying to add sysupgrade support to a sunxi target, but I can't even get the sysupgrade image to generate, let alone get to working on the upgrades.
<rmilecki> Channel Size Used Available
<karlp> it seems to bomb out padding, https://paste.jvnv.net/view/NKJ7X but where is all this stff?
<rmilecki> #openwrt-devel ∞ 212 ∞
<karlp> I was expecting to have to work on the emmc partition detection and handling, not this
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #openwrt-devel
<stintel> karlp: on the olinuxino a64 I can just feed the factory image to sysupgrade and it "just works"
<stintel> ehr s/factory/sdcard/
<mrkiko> nick[m]12: the nearest thing I can see are the switch_lan_bmp and switch_wan_bmp definitions from old ess-switch node; that node got dropped in commit 27b441cbaf426edffa6b90b06bb356528203b33a
soxrok2212 has quit [Read error: Connection reset by peer]
<karlp> stintel: I guess I should just accept the wasteful sdcard style on emmc and move on with life.
<stintel> karlp: well depends on how important it is to you :)
<nbd> rmilecki: regarding your fastnetwork script, here are some issues/ideas that i found:
<karlp> stintel: well, I just find diagnosing and debugging these magical pad | lzma | lol makefile commands to be .... super arcane.
<nbd> rmilecki: 1. maybe it would be a good idea to make the default rps script check for a script with a specific name in /lib, e.g. /lib/platform/packet-steering.sh
<stintel> karlp: it is
<nbd> rmilecki: 2. hardcoding br-lan in the script is a bad idea
<nbd> if you really want to steer on bridges, just iterate over configured bridges
<rmilecki> nbd: both statemts sound correct / good
bluew has joined #openwrt-devel
<nbd> also, disabling packet steering when flow_offloading_hw is set makes no sense
<nbd> especially, since i don't see any hw offload support in the target
soxrok2212 has joined #openwrt-devel
<rmilecki> nbd: i just thought I should zero my customizations...
<rmilecki> but you're probably right
<nbd> i still suspect that the different tweaks for bcm53xx are only necessary because there's a hidden performance issue lurking in the driver somewhere
<rmilecki> nbd: if you find it and fix it, i'll be most grateful ;)
soxrok2212 has quit [Remote host closed the connection]
<nbd> what performance do you get with that script removed (replaced by the default script) and threaded NAPI enabled?
<rmilecki> nbd: i can test later
<rmilecki> testing bcm47xx right now
<nbd> also, we should fix the driver issue with re-enabling irqs on napi poll
<nbd> i.e. call bgmac_chip_intrs_on only if napi_complete_done returns true
<nbd> otherwise you get unnecessary interrupts
<nbd> and that is going to cause issues especially with threaded NAPI
<rmilecki> nbd: could you send a patch? I remember you posting links to few diff-s here, i'm not sure which one was for that thing
<rmilecki> nbd: i'll apply it before testing threaded NAPI
<nbd> the extra check for the interrupt status should be unnecessary, since napi should handle that part (IIRC)
<rmilecki> nbd: i'll try that patch tomorrow & provide testing results
<nbd> here's a second patch that might improve performance: https://nbd.name/p/18350170
<mrkiko> karlp: are you trying to switch to emmc sysupgrade?
Tapper has joined #openwrt-devel
<karlp> mrkiko: yes
<mrkiko> karlp: but you're encountering some issues i the generation of the image?
<karlp> correct.
<mrkiko> karlp: I guess you have different requirements than those of the gl-b2200 (the emmc upgrade was introduced with support for that device)
<karlp> that's one that I've been looking at for some inspiration
<karlp> but I don't get images built, let alone running emmc_do_upgrade stuff.
<mrkiko> karlp: the makefiles remaing pretty mysterious to me to this day :D
<jow> I've a weird issue here
<jow> blobmsg_add_u8(&blob, "promisc", ifa_flags & IFF_PROMISC); -> yields false in ubus
<jow> blobmsg_add_u8(&blob, "promisc", (ifa_flags & IFF_PROMISC) ? 1 : 0); -> yields true in ubus
<f00b4r0> jow: would blobmsg_add_u8 be a macro, by any chance?
<jow> result is 0x100 [(ifa_flags = 0x11143) & (IFF_PROMISC = 0x100) == 0x100]
<jow> f00b4r0: I begin to suspect that only u8 == 1 is considered "true"
<f00b4r0> i was going to suggest macro parameter expansion precedence
<jow> not a macro
<f00b4r0> no, but &val raises an eyebrow for me
<jow> it cpies the one byte of value out of uin8_t which holds 0x100
<jow> so it should add a one-byte long field with type INT8 and value 0x100
<f00b4r0> well I wonder what happens when this is optimized away as pure register. But maybe I'm thinking too hard
<jow> it's an unsigned->signed conversion side effect itseems
<f00b4r0> oh
<f00b4r0> oh right
<jow> 0x100 == 256
<f00b4r0> good catch
<f00b4r0> i see it now
<jow> annoying
<f00b4r0> yeah, that bit me more than once ;)
<jow> no not signednest, integer type clamping
<jow> *signedness
<f00b4r0> yea
<f00b4r0> 0x100 doesnt fit
<f00b4r0> it's 0x00
<f00b4r0> hence false
<jow> and 0x101 will work again
<f00b4r0> *nod*
<jow> pfft
<f00b4r0> so it behaves as it should :)
srslypascal has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
soxrok2212 has joined #openwrt-devel
<stintel> bummer! my mobo doesn't support resizable BAR
<stintel> and the BIOS is signed, so no flashing a modded BIOS either
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
soxrok2212 has quit [Ping timeout: 480 seconds]
soxrok2212 has joined #openwrt-devel
goliath has joined #openwrt-devel
gromero has quit [Remote host closed the connection]
gromero has joined #openwrt-devel
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
dj_pi has joined #openwrt-devel
Acinonyx_ has quit [Quit: Peer reset by connector]
Acinonyx has joined #openwrt-devel
Acinonyx has quit [Quit: Peer reset by connector]
Acinonyx has joined #openwrt-devel
Ryncewynd has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #openwrt-devel
<hauke> rmilecki: thanks for testing
<hauke> can you sedn a fix with your BZ_TEXT_START change
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
<Mangix> jow: ubuntu 1804 cannot build anything if using ccache. Concern?
Borromini has joined #openwrt-devel
<Mangix> I don't actively use ksmbd anymore
gromero has joined #openwrt-devel
jayk has quit [Quit: Lost terminal]
AtomiclyCursed has quit [Quit: ZNC 1.8.2 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
romany0 has quit [Ping timeout: 480 seconds]
<stintel> alright so the arc 770 is slower in hashcat sha1 than then rx5700xt ;p
<stintel> Speed.#1.........: 5358.0 MH/s (10.29ms) @ Accel:8 Loops:32 Thr:512 Vec:1
<stintel> but this is a pure kernel, optimized kernel does < 1000MH/s
<stintel> I guess the optimized kernel needs some optimizing :P
<stintel> ah, I was also transcoding. it's actually going up now. 6300MH/s and only 22% utilization according to intel_gpu_top
<stintel> this thing has potential
<stintel> Speed.#1.........: 10275.2 MH/s (4.77ms) @ Accel:8 Loops:32 Thr:512 Vec:1
<stintel> optimized kernel with some overrides, cool
<stintel> already faster than the rx5700xt now :)
<Mangix> cracking wiifi i see
<Znevna> or a bootloader password :P
<stintel> yeah I gave up on that after completing the 8 ascii char pass
<stintel> just comparing now :)
<Borromini> :)
gromero has quit [Ping timeout: 480 seconds]
<stintel> nexuiz runs well :P
Ryncewynd has quit [Quit: Leaving]
romany0 has joined #openwrt-devel
Mathew is now known as mcbridematt
kcinimod_ has joined #openwrt-devel
lucenera2 has joined #openwrt-devel
fakuivan_ has joined #openwrt-devel
xutaxkamay_ has joined #openwrt-devel
wvdakker_ has joined #openwrt-devel
zatwai_ has joined #openwrt-devel
Obi-Wan- has joined #openwrt-devel
bookworm_ has joined #openwrt-devel
srslypascal_ has joined #openwrt-devel
Viper has joined #openwrt-devel
neoraider_ has joined #openwrt-devel
SamantazFox_ has joined #openwrt-devel
Pokey has joined #openwrt-devel
slh_ has joined #openwrt-devel
fblaese_ has joined #openwrt-devel
zarzarzar has joined #openwrt-devel
digitalcircuits has joined #openwrt-devel
niyawe_ has joined #openwrt-devel
_embargo_ has joined #openwrt-devel
guerby_ has joined #openwrt-devel
Piraty_ has joined #openwrt-devel
xutaxkamay has quit [charon.oftc.net helix.oftc.net]
zatwai has quit [charon.oftc.net helix.oftc.net]
rua has quit [charon.oftc.net helix.oftc.net]
digitalcircuit has quit [charon.oftc.net helix.oftc.net]
guerby has quit [charon.oftc.net helix.oftc.net]
zkrx has quit [charon.oftc.net helix.oftc.net]
KGB-0 has quit [charon.oftc.net helix.oftc.net]
tomn has quit [charon.oftc.net helix.oftc.net]
rmb has quit [charon.oftc.net helix.oftc.net]
lucenera has quit [charon.oftc.net helix.oftc.net]
slh64 has quit [charon.oftc.net helix.oftc.net]
Misanthropos has quit [charon.oftc.net helix.oftc.net]
indy has quit [charon.oftc.net helix.oftc.net]
kcinimod has quit [charon.oftc.net helix.oftc.net]
bbezak has quit [charon.oftc.net helix.oftc.net]
fakuivan has quit [charon.oftc.net helix.oftc.net]
minimal has quit [charon.oftc.net helix.oftc.net]
srslypascal has quit [charon.oftc.net helix.oftc.net]
wvdakker has quit [charon.oftc.net helix.oftc.net]
Znevna has quit [charon.oftc.net helix.oftc.net]
tom- has quit [charon.oftc.net helix.oftc.net]
SamantazFox has quit [charon.oftc.net helix.oftc.net]
bookworm has quit [charon.oftc.net helix.oftc.net]
owrt-2203-builds has quit [charon.oftc.net helix.oftc.net]
pkgadd has quit [charon.oftc.net helix.oftc.net]
Obi-Wan has quit [charon.oftc.net helix.oftc.net]
sorinello has quit [charon.oftc.net helix.oftc.net]
zarzarzar_ has quit [charon.oftc.net helix.oftc.net]
niyawe has quit [charon.oftc.net helix.oftc.net]
ynezz has quit [charon.oftc.net helix.oftc.net]
rmilecki has quit [charon.oftc.net helix.oftc.net]
xdarklight has quit [charon.oftc.net helix.oftc.net]
zorun has quit [charon.oftc.net helix.oftc.net]
tmn505 has quit [charon.oftc.net helix.oftc.net]
DLange has quit [charon.oftc.net helix.oftc.net]
ryd has quit [charon.oftc.net helix.oftc.net]
lemmi has quit [charon.oftc.net helix.oftc.net]
t4h4[m] has quit [charon.oftc.net helix.oftc.net]
evils[m] has quit [charon.oftc.net helix.oftc.net]
Jonny[m] has quit [charon.oftc.net helix.oftc.net]
John[m]12345 has quit [charon.oftc.net helix.oftc.net]
bluse-blue[m] has quit [charon.oftc.net helix.oftc.net]
aparcar[m] has quit [charon.oftc.net helix.oftc.net]
rotanid has quit [charon.oftc.net helix.oftc.net]
Movedtomkg20001mkg20001io[m] has quit [charon.oftc.net helix.oftc.net]
_lore_ has quit [charon.oftc.net helix.oftc.net]
Piraty has quit [charon.oftc.net helix.oftc.net]
oliv3r[m] has quit [charon.oftc.net helix.oftc.net]
gtk2 has quit [charon.oftc.net helix.oftc.net]
neoraider has quit [charon.oftc.net helix.oftc.net]
gnustomp[m] has quit [charon.oftc.net helix.oftc.net]
[Pokey] has quit [charon.oftc.net helix.oftc.net]
mirko has quit [charon.oftc.net helix.oftc.net]
embargo has quit [charon.oftc.net helix.oftc.net]
wvdakker_ is now known as wvdakker
Viper is now known as Znevna
hexagonwin[m] has quit [charon.oftc.net helix.oftc.net]
JuniorJPDJ has quit [charon.oftc.net helix.oftc.net]
vulpes2[m] has quit [charon.oftc.net helix.oftc.net]
fblaese has quit [charon.oftc.net helix.oftc.net]
xutaxkamay_ is now known as xutaxkamay
rmilecki has joined #openwrt-devel
tmn505 has joined #openwrt-devel
bookworm_ is now known as bookworm
bbezak has joined #openwrt-devel
tom- has joined #openwrt-devel
zkrx has joined #openwrt-devel
neoraider_ is now known as neoraider
_lore_ has joined #openwrt-devel
zorun has joined #openwrt-devel
indy has joined #openwrt-devel
mirko has joined #openwrt-devel
rotanid has joined #openwrt-devel
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
DLange has joined #openwrt-devel
xdarklight has joined #openwrt-devel
hanetzer3 has joined #openwrt-devel
rmb has joined #openwrt-devel
sorinello has joined #openwrt-devel
hanetzer2 has quit [Ping timeout: 480 seconds]
gtk2 has joined #openwrt-devel
rua has joined #openwrt-devel
pkgadd has joined #openwrt-devel
ryd has joined #openwrt-devel
owrt-2203-builds has joined #openwrt-devel
lemmi has joined #openwrt-devel
ynezz has joined #openwrt-devel
tomn has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
ynezz is now known as Guest3919
KGB-0 has joined #openwrt-devel
T-Bone has joined #openwrt-devel
Borromini has left #openwrt-devel [#openwrt-devel]
f00b4r0 has quit [Ping timeout: 480 seconds]
gromero has joined #openwrt-devel
hexagonwin[m] has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
Movedtomkg20001mkg20001io[m] has joined #openwrt-devel
JuniorJPDJ has joined #openwrt-devel
f00b4r0 has joined #openwrt-devel
pkgadd_ has joined #openwrt-devel
ryd_ has joined #openwrt-devel
tomn_ has joined #openwrt-devel
Movedtomkg20001mkg20001io[m] has quit [charon.oftc.net helix.oftc.net]
hexagonwin[m] has quit [charon.oftc.net helix.oftc.net]
T-Bone has quit [charon.oftc.net helix.oftc.net]
Misanthropos has quit [charon.oftc.net helix.oftc.net]
ryd has quit [charon.oftc.net helix.oftc.net]
owrt-2203-builds has quit [charon.oftc.net helix.oftc.net]
tomn has quit [charon.oftc.net helix.oftc.net]
lemmi has quit [charon.oftc.net helix.oftc.net]
pkgadd has quit [charon.oftc.net helix.oftc.net]
Guest3919 has quit [charon.oftc.net helix.oftc.net]
Misanthropos has joined #openwrt-devel
owrt-2203-builds has joined #openwrt-devel
lemmi has joined #openwrt-devel
<fda> Hello world! I have a question(s) about changed files in overlay. When i do a settings backup, there are files i dont want to have markes as changed, like /etc/fw_env.config or /etc/shells , they should be "as by openwrt". How can i unmark files?
ynezz has joined #openwrt-devel
ynezz is now known as Guest3931
John[m]12345 has joined #openwrt-devel
<fda> or /etc/shells - which i never changed. It seems in "rom" the file has the date of image build but in overlay it keeps the old date
<fda> ls -al $(find / -name shells)
<fda> -rw-r--r-- 1 root root 9 Jul 20 2021 /etc/shells
<fda> -rw-r--r-- 1 root root 9 Jul 20 2021 /overlay/upper/etc/shells
<fda> -rw-r--r-- 1 root root 9 Jan 4 16:54 /rom/etc/shells
Jonny[m] has joined #openwrt-devel
<dwfreed> overlayfs does not consider timestamps; anything in upper hides lower always
<dwfreed> so your /etc/shells probably got changed somehow (even just a touch would do it) in 2021, and thus has persisted across upgrades
<dwfreed> you can rm the /overlay/upper file and then it will fall back to using the /rom file
<slh> sysupgrade -u can make a lot of these things disappear
minimal has joined #openwrt-devel
<fda> md5sum $(find / -name shells)
<fda> 725ba6f40dff0612f61ecd3f171bb3e1 /etc/shells
<fda> 725ba6f40dff0612f61ecd3f171bb3e1 /overlay/upper/etc/shells
<fda> 725ba6f40dff0612f61ecd3f171bb3e1 /rom/etc/shells
<fda> the "touch" could be only the timestamp
<fda> @slh: thx i will test "sysupgrade -u". im right i have to flash the same image again with ths option?
<slh> you can use it for (any) future sysupgrade, doesn't need to be the same version
<slh> I pretty much always use sysupgrade -u
<fda> im compiling images by myself and i have currently no newer :)
<slh> the same version is fine, it just doesn't /need/ to be the same
<fda> i'll try now...
fda has quit [Quit: ZNC - https://znc.in]
fda has joined #openwrt-devel
<fda> @slh: nothing changed, the old and new backup file have same (unchanged) files
<slh> rm /overlay/upper/etc/shells (and the other unwanted stuff), followed by a reboot (relatively quickly), is always an option
<slh> exploiting overlayfs' behaviour
<fda> i start with /etc/sysctl.conf as it contains only 1 line with a comment
<fda> @slh can yoiu test what "sysupgrade -l" shows four you?
<slh> shells is among them
<slh> I don't clean up every time, just when I notice stuff
<fda> "find" find /etc/sysctl.conf only in /etc and /rom/etc/, with same md5. but it is not in /overlay/upper
fda has quit [Quit: ZNC - https://znc.in]
fda has joined #openwrt-devel