Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
AttributeError: 'NoneType' object has no attribute 'clear'
Version-Release number of selected component (if applicable):
virt-manager-1.4.3-3.el7.noarch
How reproducible:
100%
Steps to Reproduce:
1. Open virt-manager
2. Open a new 'Configure network interface' dialog.
3. keep interface type as Bridge, click 'Forward'.
4. Click 'Configure', then set IPv4 Mode to 'Static'.
5. Close the Ip configuration dialog, an Error validating IP configuration dialog will pop up.
6. Close the error dialog and 'Cancel' the configure network interface dialog.
7. Click '+' to open a new 'configure network interface' dialog.
Actual results:
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/host.py", line 756, in add_interface
self.addinterface.show(self.topwin)
File "/usr/share/virt-manager/virtManager/createinterface.py", line 122, in show
self.reset_state()
File "/usr/share/virt-manager/virtManager/createinterface.py", line 363, in reset_state
self.widget("ipv6-address-list").get_model().clear()
AttributeError: 'NoneType' object has no attribute 'clear'
Expected results:
The new 'configure network interface' dialog should be launched successfully.
Additional info:
I can reproduce this issue with package:
virt-manager-1.4.3-3.el7.noarch
Then try to verify this bug with new build:
virt-manager-1.5.0-3.el7.noarch
virt-install-1.5.0-3.el7.noarch
libvirt-4.5.0-12.el7.x86_64
qemu-kvm-rhev-2.12.0-26.el7.x86_64
libvirt-python-4.5.0-1.el7.x86_64
1. Check the ip-config window can be closed even for incorrect configuration when creating new host network interface.
1.1 Open virt-manager.
1.2 Open a new 'Configure network interface' dialog.
1.3 Keep interface type as Bridge, click 'Forward'.
1.4 Click 'Configure', then set IPv4 Mode to 'Static'.
1.5 Click 'OK' to make it work.
Result: An Error validating IP configuration dialog will pop up:'Error validating IP configuration:Please enter an IP address'.
1.6 Close the error dialog and click the close button 'X' in the upper right corner of the configure network interface dialog.
Result: The dialog can not close and the Error as the result of step1.5 will pop up again until changing IPv4 Mode from static to dhcp or none configuration.
1.7 New 'configure network interface' dialog can open successfully.
Results:Open host network interface successfully.
The result of Step1.6 is confused.I can't close the incorrect configuration directly by click 'X'.
It's not ideal but it would require to refactor the code and since this was completely dropped from upstream and I would consider it as a corner case I don't think we should waste anymore time to improve it.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2019:2232
Description of problem: AttributeError: 'NoneType' object has no attribute 'clear' Version-Release number of selected component (if applicable): virt-manager-1.4.3-3.el7.noarch How reproducible: 100% Steps to Reproduce: 1. Open virt-manager 2. Open a new 'Configure network interface' dialog. 3. keep interface type as Bridge, click 'Forward'. 4. Click 'Configure', then set IPv4 Mode to 'Static'. 5. Close the Ip configuration dialog, an Error validating IP configuration dialog will pop up. 6. Close the error dialog and 'Cancel' the configure network interface dialog. 7. Click '+' to open a new 'configure network interface' dialog. Actual results: Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/host.py", line 756, in add_interface self.addinterface.show(self.topwin) File "/usr/share/virt-manager/virtManager/createinterface.py", line 122, in show self.reset_state() File "/usr/share/virt-manager/virtManager/createinterface.py", line 363, in reset_state self.widget("ipv6-address-list").get_model().clear() AttributeError: 'NoneType' object has no attribute 'clear' Expected results: The new 'configure network interface' dialog should be launched successfully. Additional info: