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 1816404 - [abrt] dnfdragora-updater: call_blocking(): connection.py:652:call_blocking:dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Summary: [abrt] dnfdragora-updater: call_blocking(): connection.py:652:call_blocking:d...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: dnfdragora
Version: 32
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Gompa
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:ee2c0e181d05ecedcddc6a466c7...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-23 23:24 UTC by Hugo Leonardo R. D. Lopes
Modified: 2020-10-06 01:00 UTC (History)
2 users (show)

Fixed In Version: dnfdragora-2.1.0-1.fc33 dnfdragora-2.1.0-1.fc32
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-06 00:16:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (2.46 KB, text/plain)
2020-03-23 23:24 UTC, Hugo Leonardo R. D. Lopes
no flags Details
File: cpuinfo (2.05 KB, text/plain)
2020-03-23 23:24 UTC, Hugo Leonardo R. D. Lopes
no flags Details
File: environ (1.34 KB, text/plain)
2020-03-23 23:24 UTC, Hugo Leonardo R. D. Lopes
no flags Details
File: mountinfo (2.52 KB, text/plain)
2020-03-23 23:24 UTC, Hugo Leonardo R. D. Lopes
no flags Details
File: namespaces (129 bytes, text/plain)
2020-03-23 23:24 UTC, Hugo Leonardo R. D. Lopes
no flags Details
File: open_fds (1.19 KB, text/plain)
2020-03-23 23:24 UTC, Hugo Leonardo R. D. Lopes
no flags Details

Description Hugo Leonardo R. D. Lopes 2020-03-23 23:24:03 UTC
Version-Release number of selected component:
dnfdragora-updater-1.1.1-6.fc32

Additional info:
reporter:       libreport-2.12.0
cgroup:         0::/user.slice/user-1000.slice/session-2.scope
cmdline:        /usr/bin/python3 /usr/bin/dnfdragora-updater
crash_function: call_blocking
exception_type: dbus.exceptions.DBusException
executable:     /usr/bin/dnfdragora-updater
interpreter:    python3-3.8.2-2.fc32.x86_64
kernel:         5.6.0-0.rc5.git0.2.fc32.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
connection.py:652:call_blocking:dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

Traceback (most recent call last):
  File "/usr/lib64/python3.8/site-packages/dbus/bus.py", line 177, in activate_name_owner
    return self.get_name_owner(bus_name)
  File "/usr/lib64/python3.8/site-packages/dbus/bus.py", line 361, in get_name_owner
    return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib64/python3.8/site-packages/dbus/connection.py", line 652, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: The name does not have an owner

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/dnfdragora-updater", line 33, in <module>
    import dnfdragora.updater
  File "/usr/lib/python3.8/site-packages/dnfdragora/updater.py", line 21, in <module>
    notify2.init('dnfdragora-updater')
  File "/usr/lib/python3.8/site-packages/notify2.py", line 102, in init
    dbus_obj = bus.get_object('org.freedesktop.Notifications',
  File "/usr/lib64/python3.8/site-packages/dbus/bus.py", line 241, in get_object
    return self.ProxyObjectClass(self, bus_name, object_path,
  File "/usr/lib64/python3.8/site-packages/dbus/proxies.py", line 250, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib64/python3.8/site-packages/dbus/bus.py", line 182, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib64/python3.8/site-packages/dbus/bus.py", line 277, in start_service_by_name
    return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib64/python3.8/site-packages/dbus/connection.py", line 652, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

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

Comment 1 Hugo Leonardo R. D. Lopes 2020-03-23 23:24:07 UTC
Created attachment 1672851 [details]
File: backtrace

Comment 2 Hugo Leonardo R. D. Lopes 2020-03-23 23:24:09 UTC
Created attachment 1672852 [details]
File: cpuinfo

Comment 3 Hugo Leonardo R. D. Lopes 2020-03-23 23:24:10 UTC
Created attachment 1672853 [details]
File: environ

Comment 4 Hugo Leonardo R. D. Lopes 2020-03-23 23:24:12 UTC
Created attachment 1672854 [details]
File: mountinfo

Comment 5 Hugo Leonardo R. D. Lopes 2020-03-23 23:24:13 UTC
Created attachment 1672855 [details]
File: namespaces

Comment 6 Hugo Leonardo R. D. Lopes 2020-03-23 23:24:14 UTC
Created attachment 1672856 [details]
File: open_fds

Comment 7 Fedora Update System 2020-10-05 22:18:40 UTC
FEDORA-2020-148162045d has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-148162045d

Comment 8 Fedora Update System 2020-10-05 22:18:56 UTC
FEDORA-2020-4bde7c3634 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-4bde7c3634

Comment 9 Fedora Update System 2020-10-06 00:16:16 UTC
FEDORA-2020-148162045d has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 10 Fedora Update System 2020-10-06 01:00:10 UTC
FEDORA-2020-4bde7c3634 has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.


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