Bug 609844
| Summary: | rhn-solaris-bootstrap - wrong ELF data format: ELFDATA2LSB | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Jiri Kastner <jkastner> |
| Component: | Solaris | Assignee: | Miroslav Suchý <msuchy> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Minar <mminar> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 530 | CC: | cperry, jpazdziora, mkoci, mminar, mmraka, msuchy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rhn-solaris-bootstrap-5.3.5-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-07-20 15:34:52 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 518253 | ||
|
Description
Jiri Kastner
2010-07-01 10:19:22 UTC
Traceback (most recent call last):
File "/opt/redhat/rhn/solaris/usr/sbin/rhnreg_ks", line 28, in ?
from rhn.client.translate import _
File "/opt/redhat/rhn/solaris/lib/python2.4/site-packages/rhn/__init__.py", line 11, in ?
import rpclib
File "/opt/redhat/rhn/solaris/lib/python2.4/site-packages/rhn/rpclib.py", line 14, in ?
import transports
File "/opt/redhat/rhn/solaris/lib/python2.4/site-packages/rhn/transports.py", line 24, in ?
import connections
File "/opt/redhat/rhn/solaris/lib/python2.4/site-packages/rhn/connections.py", line 14, in ?
import SSL
File "/opt/redhat/rhn/solaris/lib/python2.4/site-packages/rhn/SSL.py", line 15, in ?
from OpenSSL import SSL, crypto
File "/opt/redhat/rhn/solaris/lib/python2.4/site-packages/OpenSSL/__init__.py", line 11, in ?
import rand, crypto, SSL, tsafe
ImportError: ld.so.1: python: fatal: /opt/redhat/rhn/solaris/lib/python2.4/site-packages/OpenSSL/rand.so: wrong ELF data format: ELFDATA2LSB
Jiri Can you confirm if this is a Regression to the Satellite 5.3 GA solaris client packages/bootstrap packages? If not regression, we may be able to release the rest of the Solaris Errata as-is without addressing this bug till the 5.4 release. Cliff (In reply to comment #3) > Jiri > Can you confirm if this is a Regression to the Satellite 5.3 GA solaris client > packages/bootstrap packages? > > If not regression, we may be able to release the rest of the Solaris Errata > as-is without addressing this bug till the 5.4 release. > > Cliff cliff, it is regression to 5.3.0 GA. reproducer: python -c "from OpenSSL import SSL, crypto" we have old RHATpossl. 5.1.0 whereas in last rhn-solaris-bootstrap we had 5.3.0 We find similar problem for RHATrhnc commit cec20b1fd93311b26507ed64b2fffc826c310e83 |