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

Fix handler and systemd activation errors #5158

Merged
merged 1 commit into from
Feb 18, 2020

Commits on Feb 17, 2020

  1. Fix handler and systemd activation errors

    On panic from handler: log warning and stack trace, report
    InternalServerError to client
    
    When using `podman system service` make determining the listening endpoint deterministic.
    
      // When determining _*THE*_ listening endpoint --
      // 1) User input wins always
      // 2) systemd socket activation
      // 3) rootless honors XDG_RUNTIME_DIR
      // 4) if varlink -- adapter.DefaultVarlinkAddress
      // 5) lastly adapter.DefaultAPIAddress
    
    Fixes containers#5150
    Fixes containers#5151
    
    Signed-off-by: Jhon Honce <jhonce@redhat.com>
    jwhonce committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    c0c44ae View commit details
    Browse the repository at this point in the history