Bug 1662335

Summary: sealert throws dbus.proxies:Introspect error
Product: [Fedora] Fedora Reporter: ng0177
Component: setroubleshootAssignee: Petr Lautrbach <plautrba>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: dwalsh, mgrepl, plautrba, vmojzis
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-02 11:16:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ng0177 2018-12-27 19:30:08 UTC
$ uname -r
4.19.10-300.fc29.x86_64

$ sealert
/usr/bin/sealert:32: DeprecationWarning: Importing dbus.glib to use the GLib main loop with dbus-python is deprecated.
Instead, use this sequence:

    from dbus.mainloop.glib import DBusGMainLoop

    DBusGMainLoop(set_as_default=True)

  import dbus.glib
ERROR:dbus.proxies:Introspect error on :1.91:/org/fedoraproject/Setroubleshootd: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
could not attach to desktop process

This error comes up on a fresh F29 installtion on an AM4 AMD board. Any clues as to further locate the error? Thanks!

Comment 1 Petr Lautrbach 2018-12-28 20:45:51 UTC
I believe this is a dbus bug, see https://bugzilla.redhat.com/show_bug.cgi?id=1641456

The following command should fix it for you:

# dnf reinstall dbus-common dbus-daemon

Comment 2 ng0177 2018-12-29 10:47:01 UTC
confirmed and fixed. Thanks!

Comment 3 Petr Lautrbach 2019-01-02 11:16:22 UTC

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