Marcus Hoffmann

Results 18 comments of Marcus Hoffmann

@pat1 > duplicated of https://github.com/eclipse/mosquitto/issues/2806 and https://github.com/eclipse/mosquitto/issues/2618 I'm not sure it is? We do *not* experience this problem here with 2.0.15, which is explicitly mentioned in the other issue(s) as...

@ralight I have so far also been unable to reproduce this outside our production environment :-/ Here's our mosquitto config though: ``` # A full description of the configuration file...

FWIW, we also have a lot of retained topics (~10k) in production where we saw this issue. This might explain why I've never been able to reproduce this in any...

This particular problem can be fixed by backporting https://gitlab.com/buildroot.org/buildroot/-/commit/9e2128bf5072e5f2fd69e2fc0239558782dfc677 But then at least on my build host I pretty much immediately run into more build failures (building host-m4), I guess...

I've run into this too. Is this kernel version dependent (we're on 6.1) or gcc version dependent (we are on gcc 13)?

Another required change for compiling for kernel 6.6 (rpi default for a while now): ``` diff --git a/cc1101_chrdev.c b/cc1101_chrdev.c index 489c569..9516fee 100644 --- a/cc1101_chrdev.c +++ b/cc1101_chrdev.c @@ -432,7 +432,7 @@...

> If this is testing-specific, maybe this should be a command line option rather than a config option? That wouldn't work that well for us as the config file is...

> I am not sure whether this should override the poll time announced by hawkBit or if we should use the lowest value? Mh, good question. I think using the...