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 1162533 - debuginfo-install tracebacks: File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2190, in doLock
Summary: debuginfo-install tracebacks: File "/usr/lib/python2.7/site-packages/yum/__i...
Keywords:
Status: CLOSED DUPLICATE of bug 1147992
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: yum-utils
Version: 7.1
Hardware: Unspecified
OS: Unspecified
high
urgent
Target Milestone: rc
: ---
Assignee: James Antill
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-11 09:30 UTC by Petr Sklenar
Modified: 2014-11-11 10:43 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-11 10:43:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Petr Sklenar 2014-11-11 09:30:56 UTC
Description of problem:
debuginfo-install tracebacks
see steps

Version-Release number of selected component (if applicable):
yum-utils-1.1.31-28.el7.noarch

How reproducible:
always

Steps to Reproduce:
1. debuginfo-install some-rpm

Actual results:
[root@unused-4-180 tmp]# debuginfo-install audit-libs-2.4.1-1.el7.x86_64 avahi-libs-0.6.31-13.el7.x86_64 cups-libs-1.6.3-17.el7.x86_64 dbus-libs-1.6.12-8.el7.x86_64 glibc-2.17-69.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.12.2-8.el7.x86_64 libcom_err-1.42.9-5.el7.x86_64 libselinux-2.2.2-6.el7.x86_64 nss-softokn-freebl-3.16.2-12.el7.x86_64 openssl-libs-1.0.1e-40.el7.x86_64 pcre-8.32-13.el7.x86_64 xz-libs-5.1.2-8alpha.el7.x86_64 zlib-1.2.7-13.el7.x86_64
Loaded plugins: langpacks, product-id
Repository 'brno' is missing name in configuration, using id
Traceback (most recent call last):
  File "/usr/bin/debuginfo-install", line 200, in <module>
    util = DebugInfoInstall()
  File "/usr/bin/debuginfo-install", line 57, in __init__
    self.main()
  File "/usr/bin/debuginfo-install", line 107, in main
    self.doUtilYumSetup()
  File "/usr/share/yum-cli/utils.py", line 362, in doUtilYumSetup
    self.waitForLock()
  File "/usr/share/yum-cli/cli.py", line 519, in waitForLock
    self.doLock()
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2190, in doLock
    assert ret == 1
AssertionError


Expected results:
no traceback, it installs

Additional info:


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