Bug 106090

Summary: RPM and Yum complain about libbeecrypt
Product: [Retired] Red Hat Raw Hide Reporter: Jared Smith <jsmith.fedora>
Component: beecryptAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-02 18:40:49 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 Jared Smith 2003-10-02 17:27:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030807 Galeon/1.3.5

Description of problem:
After upgrading this box to RawHide, it seems to have broken RPM.




Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.  Upgrade box to RawHide as of 10/1/2003 (or maybe 9/30/2003)
2.  After upgrade, try to do anything with rpm
3.
    

Actual Results:  
[root@babylon root]# rpm -q kernel
rpm: error while loading shared libraries: libbeecrypt.so.6: cannot enable
executable stack as shared object requires: Permission denied


Expected Results:  It should tell me which kernel RPMS are installed

Additional info:

It also appears to break Yum.  I've included the yum backtrace below in case it
helps fix the problem.

[root@babylon root]# yum
Traceback (most recent call last):
  File "/usr/bin/yum", line 22, in ?
    import yummain
  File "yummain.py", line 21, in ?
  File "clientStuff.py", line 18, in ?
ImportError: libbeecrypt.so.6: cannot enable executable stack as shared object
requires: Permission denied

Comment 1 Jared Smith 2003-10-02 18:40:49 UTC
OK, I booted the machine off of a Severn2 cd and went into rescue mode.  I
installed beecrypt-python and beecrypt-devel from RawHide.  After that, I
rebooted and everything is working once again.

Hope this helps out someone else with the same problem.