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 10 years ago
- Project changed from Foreman to Smart Proxy
- Category changed from Proxy gateway to Plugins
Updated by Anonymous over 10 years ago
- Status changed from New to Assigned
- Assignee set to Anonymous
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/364 added
Updated by Dominic Cleal over 10 years ago
- Related to Bug #13600: Templates module not marked as failed when foreman_url is missing added
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 53e560fe51c27584c5ab9acc0a4ffefdbc79088a.
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 71
Updated by Lukas Zapletal about 10 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