rmilecki has quit [Ping timeout: 480 seconds]
skynet2 has quit []
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/227/builds/6) of `openwrt-24.10_armsr/armv8` failed.
skynet2 has joined #openwrt-devel
SlimeyX has quit [Remote host closed the connection]
killgufo has quit [Quit: Byez]
killgufo has joined #openwrt-devel
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/250/builds/6) of `openwrt-24.10_lantiq/xway` failed.
skynet2 has quit [Ping timeout: 480 seconds]
bookworm_ has joined #openwrt-devel
bookworm has quit [Read error: Connection reset by peer]
minimal has quit [Quit: Leaving]
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/238/builds/6) of `openwrt-24.10_malta/le` failed.
n3ph has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/196/builds/6) of `openwrt-24.10_sunxi/cortexa7` failed.
<schmars[m]> Ansuel: hi :) have a moment for this tiny APK fix? https://github.com/openwrt/routing/pull/1085 - i have two little imagebuilder APK fixes as well after sleep (for custom feeds with their custom keys)
<schmars[m]> otherwise it went smoothly for me i think
checkfoc_us9 has quit []
checkfoc_us9 has joined #openwrt-devel
sorinello has joined #openwrt-devel
bookworm_ is now known as bookworm
rmilecki has joined #openwrt-devel
goliath has joined #openwrt-devel
johnf has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
johnf has joined #openwrt-devel
Stat_headcrabbed has joined #openwrt-devel
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
dannyAAM has quit [Quit: Will be back soon!]
dannyAAM has joined #openwrt-devel
<\x> doing my first apk build, hope i can install blue archive on my router after this
<\x> here we go
<\x> oooo, did I end up with the same hash as upstream's kernel?
<\x> or it doesnt matter now?
n3ph has joined #openwrt-devel
<owrt-images-builds> Build [#8](https://buildbot.openwrt.org/images/#/builders/258/builds/8) of `main_sifiveu/generic` failed.
<owrt-images-builds> Build [#8](https://buildbot.openwrt.org/images/#/builders/9/builds/8) of `main_loongarch64/generic` failed.
robimarko has joined #openwrt-devel
ali3nx has quit [Read error: Connection reset by peer]
<owrt-images-builds> Build [#8](https://buildbot.openwrt.org/images/#/builders/65/builds/8) of `main_lantiq/ase` failed.
<owrt-images-builds> Build [#8](https://buildbot.openwrt.org/images/#/builders/123/builds/8) of `main_lantiq/xrx200` failed.
zer0def has quit [Remote host closed the connection]
zer0def has joined #openwrt-devel
<owrt-images-builds> Build [#8](https://buildbot.openwrt.org/images/#/builders/46/builds/8) of `main_sunxi/cortexa7` completed successfully.
<KanjiMonster> hrm, apk does not want to work me that well: https://pastebin.com/cYpN9Qz1 (using main)
<ynezz> KanjiMonster: SSL verify error: unknown error -- probably TLS error with https://downloads.openwrt.org
<KanjiMonster> I guess the issue is that snapshots provides both ipv4 and ipv6, but there is no fallback to ipv4 if ipv6 does not work
<KanjiMonster> err downloads.openwrt.org
<owrt-images-builds> Build [#8](https://buildbot.openwrt.org/images/#/builders/26/builds/8) of `main_qualcommax/ipq807x` failed.
<KanjiMonster> maybe not, since it does not hang
<KanjiMonster> or maybe it fails due to not enough entropy yet? randomly guessing
<ynezz> strace it
<KanjiMonster> will need to install strace first, which puts me in a catch-22 ;p
<KanjiMonster> so I need to build a new image
<ynezz> wget it?
<ynezz> I mean you should be able to wget the package and install it manually via apk, like it used to work with opkg
<KanjiMonster> it's easier to just build a new image, since this is a ramdisk image
<KanjiMonster> so eventually apk starts to work
<KanjiMonster> great, strace doesn't compile
<owrt-images-builds> Build [#9](https://buildbot.openwrt.org/images/#/builders/225/builds/9) of `main_mpc85xx/p2020` completed successfully.
<ynezz> yep, easier is relative :P
hackpascal2 has joined #openwrt-devel
hackpascal has quit [Read error: Connection reset by peer]
hackpascal2 is now known as hackpascal
hackpascal has quit [Read error: Connection reset by peer]
<owrt-images-builds> Build [#8](https://buildbot.openwrt.org/images/#/builders/62/builds/8) of `main_layerscape/armv8_64b` completed successfully.
sorinello_ has joined #openwrt-devel
sorinello has quit [Ping timeout: 480 seconds]
sorinello_ is now known as sorinello
sorinello_ has joined #openwrt-devel
sorinello has quit [Ping timeout: 480 seconds]
sorinello_ is now known as sorinello
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Ping timeout: 480 seconds]
<KanjiMonster> ynezz: actually this is the issue (I'm pretty sure): date => Thu Jan 1 00:00:27 UTC 1970. Only after NTP finished apk starts working
<ynezz> KanjiMonster: uclient-fetch/wget in opkg's case provides more usable error message?
<KanjiMonster> no idea
<KanjiMonster> at least when using opkg directly it says "Connection error: Invalid SSL certificate"
<KanjiMonster> err wget directly
<ynezz> ah, ok, much better, indeed
<owrt-images-builds> Build [#8](https://buildbot.openwrt.org/images/#/builders/256/builds/8) of `main_starfive/generic` failed.
gromero has joined #openwrt-devel
ali3nx has joined #openwrt-devel
tom- has quit [Remote host closed the connection]
tom- has joined #openwrt-devel
<KanjiMonster> it looks like apk is creating a log in /var/log/apk. not sure if we want that by default. (a simple apk update call produces ~1.5k of log)
<KanjiMonster> does apk really not have any persistent configuration file?
<efahl> KanjiMonster: look at /etc/apk/world and /lib/apk/db/installed (although the latter is v2 and likely to become v3 packages.adb)
<efahl> or did I misunderstand? "config" == default settings for CLI operation?
<KanjiMonster> efahl: I mean the latter, e.g. disable logging by default
minimal has joined #openwrt-devel
<efahl> ah, got it: uci set apk.logging_level=0
<efahl> or whatever, I wonder it it is even configurable at this point?
<KanjiMonster> efahl: the issue is before that, I cannot find any references to any configuration files in the apk sources. The only way to inhibit logging is via a cli option
<owrt-images-builds> Build [#9](https://buildbot.openwrt.org/images/#/builders/237/builds/9) of `main_qoriq/generic` failed.
tohojo has quit [Read error: Connection reset by peer]
goliath has quit [Quit: SIGSEGV]
gromero_ has joined #openwrt-devel
<owrt-images-builds> Build [#9](https://buildbot.openwrt.org/images/#/builders/23/builds/9) of `main_ath79/mikrotik` completed successfully.
gromero has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#9](https://buildbot.openwrt.org/images/#/builders/63/builds/9) of `main_imx/cortexa53` completed successfully.
dermoth_ has joined #openwrt-devel
dermoth has quit [Remote host closed the connection]
dermoth_ is now known as dermoth
asmodehn_ has quit [Read error: Connection reset by peer]
aiyion_ has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
zer0def has quit [Quit: zer0def]
zer0def has joined #openwrt-devel
valku has joined #openwrt-devel
<Habbie> turns out https://downloads.openwrt.org/releases/23.05-SNAPSHOT/targets/x86/64/ doesn't really have rootfs.tar.gz - it just has a link with that name
<schmars[m]> i just downloaded it and the contents look like a rootfs
<Habbie> but is it called rootfs.tar.gz?
<Habbie> i'm trying to generate URLs
<schmars[m]> openwrt-23.05-snapshot-r24133-33b45c0a0e-x86-64-rootfs.tar.gz
<Habbie> yeah
<Habbie> hard for a script to find that name
<Habbie> unless there's more magical hidden things :)
<schmars[m]> ah you mean the shortened name in the http directory listing is "rootfs.tar.gz" but the actual name is longer and more involved
<Habbie> yes
<Habbie> and rootfs.tar.gz is not a redir or a symlink either
<schmars[m]> what i do in my scripts is get the sha256sum file and grep for what i want, e.g. grep for "imagebuilder"
<schmars[m]> that trick has also been helpful during the xz/zst switch
<Habbie> also the best idea i had so far
<Habbie> ha yes
* Habbie curl sed grep cut
* Habbie curl -L sed grep cut :>
<Habbie> ok that part works
goliath has joined #openwrt-devel
nixuser has quit [Remote host closed the connection]
nixuser has joined #openwrt-devel
<Habbie> aparcar[m], i guess the *.ipk check also needs an update :)
<Habbie> aparcar[m], here's a coloured map of targets for which i am confident i can stop pulling from docker hub. the red ones don't appear to have a rootfs.tar.gz for master snapshots
n3ph has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#7](https://buildbot.openwrt.org/images/#/builders/179/builds/7) of `openwrt-24.10_mediatek/mt7622` failed.
<Habbie> aparcar[m], sorry. the colours are for 23.05 :)
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
<Habbie> aparcar[m], ok the colours are the same for master/snapshots :)
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<Habbie> aparcar[m], i hope to continue tomorrow. is anybody working on changing that ipk ("Check if any packages were built") test to apk?
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/169/builds/6) of `openwrt-24.10_rockchip/armv8` completed successfully.
<Habbie> ah, that also means editing entrypoint.sh :)
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
sorinello has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#7](https://buildbot.openwrt.org/images/#/builders/178/builds/7) of `openwrt-24.10_ramips/rt3883` failed.
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/187/builds/6) of `openwrt-24.10_ramips/mt7620` completed successfully.
aparcar[m] has quit [Ping timeout: 480 seconds]
schmars[m] has quit [Ping timeout: 480 seconds]