- Code: Select all
/usr/bin/nm-openvpn-service-openvpn-helper tap0 1500 1574 <internal address> <netmask> init
openvpn_execve: external program may not be called due to setting of --script-security level
script failed: external program fork failed
Exiting
This causes my openvpn to get to 80% and then fail. Although i can just use the command line to get through for now, it would be nice to have everything work through network manager. Does anyone know where the values are supplied to the nm-openvpn-service-openvpn-helper binary from network manager that i can force in the --script-security level 2?
Inside of /etc/NetworkManager/VPN/nm-openvpn-service.name is:
- Code: Select all
[VPN CONNECTION]
name=openvpn
service=org.freedesktop.NetworkManager.openvpn
program=/usr/bin/nm-openvpn-service
[GNOME]
auth-dialog=/usr/libexec/nm-openvpn-auth-dialog
properties=/usr/lib/libnm-openvpn-properties
This is a fresh install of 3.5-r1 that has been updated to use openvpn-2.1_rc9 and networkmanager-openvpn-0.3.3.
