configpolicy/roles/dhcpcd
Dustin da2d73b676 roles/dhcpcd: Disable device management module
Today I realized that `dhcpcd` has been logging several hundred thousand
of these messages every second:

    libudev: received NULL device

This was causing both `dhcpcd` and `systemd-journald` to consume 100%
CPU.

I am not entirely sure what a "device management" module is in the
context of `dhcpcd`, but it does not seem to be required. Setting the
`nodev` option in `dhcpcd.conf` suppresses the messages, and seems to
have no effect on the operation of the daemon.
2018-07-20 17:46:47 -05:00
..
defaults roles/dhcpcd: Disable device management module 2018-07-20 17:46:47 -05:00
handlers dhcpcd: Install and configure dhcpcd 2018-03-13 23:19:50 -05:00
tasks dhcpd: Install and configure ISC DHCPD 2018-03-27 20:44:43 -05:00
templates roles/dhcpcd: Disable device management module 2018-07-20 17:46:47 -05:00
vars dhcpcd: Install and configure dhcpcd 2018-03-13 23:19:50 -05:00