Project

General

Profile

Actions

Bug #13028

closed

foreman-proxy has error "Couldn't enable plugin dhcp_isc" on every restart

Added by Thomas McKay over 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugins
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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


Related issues 1 (0 open1 closed)

Related to Smart Proxy - Bug #13600: Templates module not marked as failed when foreman_url is missingClosed02/08/2016Actions
Actions #1

Updated by Anonymous over 8 years ago

  • Project changed from Foreman to Smart Proxy
  • Category changed from Proxy gateway to Plugins
Actions #2

Updated by Anonymous over 8 years ago

  • Status changed from New to Assigned
  • Assignee set to Anonymous
Actions #3

Updated by The Foreman Bot about 8 years ago

  • Status changed from Assigned to Ready For Testing
  • Pull request https://github.com/theforeman/smart-proxy/pull/364 added
Actions #4

Updated by Dominic Cleal about 8 years ago

  • Related to Bug #13600: Templates module not marked as failed when foreman_url is missing added
Actions #5

Updated by Anonymous about 8 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #6

Updated by Dominic Cleal about 8 years ago

  • translation missing: en.field_release set to 71
Actions #7

Updated by Lukas Zapletal almost 8 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

Also available in: Atom PDF