RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1249101 - Use timeout in abrt-console-notification.sh
Summary: Use timeout in abrt-console-notification.sh
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: abrt
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 7.3
Assignee: Matej Habrnal
QA Contact: Martin Kyral
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-31 13:35 UTC by Matej Habrnal
Modified: 2020-12-11 11:52 UTC (History)
3 users (show)

Fixed In Version: abrt-2.1.11-39.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-04 03:06:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch 1/1: console-notifications: add timeout (869 bytes, patch)
2016-05-04 07:27 UTC, Matej Habrnal
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2307 0 normal SHIPPED_LIVE abrt, gnome-abrt, and libreport bug fix and enhancement update 2016-11-03 13:40:24 UTC

Internal Links: 1428433

Description Matej Habrnal 2015-07-31 13:35:19 UTC
Description of problem:
abrt-console-notification tries to run "abrt-cli status" on every login. If there is an ".lock" symlink in one of the problem directories (the directory is locked), abrt-cli waits until the locked directory is unlocked. 

This causes users must wait until the abrt-dbus kills the abrt-cli. It takes about ~50 seconds which is a lot.

How reproducible:
Always

Steps to Reproduce:
1. Create .lock symlink in one of the problem directories 
   "# ln -sf $PROBLEM_DIRECTORY/.lock "
2. Run "$ sh -l -i -c "echo test" "

Actual results:
abrt-cli status runs until the abrt-dbus's timeout is reached.

Expected results:
abrt-console-notification kills the abrt-cli after abrt-console-notification's timeout is reached (10 seconds) and prints a message about what happened.

Additional information:
This is easy fix and this commit fixes the issue on Fedora:
https://github.com/abrt/abrt/commit/589bd45f887debcd74302c6881c9c6552e3563a7

Comment 4 Matej Habrnal 2016-05-04 07:27:07 UTC
Created attachment 1153723 [details]
Patch 1/1: console-notifications: add timeout

Comment 7 errata-xmlrpc 2016-11-04 03:06:08 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-2307.html


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