Bug 1495259
| Summary: | [abrt] dnfdragora-gui: flush_stream(): config.py:89:saveUserPreferences:OSError: [Errno 122] Disk quota exceeded | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | RobbieTheK <rkudyba> | ||||||||||||||||
| Component: | dnfdragora | Assignee: | Björn Esser (besser82) <besser82> | ||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 26 | CC: | besser82, leigh123linux, lupinix.fedora, ngompa13 | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/994780d975e4e0e79d41d7d756a5ea7d6903221f | ||||||||||||||||||
| Whiteboard: | abrt_hash:8069ee9e6e7c73b55a5255d6c993cb72b63e59a1; | ||||||||||||||||||
| Fixed In Version: | dnfdragora-1.0.1-8.git20171229.24e4647.fc27 dnfdragora-1.0.1-8.git20171229.24e4647.fc26 | Doc Type: | If docs needed, set a value | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2017-12-31 21:27:43 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 1330601 [details]
File: backtrace
Created attachment 1330602 [details]
File: cgroup
Created attachment 1330603 [details]
File: cpuinfo
Created attachment 1330604 [details]
File: environ
Created attachment 1330605 [details]
File: mountinfo
Created attachment 1330606 [details]
File: namespaces
Created attachment 1330607 [details]
File: open_fds
dnfdaemon-0.3.18-5.fc27 dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-d66bd84f06 dnfdaemon-0.3.18-5.fc26 dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-8caadb4a1b dnfdaemon-0.3.18-5.fc27, dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-d66bd84f06 dnfdaemon-0.3.18-5.fc26, dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-8caadb4a1b dnfdaemon-0.3.18-5.fc27, dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. dnfdaemon-0.3.18-5.fc26, dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: dnfdragora-gui-1.0.1-5.git20170505.2a3b056.fc26 Additional info: reporter: libreport-2.9.1 cmdline: /usr/bin/python3 /bin/dnfdragora-updater crash_function: flush_stream exception_type: OSError executable: /bin/dnfdragora-updater kernel: 4.12.9-300.fc26.x86_64 runlevel: N 5 type: Python3 uid: 6529 Truncated backtrace: config.py:89:saveUserPreferences:OSError: [Errno 122] Disk quota exceeded Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/dnfdragora/config.py", line 89, in saveUserPreferences yaml.dump(self._userPrefs, outfile, default_flow_style=False) File "/usr/lib64/python3.6/site-packages/yaml/__init__.py", line 200, in dump return dump_all([data], stream, Dumper=Dumper, **kwds) File "/usr/lib64/python3.6/site-packages/yaml/__init__.py", line 188, in dump_all dumper.represent(data) File "/usr/lib64/python3.6/site-packages/yaml/representer.py", line 27, in represent self.serialize(node) File "/usr/lib64/python3.6/site-packages/yaml/serializer.py", line 55, in serialize self.emit(DocumentEndEvent(explicit=self.use_explicit_end)) File "/usr/lib64/python3.6/site-packages/yaml/emitter.py", line 115, in emit self.state() File "/usr/lib64/python3.6/site-packages/yaml/emitter.py", line 220, in expect_document_end self.flush_stream() File "/usr/lib64/python3.6/site-packages/yaml/emitter.py", line 789, in flush_stream self.stream.flush() OSError: [Errno 122] Disk quota exceeded During handling of the above exception, another exception occurred: OSError: [Errno 122] Disk quota exceeded During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 236, in inner callback(self) File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 320, in __call__ return self._action(icon, self) File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 414, in wrapper1 return action(icon) File "/usr/lib/python3.6/site-packages/dnfdragora/updater.py", line 113, in __run_update return self.__run_dialog({'update_only': True}) File "/usr/lib/python3.6/site-packages/dnfdragora/updater.py", line 105, in __run_dialog self.__main_gui.handleevent() File "/usr/lib/python3.6/site-packages/dnfdragora/ui.py", line 1243, in handleevent self.saveUserPreference() File "/usr/lib/python3.6/site-packages/dnfdragora/ui.py", line 1070, in saveUserPreference self.config.saveUserPreferences() File "/usr/lib/python3.6/site-packages/dnfdragora/config.py", line 89, in saveUserPreferences yaml.dump(self._userPrefs, outfile, default_flow_style=False) OSError: [Errno 122] Disk quota exceeded Local variables in innermost frame: outfile: <_io.TextIOWrapper name='/u/erdos/csga/rtoolsee/.config/dnfdragora.yaml' mode='w' encoding='UTF-8'> self: <dnfdragora.config.AppConfig object at 0x7f0f6dfe77b8>