Bug 216648

Summary: Exception on adding a route
Product: Red Hat Enterprise Linux 5 Reporter: Giribabu Bikki <giribabu_bikki>
Component: system-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0   
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: 2006-11-29 15:28:47 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:
Bug Depends On:    
Bug Blocks: 200812    
Attachments:
Description Flags
Exception Message Image none

Description Giribabu Bikki 2006-11-21 12:13:09 UTC
Description of problem:An unhandled exception on adding a route


Version-Release number of selected component (if applicable):1.3.95-1


How reproducible:


Steps to Reproduce:
1. install RHEL5-beta2
2. run system-config-network
3. select Edit->Route
4. add a route and click ok
5. an unhandled exception is occured

  
Actual results: exception


Expected results: route to be added with out errors


Additional info:

Comment 1 Amit Bhutani 2006-11-28 22:25:50 UTC
Created attachment 142335 [details]
Exception Message Image

Comment 2 Amit Bhutani 2006-11-28 22:26:55 UTC
Pasting the exact exception message in text format as well:

Component: system-config-network
Version: 1.3.95
Summary: TB94e1a8fa sharedtcpip.py:176:route_update:TypeError: sequence item not
a string or unicode object

Traceback (most recent call last):
  File "/usr/share/system-config-network/netconfpkg/gui/sharedtcpip.py", line
284, in on_routeAddButton_clicked
    route_update(xml, device)
  File "/usr/share/system-config-network/netconfpkg/gui/sharedtcpip.py", line
176, in route_update
    clist.append([route.Address, route.Netmask, route.Gateway])
TypeError: sequence item not a string or unicode object

Local variables in innermost frame:
device: Device.AutoDNS=false
Device.HardwareAddress=
Device.Type=Ethernet
Device.IPv6Init=false
Device.StaticRoutes.1.Gateway=['192.168.2.1']
Device.StaticRoutes.1.Netmask=['255.255.255.0']
Device.StaticRoutes.1.Address=[]
Device.Netmask=
Device.BootProto=dhcp
Device.Device=eth2
Device.OnBoot=true
Device.IP=
Device.OnParent=false
Device.DeviceId=
Device.AllowUser=false
Device.Gateway=

xml: <glade.XML object (PyGladeXML) at 0x2aaab5072b40>
route: Route.Gateway=['192.168.2.1']
Route.Netmask=['255.255.255.0']
Route.Address=[]

clist: <gtk.CList object (GtkCList) at 0x2aaab29b6af0>

Comment 3 Samuel Benjamin 2006-11-29 13:18:57 UTC
Dell has requested this fix to be included in 5.0 and it is on their weekly
status watch list. Engineering attention requested.

Comment 4 RHEL Program Management 2006-11-29 13:30:15 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 5 Harald Hoyer 2006-11-29 15:28:47 UTC

*** This bug has been marked as a duplicate of 211980 ***

Comment 6 Giribabu Bikki 2006-12-07 07:28:33 UTC
I regressed with system-config-network-1.3.96-1 and it seems this bug has been fixed