Nick Hassan

Results 23 comments of Nick Hassan

> I made a PR, but still facing this issue: > > ``` > > cannot set memory swappiness with cgroupv2: OCI runtime error > > ``` > > Seems...

I wonder if my experience falls under the same issue... Boot on a CM4 takes about 30 seconds to load GRUB, then at least 20 minutes from selecting boot option...

@bamhm182 Yeah I get your point. I've just implemented quadlet networks for this module now too using the method you described (pushed+squashed). but TBH I like the NixOS way of...

@rycee Do you have any thoughts or reservations on how I've implemented this module so far? I'm planning to just add tests now ~~and fix whatever this `nmt-report-gpg-immutable-keyfiles.drv` issue is~~....

sad bump cause I fixed this in Jan :(

@nareshku turning off `Read_From_Tail` isn't an option for me - it's going to lead to excessive duplicates and unnecessary traffic writing logs if/when fluent-bit restarts. This 3yr old bug in...

@nareshku just to clarify, are you saying `Read_From_Tail` works for you in the current master branch as long as you specify the `Path`? I am not able to reproduce that...

Thanks @eeowaa, but I wasn't able to reproduce with fluent-bit 3.0.2, systemd 255.4 and the following config: ``` [INPUT] Name systemd Read_From_Tail On DB /tmp/fluent-bit-journald-cursor [OUTPUT] Name stdout ``` This...

I've discovered a more granular cause: Adding the container to multiple networks in a run command or using compose (for my case, eg `--net caddy_routing,media_net`) will mean the start-script hangs...

Also confirming I am experiencing this bug with the same exact behaviour on an Intel 2019 Macbook Pro but **not** at all on an M1 Macbook Pro. Both are nearly...