Looks like this is actually a bug of some sort:
https://community.openvpn.net/openvpn/t ... #comment:4
https://bugs.debian.org/cgi-bin/bugrepo ... bug=866523
[Solved] learn-address: kill: Operation not permitted
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVPN Protagonist
- Posts: 11139
- Joined: Fri Jun 03, 2016 1:17 pm
-
- OpenVpn Newbie
- Posts: 12
- Joined: Fri Sep 08, 2017 10:43 am
Re: learn-address: kill: Operation not permitted
Yes, it helped, I added this line
to all /lib/systemd/system/openvpn*.service files (only to /lib/systemd/system/openvpn.service didn't help).
Now it works.
Thank's a lot.
Code: Select all
CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_OVERRIDE CAP_KILL
Now it works.
Thank's a lot.