<Habbie> (it built because i put TARGET_LDFLAGS += -latomic in my openwrt package makefile)
swalker has joined #openwrt-devel
vincejv has quit [Remote host closed the connection]
minimal has quit [Quit: Leaving]
vincejv has joined #openwrt-devel
nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
vincejv has quit [Remote host closed the connection]
cmonroe has joined #openwrt-devel
rua has quit [Quit: Leaving.]
<russell--> [2138539.834730] ath10k_pci 0000:00:00.0: mac flush vdev 1 drop 0 queues 0x2 ar->paused: 0x0 arvif->paused: 0x0
<russell--> seen on a misbehaving archer c7
xbr9 has joined #openwrt-devel
xbr has quit [Quit: Ping timeout (120 seconds)]
xbr9 is now known as xbr
goliath has joined #openwrt-devel
maciekb72183 has quit [Quit: bye]
maciekb72183 has joined #openwrt-devel
Acinonyx_ has quit [Ping timeout: 480 seconds]
Acinonyx has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
robimarko has joined #openwrt-devel
Danylo_ has joined #openwrt-devel
Danylo_ has quit []
n3ph has joined #openwrt-devel
rua has joined #openwrt-devel
swalker has quit [Remote host closed the connection]
goliath has joined #openwrt-devel
rua has quit [Quit: Leaving.]
minimal has joined #openwrt-devel
rua has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
totkeks has joined #openwrt-devel
goliath_ has joined #openwrt-devel
goliath is now known as Guest4262
goliath_ is now known as goliath
Guest4262 has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
grift has quit [Quit: Bye]
grift has joined #openwrt-devel
<russell--> svanheule: do you know what is in the jffs and jffs2 partitions. they seem to use 2MB.
<russell--> [ 0.814821] 0x000000060000-0x000000160000 : "jffs"
<russell--> [ 0.826734] 0x000000160000-0x000000260000 : "jffs2"
<svanheule> russell--: no idea. my guess would be logs or config, but I don't remember (if I ever checked)
<svanheule> you want to use all available storage on the GS1900s?
noltari has joined #openwrt-devel
noltari_ has quit [Ping timeout: 480 seconds]
<russell--> i was wondering why it was preserved, i guess i could imagine some reasons
<svanheule> no reason other than "12MB should be enough for a while"
<svanheule> otherwise we would have to employ mtd-concat to gain those last 2MB, but then the user would lose their stock config when flashing OpenWrt (which isn't that big of a problem in the end)
<totkeks> I was looking at the podman init.d script. Does anyone know why it uses `append_param command $command` after setting the command? https://github.com/openwrt/packages/blob/master/utils/podman/files/podman.init
<russell--> svanheule: i'm not counting on going back to vendor firmware :-)
<russell--> although i suppose for the PoE devices, that could have some value for reverse engineering
<svanheule> the main problem going forward will remain to allow an easy factory install
<svanheule> snapshot builds still fit inside the old 6MB partition, but 24.10 builds with LuCI already don't :(
<schmars[m]> totkeks: other packages use that to append options like --foo=123 to the command. i'm testing podman too and have been wondering about that line. $command doesn't come from procd, so my best guess is the author copied the init script from another package and forgot to remove the append line
<totkeks> schmars[m], okay. because I have been looking through the wiki and forum for some docs about that and couldn't find any. like use set for the binary and append for the parameters. but this doesn't seem to be the case
<schmars[m]> nah you can pass everything right into procd_set_param if it's convenient
<totkeks> schmars[m], are you using procd to run your containers? I'm testing that currently. also opened a forum thread to gather input
<schmars[m]> yeah, i just do procd_set_param command /usr/bin/podman run -i mycontainer - there might be more to consider, i'm just dabbling around at the moment
<stintel> you can always add a `logger -t podman-init "command: $command"` in the init script to see if $command actually contains anything
<schmars[m]> yep true ^
<stintel> or run the init script with INIT_TRACE=1 but then you'll have a lot of noise
<totkeks> windows terminal supports copilot ai. it might be able to filter through that and find the relevant parts :D
<jakllsch> heh
<totkeks> mh, i tried PROCD_DEBUG=1 and INIT_TRACE=1. neither shows me why it thinks the instance crashes (container itself, not podman)
<schmars[m]> you can also redirect stdout/stderr to logread
<schmars[m]> oh and make sure to not wrap the whole command including parameters in quotes, otherwise it'll try to find a binary for the whole thing
<stintel> /home/build/openwrt/build_dir/host/cmake-3.30.5/Utilities/cmlibarchive/libarchive/archive_random.c:125:9: error: implicit declaration of function 'arc4random_buf' [-Wimplicit-function-declaration]
<stintel> 125 | arc4random_buf(buf, nbytes);
<stintel> | ^~~~~~~~~~~~~~
<stintel> in openwrt-24.10 4cc1da1e44c28aa153956e179f28b8ee38dc3ac6
<totkeks> schmars[m], got it running now. needed to remove the -d flag, because well, that detaches the running container and procd thinks it died :D
<stintel> I guess it's related to building on a musl host
* stintel gives up and hits the pub
minimal has quit [Quit: Leaving]
<totkeks> schmars[m], do you have your code somewhere public?
vincejv has joined #openwrt-devel
<schmars[m]> totkeks: https://github.com/freifunk-berlin/bbb-configs/commit/16bfddef04dd84be57ac26d82c1619d3bf67aa57 - just dabbling around, there's not much for your procd questions. i dont think i even tested the init script in there yet
<schmars[m]> my dabbling is about networking there mainly
<schmars[m]> and you can pretty much ignore the buildbot dockerfile related stuff :)
n3ph has joined #openwrt-devel
<totkeks> ah, that's a "bit" different from my tiny home setup :D
<totkeks> looks something like this now: https://nopaste.net/8RFY0RFazh
goliath has joined #openwrt-devel
<totkeks> is there a naming convention for uci configs in terms of plural or singular (/etc/config/containers vs container)?
* enyc meows
<enyc> is this an usuasy number of bugs for a release in -rc stage, ooi?
goliath_ has joined #openwrt-devel
goliath is now known as Guest4277
goliath_ is now known as goliath
Guest4277 has quit [Ping timeout: 480 seconds]
n3ph has quit [Quit: WeeChat 4.4.3]
n3ph has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<SlimeyX> you only have one chance to test the automatic self destruct system
AndyCap has quit [Ping timeout: 480 seconds]
<totkeks> someone knows how to see output from the init.d script before procd takes over the instance? besides INIT_TRACE=1. like just the stdout/stderr of the commands running in the init script
<totkeks> well it suggest INIT_TRACE=1 :D didn't realize that stderr and stdout are part of the trace. like if i'd set +x
mrnuke has quit [Ping timeout: 480 seconds]
dryimpact6 has joined #openwrt-devel
dryimpact has quit [Ping timeout: 480 seconds]
dryimpact6 is now known as dryimpact
mrnuke has joined #openwrt-devel
dryimpact8 has joined #openwrt-devel
hanetzer has joined #openwrt-devel
dryimpact has quit [Ping timeout: 480 seconds]
dryimpact8 is now known as dryimpact
minimal has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
noltari_ has joined #openwrt-devel
noltari has quit [Ping timeout: 480 seconds]
AndyCap has joined #openwrt-devel
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
totkeks_ has joined #openwrt-devel
totkeks has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
n3ph has joined #openwrt-devel
mrnuke has quit [Ping timeout: 480 seconds]
n3ph has quit [Read error: No route to host]
n3ph has joined #openwrt-devel
mrnuke has joined #openwrt-devel
totkeks_ has quit [Ping timeout: 480 seconds]
notu_ has joined #openwrt-devel
notu_ has quit [Remote host closed the connection]
notu_ has joined #openwrt-devel
notu_ has quit []
swalker has joined #openwrt-devel