Bug 519658 - smolt is missing a dependency on hal
Summary: smolt is missing a dependency on hal
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: smolt
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Mike McGrath
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-27 10:24 UTC by Ville Skyttä
Modified: 2010-01-25 15:59 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-25 15:59:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2009-08-27 10:24:58 UTC
smolt appears to require hal, so it should have a dependency on it.  The instructions in the traceback below also seem to assume that hal is installed.

# smoltSendProfile
/usr/share/smolt/client/smolt.py:333: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message = message
Traceback (most recent call last):
  File "/usr/bin/smoltSendProfile", line 36, in <module>
    from scan import scan, rating
  File "/usr/share/smolt/client/scan.py", line 30, in <module>
    h = smolt.Hardware()
  File "/usr/share/smolt/client/smolt.py", line 358, in __init__
    raise SystemBusError, _('Could not connect to hal, is it running?\nRun "service haldaemon start" as root')
smolt.SystemBusError/usr/share/smolt/client/smolt.py:337: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return str(self.message)
: Could not connect to hal, is it running?
Run "service haldaemon start" as root

Comment 1 Ville Skyttä 2009-11-12 21:22:28 UTC
ping?

Comment 2 Bug Zapper 2009-11-16 11:45:01 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle.
Changing version to '12'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Mike McGrath 2010-01-25 15:59:22 UTC
Oops, I must have completely missed this bug, I've made the fix, should be releasing it by the end of the week.


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