Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(SERVER-338) Ensure netstat is available for service management #391

Closed
wants to merge 1 commit into from

Commits on Feb 4, 2015

  1. (SERVER-338) Ensure netstat is available for service management

    Without this patch the puppet server service fails to start at the
    service management framework layer.  The failure is caused by the
    service unit attempting to use netstat to check for listening ports and
    netstat not being available.
    
    This patch addresses the problem by expressing a dependency on
    net-tools, which contains netstat so that netstat is always available
    after package installation and before service management.
    Jeff McCune committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    e4a6104 View commit details
    Browse the repository at this point in the history