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 1177383

Summary: [abrt] flumotion: common.py:393:assertSSLAvailable:AttributeError: 'module' object has no attribute 'sslEnabled'
Product: [Fedora] Fedora Reporter: Sylvain Arth <sylvain>
Component: flumotionAssignee: Thomas Vander Stichele <thomas>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: celiohermoso, lkundrak, sergio, sylvain, thomas
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/e5d677b48e5dc7b5a0bb77701e9170c54bc1114b
Whiteboard: abrt_hash:df3bf7cfb1c90783fb7cefd86555ef73e2aa8092
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-08 13:00:11 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:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description Sylvain Arth 2014-12-26 20:09:44 UTC
Description of problem:
I probably did a "systemctl start fluemotion.service" with an uncustomized configuration

Version-Release number of selected component:
flumotion-0.10.0-9.fc21

Additional info:
reporter:       libreport-2.3.0
cmdline:        /usr/bin/python /usr/bin/flumotion-manager -D --daemonize-to /var/cache/flumotion --service-name default /etc/flumotion/managers/default/planet.xml
executable:     /usr/bin/flumotion-manager
kernel:         3.17.6-300.fc21.i686
runlevel:       N 5
type:           Python
uid:            444

Truncated backtrace:
common.py:393:assertSSLAvailable:AttributeError: 'module' object has no attribute 'sslEnabled'

Traceback (most recent call last):
  File "/usr/bin/flumotion-manager", line 42, in <module>
    boot.boot(PROGRAM_PATH, gst=False, gtk=False, installReactor=False)
  File "/usr/lib/flumotion/python/flumotion/common/boot.py", line 305, in boot
    sys.exit(wrapped(sys.argv))
  File "/usr/lib/flumotion/python/flumotion/manager/main.py", line 231, in main
    configure.configdir)
  File "/usr/lib/flumotion/python/flumotion/common/server.py", line 99, in startSSL
    common.assertSSLAvailable()
  File "/usr/lib/flumotion/python/flumotion/common/common.py", line 393, in assertSSLAvailable
    if not posixbase.sslEnabled:
AttributeError: 'module' object has no attribute 'sslEnabled'

Local variables in innermost frame:
posixbase: <module 'twisted.internet.posixbase' from '/usr/lib/python2.7/site-packages/twisted/internet/posixbase.pyc'>
errors: <module 'flumotion.common.errors' from '/usr/lib/flumotion/python/flumotion/common/errors.py'>

Potential duplicate: bug 833548

Comment 1 Sylvain Arth 2014-12-26 20:09:47 UTC
Created attachment 973300 [details]
File: backtrace

Comment 2 Sylvain Arth 2014-12-26 20:09:49 UTC
Created attachment 973301 [details]
File: environ

Comment 3 Sergio Basto 2015-05-08 13:00:11 UTC

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