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 634
    • Issues 634
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 90
    • Merge requests 90
  • 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
  • !1751

"dnssec" system test: add "-r $RANDFILE" where it is missing

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Michał Kępień requested to merge michal/dnssec-system-test-add-r-randfile-where-it-is-missing into v9_11 Mar 26, 2019
  • Overview 18
  • Commits 2
  • Pipelines 2
  • Changes 4

If the path to the source of random data is not passed explicitly to dnssec-keygen and dnssec-signzone and the --with-randomdev compile-time switch is not used, the aforementioned utilities will hang if the default source of random data (/dev/random) runs out of entropy. Use "-r $RANDFILE" to prevent that from happening during the setup stage of the "dnssec" system test.

Edited Apr 02, 2019 by Michał Kępień
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: michal/dnssec-system-test-add-r-randfile-where-it-is-missing