Bug 1001154

Summary: [abrt] yum-3.4.3-106.fc19: cli.py:482:waitForLock:YumBaseError: No se puede crear archivo de bloqueo, ya existe uno
Product: [Fedora] Fedora Reporter: wared-red <wili920503>
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: admiller, d33tah, ffesti, firas.alkafri, jzeleny, packaging-team-maint, tla, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:b117c79506f3cd59bc682b7ac62b5f4c73d4297f
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-28 13:00:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description wared-red 2013-08-26 14:52:50 UTC
Version-Release number of selected component:
yum-3.4.3-106.fc19

Additional info:
reporter:       libreport-2.1.6
cmdline:        /usr/bin/python /usr/bin/yum --enablerepo=* clean all
executable:     /usr/bin/yum
kernel:         3.10.9-200.fc19.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
cli.py:482:waitForLock:YumBaseError: No se puede crear archivo de bloqueo, ya existe uno

Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 316, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 123, in main
    base.waitForLock()
  File "/usr/share/yum-cli/cli.py", line 482, in waitForLock
    raise yum.Errors.YumBaseError, _("Can't create lock file; exiting")
YumBaseError: No se puede crear archivo de bloqueo, ya existe uno

Local variables in innermost frame:
lockerr: u'No se ha podido crear el bloqueo en /var/tmp/yum-w4r3d-1m0jgj/x86_64/19/yum.pid: [Errno 28] No queda espacio en el dispositivo'
self: <cli.YumBaseCli object at 0x2233ed0>
e: LockError()

Comment 1 wared-red 2013-08-26 14:52:54 UTC
Created attachment 790554 [details]
File: backtrace

Comment 2 wared-red 2013-08-26 14:53:02 UTC
Created attachment 790555 [details]
File: environ

Comment 3 Zdeněk Pavlas 2013-08-26 15:14:16 UTC
There was a bug in commit 8c214b3b that moved the waitForLock() function, it does not handle failures as it should.  This includes wait_for_lock=True case, too.  Fixed upstream.

Comment 4 Zdeněk Pavlas 2013-10-16 08:14:38 UTC
*** Bug 1019381 has been marked as a duplicate of this bug. ***