Results 769 comments of Stefan Agner

I've actually just considered this as well. However, introducing scripts here seems a bit too heavy, also since there are other repositories which could profit from linting the s6 run...

> but here I'm proposing to stop using that action in favor of an in-house approach. I must say, ludeeus started hacs, and is quite active in the community, so...

> It looks like `dhcpcd` is now installed and prefix delegation is in use, probably for Thread 1.4. Is this something we want to disable? What do yo mean by...

> It's installed by `bootstrap`, which we run: https://github.com/openthread/ot-br-posix/blob/580cafc150946bc418aa6790a416bd2c951bae24/script/bootstrap#L110-L121 Hm, I see that changed just recently with https://github.com/openthread/ot-br-posix/commit/3b145fa40ffec3eb49b535093d6388d5c7331d1b. We could opt-out of PD at this point, which might make sense....

> I don't get why `2001:0db8:85a3:0000:0000:8a2e:0370:7334/64` is here. Seems like it shouldn't be hardcoded. It is not hardcoded, this serves as an example. `2001:0db8` is the official IPv6 documentation prefix.

We run into a very similar issue when trying to build jemalloc with Alpine 3.20. The build pipeline used to work three weeks ago with ``` #9 201.3 gcc -std=gnu11...

> And we tried different version of QEMU including 6.2, 7.0, 8.2 and 9.2.1 (latest) but none of them works with this kernel. As soon as I downgrade the kernel...

FWIW, at least in our case this seemed to be related to the segfaults described in https://github.com/tonistiigi/binfmt/issues/215#issuecomment-2613004741, which were caused by a kernel hardening patch which got backported to stable...

From what I can tell, this is a problem of the Phoscon web app. It seems to poll the absolute path `/api/config` on the origin host/port, which is where Home...

> Interesting discovery. So when was this behaviour introduced and how couldn't be reverted or modified in the way you mention it? I don't know. Based on your observations I...