goliath has quit [Quit: SIGSEGV]
shibboleth has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
Acinonyx has quit [Quit: Peer reset by connector]
rsalvaterra has quit [Ping timeout: 480 seconds]
rsalvaterra has joined #openwrt-devel
rsalvaterra_ has joined #openwrt-devel
rsalvaterra is now known as Guest3740
rsalvaterra_ is now known as rsalvaterra
Guest3740 has quit [Ping timeout: 480 seconds]
rsalvaterra_ has joined #openwrt-devel
rsalvaterra is now known as Guest3741
rsalvaterra_ is now known as rsalvaterra
Guest3741 has quit [Ping timeout: 480 seconds]
victhor has quit [Ping timeout: 480 seconds]
philipp64 has joined #openwrt-devel
<mangix> alright. perl package is officially a mess.
<mangix> "Can't locate File/ShareDir/Install.pm" of course not. why would it work.
Grommish_ has joined #openwrt-devel
Grommish has quit [Ping timeout: 480 seconds]
Andi_ has quit [Read error: Connection reset by peer]
Andi_ has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
<digitalcircuit> slh: I think the Kingston eMMC is cursed... https://github.com/openwrt/openwrt/pull/3954#issuecomment-949283001
<digitalcircuit> (At least that's the easiest answer. Not serious, of course.)
<digitalcircuit> v5.4 MMC driver code on v5.10 still fails.
<digitalcircuit> Surely I've just made some sort of mistake... This is bizarre.
<slh> that doesn't surprise me too much, assuming the voltage warnings are part of the story (or the differing starting frequencies), as the mmc code is getting some of parameters from the outside
* digitalcircuit nods.
<slh> something gone amiss in the dts, or regulators/ frequency sources having changed...
<digitalcircuit> Hmm, so the newer kernel might have renamed things somewhere, hence the DTS that worked on v5.4 not working on v5.10?
<slh> perhaps, yes
<slh> don't take me too serious, I'm guessing
<digitalcircuit> Heh, noted. I'm taking a break from this for tonight (past 1 am EST), and I'll be busy the next two days, but I'll poke things again eventually.
<slh> good luck, I really hope for the best
<slh> at leats it's not 'just' your own/ single router
<slh> at least*
<digitalcircuit> Yeah, that's encouraging. After this is sorted out (if it gets sorted out), I'll give the CPU crash reset script another look over, and maybe ask others to try it, see if that's just my router or not.
<russell--> digitalcircuit: EDT
<digitalcircuit> Err, right, I forgot about daylight savings time.
<digitalcircuit> Thanks for the reminder
<russell--> lol
<dwfreed> clocks go back the first sunday of november
<dwfreed> so the 7th
valku has quit [Remote host closed the connection]
Tusker has quit [Quit: Time wasted on IRC: 7 hours 45 minutes 12 seconds]
nitroshift has joined #openwrt-devel
rmilecki has joined #openwrt-devel
philipp64 has quit [Quit: philipp64]
philipp64 has joined #openwrt-devel
Acinonyx has joined #openwrt-devel
Tapper has joined #openwrt-devel
jlsalvador has quit [Quit: jlsalvador]
<mrkiko> rmilecki: thanks§!!
<owrt-snap-builds> Build [#307](https://buildbot.openwrt.org/master/images/#builders/50/builds/307) of `mediatek/mt7623` failed.
<mrkiko> oops, I entered an invalid character
<rmilecki> mrkiko: :)
danitool has joined #openwrt-devel
jlsalvador has joined #openwrt-devel
felix has quit []
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
felix has joined #openwrt-devel
goliath has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
B21500_ has joined #openwrt-devel
<B21500_> Hi,
rua has joined #openwrt-devel
rua has quit [Quit: Leaving.]
Andi_ has quit [Remote host closed the connection]
Andi_ has joined #openwrt-devel
victhor has joined #openwrt-devel
Magician24 has joined #openwrt-devel
mrkiko has quit [Quit: leaving]
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #openwrt-devel
robimarko has joined #openwrt-devel
<robimarko> Has there been a previous discussion about enabling CONFIG_MTD_PARTITIONED_MASTER?
<robimarko> It would allow using mtdpart so that partitions can be added/deleted from userspace on MTD devices
<blogic> robimarko: what would be the use case for that ?
<robimarko> Testing and for example flashing different images in the unused flash space
<robimarko> For example, I have a 256MB variant of ECW5211-L-T
<robimarko> Its made for TIP and has double the NOR and NAND
<robimarko> But you cant use that space as its all hardcoded to only use 64MB rootfs
<blogic> the feature is probably to corner case to make it mainline
<blogic> whats the size impact ?
<robimarko> Give me a minute to rebuild with it disabled, it should be minimal if there even is one
<robimarko> The only drawback is that MTD indexes may change
nitroshift has quit [Quit: Gone that way --->]
<robimarko> As it retains the master device as a MTD device and not hide it
dedeckeh has joined #openwrt-devel
<robimarko> There is no size difference at all
<blogic> I would worry about bootloader that pass in mtd ids ... dualboot for example
<blogic> ubootenv-tools might also break
<robimarko> Yeah, I am worried about the envtools as there is a lot of stuff hardcoding the mtd part
<robimarko> Instead of looking by name
<blogic> yup
<blogic> target/linux/ipq40xx/base-files/lib/upgrade/dualboot_datachk.sh: primary_kernel_mtd=8
<blogic> target/linux/ipq40xx/base-files/lib/upgrade/dualboot_datachk.sh: primary_kernel_mtd=10
<robimarko> Yeah, stuff like that would break
<robimarko> But honestly, its insanity to even hardcode that
<robimarko> Ok, so its not gonna happen anytime soon
Magician24 has quit [Quit: Page closed]
<blogic> would require a lot of manula checking prior I guess
<owrt-snap-builds> Build [#318](https://buildbot.openwrt.org/master/images/#builders/23/builds/318) of `mpc85xx/p2020` completed successfully.
<rmilecki> "primary_kernel_mtd=8" who did this? :(
<rmilecki> robimarko: i'm all for CONFIG_MTD_PARTITIONED_MASTER though if we can do that
rua has joined #openwrt-devel
<robimarko> rmilecki: I looked further and most targets hardcode envtools
<robimarko> That would all need to be converted into name lookup
<rmilecki> robimarko: ack
<robimarko> And I am sure that more stuff is hardcoded in the upgrade files
<robimarko> Honestly, I fear more regressions than the feature is worth
<rmilecki> possibly
Tapper has quit [Ping timeout: 480 seconds]
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
robimarko has quit [Quit: Page closed]
<owrt-snap-builds> Build [#310](https://buildbot.openwrt.org/master/images/#builders/14/builds/310) of `bcm63xx/generic` completed successfully.
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
jbowen has joined #openwrt-devel
valku has joined #openwrt-devel
<owrt-snap-builds> Build [#312](https://buildbot.openwrt.org/master/images/#builders/56/builds/312) of `kirkwood/generic` completed successfully.
fda has quit [Quit: ZNC - https://znc.in]
fda has joined #openwrt-devel
jello has joined #openwrt-devel
<jello> hello, is 21.02.1 still planned for release today? I'm planning on upgrading my r7800 from 19.07.6 today and want to make sure I grab the latest...
<fda> no, when its done
<jello> heh, fair enough
Tapper has joined #openwrt-devel
lynxis has quit [Quit: No Ping reply in 180 seconds.]
lynxis has joined #openwrt-devel
B21500_ has quit [Quit: Page closed]
jello has quit [Read error: Connection reset by peer]
minimal has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
Acinonyx has quit [Quit: Peer reset by connector]
rua has joined #openwrt-devel
jello has joined #openwrt-devel
jello has left #openwrt-devel [#openwrt-devel]
dedeckeh has quit [Remote host closed the connection]
Acinonyx has joined #openwrt-devel
Andi_ has quit [Read error: Connection reset by peer]
Andi_ has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
jbowen_ has joined #openwrt-devel
jbowen has quit [Read error: Connection reset by peer]
<jow> karlp: unfortunately validations need to happen synchroneously as they're invoked very often
philipp64 has quit [Remote host closed the connection]
jbowen_ has quit []
minimal has quit []
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
<aparcar[m]> mangix: ping
<aparcar[m]> anyone experience with external toolchains? I'm seeing this error https://paste.debian.net/1216438/
<aparcar[m]> jow: I'll think of an example and will look into yaml c libs
danitool has joined #openwrt-devel
rua has joined #openwrt-devel
<aparcar[m]> is Ansuel here?
<dwfreed> They are not
<slh> He just replied to PR#4036 on github, so with a little luck he might come around shortly
<aparcar[m]> thanks
<mangix> I do not
rmilecki has quit [Ping timeout: 480 seconds]
<fda> stintel: i get sometimes with strace "Makefile:9303: *** missing separator. Stop. " on "@CODE_COVERAGE_RULES@ ". you wrote https://oftc.irclog.whitequark.org/openwrt-devel/2021-09-22 that "sent out a fix for strace to ml"
<fda> but i cant find this patch. is this the correct ml? https://patchwork.ozlabs.org/project/openwrt/list/
<karlp> jow: yeah, I mean, I get that, I was going to look at things like knockout's throttle type thing.
<karlp> is there any server validation options to be done on submission? or is "sync js or nothing" ?
<jow> karlp: no server side option as the entire contents are just serialized into uci calls via ubus rpc
<jow> karlp: you could overwrite the map's save() method though and do additional validation there
<aparcar[m]> jow: your yaml example seems fine, I think that would work just fine
<aparcar[m]> jow: yamls 1.1 seem to be the default at most cases, so I'd use https://pyyaml.org/wiki/LibYAML
<aparcar[m]> jow: on the other hand libfyaml seems more future proof https://github.com/pantoniou/libfyaml
<aparcar[m]> anyone understands these linux-cryptodev issues? https://github.com/openwrt/luci/runs/3979949978?check_suite_focus=true
<aparcar[m]> it happens every now and then in the SDK
Andi_ has quit [Read error: Connection reset by peer]
Andi_ has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
<hauke> PaulFertser: thanks the error detection data in the factory partition was broken, reading and writing it back fixed it
Tapper has joined #openwrt-devel
<fda> strace works only on 1st build after checkout...
Grommish has joined #openwrt-devel
Grommish_ has quit [Ping timeout: 480 seconds]
enyc has joined #openwrt-devel