Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: /etc/init.d/openvpn contains: for c in `/bin/ls *.conf 2>/dev/null`; do bn=${c%%.conf} if [ -f "$bn.sh" ]; then . $bn.sh # this is line 153 fi This fails unless root's PATH contains “.”, because bash searches the PATH in order to source pathnames without slashes. When source fails, openvpn fails to start any configuration for which a .sh file exists. The fix is trivial: make line 153 “. ./$bn.sh” Version-Release number of selected component (if applicable): openvpn-2.1-0.32.rc15.fc11
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
*** Bug 539448 has been marked as a duplicate of this bug. ***
openvpn-2.1.1-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/openvpn-2.1.1-2.fc12
openvpn-2.1.1-2.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update openvpn'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0249
openvpn-2.1.1-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update openvpn'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2010-0504
openvpn-2.1.1-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
openvpn-2.1.1-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.