Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dhcp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 128
    • Issues 128
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • dhcp
  • Issues
  • #42
Closed
Open
Issue created Aug 25, 2019 by Ghost User@ghost

Very long restart time on Debian 10

name: Bug report
about: Very long restart time on Debian 10

Describe the bug Restarting the isc-dhcp-server takes over 2s (average 2.1s) on a strong host system with a very minimal config

To Reproduce Steps to reproduce the behavior:

  1. Run time service isc-dhcp-server restart

Expected behavior A reasonable fast restart time

Environment:

  • ISC DHCP version: 4.4.1

  • OS: Debian 10 64bit

Additional Information
dhcpd.conf

subnet xxx.xxx.xxx.0 netmask 255.255.255.0 {
range xxx.xxx.xxx.2 xxx.xxx.xxx.128;
}
include "/etc/dhcp/vm.d/xxx.xxx.xxx.44.conf";

xxx.xxx.xxx.44.conf

host h1 {
filename "URL";
hardware ethernet <MAC>;
option routers <ROUTER>;
option subnet-mask 255.255.255.128;
fixed-address <IP>;
option domain-name-servers 1.1.1.1,1.0.0.1;
}
Assignee
Assign to
Time tracking