Bug 1229504
Summary: | openvpn-2.3.7 is available | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
Component: | openvpn | Assignee: | Gwyn Ciesla <gwync> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | davids, gwync, huzaifas, leonfauster, steve |
Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openvpn-2.3.7-1.el6 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-18 13:26:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Upstream Release Monitoring
2015-06-09 01:18:42 UTC
Failed to kick off scratch build. list index out of range limb's openvpn-2.3.7-1.fc23 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=644460 openvpn-2.3.7-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/openvpn-2.3.7-1.el6 openvpn-2.3.7-1.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/openvpn-2.3.7-1.el7 openvpn-2.3.7-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/openvpn-2.3.7-1.fc22 openvpn-2.3.7-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/openvpn-2.3.7-1.el5 openvpn-2.3.7-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/openvpn-2.3.7-1.fc21 openvpn-2.3.7-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/openvpn-2.3.7-1.fc20 Package openvpn-2.3.7-1.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing openvpn-2.3.7-1.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6623/openvpn-2.3.7-1.el6 then log in and leave karma (feedback). ausil's openvpn-2.3.7-2.fc23 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=655095 openvpn-2.3.7-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. openvpn-2.3.7-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. openvpn-2.3.7-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. openvpn-2.3.7-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. openvpn-2.3.7-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. openvpn-2.3.7-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. EPEL 5: Since the update from 2.3.6 to 2.3.7 the private key password request does not work anymore. Before 2.3.7: # service openvpn start <here password interaction> Result: service is working (established connection) While on 2.3.7: # service openvpn start <no request here> And looking into the logs shows: # tail -4 /var/log/messages Jul 31 15:21:43 ee openvpn[6046]: OpenVPN 2.3.7 x86_64-redhat-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 9 2015 Jul 31 15:21:43 ee openvpn[6046]: library versions: OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008, LZO 2.02 Jul 31 15:21:43 ee openvpn[6047]: Error: private key password verification failed Jul 31 15:21:43 ee openvpn[6047]: Exiting due to fatal error Upstreams changelog does not lists changes that could correlate with the above: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.7 I am raising this here up because minor updates should not change functionality ... (In reply to Leon Fauster from comment #17) > EPEL 5: > > Since the update from 2.3.6 to 2.3.7 the private > key password request does not work anymore. > > Before 2.3.7: > # service openvpn start > <here password interaction> > > Result: service is working (established connection) > > > While on 2.3.7: > > # service openvpn start > <no request here> > > And looking into the logs shows: > > # tail -4 /var/log/messages > Jul 31 15:21:43 ee openvpn[6046]: OpenVPN 2.3.7 x86_64-redhat-linux-gnu [SSL > (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 9 2015 > Jul 31 15:21:43 ee openvpn[6046]: library versions: OpenSSL > 0.9.8e-fips-rhel5 01 Jul 2008, LZO 2.02 > Jul 31 15:21:43 ee openvpn[6047]: Error: private key password verification > failed > Jul 31 15:21:43 ee openvpn[6047]: Exiting due to fatal error > > > Upstreams changelog does not lists changes that could correlate with the > above: > https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.7 This can be related to some other changes in how OpenVPN is initialized and daemonized. See commit da9b292733e929a2900d and 315f6fbc7f657a7f11 for more details. > I am raising this here up because minor updates should not change > functionality ... This is unfortunate, and this is more likely an upstream bug than a Fedora EPEL packaging issue. Please re-test with the coming 2.3.8 release, which should fix a few corner cases related to password queries. If you still have issues, please report it to the upstream OpenVPN project as this issue needs to be fixed there. https://community.openvpn.net/openvpn/newticket (you need to have an account there to be able to report new issues). |