openvpn service will not start
Posted: Sat Apr 11, 2009 12:18 pm
When try to restart the openvpn service receive following error:
Starting openvpn: /etc/init.d/openvpn: line 150: 6889 Segmentation fault $openvpn --daemon --writepid $piddir/$bn.pid --config $c --cd $work $script_security
[FAILED]
I am not a linux expert an can't understand what the problem is.
Here is the part of etc/init.d/openvpn from the above err
$openvpn --daemon --writepid $piddir/$bn.pid --config $c --cd $work $script_security
if [ $? = 0 ]; then
successes=1
else
errors=1
fi
done
Appreciate any help!
Starting openvpn: /etc/init.d/openvpn: line 150: 6889 Segmentation fault $openvpn --daemon --writepid $piddir/$bn.pid --config $c --cd $work $script_security
[FAILED]
I am not a linux expert an can't understand what the problem is.
Here is the part of etc/init.d/openvpn from the above err
$openvpn --daemon --writepid $piddir/$bn.pid --config $c --cd $work $script_security
if [ $? = 0 ]; then
successes=1
else
errors=1
fi
done
Appreciate any help!