Bug 642152

Summary: TB0a0f70ae maindialog.py:602:hydrateProfiles:TypeError: sequence item not a string or unicode object
Product: Red Hat Enterprise Linux 5 Reporter: Vic Cordiner <victor.cordiner>
Component: system-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-daemons
Severity: medium Docs Contact:
Priority: low    
Version: 5.5   
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-10-12 08:46:53 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:
Attachments:
Description Flags
The text file saved from the bug popup none

Description Vic Cordiner 2010-10-12 08:22:54 UTC
Created attachment 452902 [details]
The text file saved from the bug popup

Description of problem:


Version-Release number of selected component (if applicable):RHEL 5.5


How reproducible:
Every time I click on System > Administration > Network

Steps to Reproduce:
1.I click on System > Administration > Network
2.
3.
  
Actual results:
Error screen

Expected results:
Network configuration screen should show

Additional info:

Comment 1 Harald Hoyer 2010-10-12 08:45:19 UTC
Component: system-config-network
Version: 1.3.99.18
Summary: TB0a0f70ae maindialog.py:602:hydrateProfiles:TypeError: sequence item not a string or unicode object

Traceback (most recent call last):
  File "/usr/sbin/system-config-network-gui", line 167, in main
    window = mainDialog()
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 248, in __init__
    self.hydrate()
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 392, in hydrate
    self.hydrateProfiles()
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 602, in hydrateProfiles
    hclist.append([host.IP, host.Hostname,
TypeError: sequence item not a string or unicode object

Comment 2 Harald Hoyer 2010-10-12 08:46:14 UTC
Although this is a bug in s-c-network, you might want to fix your /etc/hosts configuration file.

Comment 3 Harald Hoyer 2010-10-12 08:46:53 UTC

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