David Härdeman

Results 49 comments of David Härdeman

@rpigott this might interest you, given this PR: https://github.com/systemd/systemd/pull/30952

Ok, changed the options handling a bit (it's now ` `) and added some fixes/changes (e.g. for unaligned struct access).

And now I've done more testing, both on x86/qemu and on real hardware (Turris Omnia, running stock OpenWRT 23.05.2). Using a patched version of `rdisc6` (patches sent upstream already) and...

> Is it possible (does it make sense to?) to add lifetime as a parameter or flag, for those cases where it can be set to zero and force invalidate...

@ypid: this should interest you 😁

Actually....I think this needs some minor rework. The current template for the `borgmatic` configuration (`ansible/roles/borgbackup/templates/etc/borgmatic/config.yaml.j2`) doesn't properly handle complicated YAML syntax (e.g. `checks:`, which expects a list of dicts)

> Define the optional attribute 'need_restart' (default: false). If present and true on any variable, restart postfix instead of reloading it. No documentation though?

> Very good point indeed. Is this good/enough? That's a question for @drybjed 😄

No state is usually interpreted as "present" in DebOps roles, and the above logic doesn't really reflect that. But as far as I can remember, `debops.debops.parse_kv_items` should set an undefined...

@ypid : I think this might interest you?