Bug 1007098

Summary: [abrt] yum-3.4.3-54.fc18: __init__.py:2069:_lock:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)
Product: [Fedora] Fedora Reporter: cryogenium
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: admiller, ffesti, firas.alkafri, packaging-team-maint, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:76efc4e54f0d7972560af59618512a4e47d5559d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-12 07:52:53 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 cryogenium 2013-09-11 22:18:33 UTC
Version-Release number of selected component:
yum-3.4.3-54.fc18

Additional info:
reporter:       libreport-2.1.6
cmdline:        /usr/bin/python /bin/yum --enablerepo=* clean all
executable:     /bin/yum
kernel:         3.10.10-100.fc18.i686.PAE
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
__init__.py:2069:_lock:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)

Traceback (most recent call last):
  File "/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 319, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 124, in main
    base.doLock()
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2011, in doLock
    while not self._lock(lockfile, mypid, 0644):
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2069, in _lock
    errmsg = _('Could not create lock at %s: %s ') % (filename, str(msg))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)

Local variables in innermost frame:
filename: '/var/tmp/yum-mikko-wTKdmZ/i386/18/yum.pid'
fd: 5
lockdir: '/var/tmp/yum-mikko-wTKdmZ/i386/18'
msg: OSError(28, 'Laitteella ei ole tilaa j\xc3\xa4ljell\xc3\xa4')
contents: '1704'
mode: 420

Comment 1 cryogenium 2013-09-11 22:18:38 UTC
Created attachment 796553 [details]
File: backtrace

Comment 2 cryogenium 2013-09-11 22:18:41 UTC
Created attachment 796554 [details]
File: environ

Comment 3 Zdeněk Pavlas 2013-09-12 07:52:53 UTC
Your disk is full. The traceback has been already fixed in F19.. Sorry, f18 is too old for rebase and it's not worth backporting.

commit afdf914297957b2aa4063f065b3d5b3d0311d1f5
Author: Zdenek Pavlas <zpavlas>
Date:   Mon Jan 14 14:01:13 2013 +0100

    _lock(): yet another exception2msg fix