This error occurred for me after updating the dhcp-server if it's integrated into foreman using either the 'isc' or 'remote_isc' module.
The fix was very simple since all I had to do was making sure the permissions are set accordingly and restart dhcpd.
[archy@dhcpd ~]$ sudo chmod 755 /etc/dhcpd
[archy@dhcpd ~]$ sudo systemctl restart dhcpd.service
Foreman should now be able to assign addresses again.
Feel free to comment and / or suggest a topic.
Comments
Post a Comment