Bug 1249597
| Summary: | “dnf grouplist” doesn’t work (Python backtrace) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike FABIAN <mfabian> |
| 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: | 23 | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen, vmukhame |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-03 12:48:45 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: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1245872 *** |
Fedora 23 Alpha TC2 (Fedora-Workstation-netinst-x86_64-23_Alpha_TC2.iso) installed in qemu with: nice ionice -c 3 qemu-kvm -machine pc-1.3 -enable-kvm -global qxl.ram_size=1x1024 -m 2048M -smp 2 -drive file=./Fedora-Workstation-netinst-x86_64-23_Alpha_TC2.iso.qcow2,index=0,media=disk,cache=unsafe -localtime -serial file:/tmp/qemu-Fedora-Workstation-netinst-x86_64-23_Alpha_TC2.iso.qcow2-output.log -name Fedora-Workstation-netinst-x86_64-23_Alpha_TC2.iso.qcow2 -cdrom /local/mfabian/iso/Fedora-23-Alpha-TC2/Fedora-Workstation-netinst-x86_64-23_Alpha_TC2.iso -boot c -spice port=6002,disable-ticketing,streaming-video=off -vga qxl -display vnc=:6 -net nic -net user,hostname=Fedora-Workstation-netinst-x86_64-23_Alpha_TC2.iso.qcow2,hostfwd=tcp::5562-:22 -monitor stdio -usb After the installation: [mfabian@Fedora-Workstation-netinst-x86_6 ~]$ dnf group list Last metadata expiration check performed 0:00:50 ago on Mon Aug 3 13:22:38 2015. 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/python3.4/site-packages/dnf/cli/main.py", line 190, in user_main errcode = main(args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 84, in main return _main(base, args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 139, in _main cli.run() File "/usr/lib/python3.4/site-packages/dnf/cli/cli.py", line 1076, in run return self.command.run(self.base.extcmds) File "/usr/lib/python3.4/site-packages/dnf/cli/commands/group.py", line 383, in run return self._list(extcmds) File "/usr/lib/python3.4/site-packages/dnf/cli/commands/group.py", line 167, in _list for group in userlist: TypeError: 'NoneType' object is not iterable [mfabian@Fedora-Workstation-netinst-x86_6 ~]$ On Fedora 22, this works.