Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-systemd.collector.user from container fails to dbus-launch not found #95

Open
lukasmrtvy opened this issue Aug 6, 2023 · 1 comment

Comments

@lukasmrtvy
Copy link

-systemd.collector.user arg from container fails to
level=error msg="error collecting metrics" err="couldn't get dbus connection: exec: \"dbus-launch\": executable file not found in $PATH"

Reproducer:

podman rm -f systemd-exporter; podman run -d --name systemd-exporter -v /run/systemd/:/run/systemd/ -v /sys/fs/cgroup:/sys/fs/cgroup --user root -p 9558 :9558 quay.io/prometheuscommunity/systemd-exporter:v0.5.0  --systemd.collector.user
@Ryuno-Ki
Copy link

Installing dbus-x11 on a Debian system yields to

ts=2025-01-27T16:11:00.284Z caller=systemd.go:225 level=error msg="error collecting metrics" err="could not get list of systemd units from dbus: Process org.freedesktop.systemd1 exited with status 1"

as new error message.

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

No branches or pull requests

2 participants