slh has quit [Ping timeout: 480 seconds]
slh has joined #openwrt-devel
lemoer has quit [Ping timeout: 480 seconds]
lemoer has joined #openwrt-devel
lemoer has quit [Ping timeout: 480 seconds]
slh has quit [Ping timeout: 480 seconds]
lemoer has joined #openwrt-devel
rua has quit [Quit: Leaving.]
slh has joined #openwrt-devel
rua has joined #openwrt-devel
Nilsro_ has joined #openwrt-devel
Nilsro has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#113](https://buildbot.openwrt.org/images/#/builders/35/builds/113) of `openwrt-24.10_octeon/generic` failed: failed './scripts/feeds update' (failure)
rua has quit [Quit: Leaving.]
sorinello has joined #openwrt-devel
valku has quit [Quit: valku]
rua has joined #openwrt-devel
lemoer has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
rua has quit [Quit: Leaving.]
gromero_ has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
<owrt-images-builds> Build [#115](https://buildbot.openwrt.org/images/#/builders/42/builds/115) of `openwrt-24.10_layerscape/armv7` completed successfully.
rua has joined #openwrt-devel
robimarko has joined #openwrt-devel
gromero has joined #openwrt-devel
gromero has quit []
gromero has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
lucascastro has quit [Remote host closed the connection]
n3ph has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
<zetagon> hello I'm back again. is there any conventional wisdom around making procd services for a shell script? I'm struggling with properly terminating the script, presumably because shell scripts often spawn subprocesses that procd can't terminate
<zetagon> is it just a bad idea to make a procd service for a shell script?
<KanjiMonster> zetagon: you could maybe add a signal handler to the shell script where you terminate those subprocesses yourself
<schmars[m]> someone was here the other day with the same issue, and added this helpful note to the wiki: https://openwrt.org/docs/guide-developer/procd-init-scripts#a_common_gotcha_with_stopping_a_service
<owrt-images-builds> Build [#115](https://buildbot.openwrt.org/images/#/builders/152/builds/115) of `openwrt-24.10_realtek/rtl931x` completed successfully.
gromero has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
<zetagon> schmars: that was me >:)
<schmars[m]> :)
n3ph has joined #openwrt-devel
lemoer has joined #openwrt-devel
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
n3ph_ has quit [Read error: No route to host]
n3ph has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
lemoer has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
minimal has joined #openwrt-devel
zer0def has quit [Quit: zer0def]
zer0def has joined #openwrt-devel
caskd has quit [Ping timeout: 480 seconds]
gromero has joined #openwrt-devel
Sawzall has joined #openwrt-devel
Sawzall has quit [Read error: Connection reset by peer]
gromero_ has joined #openwrt-devel
Sawzall has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
gromero_ has quit [Remote host closed the connection]
gromero_ has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
n3ph has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
gromero_ has quit [Ping timeout: 480 seconds]
drussell_ is now known as Guest15881
drussell_ has joined #openwrt-devel
gromero_ has joined #openwrt-devel
Guest15881 has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
caskd has joined #openwrt-devel
caskd_ has joined #openwrt-devel
caskd has quit [Ping timeout: 480 seconds]
caskd_ has quit [Remote host closed the connection]
caskd has joined #openwrt-devel
goliath has joined #openwrt-devel
cmonroe has joined #openwrt-devel
n3ph has joined #openwrt-devel
fda has joined #openwrt-devel
gromero_ has quit [Read error: Connection reset by peer]
gromero has joined #openwrt-devel
dev1ce has quit [Quit: ZNC - https://znc.in]
dev1ce has joined #openwrt-devel
fda has quit [Quit: ZNC - https://znc.in]
fda has joined #openwrt-devel
minimal has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
n3ph_ has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
drussell_ is now known as Guest15898
drussell_ has joined #openwrt-devel
Guest15898 has quit [Ping timeout: 480 seconds]
drussell_ is now known as Guest15900
drussell_ has joined #openwrt-devel
drussell_ is now known as Guest15901
drussell_ has joined #openwrt-devel
Guest15900 has quit [Ping timeout: 480 seconds]
Guest15901 has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
<robimarko> Anybody knows the idea behind the "Default" profiles is?
<robimarko> Cause, we have an issue for Lantix XRX200 where IB when used with the Default profile will simply use the image recipe for the first device in subtarget.mk image recipes
<robimarko> And fail since that device is broken and marked with DEFAULT := n so the kernel it needs is not built
<KanjiMonster> "Default" is usually "all images". It's from pre per-device rootfs times
<robimarko> Ahh
<robimarko> Where is the "recipe" for its generation stored?
<robimarko> So, we can at least make it do what IB does and not show profiles that cannot be built
<KanjiMonster> the association of devices to profiles is done via the PROFILES variable, e.g. bmips has "PROFILES = Default $$(DEVICE_NAME)" in its Device/Default
<KanjiMonster> the "DEFAULT := n" is probably only applied when using multi-device profiles
<robimarko> Well, lantiq only has: PROFILES = Default
<robimarko> I see there is a mix
<robimarko> Some have Default $$(DEVICE_NAME) while some Default and there is even one Generic $$(DEVICE_NAME)
danitool has joined #openwrt-devel
sorinello has quit [Ping timeout: 480 seconds]
merbanan has quit [Remote host closed the connection]
merbanan has joined #openwrt-devel
SirLouen has quit [Read error: Connection reset by peer]
SirLouen has joined #openwrt-devel
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
SlimeyX has quit [Remote host closed the connection]
minimal has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]