-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
OpenVPN - unnecessary patch #24817
Comments
This patch was only necessary for 2.3.x, while 2.4.0 improved its own systemd notify support. See: #24817
I removed the patch as openvpn indeed does systemd-notify on its own. |
It's not related to my problem. it's just something that came up when I discussed the issue in #openvpn. I guess this issue can then be closed. |
This patch was only necessary for 2.3.x, while 2.4.0 improved its own systemd notify support. See: NixOS#24817 (cherry picked from commit e09b950)
Issue description
Been using OpenVPN for ages and also a regular in #openvpn on freenode. With current implementation on NixOS I have the issue that when I mount a CIFS share over the VPN, systemd will - when powering off - first cut the OpenVPN connection and then try to umount it. Because the connection is already severed, it will have a 180 (+) second timeout during which it waits for a reply from the mounted share.
Anway, I asked in #openvpn about it and one of the OPs (dazo, Fedora maintainer) told this:
So it seems that patch should be removed for 2.4 while it was good for 2.3.
Technical details
nixos-version
, Ubuntu/Fedora:lsb_release -a
, ...)17.09pre105258.01a8de97eb (Hummingbird)
nix-env --version
)nix-env (Nix) 1.11.8
nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion
)"17.09pre105258.01a8de97eb"
The text was updated successfully, but these errors were encountered: