Bug 885354 - [abrt] gnome-lirc-properties-0.5.1-4.fc17: connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal was not provided by any .service files
Summary: [abrt] gnome-lirc-properties-0.5.1-4.fc17: connection.py:651:call_blocking:DB...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-lirc-properties
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:30ad2435db94c5e703d1673b5d6...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-08 20:02 UTC by Guillaume Poirier-Morency
Modified: 2014-02-05 13:42 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-05 13:42:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (2.21 KB, text/plain)
2012-12-08 20:02 UTC, Guillaume Poirier-Morency
no flags Details
File: core_backtrace (1.15 KB, text/plain)
2012-12-08 20:02 UTC, Guillaume Poirier-Morency
no flags Details
File: environ (1.69 KB, text/plain)
2012-12-08 20:02 UTC, Guillaume Poirier-Morency
no flags Details

Description Guillaume Poirier-Morency 2012-12-08 20:02:40 UTC
Version-Release number of selected component:
gnome-lirc-properties-0.5.1-4.fc17

Additional info:
cmdline:        /usr/bin/python /usr/bin/gnome-lirc-properties
dso_list:       dbus-python-1.1.1-1.fc18.x86_64
executable:     /usr/bin/gnome-lirc-properties
kernel:         3.6.9-4.fc18.x86_64
uid:            1000

Truncated backtrace:
connection.py:651:call_blocking:DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal was not provided by any .service files

Traceback (most recent call last):
  File "/usr/bin/gnome-lirc-properties", line 31, in <module>
    gnome_lirc_properties.run(sys.argv[1:], datadir)
  File "/usr/lib/python2.7/site-packages/gnome_lirc_properties/__init__.py", line 59, in run
    return ui.RemoteControlProperties(builder, datadir).run()
  File "/usr/lib/python2.7/site-packages/gnome_lirc_properties/ui/RemoteControlProperties.py", line 53, in __init__
    self.__setup_models()
  File "/usr/lib/python2.7/site-packages/gnome_lirc_properties/ui/RemoteControlProperties.py", line 80, in __setup_models
    self.__hardware_manager = hardware.HardwareManager(receivers_db)
  File "/usr/lib/python2.7/site-packages/gnome_lirc_properties/hardware.py", line 255, in __init__
    self.__hal = self.__bus.get_object(HAL_SERVICE, HAL_MANAGER_PATH)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 241, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 248, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 180, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 278, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal was not provided by any .service files

Local variables in innermost frame:
byte_arrays: False
self: <dbus._dbus.SystemBus (system) at 0x251fa10>
args: ('org.freedesktop.Hal', 0)
object_path: '/org/freedesktop/DBus'
signature: 'su'
bus_name: 'org.freedesktop.DBus'
get_args_opts: {'byte_arrays': False, 'utf8_strings': False}
timeout: -1.0
kwargs: {}
dbus_interface: 'org.freedesktop.DBus'
message: <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: StartServiceByName dest: org.freedesktop.DBus>
method: 'StartServiceByName'

Comment 1 Guillaume Poirier-Morency 2012-12-08 20:02:43 UTC
Created attachment 660014 [details]
File: backtrace

Comment 2 Guillaume Poirier-Morency 2012-12-08 20:02:44 UTC
Created attachment 660015 [details]
File: core_backtrace

Comment 3 Guillaume Poirier-Morency 2012-12-08 20:02:46 UTC
Created attachment 660016 [details]
File: environ

Comment 4 lnx 2013-02-05 09:27:47 UTC
I can't start gnome-lirc-properties at all

Package: gnome-lirc-properties-0.5.1-4.fc17
OS Release: Fedora release 18 (Spherical Cow)

Comment 5 stephane.hofman 2013-05-24 11:20:49 UTC
Same problem on Fedora 18

$ gnome-lirc-properties
Traceback (most recent call last):
  File "/usr/bin/gnome-lirc-properties", line 31, in <module>
    gnome_lirc_properties.run(sys.argv[1:], datadir)
  File "/usr/lib/python2.7/site-packages/gnome_lirc_properties/__init__.py", line 59, in run
    return ui.RemoteControlProperties(builder, datadir).run()
  File "/usr/lib/python2.7/site-packages/gnome_lirc_properties/ui/RemoteControlProperties.py", line 53, in __init__
    self.__setup_models()
  File "/usr/lib/python2.7/site-packages/gnome_lirc_properties/ui/RemoteControlProperties.py", line 80, in __setup_models
    self.__hardware_manager = hardware.HardwareManager(receivers_db)
  File "/usr/lib/python2.7/site-packages/gnome_lirc_properties/hardware.py", line 255, in __init__
    self.__hal = self.__bus.get_object(HAL_SERVICE, HAL_MANAGER_PATH)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 241, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 248, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 180, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 278, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal was not provided by any .service files

# yum info gnome-lirc-properties
Modules complémentaires chargés : langpacks, presto, refresh-packagekit
Paquets installés
Nom                 : gnome-lirc-properties
Architecture        : noarch
Version             : 0.5.1
Révision            : 4.fc17
Taille              : 1.2 M
Dépôt               : installed
Depuis le dépôt     : fedora
Résumé              : Infrared Remote Controls setup tool
URL                 : http://live.gnome.org/gnome-lirc-properties
Licence             : GPLv2+
Description         : gnome-lirc-properties helps users set up infrared remote
                    : controls for use with the LIRC framework.


Can you help us please ?

Comment 6 Fedora End Of Life 2013-12-21 09:48:27 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 7 Fedora End Of Life 2014-02-05 13:42:23 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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