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

pov-check-health -g generates bad daemon names on Ubuntu 20.04 LTS #25

Open
mgedmin opened this issue Feb 11, 2021 · 0 comments
Open

pov-check-health -g generates bad daemon names on Ubuntu 20.04 LTS #25

mgedmin opened this issue Feb 11, 2021 · 0 comments

Comments

@mgedmin
Copy link
Member

mgedmin commented Feb 11, 2021

On a fresh Hetzner "rootserver" with Ubuntu 20.04 LTS the default config file generated by pov-check-health -g fails with these errors:

mdcheck is not running
networkd-dispat is not running
systemd-network is not running
systemd-resolve is not running
unattended-upgr is not running

mdcheck and unattended-upgrades are transient processes started by cron and should be skipped.

The others are probably playing games with argv[0] and/or pidof is smarter in newer ubuntus and no longer truncates program names to 15 characters? Some investigation may be required.

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

1 participant