dofmind

Results 8 comments of dofmind

I found a workaround to avoid build errors. If adds cargo_do_install() in xxx-macros recipe, original cargo_do_install() of meta-rust/classes/cargo.bbclass is not executed and it is successful to build. ``` cargo_do_install() {...

@engelmi After systemd fixes this issue, should changes of FREEZERSTATE be handled in UnitStateChanged? Currently UnitStateChanged does not consider FREEZERSTATE.

> Hi @dofmind, since `FREEZERSTATE` is a property on `org.freedesktop.systemd1 /org/freedesktop/systemd1/unit/sleepy_2eservice org.freedesktop.systemd1.Unit`, I'd expect a `PropertiesChanged` signal to be emitted. It would make sense to also emit the `UnitStateChanged` in...

A PR to resolve this issue was recently merged into systemd (https://github.com/systemd/systemd/pull/33092). Using the backport patch for systemd v250, I verified that the UnitPropertiesChanged signal emits when the FreezerState property...

I used HeartbeatInterval and NodeHeartbeatThreshold configuration for the controller and agent. ``` [bluechi-controller] HeartbeatInterval=500 NodeHeartbeatThreshold=2500 [bluechi-agent] HeartbeatInterval=500 ControllerHeartbeatThreshold=2500 ``` After reverting the following commit as a workaround, this issue has...

Integration test fail issue: Whenever get timestamp using LastSeenTimestamp property, the timestamp can be slightly different. ``` 00:00:13 fail /tests/tier0/bluechi-heartbeat-disabled (on default-0) [27/90] ```

> See my comment on the issue [#952 (comment)](https://github.com/eclipse-bluechi/bluechi/issues/952#issuecomment-2397018436) I think providing an additional `LastSeenTimestampMonotonic` on the Node interface would make a lot of sense, and also would provide a...