Bug 985409
| Summary: | [abrt] dnf-0.3.8-2.git85524ae.fc19: util.py:60:file_timestamp:OSError: [Errno 2] No such file or directory: '/var/cache/dnf/x86_64/19/rpmfusion-nonfree/repodata/915cba40e0cdb6d97cc6fbbe42bbfec93ef0406897c765350d1bb29c6e231b76-primary.xml.gz' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karel Volný <kvolny> | ||||||||
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 19 | CC: | akozumpl, packaging-team-maint, pnemade | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:d84b427daf66ab40d94ae5ad53be77900ce53d1e | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-07-17 13:21:55 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 774753 [details]
File: backtrace
Created attachment 774754 [details]
File: core_backtrace
Created attachment 774755 [details]
File: environ
Hi Karel, this is a dupe of bug 980227 and actually fixed in dnf-0.3.9 so you shouldn't see this again after upgrading to it. *** This bug has been marked as a duplicate of bug 980227 *** |
Description of problem: I've just did dnf upgrade for some reason the downloads were very slow, but other than that everything seemed to go fine I got the traceback only after the upgrade was completely finished Version-Release number of selected component: dnf-0.3.8-2.git85524ae.fc19 Additional info: reporter: libreport-2.1.5 cmdline: /usr/bin/python /bin/dnf upgrade executable: /bin/dnf kernel: 3.9.9-302.fc19.x86_64 runlevel: N 5 uid: 0 Truncated backtrace: util.py:60:file_timestamp:OSError: [Errno 2] No such file or directory: '/var/cache/dnf/x86_64/19/rpmfusion-nonfree/repodata/915cba40e0cdb6d97cc6fbbe42bbfec93ef0406897c765350d1bb29c6e231b76-primary.xml.gz' Traceback (most recent call last): File "/bin/dnf", line 35, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 277, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 48, in main return 1 File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 124, in __exit__ self.close() File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 238, in close self._store_persistent_data() File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 166, in _store_persistent_data if r.metadata_expire_in()[1] <= 0] File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 410, in metadata_expire_in expiration = self.metadata_expire - self.metadata.age File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 101, in age return self.file_age('primary') File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 117, in file_age return time.time() - self.file_timestamp(what) File "/usr/lib/python2.7/site-packages/dnf/repo.py", line 120, in file_timestamp return dnf.util.file_timestamp(self.repo_dct[what]) File "/usr/lib/python2.7/site-packages/dnf/util.py", line 60, in file_timestamp return os.stat(fn).st_mtime OSError: [Errno 2] No such file or directory: '/var/cache/dnf/x86_64/19/rpmfusion-nonfree/repodata/915cba40e0cdb6d97cc6fbbe42bbfec93ef0406897c765350d1bb29c6e231b76-primary.xml.gz' Local variables in innermost frame: fn: '/var/cache/dnf/x86_64/19/rpmfusion-nonfree/repodata/915cba40e0cdb6d97cc6fbbe42bbfec93ef0406897c765350d1bb29c6e231b76-primary.xml.gz'