Hector Martin

Results 160 comments of Hector Martin

See #3069. I don't have time to fully test right now, but at least the source file is compile tested. @asrashley try that branch maybe?

@asrashley That's now #2609. The kernel message is harmless, the issue is just that communication with the UPS simply doesn't work at all for some reason. Perhaps *now* this bug...

Ceph really does use subinterpreters. It also used to work on my system (F39) after a patch to remove `cryptography` as a dependency, but now it's failing again with a...

This is a known hardware bug in the sdhci chipset which causes errors when autosuspend triggers before device probe. You need [this](https://pagure.io/fedora-asahi/fedora-asahi-remix-scripts/blob/main/f/65-autosuspend-override-asahi.hwdb) workaround, I don't know if ubuntu-asahi ships it?...

Alternatively, and this I think is useful as a generic option, maybe a new grouping behavior can be introduced where alerts are *only* grouped inside the initial `group_wait` period. After...

And apparently Alertmanager doesn't actually support disabling grouping, which makes this even worse. I supposed I can just throw in there a bunch of labels I don't expect to ever...

What I mean is that no notifications are actually delivered even after `group_interval` expires. They make it to PagerDuty, but they update the existing alert only, in a very non-helpful...

Basically the problem is that PagerDuty has no API to say "Hey! I have new stuff for that previous alert I sent you, notify the user again!". You have to...

Right, this depends on the use case. The issue is the possibility that a problem is aggravated but the user is not aware of it because they did not receive...

That seems kind of a hack, in that it negates any incident management you might want to do in PD (basically you wind up using it only for escalation and...