Bug 431042

Summary: Unhandled exception on activate deactivate vmware net adapter
Product: [Fedora] Fedora Reporter: Andrew Farris <lordmorgul>
Component: system-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: jmoskovc
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-21 02:39:27 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:

Description Andrew Farris 2008-01-31 12:28:57 UTC
Description of problem:
Unhandled exception, ifup or ifdown (I forget which) of a network adapter,
running as a guest on VMware host.  The guest has two interfaces configured, see
lspci.

Version-Release number of selected component (if applicable):
system-config-network-1.5.0-1.fc9.noarch

How reproducible:
Has not been yet.

Steps to Reproduce:
1. Activate/Deactivate network adapter in gui
2. May have saved changes prior to activate, not sure whether I did

Additional info:

Component: system-config-network
Version: 1.5.0
Summary: TB225894ee NCHost.py:36:testAliasList:AttributeError: 'list' object has
no attribute 'test'

Traceback (most recent call last):
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
808, in on_applyButton_clicked
    self.save()
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
360, in save
    self.test()
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
315, in test
    profilelist.test()
  File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 190,
in test
    prof.HostsList.test()
  File "/usr/share/system-config-network/netconfpkg/NCHostsList.py", line 36, in
test
    host.test()
  File "/usr/share/system-config-network/netconfpkg/NCHost.py", line 43, in test
    if not self.testAliasList():
  File "/usr/share/system-config-network/netconfpkg/NCHost.py", line 36, in
testAliasList
    return self.AliasList.test()
AttributeError: 'list' object has no attribute 'test'



Local v02:00.0 Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet
Controller (Copper) (rev 01)
	Subsystem: VMware Inc Abstract PRO/1000 MT Single Port Adapter
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18
	Memory at e8940000 (64-bit, non-prefetchable) [size=128K]
	Memory at e8900000 (64-bit, non-prefetchable) [size=64K]
	I/O ports at 2040 [size=8]
	[virtual] Expansion ROM at e8930000 [disabled] [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: e1000
	Kernel modules: e1000
ariables in innermost frame:




02:03.0 Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet
Controller (Copper) (rev 01)
	Subsystem: VMware Inc Abstract PRO/1000 MT Single Port Adapter
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 17
	Memory at e8960000 (64-bit, non-prefetchable) [size=128K]
	Memory at e8910000 (64-bit, non-prefetchable) [size=64K]
	I/O ports at 2048 [size=8]
	[virtual] Expansion ROM at e8980000 [disabled] [size=64K]
	Capabilities: [dc] Power Management version 2
	Capabilities: [e4] PCI-X non-bridge device
	Kernel driver in use: e1000
	Kernel modules: e1000

Comment 1 Andrew Farris 2008-03-21 02:39:27 UTC
No longer occurs in Rawhide.