[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1021414: debian-edu-config: Wrong DHCP configuration on separate LTSP server



Source: debian-edu-config
Version: 2.11.56+deb11u4
Severity: normal

On a separate LTSP server the DHCP service fails to start after stopping 
it. This is caused by a wrong Requires statement in the systemd unit 
file. Instead of slapd.service, nslcd.service is required:

diff --git a/share/debian-edu-config/isc-dhcp-server.service.eth1_only b/share/debian-edu-config/isc-dhcp-server.service.eth1_only
index 46557e6b..f2b7fb58 100644
--- a/share/debian-edu-config/isc-dhcp-server.service.eth1_only
+++ b/share/debian-edu-config/isc-dhcp-server.service.eth1_only
@@ -1,7 +1,7 @@
 [Unit]
 Description=DHCP server
 After=network.target network-online.target
-Requires=slapd.service
+Requires=nslcd.service
 
 [Service]
 Type=forking

Wolfgang

Attachment: signature.asc
Description: PGP signature


Reply to: