<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div
      style="text-align: left; margin-top: 0.5em; margin-bottom: 0.5em;"><font
        face="monospace"><span>Hi Nazzareno,</span><br>
        <span>   The double quotes surrounding the file name are curly
          quote characters. </span></font></div>
    <div
      style="text-align: left; margin-top: 0.5em; margin-bottom: 0.5em;"><font
        face="monospace"><span>Try changing them to the same straight
          double quotes you use elsewhere.</span></font></div>
    <div
      style="text-align: left; margin-top: 0.5em; margin-bottom: 0.5em;"><font
        face="monospace"><span>/Peter</span></font></div>
    <div
      style="text-align: left; margin-top: 0.5em; margin-bottom: 0.5em;"><font
        face="monospace"><br>
      </font><br>
    </div>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 16/01/2026 09.17, nazzareno taborgna
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:8edf18a3-eb4a-4dc4-903b-edf515aa81b0@lngs.infn.it">Hello,
      <br>
      <br>
      I have kea installed on a debian 13.
      <br>
      <br>
      I can get the dhcp4 daemon running with a single kea-dhcp4.conf
      file.
      <br>
      <br>
      Now, I would like put all reservations in a separate file by using
      the include directive:
      <br>
      <br>
          },
      <br>
      //    "reservations": [
      <br>
      //         {  "hw-address": "00:11:22:aa:bb:cc", "ip-address":
      "172.17.1.5" }
      <br>
      //     ],
      <br>
      <?include “reservation.json”?>
      <br>
      //    ,
      <br>
      //
      <br>
      <br>
      the reservation.json is this:
      <br>
      <br>
      <br>
          "reservations": [
      <br>
               {  "hw-address": "00:11:22:aa:bb:cc", "ip-address":
      "172.17.1.5" }
      <br>
           ],
      <br>
      <br>
      gen 14 17:25:21 testkea (ea-dhcp4)[613]: kea-dhcp4-server.service:
      ConfigurationDirectory 'kea' already exists but the mode is
      different. (File system: 750 ConfigurationDirectoryMode: 755)
      <br>
      gen 14 17:25:22 testkea kea-dhcp4[613]: 2026-01-14 17:25:22.154
      INFO  [kea-dhcp4.dhcp4/613.140521569732544] DHCP4_STARTING Kea
      DHCPv4 server version 2.6.3 (stable) starting
      <br>
      gen 14 17:25:22 testkea kea-dhcp4[613]: [207B blob data]
      <br>
      gen 14 17:25:22 testkea kea-dhcp4[613]: [226B blob data]
      <br>
      gen 14 17:25:22 testkea systemd[1]: kea-dhcp4-server.service: Main
      process exited, code=exited, status=1/FAILURE
      <br>
      gen 14 17:25:22 testkea systemd[1]: kea-dhcp4-server.service:
      Failed with result 'exit-code'.
      <br>
      <br>
      Any help about this problem?
      <br>
      <br>
      <br>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Peter Davies
Support Engineer 
Internet Systems Corporation
</pre>
  </body>
</html>