Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1342734

Summary: *** Error in XEmacs initialization (tls-error "NSS unable to disable SSLv2" "SEC_ERROR_INVALID_ARGS")
Product: [Fedora] Fedora Reporter: Erik Haukjær <ehaukjaer>
Component: xemacsAssignee: Jerry James <loganjerry>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 23CC: ehaukjaer, loganjerry, steve.traylen
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-04 20:57:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Erik Haukjær 2016-06-04 10:12:09 UTC
Description of problem:
After upgrade to most recent issue (as found in updates 2016-06-04 apx 11:00 AM CEST) on two f23 hosts I get the following response when issuing the 'xemacs' command in a console:

[eha@theta ~]$ xemacs
*** Error in XEmacs initialization
(tls-error "NSS unable to disable SSLv2" "SEC_ERROR_INVALID_ARGS")
*** Backtrace
  really-early-error-handler((tls-error "NSS unable to disable SSLv2" "SEC_ERROR_INVALID_ARGS"))
*** Killing XEmacs


Version-Release number of selected component (if applicable):
21.5.34-13.20160507hgd5b51c618ef8.fc23

How reproducible:
Always

Steps to Reproduce:
1. start xemacs in console
2.
3.

Actual results:
Does not start and displays this message:
*** Error in XEmacs initialization
(tls-error "NSS unable to disable SSLv2" "SEC_ERROR_INVALID_ARGS")
*** Backtrace
  really-early-error-handler((tls-error "NSS unable to disable SSLv2" "SEC_ERROR_INVALID_ARGS"))
*** Killing XEmacs



Expected results:
xemacs is started


Additional info:

Comment 1 Jerry James 2016-06-04 20:57:15 UTC
Hi Erik,

This was actually caused by an nss update that was probably installed at the same time that you got the latest xemacs update.  See bug 1342158 for details, and information on a new update that fixes the problem.

In addition, I did a new build of xemacs yesterday that fixes the problem as well.  You can see that update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-4df5002763.  If you try it out, please leave karma.  Thank you!

*** This bug has been marked as a duplicate of bug 1342158 ***

Comment 2 Erik Haukjær 2016-06-05 19:13:20 UTC
(In reply to Jerry James from comment #1)
Hi Jerry

Thanks for your prompt response.
I have updated with the new nss package on one of the hosts, and it solved the problem there.

Thank you.