Hide Forgot
abrt version: 1.1.14 architecture: x86_64 cmdline: /usr/bin/python /usr/bin/yum search indicator component: yum executable: /usr/bin/yum kernel: 2.6.38-0.rc3.git3.1.fc15.x86_64 package: yum-3.2.29-3.fc15 reason: __init__.py:1767:_lock:OSError: [Errno 28] No space left on device release: Fedora release 15 (Rawhide) time: 1296905513 uid: 0 backtrace ----- __init__.py:1767:_lock:OSError: [Errno 28] No space left on device 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 267, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 98, in main base.doLock() File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1697, in doLock while not self._lock(lockfile, mypid, 0644): File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1767, in _lock os.write(fd, contents) OSError: [Errno 28] No space left on device Local variables in innermost frame: self: <cli.YumBaseCli object at 0x1933f10> filename: '/var/run/yum.pid' fd: 5 lockdir: '/var/run' contents: '4736' mode: 420 How to reproduce ----- 1. open gnome-terminal 2. type "yum search indicator" 3.
Created attachment 477186 [details] File: backtrace
Alexander, Please provide "df -h" and "df -i" output when traceback is displayed -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
-- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
Wow, if there is no space left to make the lock file then there is REALLY no space left on that device. The lock file just stores the pid of the locking process. it's a TINY amount of data.