Bug 1541624 - [abrt] setroubleshoot: send_notification(): seapplet:103:send_notification:GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
Summary: [abrt] setroubleshoot: send_notification(): seapplet:103:send_notification:GL...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: setroubleshoot
Version: 27
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Lautrbach
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:1bf201536335ebde27a9db7bcd5...
: 1539443 1550013 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-02-03 14:15 UTC by vikram goyal
Modified: 2018-03-09 18:09 UTC (History)
10 users (show)

Fixed In Version: setroubleshoot-3.3.17-1.fc27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-06 17:27:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.08 KB, text/plain)
2018-02-03 14:15 UTC, vikram goyal
no flags Details
File: cgroup (289 bytes, text/plain)
2018-02-03 14:15 UTC, vikram goyal
no flags Details
File: cpuinfo (1.38 KB, text/plain)
2018-02-03 14:15 UTC, vikram goyal
no flags Details
File: environ (1.55 KB, text/plain)
2018-02-03 14:16 UTC, vikram goyal
no flags Details
File: mountinfo (3.48 KB, text/plain)
2018-02-03 14:16 UTC, vikram goyal
no flags Details
File: namespaces (129 bytes, text/plain)
2018-02-03 14:16 UTC, vikram goyal
no flags Details
File: open_fds (867 bytes, text/plain)
2018-02-03 14:16 UTC, vikram goyal
no flags Details

Description vikram goyal 2018-02-03 14:15:45 UTC
Description of problem:
after upgrade, rebbot & login, i found this crash

Version-Release number of selected component:
setroubleshoot-3.3.15-1.fc27

Additional info:
reporter:       libreport-2.9.3
cmdline:        /usr/bin/python3 /usr/bin/seapplet
crash_function: send_notification
exception_type: GLib.GError
executable:     /usr/bin/seapplet
kernel:         4.14.16-300.fc27.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
seapplet:103:send_notification:GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/pydbus/subscription.py", line 52, in <lambda>
    callback = (lambda con, sender, object, iface, signal, params: signal_fired(sender, object, iface, signal, params.unpack())) if signal_fired is not None else lambda *args: None
  File "/usr/bin/seapplet", line 103, in send_notification
    n.show()
GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)

Local variables in innermost frame:
n: <Notify.Notification object at 0x7fb7418d0828 (NotifyNotification at 0x55c002952720)>
params: ('green', '66ef2b58-44f9-4932-97b4-da0d6a0584f0')
signal: 'alert'
iface: 'org.fedoraproject.SetroubleshootdIface'
dobject: '/org/fedoraproject/Setroubleshootd'
sender: ':1.64'
self: <__main__.SEApplet object at 0x7fb741911ee8 (__main__+SEApplet at 0x55c00281a480)>

Potential duplicate: bug 1539443

Comment 1 vikram goyal 2018-02-03 14:15:55 UTC
Created attachment 1390553 [details]
File: backtrace

Comment 2 vikram goyal 2018-02-03 14:15:57 UTC
Created attachment 1390554 [details]
File: cgroup

Comment 3 vikram goyal 2018-02-03 14:15:59 UTC
Created attachment 1390555 [details]
File: cpuinfo

Comment 4 vikram goyal 2018-02-03 14:16:02 UTC
Created attachment 1390556 [details]
File: environ

Comment 5 vikram goyal 2018-02-03 14:16:04 UTC
Created attachment 1390557 [details]
File: mountinfo

Comment 6 vikram goyal 2018-02-03 14:16:06 UTC
Created attachment 1390558 [details]
File: namespaces

Comment 7 vikram goyal 2018-02-03 14:16:09 UTC
Created attachment 1390559 [details]
File: open_fds

Comment 8 Petr Lautrbach 2018-02-20 16:28:49 UTC
*** Bug 1539443 has been marked as a duplicate of this bug. ***

Comment 9 Petr Lautrbach 2018-02-23 19:46:08 UTC
The problem is that xfce4-notifyd is not running. It's described at [1] and there's also a workaround.

I'll try to make seapplet to be prepared for such situations.


[1] https://forum.xfce.org/viewtopic.php?id=11382

Comment 10 Petr Lautrbach 2018-02-24 06:26:48 UTC
The following command should fix the problem with notification daemon in running xfce4 sesssion:

$ systemctl --user start  xfce4-notifyd

Comment 11 Woi 2018-02-25 21:49:28 UTC
Similar problem has been detected:

In terminal: sudo -i
In terminal: thunar
close thunar immediately

reporter:       libreport-2.9.3
cmdline:        /usr/bin/python3 /usr/bin/seapplet
crash_function: send_notification
exception_type: GLib.GError
executable:     /usr/bin/seapplet
kernel:         4.15.4-300.fc27.x86_64
package:        setroubleshoot-3.3.15-1.fc27
reason:         seapplet:103:send_notification:GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
runlevel:       N 5
type:           Python3
uid:            1000

Comment 12 Fedora Update System 2018-02-26 20:33:57 UTC
setroubleshoot-3.3.17-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-c6be5e935b

Comment 13 Fedora Update System 2018-02-27 18:29:13 UTC
setroubleshoot-3.3.17-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-c6be5e935b

Comment 14 Petr Lautrbach 2018-02-28 10:11:23 UTC
*** Bug 1550013 has been marked as a duplicate of this bug. ***

Comment 15 Fedora Update System 2018-03-06 17:27:39 UTC
setroubleshoot-3.3.17-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, 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.