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
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to