Actions
Bug #13028
closedforeman-proxy has error "Couldn't enable plugin dhcp_isc" on every restart
Description
I've tried to set :enable:false in the settings.d and the error continues to appear. The proxy says it is active and running but the error is concerning.
E, [2016-01-06T03:10:02.398704 #11034] ERROR -- : Couldn't enable plugin dhcp_isc: File at '/etc/dhcp/dhcpd.conf' defined in 'config' parameter doesn't exist or is unreadable
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 53e560fe51c27584c5ab9acc0a4ffefdbc79088a.
Updated by Lukas Zapletal about 9 years ago
For the record, root cause of your error was most likely upgrade of dhcp daemon package which reset permissions on /etc/dhcp directory and config files. To fix this use:
chown -R root:foreman-proxy /etc/dhcp
I wonder if it makes sense to do this in foreman-proxy post installation scriplet. Puppet does this, but users don't run it during upgrades...
Actions