| Summary: | [abrt] dnf-0.3.11-3.git7bdc9e1.fc19: base.py:379:read_all_repos:OSError: [Errno 2] No such file or directory: '///etc/yum.repos.d/mariadb-testday.repo' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Honza Horak <hhorak> | ||||||
| Component: | dnf | Assignee: | Ales Kozumplik <akozumpl> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | akozumpl, jzeleny, packaging-team-maint, pnemade, rholy | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/1b4da9889d4dc13359af59905a70a0408d222f6a | ||||||||
| Whiteboard: | abrt_hash:04653dc534a35457c8a956e90b566519b0bc6d44 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-01-02 13:50:12 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: |
|
||||||||
Created attachment 840374 [details]
File: backtrace
Created attachment 840375 [details]
File: environ
(In reply to Honza Horak from comment #0) > File /etc/yum.repos.d/mariadb-testday.repo is empty, which can be important. Actually the file was a dangling symlink, so not empty, but non-existing effectively. Hi Honza, thanks for the report we'll take a look. Do you accidentaly have the opportunity to test if this is still an issue in F20 (i.e. with dnf-0.4.x version)? Tested with F20's dnf-0.4.10, I am unable to reproduce. We've also dropped the old age checking mechanism (03cabe2c60fde7e2bed5fda593da4cb67e586c50) so this shouldn't be an issue any more. Closing for now, if you manage to reproduce with a fairly new DNF please reopen. |
Description of problem: Nothing, some daemon on background failed. File /etc/yum.repos.d/mariadb-testday.repo is empty, which can be important. Version-Release number of selected component: dnf-0.3.11-3.git7bdc9e1.fc19 Additional info: reporter: libreport-2.1.9 cmdline: /usr/bin/python /usr/bin/dnf -v makecache timer executable: /usr/bin/dnf kernel: 3.11.10-200.fc19.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: base.py:379:read_all_repos:OSError: [Errno 2] No such file or directory: '///etc/yum.repos.d/mariadb-testday.repo' Traceback (most recent call last): File "/usr/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 292, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 64, in main return _main(base, args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 112, in _main cli.configure(args) File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1242, in configure self._configure_repos(opts) File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 987, in _configure_repos self.base.read_all_repos() File "/usr/lib/python2.7/site-packages/dnf/yum/base.py", line 379, in read_all_repos thisrepo_age = os.stat(repofn)[8] OSError: [Errno 2] No such file or directory: '///etc/yum.repos.d/mariadb-testday.repo' Local variables in innermost frame: thisrepo_age: 1378726624 repo_config_age: 1378726624 reposdir: '///etc/yum.repos.d' self: <dnf.cli.cli.YumBaseCli object at 0x7fbbbc73c290> repofn: '///etc/yum.repos.d/mariadb-testday.repo'