openvpn is started like this: #!/bin/sh cd `dirname $0` /usr/sbin/openvpn --up "./client.sh up" --down "./client.sh down" --config client.conf
Using absolute pathnames didn't change anything. client.conf: ======= client dev tun proto udp remote server.example.com 1194 resolv-retry infinite nobind persist-key persist-tun pkcs12 client.p12 ns-cert-type server comp-lzo verb 3 auth-user-pass reneg-sec 0 auth-nocache mute-replay-warnings setting the script-security parameter didn't have any effect, I tried values 0-3, no change, just like the upstream bugreport indicates. -- script failed: could not execute external program https://bugs.launchpad.net/bugs/277447 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs