Skip to content

fix(blac): disable openipmi.service — no IPMI hardware - #41

Draft
phonkd wants to merge 2 commits into
mainfrom
autofix/blac-openipmi
Draft

fix(blac): disable openipmi.service — no IPMI hardware#41
phonkd wants to merge 2 commits into
mainfrom
autofix/blac-openipmi

Conversation

@phonkd

@phonkd phonkd commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Alert

SystemdServiceFailed (critical) — openipmi.service failed on oldblac

Root cause

blac is a desktop/gaming machine with no IPMI (Intelligent Platform Management Interface) hardware. The openipmi systemd service is pulled in as a dependency of some installed package and consistently fails every time it starts — there's no IPMI BMC to talk to.

Fix

Explicitly disable systemd.services.openipmi.enable = false; in the blac host module so the service is masked and doesn't attempt to start.

How to verify

  1. sudo systemctl status openipmi on blac → should show loaded; disabled; vendor preset: disabled or not-found
  2. After deploy, the Alertmanager SystemdServiceFailed alert for openipmi.service on oldblac should stop firing.
  3. No other functionality is affected — IPMI is irrelevant on a consumer desktop.

Closes alert fingerprint 7fced68000ca0711

phonkd added 2 commits July 20, 2026 20:19
blac (oldblac) is a desktop machine with no IPMI hardware. The
openipmi systemd service is pulled in as a dependency and
consistently fails because there is no IPMI BMC to talk to.

Disable the service explicitly to stop the recurring alert.

Alert: SystemdServiceFailed (critical)
  fingerprint: 7fced68000ca0711
  instance: oldblac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant