Hi! I'm having some touble with this feature:
System -> Network -> Assign IP Address to Host
I understand it as a DHCP Reservation feature, am I right?
So, I try to add a host and then I get this error:
"PHP Warning: file(/etc/dhcpd.conf): failed to open stream: No such file or directory in /usr/share/issabel/privileged/dhcpconfig on line 473PHP Warning: Invalid argument supplied for foreach() in /usr/share/issabel/privileged/dhcpconfig on line 473PHP Notice: Undefined offset: 1 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 2 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 3 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 1 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 2 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 3 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 1 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 2 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 3 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 1 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 2 in /usr/share/issabel/privileged/dhcpconfig on line 429PHP Notice: Undefined offset: 3 in /usr/share/issabel/privileged/dhcpconfig on line 429ERR: start or end IPs are outside range on all configured interfaces"
Looks like the system is searching the file "dhcpd.conf" in the wrong directory.
I've made a SSH session to the system, and tested making a symbolic link:
ln -s /etc/dhcp/dhcpd.conf /etc/dhcpd.conf
The error seems to stop appearing. But I'm unsure if this modification could cause other problems in the code.
The Issabel ISO i'm using is: "issabel4-USB-DVD-x86_64-20200102.iso"