You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error all the time on rebuilds and have to disable and reenable the exporter.
The homedir we configure for the user is /var/lib/prometheus-node-exporter, but that seems to also be present at /private/var/lib/prometheus-node-exporter, like a symlink or a bindmount.
error: config contains the wrong home directory for _prometheus-node-exporter, aborting activation
nix-darwin does not support changing the home directory of existing users.
Please set:
users.users._prometheus-node-exporter.home = "/private/var/lib/prometheus-node-exporter";
or remove it from your configuration.
The text was updated successfully, but these errors were encountered:
This is a user created by our own module so it doesn’t seem like that should happen or that manual intervention should be required. (FWIW it’s a symlink, /var@ -> private/var.)
I'm getting the following error all the time on rebuilds and have to disable and reenable the exporter.
The homedir we configure for the user is
/var/lib/prometheus-node-exporter
, but that seems to also be present at/private/var/lib/prometheus-node-exporter
, like a symlink or a bindmount.The text was updated successfully, but these errors were encountered: