summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorErik Arvstedt <erik.arvstedt@gmail.com>2022-11-02 12:02:52 +0100
committerErik Arvstedt <erik.arvstedt@gmail.com>2022-11-02 12:31:40 +0100
commit828cd4c89520f177158c7504af3f3aa092bd8e90 (patch)
treed8bef87372273017cb932ad21cc438f0598f46d1 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parent3c86c4cea7ca63c147b31ce84fef3f0f280400c5 (diff)
nixos/bitcoind: fix rare startup error
Previously, dhcpcd and bitcoind starting up in parallel could lead to the following error in bitcoind: ``` bitcoind: libevent: getaddrinfo: address family for nodename not supported bitcoind: Binding RPC on address 127.0.0.1 port 8332 failed. bitcoind: Unable to bind any endpoint for ``` After the initial failure, the bitcoind service would always restart successfully. This race condition, where both applications were simultaneously manipulating network resources, was only triggered under specific hardware conditions. Fix it by running bitcoind after dhcp has started (by running after `network-online.target`). This bug and the fix only affect the default NixOS scripted networking backend.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions