Bug 749301 - bcfg2-server missing python-ssl dependency
Summary: bcfg2-server missing python-ssl dependency
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: bcfg2
Version: el5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jeffrey C. Ollie
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-26 16:59 UTC by Karel Volný
Modified: 2014-02-26 17:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-26 17:21:55 UTC
Type: ---


Attachments (Terms of Use)

Description Karel Volný 2011-10-26 16:59:56 UTC
Description of problem:
bcfg2-info seems to require python ssl module but the package hasn't the dependency

Version-Release number of selected component (if applicable):
bcfg2-server-1.1.3-1.el5.noarch

How reproducible:
always

Steps to Reproduce:
1. yum remove python-ssl
2. yum install bcfg2-server
3. bcfg2-info
  
Actual results:
Traceback (most recent call last):
  File "/usr/sbin/bcfg2-info", line 25, in ?
    import Bcfg2.Server.Core
  File "/usr/lib/python2.4/site-packages/Bcfg2/Server/Core.py", line 12, in ?
    from Bcfg2.Component import Component, exposed
  File "/usr/lib/python2.4/site-packages/Bcfg2/Component.py", line 19, in ?
    from Bcfg2.SSLServer import XMLRPCServer
  File "/usr/lib/python2.4/site-packages/Bcfg2/SSLServer.py", line 19, in ?
    import ssl
ImportError: No module named ssl

Expected results:
Failed to load Base repository
Failed to instantiate plugin Base
Failed to load Bundle repository
Failed to instantiate plugin Bundler
Failed to open directory /var/lib/bcfg2/Cfg/
Unable to add file monitor for groups.xml or clients.xml
Failed to instantiate plugin Metadata
Failed to load /var/lib/bcfg2/Pkgmgr indices
Failed to instantiate plugin Pkgmgr
Failed to load /var/lib/bcfg2/Rules indices
Failed to instantiate plugin Rules
Failed to load SSHbase repository from /var/lib/bcfg2/SSHbase
[Errno 2] No such file or directory: '/var/lib/bcfg2/SSHbase'
Failed to instantiate plugin SSHbase
No Metadata Plugin loaded; failed to instantiate Core
Core load failed because No Metadata Plugin

Additional info:
.qa.[root@i386-5s-m1 ~]# rpm -q --requires bcfg2-server
/bin/sh  
/bin/sh  
/bin/sh  
/bin/sh  
/sbin/chkconfig  
/sbin/chkconfig  
/sbin/service  
/sbin/service  
/usr/bin/openssl  
/usr/bin/python  
/usr/sbin/sendmail  
bcfg2 = 1.1.3-1.el5
config(bcfg2-server) = 1.1.3-1.el5
gamin-python  
graphviz  
python(abi) = 2.4
python-cheetah  
python-genshi  
redhat-lsb  
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1

Comment 1 John Morris 2014-02-26 17:21:55 UTC
This bug is filed against a very old release.  If the problem still exists, please reopen.  Thank you.


Note You need to log in before you can comment on or make changes to this bug.