Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 633
    • Issues 633
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • BINDBIND
  • Merge requests
  • !7581

Stop logfileconfig/ns1 server with TERM signal

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Michal Nowak requested to merge mnowak/logfileconfig-fix-rndc_conf_does_not_exist into v9_16 Feb 22, 2023
  • Overview 3
  • Commits 1
  • Pipelines 2
  • Changes 1

stop.pl tries to stop ns1 via rndc but fails to find rndc.conf because the logfileconfig test code is unexpectedly executed from the logfileconfig/ns1/ directory. Instead of stopping ns1 with rndc, it waits for 30 seconds and then terminates ns1 with the TERM signal. Stop ns1 with the TERM signal directly.

I:logfileconfig:testing default logfile using named -L file (9)
rndc: ../common/rndc.conf does not exist

See https://gitlab.isc.org/isc-projects/bind9/-/jobs/3178919#L389.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mnowak/logfileconfig-fix-rndc_conf_does_not_exist