Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: cdf5eca5b505
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d87fea74bde8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 28, 2020

  1. nixos/alertmanager: start after the network-online target

    If the host network stack is slow to start, the alertmanager fails to
    start with this error message:
    
        caller=main.go:256 msg="unable to initialize gossip mesh" err="create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided"
    
    This bug can be reproduced by shutting down the network stack and
    restarting the alertmanager.
    
    Note I don't know why I didn't hit this issue with previous
    alertmanager releases.
    
    (cherry picked from commit 39621bb)
    nlewo committed Mar 28, 2020
    Copy the full SHA
    d87fea7 View commit details
    Browse the repository at this point in the history