| Summary: | dnf-automatic crashes when 'None' emitter is used | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Obaterspok <john.obaterspok> |
| Component: | dnf | Assignee: | rpm-software-management |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, ssmetana, vmukhame |
| Target Milestone: | --- | Keywords: | EasyFix, Reopened, Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-10-04 18:03:37 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. PR was created: https://github.com/rpm-software-management/dnf/pull/556 Option left blank like "emitter = " should work too, but it worked like that before. |
Description of problem: Use below setting in /etc/dnf/automatic causes it to crash since if the emitter specified wasn't motd, stdio, email it will "assert False" in "/usr/lib/python3.4/site-packages/dnf/automatic/main.py", line 61 [emitters] # If emit_via is None or left blank, no messages will be sent. emit_via = None #/usr/bin/dnf-automatic /etc/dnf/automatic.conf --timer Traceback (most recent call last): File "/usr/bin/dnf-automatic", line 32, in <module> sys.exit(dnf.automatic.main.main(sys.argv[1:])) File "/usr/lib/python3.4/site-packages/dnf/automatic/main.py", line 154, in main emitters = build_emitters(conf) File "/usr/lib/python3.4/site-packages/dnf/automatic/main.py", line 61, in build_emitters assert False Changing the emitter to email allows the command to succeed. Version-Release number of selected component (if applicable): dnf-automatic-1.1.6-2.fc23.noarch