Changeset db19db1


Ignore:
Timestamp:
03/28/2022 01:02:30 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
0beb4e7
Parents:
51d13f74
Message:

dhcpd: the /var/lib/dhcp/dhcp.leases files is needed

Otherwise dhcpd does not start.
The "touch ..." instruction is the recommended way to create this
file according to dhcp.leases(5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcp.xml

    r51d13f74 rdb19db1  
    438438      </para>
    439439
    440       <para>
    441         Now create the <filename class="directory">/var/lib/dhcpd</filename>
     440<!-- the "touch..." is needed according to dhcpd.leases(5) -->
     441      <para>
     442        Now create the <filename>/var/lib/dhcpd/dhcpd.leases</filename>
    442443        directory which will contain DHCP Server leases by running the following
    443         command as the <systemitem class="username">root</systemitem> user:
    444       </para>
    445 
    446 <screen role="root"><userinput>install -v -dm 755 /var/lib/dhcpd</userinput></screen>
     444        commands as the <systemitem class="username">root</systemitem> user:
     445      </para>
     446
     447<screen role="root"><userinput>install -v -dm 755 /var/lib/dhcpd &amp;&amp;
     448touch /var/lib/dhcpd/dhcpd.leases</userinput></screen>
    447449
    448450       <para>
Note: See TracChangeset for help on using the changeset viewer.